cargo-allow v0.1.7
cargo-allow v0.1.7
cargo-allow v0.1.7 adds an opt-in spec-system preview profile for static
source-tree graph validation.
Default cargo-allow behavior remains the source-exception ledger:
cargo-allow audit
cargo-allow check --mode no-new
cargo-allow diff --base origin/main
cargo-allow worklist --format jsonThe new preview profile is explicit:
cargo-allow init --profile spec-system
cargo-allow doctor --profile spec-system
cargo-allow check --profile spec-system
cargo-allow audit --profile spec-system
cargo-allow worklist --profile spec-system --format json
cargo-allow explain CARGO-ALLOW-SPEC-0001 --profile spec-systemHighlights
- Adds
spec-systemas one opt-in governance profile for proposals, specs,
ADRs, implementation plans, active goals, support tiers, policy ledgers,
proof-command fields, release records, and closeouts. - Emits
cargo-allow.spec-system.v1JSON artifacts with graph inventory,
findings, work items, setup readiness, single-artifact explanation, scanner
limitations, and claim boundary. - Adds worklist repair items for broken source-of-truth graph structure.
- Adds
doctor,init,check,audit,worklist, andexplainpreview
surfaces for the profile. - Dogfoods the profile in the cargo-allow repository with CI artifacts and
repo-local blocking posture for selected objective structural findings. - Adds first-hour adoption, CI, profile architecture, cross-repo adoption, and
adoption-friction guidance.
Install
After the crates.io packages are published:
cargo install cargo-allow --version 0.1.7 --lockedPreview Boundary
spec-system is preview and opt-in. It is not part of default
cargo-allow check.
The profile validates structural source-tree relationships: IDs, paths,
statuses, required fields, links, support-tier proof fields, active-goal
references, and closeout links.
It does not execute proof commands, call GitHub APIs, run Cargo, rustc, Clippy,
build scripts, proc macros, ripr, unsafe-review, coverage, or network checks as
part of the cargo-allow scan. It does not claim semantic correctness, proof
execution, release readiness, unsafe soundness, test adequacy, or coverage
proof.
More
- Changelog:
CHANGELOG.md - Detailed release record:
docs/release/0.1.7.md - First-hour spec-system guide:
docs/how-to/adopt-spec-system-profile.md - Cross-repo adoption playbook:
docs/how-to/adopt-cargo-allow-across-repos.md