← ClaudeAtlas

cm-continuitylisted

Working memory protocol — maintains context across sessions via CONTINUITY.md. Inspired by Loki Mode. Read at turn start, update at turn end. Captures mistakes and learnings to prevent repeating errors.
tody-agent/codymaster · ★ 45 · Web & Frontend · score 72
Install: claude install-skill tody-agent/codymaster
# Continuity — Working Memory Protocol ## TL;DR - **Use at** session start (read) and end (update) - **File**: .cm/CONTINUITY.md (working memory) - **Auto-loads**: recent learnings from .cm/learnings.jsonl - **Loki Mode**: prevents repeating past mistakes > **Context persistence across sessions. Mistakes captured. Learnings applied.** > Inspired by Loki Mode's CONTINUITY.md protocol (Autonomi). ## When to Use **ALWAYS** — This is a background protocol, not an explicit invocation. - **Start of every session:** Read `.cm/CONTINUITY.md` to orient yourself - **End of every session:** Update `.cm/CONTINUITY.md` with progress - **On error:** Record in Mistakes & Learnings section - **On key decision:** Record in Key Decisions section ## Setup > **Prerequisite:** The `cm` CLI is the CodyMaster command-line tool. If not installed, you can > manage `.cm/CONTINUITY.md` directly with your editor or the AI agent without the CLI commands. ```bash # Initialize working memory for current project cm continuity init # Check current state cm continuity status # View captured learnings / decisions cm continuity learnings cm continuity decisions # ── Smart Spine v5 commands ────────────────────────────── # Regenerate L0 compact indexes (learnings-index.md, skeleton-index.md) cm continuity index # Show token budget allocation + usage per category cm continuity budget # Pretty-print current context bus state (active skill chain) cm continuity bus # Print Codex Desktop MCP config snip