v0.7.2 - Auto Commit and CI Gate
Auto-commit and CI Gate hardening.
- Changed closeout from commit recommendation to automatic task-scoped commit action when safe.
- Added
--auto-commitsupport toscripts/closeout_check.py, staging only safe files derived from the task scope and never relying on broad staging. - Added
scripts/ci_gate.pyandnpm run cito run non-decision checks without asking the user first. - Hardened GitHub Actions with
workflow_dispatch, read-only permissions, concurrency, timeout, and the shared CI Gate. - Updated runtime entries, templates, skills, and docs to stop only for decision-grade blockers while executing CI, validation, inspect, trace, and safe auto-commit directly.
- Verified with
npm testandnpm run ci.