What's New
Beads v4.0 — Pattern-Granular Decomposition
- One bead per pattern artifact — each bead aligns to a single pattern doc and produces one commit
- Phase 0 doc discovery — discovers project documentation paths dynamically instead of hardcoded paths
- Stage gate beads —
/review+/simplifycycles at every semantic boundary - Module epic structure with tier ordering and dependency mapping
- Comprehensive self-assessment with cross-bead dependency audit and readiness scoring
Execute v4.0 — Crash Resilience & Spec Alignment
- Per-bead push — push after every bead commit to prevent work loss on crash
- Git stash checkpointing — for large beads (3+ files), checkpoint after each file
- Design/PRD/ADR verification added to self-review checklist
- Tier ordering check — prevents agents from starting modules with unmet dependencies
- Module spec loading — reads design docs from
docs/on first bead per module - Project-agnostic testing standards — removed project-specific patterns
- Explicit file staging enforced (never
git add -Aorgit add .) - Removed
/reviewsuggestion — inline self-review with design verification handles quality
Plugin
- Version bumped to 4.0.0
🤖 Generated with Claude Code