Commit Graph

7 Commits

Author SHA1 Message Date
Alex Verkhovsky 9268e73118 refactor(bmm): convert quick-dev workflow to sharded step-file format
- Replace monolithic instructions.md with 6 discrete step files
- Add adversarial code review as integrated step (step-05)
- Include non-Git fallback for diff construction
- Standardize step formatting and NEXT directives
2025-12-22 13:57:54 -08:00
Alex Verkhovsky 560138a6a5 feat: add documentation website with Docusaurus build pipeline
- Add Docusaurus-based documentation site with GitHub Actions workflow
- Configure site URL auto-detection for fork deployments
- Fix documentation link paths for baseUrl compatibility
- Add IDE info and getting-started documentation structure
- Update module docs README.md to index.md with fixed links
- Fix broken workflow, agent, and testarch doc links
- Add CIS/BMB docs structure for contributed modules
- Enhance link transforms for docs consolidation

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 10:19:45 -08:00
Brian Madison da21790531 quickinstall duplicate success message removed 2025-12-22 14:17:32 +08:00
Brian Madison 8642553bd7 we only need one yaml lib 2025-12-13 18:35:07 +08:00
Brian Madison ce42d56fdd agent customzation almost working again 2025-12-13 17:50:33 +08:00
Brian Madison 0b9290789e installer fixes 2025-12-03 22:44:13 -06:00
Philip Louw 41f9cc1913
feat: add kiro-cli installer with BMad Core compliance (#993)
- Implement KiroCliSetup class extending BaseIdeSetup
- Generate 21 agents from YAML sources with JSON configs and markdown prompts
- Add runtime resource loading and numbered menu formatting
- Include BMad Core validation for required agent fields
- Fix agent naming conventions to prevent double prefixes
- Add .kiro/ directory to gitignore

Follows BMad Method standards for IDE installer integration.

Co-authored-by: Brian <bmadcode@gmail.com>
2025-12-03 12:17:02 -06:00