Bundle ID
agentstandards
Bundle Name
Agentstandards Multi-Vendor Architecture
Version
0.1.1
Role or Team
architecture-governance
Description
Installs a Codex-orchestrated, multi-vendor architecture council, its hard task gate, and the supporting Spec Kit workflow.
Author
bbjwz
Repository URL
https://github.com/bbjwz/agentstandards
Download URL
https://github.com/bbjwz/agentstandards/releases/download/v0.1.1/agentstandards-bundle-0.1.1.zip
Documentation URL
https://github.com/bbjwz/agentstandards/blob/v0.1.1/bundles/agentstandards/README.md
License
MIT
Required Spec Kit Version
=1.0.8,<2.0.0
Integration Target (optional)
codex
Components Provided
- extensions:
agentstandards@0.1.1
- presets:
agentstandards-gate@0.1.1
- workflows:
agentstandards-architecture@0.1.1
- steps: None
Required Component Catalogs
Tags
architecture, governance, multi-vendor, codex
Key Features
- Installs the complete Agentstandards extension, task-gate preset, and architecture workflow as one pinned stack.
- Runs 13 architecture roles across Codex, Anthropic, and all enabled optional vendors.
- Uses fresh model instances for every gate and labels peer work for disclosed review passes.
- Pauses for human decisions and records their rationale before final validation.
- Keeps task generation blocked until the aggregate architecture gate is READY.
Testing Checklist
Submission Requirements
Testing Details
Tested on:
- macOS with Spec Kit 1.0.8 and 1.0.10
- GitHub Actions on Python 3.11 and 3.14
Test projects: Clean Spec Kit Codex projects created specifically for release verification.
Test scenarios:
- Validated
bundles/agentstandards with the official Spec Kit bundle validator.
- Built it with
specify bundle build --path bundles/agentstandards.
- Downloaded the submitted v0.1.1 bundle asset and installed it in a clean project after registering the three required component catalogs.
- Registered the public v0.1.1 bundle catalog with
install-allowed policy and installed agentstandards by bundle ID in another clean Spec Kit 1.0.10 project.
- Verified Spec Kit reports the bundle at v0.1.1 with all three v0.1.1 components, the Codex integration target, five extension commands, and two hooks.
- Ran 31 automated tests, Ruff, release metadata checks, full-history secret scanning, Python 3.11/3.14 CI, and Spec Kit 1.0.8/1.0.10 clean-install CI.
The monorepo release builder uses a distinct agentstandards-bundle-0.1.1.zip filename to avoid colliding with the extension archive in the same GitHub release. Its bundle payload is the validated manifest and README plus the required top-level MIT LICENSE. Both the official CLI-built archive and the submitted release archive installed successfully.
Example Usage
specify extension catalog add \
https://raw.githubusercontent.com/bbjwz/agentstandards/v0.1.1/catalogs/extensions.json \
--name agentstandards --install-allowed
specify preset catalog add \
https://raw.githubusercontent.com/bbjwz/agentstandards/v0.1.1/catalogs/presets.json \
--name agentstandards --install-allowed
specify workflow catalog add \
https://raw.githubusercontent.com/bbjwz/agentstandards/v0.1.1/catalogs/workflows.json \
--name agentstandards
curl --fail --location \
https://github.com/bbjwz/agentstandards/releases/download/v0.1.1/agentstandards-bundle-0.1.1.zip \
--output agentstandards-bundle-0.1.1.zip
specify bundle install ./agentstandards-bundle-0.1.1.zip --integration codex
Proposed Catalog Entry
{
"agentstandards": {
"name": "Agentstandards Multi-Vendor Architecture",
"id": "agentstandards",
"version": "0.1.1",
"role": "architecture-governance",
"description": "Installs a Codex-orchestrated, multi-vendor architecture council, its hard task gate, and the supporting Spec Kit workflow.",
"author": "bbjwz",
"license": "MIT",
"download_url": "https://github.com/bbjwz/agentstandards/releases/download/v0.1.1/agentstandards-bundle-0.1.1.zip",
"repository": "https://github.com/bbjwz/agentstandards",
"requires": {
"speckit_version": ">=1.0.8,<2.0.0"
},
"provides": {
"extensions": 1,
"presets": 1,
"steps": 0,
"workflows": 1
},
"tags": ["architecture", "governance", "multi-vendor", "codex"],
"verified": false
}
}
Additional Context
Release v0.1.1 publishes SHA-256 checksums and GitHub build-provenance attestations for every artifact. Live provider calls are explicit only; normal CI and bundle installation are offline from model providers.
SHA-256
0306cdc780f4107e6702cd25680afede8acea866dfbb0ba81f9ea9c8f960a9dc
Bundle ID
agentstandards
Bundle Name
Agentstandards Multi-Vendor Architecture
Version
0.1.1
Role or Team
architecture-governance
Description
Installs a Codex-orchestrated, multi-vendor architecture council, its hard task gate, and the supporting Spec Kit workflow.
Author
bbjwz
Repository URL
https://github.com/bbjwz/agentstandards
Download URL
https://github.com/bbjwz/agentstandards/releases/download/v0.1.1/agentstandards-bundle-0.1.1.zip
Documentation URL
https://github.com/bbjwz/agentstandards/blob/v0.1.1/bundles/agentstandards/README.md
License
MIT
Required Spec Kit Version
Integration Target (optional)
codex
Components Provided
agentstandards@0.1.1agentstandards-gate@0.1.1agentstandards-architecture@0.1.1Required Component Catalogs
Tags
architecture, governance, multi-vendor, codex
Key Features
Testing Checklist
specify bundle validate --path <bundle-directory>specify bundle build --path <bundle-directory>and produces the submitted artifactSubmission Requirements
bundle.ymlmanifest includedTesting Details
Tested on:
Test projects: Clean Spec Kit Codex projects created specifically for release verification.
Test scenarios:
bundles/agentstandardswith the official Spec Kit bundle validator.specify bundle build --path bundles/agentstandards.install-allowedpolicy and installedagentstandardsby bundle ID in another clean Spec Kit 1.0.10 project.The monorepo release builder uses a distinct
agentstandards-bundle-0.1.1.zipfilename to avoid colliding with the extension archive in the same GitHub release. Its bundle payload is the validated manifest and README plus the required top-level MIT LICENSE. Both the official CLI-built archive and the submitted release archive installed successfully.Example Usage
Proposed Catalog Entry
{ "agentstandards": { "name": "Agentstandards Multi-Vendor Architecture", "id": "agentstandards", "version": "0.1.1", "role": "architecture-governance", "description": "Installs a Codex-orchestrated, multi-vendor architecture council, its hard task gate, and the supporting Spec Kit workflow.", "author": "bbjwz", "license": "MIT", "download_url": "https://github.com/bbjwz/agentstandards/releases/download/v0.1.1/agentstandards-bundle-0.1.1.zip", "repository": "https://github.com/bbjwz/agentstandards", "requires": { "speckit_version": ">=1.0.8,<2.0.0" }, "provides": { "extensions": 1, "presets": 1, "steps": 0, "workflows": 1 }, "tags": ["architecture", "governance", "multi-vendor", "codex"], "verified": false } }Additional Context
Release v0.1.1 publishes SHA-256 checksums and GitHub build-provenance attestations for every artifact. Live provider calls are explicit only; normal CI and bundle installation are offline from model providers.
SHA-256
0306cdc780f4107e6702cd25680afede8acea866dfbb0ba81f9ea9c8f960a9dc