kazuki nakai 7ee739646e
refactor: PM Agent memory to repository-scoped local files (#436)
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>
2025-10-16 17:54:34 +05:30
..