Commit Graph

15 Commits

Author SHA1 Message Date
LNKB82REZ2GE4 0a33c9cec5 feat: add Context7 documentation integration for up-to-date library docs
Add Context7 MCP integration to provide agents with current, version-specific
documentation for libraries and frameworks, eliminating outdated code generation.

- Create comprehensive Context7 task (bmad-core/tasks/context7-docs.md)
- Add Context7 configuration to core-config.yaml with command templates
- Enhance dev agent with implementation-focused documentation access
- Enhance architect agent with architecture pattern documentation
- Enhance researcher agent with technical domain research capabilities
- Follow proven Gemini CLI integration pattern for consistency
- Support six documentation modes: library, API, patterns, troubleshooting, etc.
- Include agent-specific usage guidance and safety measures

Agents can now use `*context7-docs {technology}` to get current documentation
by including "use context7" in their prompts, ensuring accurate and up-to-date
implementation guidance for architecture decisions and code patterns.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-21 12:29:30 +01:00
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
Brian Madison 80d73d9093 fix: documentation and trademark updates 2025-08-17 19:23:50 -05:00
manjaroblack db80eda9df
refactor: centralize qa paths in core-config.yaml and update agent activation flows (#451)
Co-authored-by: Brian <bmadcode@gmail.com>
2025-08-16 21:38:33 -05:00
Brian Madison 3367fa18f7 version alignment 2025-07-19 00:04:16 -05:00
Brian Madison 0723eed881 fix: bundle build 2025-07-14 00:07:29 -05:00
Brian Madison 6b860bfee4 improve agent performance in claude code slash commands 2025-07-13 11:53:22 -05:00
Brian Madison e9e541a52e feat: Claude Code slash commands for Tasks and Agents! 2025-07-12 21:08:13 -05:00
Brian Madison 24a35ff2c4 core agents alignment 2025-07-12 20:16:05 -05:00
Brian Madison 2601fa7205 version bump 2025-07-06 19:54:46 -05:00
Brian Madison 0a61d3de4a fix: readme consolidation and version bumps 2025-07-06 11:13:09 -05:00
Brian Madison 42684e68af fix: update web bundles 2025-07-04 21:31:52 -05:00
Brian Madison 1c845e5b2c fix: version bump and web build fix 2025-07-04 12:39:17 -05:00
Brian Madison 87c451a5c3 fix: version bump and restore dist folder 2025-07-02 23:14:54 -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