chore: update SDLC setup to v1.2.1 #296

Merged
jwilger merged 5 commits from chore/sdlc-setup-v1.2.1 into main 2026-02-17 08:18:07 -08:00
jwilger commented 2026-02-17 07:45:28 -08:00 (Migrated from github.com)

Summary

  • Update .claude/sdlc.yaml with v1.2.1 fields: version, languages, dot, parallel_review
  • Replace git-spice with standard branch workflow (incompatible with squash merges)
  • Migrate from beads to dots for task tracking (13 open items migrated)
  • Remove .beads/ directory and all beads references from .gitignore, .gitattributes, CONTRIBUTING.md, docs/PLANNING.md
  • Initialize .dots/ directory for local task management (prefix: EC)
  • Add .claude/settings.json for SDLC plugin output style
  • Add SDLC workflow quick-reference section to .claude/CLAUDE.md

Test plan

  • dot ls runs without error (13 migrated items visible)
  • cargo nextest run --workspace — 177 tests pass
  • cargo fmt --all --check clean
  • cargo clippy --all-targets --all-features -- -D warnings clean
  • No remaining beads/bd references in tracked files
  • Pre-commit hooks restored (no more bd warnings)

🤖 Generated with Claude Code

## Summary - Update `.claude/sdlc.yaml` with v1.2.1 fields: `version`, `languages`, `dot`, `parallel_review` - Replace git-spice with standard branch workflow (incompatible with squash merges) - Migrate from beads to dots for task tracking (13 open items migrated) - Remove `.beads/` directory and all beads references from `.gitignore`, `.gitattributes`, `CONTRIBUTING.md`, `docs/PLANNING.md` - Initialize `.dots/` directory for local task management (prefix: EC) - Add `.claude/settings.json` for SDLC plugin output style - Add SDLC workflow quick-reference section to `.claude/CLAUDE.md` ## Test plan - [x] `dot ls` runs without error (13 migrated items visible) - [x] `cargo nextest run --workspace` — 177 tests pass - [x] `cargo fmt --all --check` clean - [x] `cargo clippy --all-targets --all-features -- -D warnings` clean - [x] No remaining beads/bd references in tracked files - [x] Pre-commit hooks restored (no more bd warnings) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No description provided.