Commit Graph

5 Commits

Author SHA1 Message Date
LucasAdel 246804fb64 feat(agents): Optimize Titan compaction thresholds for 200K context window + introduce Athena agent
**Changes:**
- Updated Titan (context-engineer) auto-compaction thresholds:
  * Primary threshold: 170K tokens (was 200K) - 85% of 200K context window
  * Secondary cascades: 340K, 510K, 680K tokens
  * Rationale: Provides 30K buffer before context limit on Claude Sonnet 4.5

- Created Athena (documentation-keeper) agent:
  * New core BMAD agent for knowledge preservation
  * Implements three-tier storage: MCP Memory → Persistent Files → Archive
  * Prevents knowledge loss during Titan context compression
  * Provides #DOCUMENT and #ARCHIVE protocol commands
  * Integrates seamlessly with Atlas + Titan (Power Trio)

**Impact:**
- Titan now triggers compaction more aggressively (at 170K vs 200K)
- Expected session efficiency: 25-50% context usage (vs 30-80% before)
- Knowledge preservation: Zero loss through Athena documentation protocol
- Self-healing system: Atlas (fix) + Athena (document) + Titan (optimize)

**Files Modified:**
- bmad/core/agents/context-engineer.md (Titan thresholds updated)

**Files Created:**
- bmad/core/agents/documentation-keeper.md (Athena agent specification)

These updates optimize BMAD-METHOD for Sonnet 4.5's 200K context window while ensuring no knowledge is lost during aggressive context compression.

🤖 Generated with Claude Code
2025-10-22 17:24:14 +10:30
Brian Madison 6181a0bd07 fix: installer IDE selection and cancellation handling
- Fix manifest reading to use manifest.yaml instead of manifest.csv
- Show previously configured IDEs as selected by default in UI
- Skip configuration prompts for already configured IDEs during updates
- Properly collect IDE configurations during full reinstall
- Handle installation cancellation without throwing errors
2025-10-04 19:46:16 -05: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
Brian Madison 0a6a3f3015 feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00