Commit Graph

8 Commits

Author SHA1 Message Date
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 1e721f7fd0 consolidate and remove some duplication 2025-12-22 10:13:56 +08:00
Brian Madison ae9851acab _cfg -> _config 2025-12-13 19:41:09 +08:00
Brian Madison 25c79e3fe5 folder rename from .bmad to _bmad 2025-12-13 16:22:34 +08:00
Brian Madison 446a0359ab fix bmb workflow paths 2025-12-10 20:50:24 +09:00
Alex Verkhovsky a0442d4fb7
chore(cli): remove broken build caching (#1042)
The agent build caching never worked - BUILD-META comments were
never written to output files, so every build acted like --force.

Since building all 29 agents takes ~300ms, caching provided no
meaningful benefit. Removed ~190 lines of dead code including
checkIfNeedsRebuild, checkBuildStatus, buildMetadataComment,
and the --force flag.

Co-authored-by: Brian <bmadcode@gmail.com>
2025-12-06 12:38:56 -06:00
Brian Madison a747017520 docs updated and agent standalone builder working now from the main install flow 2025-10-04 01:26:38 -05:00
Brian Madison 3f40ef4756 agent updates 2025-10-02 21:45:59 -05:00