Skip to content

v0.7.2 - Auto Commit and CI Gate

Choose a tag to compare

@github-actions github-actions released this 08 Jul 05:50

Auto-commit and CI Gate hardening.

  • Changed closeout from commit recommendation to automatic task-scoped commit action when safe.
  • Added --auto-commit support to scripts/closeout_check.py, staging only safe files derived from the task scope and never relying on broad staging.
  • Added scripts/ci_gate.py and npm run ci to 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 test and npm run ci.