Skip to content

v4.0.0 — Pattern-Granular Beads, Crash-Resilient Execute

Latest

Choose a tag to compare

@dirkkok101 dirkkok101 released this 16 Mar 11:01
· 118 commits to main since this release

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 + /simplify cycles 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 -A or git add .)
  • Removed /review suggestion — inline self-review with design verification handles quality

Plugin

  • Version bumped to 4.0.0

🤖 Generated with Claude Code