What's New
Prose gate: configurable path exclusions
- Built-in glob patterns exclude non-prose paths (
*/Reports/*,*/templates/*,*/specs/*,*/brainstorm/*, etc.) - User-configurable exclusions without touching source: add glob patterns (one per line) to
~/.claude/prose/excluded-patterns(global) or.prose/excluded-patterns(project-level) humanizerskill now correctly sets the prose-active session marker (fixes/prose:rewriteblocking its own Write calls)
Ship pipeline fixes
- Simplified stage advancement (removed redundant gate flag writes)
- Added
after_finishhook for flow state cleanup - Fixed feature directory capture before branch switch in worktree create
- Fixed flow state script usage in all gate commands
- Optional extensions show short names in statusline
- Verify gate no longer allows rationalizing non-compliance
- Post-fix spec compliance check added to deep review
Other
- Added
spex/spec-approvedlabel, reframed workflow phases