BMAD-METHOD/docs
Serhii 8c2f51e4f0
feat: Add VCS workflow auto-detection with hybrid approach
Implements "detection as a HINT, not a DECISION" principle for brownfield projects.

Key improvements:
- Auto-detect GitFlow, GitHub Flow, and Trunk-based workflows
- Confidence scoring with 70% threshold for suggestions
- Migration detection between workflow patterns
- Progressive clarifying questions for unclear cases
- Comprehensive test suite with mock Git repository
- Working Python implementation example
- 7-day result caching with user confirmation
- Escape hatches for advanced users (--skip-detection)

Files added:
- bmad-core/examples/vcs-detection-implementation.py: Complete working implementation
- bmad-core/tests/test_vcs_detection.py: Unit tests for detection logic
- docs/VCS_DETECTION_CONFIDENCE.md: Detailed confidence scoring documentation

Files modified:
- bmad-core/tasks/discover-vcs.md: Enhanced with Step 0 auto-detection logic

This maintains BMAD's core philosophy while significantly improving user experience
for existing repositories. Auto-detection saves time while always respecting
user choice and workflow preferences.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 06:06:18 +03:00
..
GUIDING-PRINCIPLES.md documentation updates 2025-09-06 18:30:37 -05:00
VCS_AGNOSTIC_PRINCIPLES.md feat(core): Add VCS discovery mechanism 2025-09-15 09:27:48 +03:00
VCS_AGNOSTIC_PROPOSAL.md docs: Add VCS-agnostic documentation and examples 2025-09-15 09:30:02 +03:00
VCS_DETECTION_CONFIDENCE.md feat: Add VCS workflow auto-detection with hybrid approach 2025-09-16 06:06:18 +03:00
core-architecture.md doc and text cleanup 2025-07-04 07:47:57 -05:00
enhanced-ide-development-workflow.md chore: add code formatting config and pre-commit hooks (#450) 2025-08-16 19:08:39 -05:00
expansion-packs.md Expansion pack doc correction 2025-08-31 22:15:40 -05:00
flattener.md documentation updates 2025-09-06 18:30:37 -05:00
how-to-contribute-with-pull-requests.md fix: docs 2025-07-19 00:36:13 -05:00
user-guide.md feat(opencode): add JSON-only integration and compact AGENTS.md generator (#570) 2025-09-11 17:44:41 -05:00
versioning-and-releases.md patch: move script to tools folder 2025-08-17 11:04:27 -05:00
versions.md documentation updates 2025-09-06 18:30:37 -05:00
working-in-the-brownfield.md documentation updates 2025-09-06 18:30:37 -05:00