Skip to content

v0.5.3 — /feature and /fix stop after verification

Choose a tag to compare

@rafagomes rafagomes released this 18 Apr 22:40
· 37 commits to main since this release

Fixed

  • /feature and /fix no longer commit, push, or open PRs. Both stop after implementation, verification, and self-review with a structured report (files changed, lint/typecheck/test tail, security verdict, slice metadata, suggested commit subjects). The previous --pr flag and auto-commit step quietly turned every run into a shipped PR before the user could read the diff. The user reviews the working tree, then ships via /commit + /pr.
  • Orchestrators (/autopilot, /factory) keep their auto-commit/PR behavior — that is where it earns its keep.
  • /feature Asking the user questions rule now requires the AskUserQuestion tool for every mid-flight decision (missing spec, slice-size override, split shape, ambiguous metadata).

Changed

  • Canonical feature flow in CLAUDE.md now reads: /spec → (slice if >200 lines) → /issues → /feature <spec> → review the diff → /commit → /pr → /review → merge → cleanup.
  • docs/TRUNK_BASED_WORKFLOW.md and docs/REFERENCE.md recipes updated to drop --pr from /feature and /fix.