goodvibes-memory
Installation
SKILL.md
Resources
scripts/
validate-memory-usage.sh
references/
schemas.md
GoodVibes Memory Protocol
The memory system enables cross-session learning by capturing decisions, patterns, failures, and preferences in structured JSON files. Every agent must read memory before starting work and write to it after completing work.
Why This Matters
Without memory:
- Agents repeat known failures
- Proven patterns are rediscovered each session
- Architectural decisions are forgotten or violated
- Project-specific preferences aren't applied