Single-commit clean baseline after security scrub of niche-tells, project codenames, internal jargon, and contributor-email leaks. Contents: - 100 Rust crates (_primitives/_rust/) - 37 agent manifests (_manifests/) + generated specs (_generated/) - 67 user-invocable skills (skills/) - 33 hooks (hooks/) - Composition blocks (_blocks/) - Documentation (docs/, README.md) - TS adapter packages (_ts_packages/) - Assembler (_assembler/) - Roles (_roles/) - Templates (_templates/) - Forgejo CI (.forgejo/) Author: Denis Parfionovich <info@greendragon.info> License: see LICENSE.
22 lines
1,012 B
Markdown
22 lines
1,012 B
Markdown
# MEMORY PROTOCOL
|
|
|
|
**At start:**
|
|
1. Read `~/.claude/memory/MEMORY.md` (or your index file) → find relevant project file
|
|
2. Read `memory/{project}.md` → constraints, stack, status, learnings
|
|
3. If ML / research work: also check your `wrong-paths.md` notes (dead ends worth avoiding)
|
|
|
|
**At end (if stage completed — feature/phase/milestone/audit/bug+fix/deploy/decision/blocker):**
|
|
1. Append to `memory/{project}.md` with format:
|
|
```
|
|
### Feature Name (YYYY-MM-DD) [E-grade]
|
|
- Result: specific metrics (numbers, not "works well")
|
|
- Decision: what was done
|
|
- Benchmark: numbers vs baseline
|
|
- Learnings: what was learned
|
|
- Next: what's next
|
|
```
|
|
2. If dead end / wrong path → append to your `wrong-paths.md`
|
|
3. If architectural decision → project's `DECISIONS.md`
|
|
4. Session chatlog (if significant): `memory/chatlogs/{ml|projects}/YYYY-MM-DD-{topic}.md`
|
|
|
|
**Forbidden:** transitioning without saving; writing "works" without metrics; leaving credentials only in conversation context.
|