BMAD-METHOD/bmad-core
Lucas C 7bb3b36e54 feat(memory-bank): Add comprehensive Memory Bank pattern integration
Implemented Cline-inspired Memory Bank pattern for AI context persistence across sessions.
This ensures continuity and deep understanding of projects even when AI memory resets.

Core Memory Bank Components:
- Created 6 core memory bank templates following hierarchical structure
  - projectbrief.md: Foundation document with project scope and goals
  - productContext.md: The 'why' behind the project
  - systemPatterns.md: Technical architecture and decisions
  - techContext.md: Technology stack and environment
  - activeContext.md: Current work focus and priorities
  - progress.md: Project state tracking and evolution

Tasks and Workflows:
- initialize-memory-bank.md: Creates initial Memory Bank structure
- update-memory-bank.md: Updates based on dev journals, ADRs, and changes
- memory-bank-triggers.md: Reference guide for when to update

Agent Integrations:
- Enhanced architect agent with Memory Bank awareness and commands
- Enhanced dev agent to update activeContext and progress
- Enhanced po agent for requirements alignment with Memory Bank
- All agents now read Memory Bank at session start

Pervasive Integration Strategy:
- ADR creation triggers systemPatterns updates
- Dev journal entries trigger activeContext updates
- Story completion triggers progress updates
- Comprehensive commits/PRs trigger relevant updates
- Document-project task integrates with Memory Bank initialization

This provides AI agents with persistent context across sessions, preventing
loss of project knowledge and ensuring consistent understanding.
2025-07-20 18:41:38 +02:00
..
agent-teams fix: build web bundles with new file extension includsion 2025-07-06 19:39:34 -05:00
agents feat(memory-bank): Add comprehensive Memory Bank pattern integration 2025-07-20 18:41:38 +02:00
checklists feat: Add ADR integration and user methodology files 2025-07-20 18:07:09 +02:00
data feat(memory-bank): Add comprehensive Memory Bank pattern integration 2025-07-20 18:41:38 +02:00
tasks feat(memory-bank): Add comprehensive Memory Bank pattern integration 2025-07-20 18:41:38 +02:00
templates feat(memory-bank): Add comprehensive Memory Bank pattern integration 2025-07-20 18:41:38 +02:00
workflows fix: Refactor ADR and Dev Journal features for destination projects 2025-07-20 18:19:21 +02:00
core-config.yaml version alignment 2025-07-19 00:04:16 -05:00
user-guide.md feat: Installation includes a getting started user guide with detailed mermaid diagram 2025-07-19 21:18:06 -05:00
working-in-the-brownfield.md feat: Installation includes a getting started user guide with detailed mermaid diagram 2025-07-19 21:18:06 -05:00