What problem does it solve?
autospec-release determines whether a repository is genuinely ready to ship by coordinating specs, docs, implementation state, automated tests, live QA proof, and legacy cleanup into a single PASS/PARTIAL/FAIL verdict.
Core Features & Use Cases
- Release readiness pipeline: Executes a full gate that starts with preflight context, then runs sweep, review, classification/running of remaining work, tests, QA proof, and legacy cleanup.
- Live-app QA proof enforcement: Requires interaction-level evidence via /autospec-qa and uses .autospec/qa-verdict.json to compute the final verdict for the current HEAD.
- Deterministic verdict computation: Uses scripts/compute-release-verdict.sh as the canonical source of truth, producing a consistent outcome and separating proven evidence from NOT TESTED gaps.
- Release loop with remediation: Iteratively re-runs the smallest needed stage(s) until the release gate is satisfied or iteration limits/operator stop conditions are reached.
Quick Start
Run autospec-release to produce a single release verdict for your current repo state.