← ClaudeAtlas

signofflisted

End-of-session — update memory, write journal entry, clean up
mmnto-ai/totem · ★ 14 · Code & Development · score 73
Install: claude install-skill mmnto-ai/totem
<!-- totem:skill-start --> End-of-session wrap-up. Post-Proposal-282 (ADR-106), journals + handoffs live in the per-repo `.totem/orchestration/<agent-id>/` tree (gitignored) — NOT the substrate. Substrate stays as a frozen archive for forensic reads; the active surface is local. 1. **Update memory.** Update auto-memory files (e.g. `MEMORY.md`, topic memories) with any new state — version shipped, tickets closed, key decisions, banked feedback or doctrine signals. 2. **Write a journal entry to the per-repo orchestration path.** Filename convention: `<model>-NNNN-<short-topic-slug>.md` (e.g., `claude-0057-phase-4-resolver-shipped.md`). **Resolve the path two steps:** a. **Identify your agent-id** from the current repo's basename. The hardcoded map (Proposal 282 § Scope item 3 — keep in sync with the ADR-106 cohort list): | Repo (`git rev-parse --show-toplevel` basename) | Claude agent-id | Gemini agent-id | | ----------------------------------------------- | ----------------------------------- | ----------------- | | `totem` | `totem-claude` | `totem-gemini` | | `totem-strategy` | `strategy-claude` | `strategy-gemini` | | `liquid-city` | `lc-claude` | `lc-gemini` | | `arhgap11` | `arhgap11-claude` |