You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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.
/featureAsking 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.