PCPM (Persistent Code Plan Memory) Integration
This project uses the global-brain PCPM system for persistent memory across sessions.
Project ID: A2A-SIN-WebChat Current Goal: Continue development
Rules for All Agents
- Before starting work, load the active context from
.pcpm/active-context.json - Follow the current plan in
.pcpm/plan/latest.json— do NOT improvise - Never reuse strategies listed in the memory's
forbiddenentries - After completing work, ensure knowledge is extracted and synced
- If the strategy must change, document the decision explicitly
- Check
.pcpm/knowledge-summary.jsonfor known mistakes before debugging