specassay-check

v0.4.1

Gate 2 refuses silent gaps and emits a trace-manifest (trace-manifest.json).

Community extension — Independently maintained. Use at your own discretion. Learn more

SpecAssay Check

Every intent is on the Golden Thread with its build and its proof; this check stops the line at any loose end, then strikes a hallmark on what it found — the trace-manifest.

Gate 2: compare the ID registry to specs, tasks, coverage annotations, and test names. Exact-set registry ≡ specs ≡ tasks. Silent AC gaps and untraced scope fail. Always writes a trace-manifest (default trace-manifest.json, configurable via manifest_path) for Loupe or any matrix consumer.

CI is the property line. Run this script on every PR / protected-branch push and fail the build on non-zero exit. Local runs are hygiene; CI is what stops a cowboy (or any machine without SpecAssay) from merging unmarked work. Keep the emitted trace-manifest from the CI run as evidence.

Install:

specify extension add --dev /path/to/specassay/extensions/specassay-check

Install scaffolds specassay-check-config.yml from config-template.yml. Edit registry, manifest_path, specs, tasks, src_globs, and test_globs for your repo.

No registry yet? IDs are minted, not hand-typed. Run /speckit.specassay-check.mint (or mint-id.sh directly, same env-var pattern as the Gate script above) to create the file on its first call and mint your first ID. Minting always lands on a multiple of ten; a duplicate the Gate later refuses resolves with mint-id.sh --resolve <ID>. See scripts/mint-id.sh and commands/speckit.specassay-check.mint.md.

Stats

1 star

Version

0.4.1release
Updated 2 days ago

Install

Using the Specify CLI

specify extension add specassay-check --from https://github.com/rdryfoos/specassay/releases/download/v0.3.3/specassay-check-0.3.3.zip

Owners

License

MIT