Extension ID
taco
Extension Name
Taco Review
Version
0.3.1
Description
Packages Spec Kit features for human review and syncs edits and comments back.
Author
Arcadia822
Repository URL
https://github.com/Arcadia822/taco
Download URL
https://github.com/Arcadia822/taco/archive/refs/tags/v0.3.1.zip
License
MIT
Homepage (optional)
https://github.com/Arcadia822/taco
Documentation URL (optional)
https://github.com/Arcadia822/taco/blob/main/extensions/taco/README.md
Changelog URL (optional)
https://github.com/Arcadia822/taco/blob/v0.3.1/CHANGELOG.md
Required Spec Kit Version
>=0.16.0,<2.0.0
Required Tools (optional)
- Node.js (
>=22) - required
Number of Commands
2
Number of Hooks (optional)
8
Tags
documentation, review, spec-kit, human-in-the-loop
Key Features
- Packages a complete Spec Kit feature directory into one portable, offline
.taco.html review file.
- Lets humans edit canonical Markdown and leave anchored comment threads in the browser.
- Previews and imports conflict-free edits with SHA-256 baselines and all-or-nothing writes.
- Keeps the feature Taco current through two Agent commands and eight mandatory Spec Kit lifecycle hooks.
- Ships a self-contained browser shell and offline Node.js CLI; no Taco account or service is required.
Testing Checklist
Submission Requirements
Testing Details
Tested on:
- macOS 26.2 with Spec Kit 0.16.5
- macOS 26.2 with Spec Kit 1.0.1
- Node.js 24.15.0
Test projects: isolated projects initialized by each tested Spec Kit CLI version with the Codex integration.
Published archive verification:
- Installed the exact GitHub tag archive through
specify init --extension <url> --trust-extension-urls.
- Confirmed Taco 0.3.1 enabled with 2 commands and 8 hooks.
- Packed a five-file canonical feature directory.
- Validated the generated Taco with zero issues.
- Ran
sync --dry-run with five unchanged files and zero conflicts.
- Inspected open comments successfully.
Source validation:
npm run check: 24 test files passed, 1 skipped; 156 tests passed, 2 relay integration tests skipped by configuration.
- TypeScript build, self-contained Vite build, compression, shell gate, and extension-shell synchronization passed.
npm audit --omit=dev --audit-level=high: 0 vulnerabilities.
Example Usage
specify extension add taco --from \
https://github.com/Arcadia822/taco/archive/refs/tags/v0.3.1.zip
specify extension list
# Invoke through the active Agent integration:
# speckit.taco.update specs/001-example
# speckit.taco.review specs/001-example/001-example.taco.html
Proposed Catalog Entry
{
"taco": {
"name": "Taco Review",
"id": "taco",
"description": "Packages Spec Kit features for human review and syncs edits and comments back.",
"author": "Arcadia822",
"version": "0.3.1",
"download_url": "https://github.com/Arcadia822/taco/archive/refs/tags/v0.3.1.zip",
"repository": "https://github.com/Arcadia822/taco",
"homepage": "https://github.com/Arcadia822/taco",
"documentation": "https://github.com/Arcadia822/taco/blob/main/extensions/taco/README.md",
"changelog": "https://github.com/Arcadia822/taco/blob/v0.3.1/CHANGELOG.md",
"license": "MIT",
"category": "integration",
"effect": "read-write",
"requires": {
"speckit_version": ">=0.16.0,<2.0.0",
"tools": [
{
"name": "node",
"version": ">=22",
"required": true
}
]
},
"provides": {
"commands": 2,
"hooks": 8
},
"tags": [
"documentation",
"review",
"spec-kit",
"human-in-the-loop"
],
"verified": false,
"downloads": 0,
"stars": 1,
"created_at": "2026-08-25T00:00:00Z",
"updated_at": "2026-08-25T00:00:00Z"
}
}
Additional Context
Extension ID
taco
Extension Name
Taco Review
Version
0.3.1
Description
Packages Spec Kit features for human review and syncs edits and comments back.
Author
Arcadia822
Repository URL
https://github.com/Arcadia822/taco
Download URL
https://github.com/Arcadia822/taco/archive/refs/tags/v0.3.1.zip
License
MIT
Homepage (optional)
https://github.com/Arcadia822/taco
Documentation URL (optional)
https://github.com/Arcadia822/taco/blob/main/extensions/taco/README.md
Changelog URL (optional)
https://github.com/Arcadia822/taco/blob/v0.3.1/CHANGELOG.md
Required Spec Kit Version
>=0.16.0,<2.0.0Required Tools (optional)
>=22) - requiredNumber of Commands
2
Number of Hooks (optional)
8
Tags
documentation, review, spec-kit, human-in-the-loop
Key Features
.taco.htmlreview file.Testing Checklist
Submission Requirements
extension.ymlmanifest includedTesting Details
Tested on:
Test projects: isolated projects initialized by each tested Spec Kit CLI version with the Codex integration.
Published archive verification:
specify init --extension <url> --trust-extension-urls.sync --dry-runwith five unchanged files and zero conflicts.Source validation:
npm run check: 24 test files passed, 1 skipped; 156 tests passed, 2 relay integration tests skipped by configuration.npm audit --omit=dev --audit-level=high: 0 vulnerabilities.Example Usage
Proposed Catalog Entry
{ "taco": { "name": "Taco Review", "id": "taco", "description": "Packages Spec Kit features for human review and syncs edits and comments back.", "author": "Arcadia822", "version": "0.3.1", "download_url": "https://github.com/Arcadia822/taco/archive/refs/tags/v0.3.1.zip", "repository": "https://github.com/Arcadia822/taco", "homepage": "https://github.com/Arcadia822/taco", "documentation": "https://github.com/Arcadia822/taco/blob/main/extensions/taco/README.md", "changelog": "https://github.com/Arcadia822/taco/blob/v0.3.1/CHANGELOG.md", "license": "MIT", "category": "integration", "effect": "read-write", "requires": { "speckit_version": ">=0.16.0,<2.0.0", "tools": [ { "name": "node", "version": ">=22", "required": true } ] }, "provides": { "commands": 2, "hooks": 8 }, "tags": [ "documentation", "review", "spec-kit", "human-in-the-loop" ], "verified": false, "downloads": 0, "stars": 1, "created_at": "2026-08-25T00:00:00Z", "updated_at": "2026-08-25T00:00:00Z" } }Additional Context