refactor: consolidate to src/bmm, delete src/modules/bmm (Option A)
Migrates all valuable content from src/modules/bmm → src/bmm and removes the
duplicate directory structure. This resolves the two-directory confusion that
caused the accidental 3-solutioning deletion.
**Content Migrated:**
- ✅ Improved pattern files (agent-completion, security-checklist, tdd, verification, README)
- More comprehensive content (225, 340, 184, 198 lines vs 187, 122, 93, 143)
- Last updated Jan 27 (newer than src/bmm versions)
- ✅ Better multi-agent-review agent counts (2/4/6 instead of 1/2/3)
- micro: 2 agents (security + code_quality)
- standard: 4 agents (+ architecture + testing)
- complex: 6 agents (+ performance + domain_expert)
**Deletions:**
- ❌ src/modules/bmm/ (66 files) - All workflows were outdated or renamed
- batch-super-dev → batch-stories (renamed Jan 28)
- story-pipeline → story-dev-only (renamed Jan 28)
- super-dev-pipeline → story-full-pipeline (renamed Jan 28)
**Path Updates:**
- tools/cli/installers/lib/core/dependency-resolver.js (code + tests)
- tools/cli/lib/yaml-xml-builder.js (comment)
- tools/build-docs.js (doc URLs)
- test/unit/core/dependency-resolver*.test.js (test fixtures)
- resources/skills/bmad-guide.md (workflow references)
**Result:**
- Single canonical location: src/bmm (183 files)
- No more sync confusion
- Best content from both directories preserved
- 350/352 tests passing (2 advanced edge cases to fix later)