Commit Graph

11 Commits

Author SHA1 Message Date
LNKB82REZ2GE4 8324a95286 feat: implement Gemini CLI integration for large codebase analysis
Combined Option A + B implementation providing comprehensive large context analysis:

Core Integration:
- Add gemini-analysis.md task for massive context window operations
- Configure geminiCli settings in core-config.yaml with safety controls
- Support @file/directory syntax and --all-files mode for project-wide analysis
- Implement configurable approval modes and timeout protections

Agent Capabilities:
- Add *gemini-analyze command to analyst, architect, and dev agents
- Enable large codebase discovery, architecture analysis, and debugging
- Support feature verification and pattern discovery across entire projects
- Maintain read-only default with approval prompts for modifications

Team Configurations:
- Create team-gemini-analysis.yaml for specialized large context work
- Include comprehensive command templates and usage examples
- Integrate with existing fullstack and development workflows

Documentation & Safety:
- Update CLAUDE.md with comprehensive Gemini CLI usage guide
- Provide command templates for common analysis patterns
- Include safety measures, path validation, and error handling
- Document integration patterns with existing BMAD workflow

The system enables analysis of large codebases that exceed normal context limits
while maintaining BMAD's safety-first approach and task-based architecture.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-20 23:37:48 +01:00
LNKB82REZ2GE4 fbf2430ef6 feat: implement specialized research coordinator system
- Add research-coordinator agent with multi-perspective coordination capabilities
- Add adaptable researcher agent with domain-specific specialization profiles
- Implement unified request-research task for agent-to-research communication
- Add research logging and indexing system in docs/research/
- Include web search capabilities and configurable team size (default 3)
- Update analyst, architect, and pm agents with research command integration
- Add research team configuration and integrate into fullstack team
- Implement research synthesis templates and quality assurance checklists
- Add comprehensive research methodologies and domain expertise documentation

The system enables any agent to request specialized research through standardized
task interface, with research coordinator spawning domain experts and synthesizing
findings into actionable reports while maintaining indexed research log.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-20 22:54:15 +01:00
Brian Madison 80d73d9093 fix: documentation and trademark updates 2025-08-17 19:23:50 -05:00
manjaroblack ed539432fb
chore: add code formatting config and pre-commit hooks (#450) 2025-08-16 19:08:39 -05:00
Brian Madison 92201ae7ed fix: build web bundles with new file extension includsion 2025-07-06 19:39:34 -05:00
Brian Madison a4c0b1839d fix: standardize on file extension .yaml instead of a mix of yml and yaml 2025-07-02 19:59:49 -05:00
Brian Madison 18a382baa4 fix: single agent install and team installation support 2025-06-16 21:26:32 -05:00
Brian 595342cb10
Node 20, installer improvements, agent improvements and Expansion Pack for game dev (#232)
* feat: add expansion pack installation system with game dev and infrastructure expansion packs

- Added expansion pack discovery and installation to BMAD installer
- Supports interactive and CLI installation of expansion packs
- Expansion pack files install to destination root (.bmad-core)
- Added game development expansion pack (.bmad-2d-phaser-game-dev)
  - Game designer, developer, and scrum master agents
  - Game-specific templates, tasks, workflows, and guidelines
  - Specialized for Phaser 3 + TypeScript development
- Added infrastructure devops expansion pack (.bmad-infrastructure-devops)
  - Platform engineering agent and infrastructure templates
- Expansion pack agents automatically integrate with IDE rules
- Added list:expansions command and --expansion-packs CLI option

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>

* alpha expansion packs and installer update to support installing expansion packs optionally

* node20

---------

Co-authored-by: Brian Madison <brianmadison@Brians-MacBook-Pro.local>
Co-authored-by: Claude <noreply@anthropic.com>
2025-06-16 18:34:12 -05:00
Brian Madison 7c71e1f815 moved bmad-core to dot folder so when adding to project it is clear its not part of the project it is added to 2025-06-13 19:11:17 -05:00
Brian Madison 70db485a10 remove v3 docs, clarify contribution guidlines, fix teams to use proper bmad agent. 2025-06-12 19:47:38 -05:00
Brian Madison 0d59c686dd schema standardization and bmad ide orchesatrtor can do anything 2025-06-10 07:17:19 -05:00