This repository was archived by the owner on Jun 18, 2026. It is now read-only.
v0.0.1-rc6
·
43 commits
to main
since this release
Changelog
- 9207444 Governance & Drift Detection Walkthrough Summary Implemented the cortex gov command suite to enforce registry validation and detect drift between implementation and fixtures.
- 2d0a72a feat(spec): Audit Repository Capabilities Scan CLI commands (cmd/cortex) Scan Rust crates (xray, cortex-mcp) Scan Build & Release (Makefile, .goreleaser.yaml, workflows) Scan Governance & Skills (docs/, internal/) Design Feature Registry Create spec/features.yaml with stable IDs Define dependencies and ownership Implement Feature Contracts Write spec/system/contract.md (CORE_REPO_CONTRACT) Write spec/release/contract.md (REL_ARTIFACT_LAYOUT) Write spec/cli/contract.md (CLI_CONTRACT) Write spec/xray/index-format.md (XRAY_INDEX_FORMAT) Write spec/xray/scan-policy.md (XRAY_SCAN_POLICY) Write spec/mcp/contract.md (MCP_ROUTER_CONTRACT) Implement Fixtures Create spec/fixtures/xray/index.sample.json Create spec/fixtures/cli/help.sample.txt Finalize Registry Verify graph consistency and file existence
- 6aab61b Implement spec baseline