mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-17 09:46:06 +00:00
Change PM Agent memory architecture from Serena MCP to local file-based system: - Storage: docs/memory/ (per-repository, transparent, Git-manageable) - Format: Markdown (human-readable) + JSON (machine-readable) - Isolation: Automatic via git repository boundary detection - Benefits: Transparency, simplicity, no external MCP dependencies Memory structure: - pm_context.md: Project overview and current focus - last_session.md: Previous session summary - next_actions.md: Planned next steps - patterns_learned.jsonl: Success patterns (append-only) - solutions_learned.jsonl: Error solutions database Removes Serena MCP memory references from pm.md command documentation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: kazuki <kazuki@kazukinoMacBook-Air.local> Co-authored-by: Claude <noreply@anthropic.com>