Persistent identity
The orchestrator has a first-person IDENTITY.md, a USER.md, and standing context loaded through Claude Code hooks.
MindStone for Claude Code (MS4CC) is the Claude Code substrate edition of MindStone continuity. It gives a Claude Code orchestrator persistent identity, durable memory, checkpoint discipline, compaction handoff, and recall through Claude Code’s hook system.
For users who want MindStone continuity today, MS4CC is one of the shipped paths.
Persistent identity
The orchestrator has a first-person IDENTITY.md, a USER.md, and standing context loaded through Claude Code hooks.
Structured memory
Important project facts, lessons, preferences, and decisions are promoted into durable Markdown memory files instead of being left only in chat logs.
Recall
Archived transcripts and memory files can be indexed and recalled so older context can return when it matters.
Checkpoint and handoff
Checkpoints, LOG entries, memory proposals, and compaction handoffs preserve continuity across sessions and context reduction.
MS4CC runs inside Claude Code’s hook and command model. There is no separate MindStone server required for the core MS4CC continuity layer.
At a high level:
Session starts → identity, user context, LOG tail, and selected memory are injected
User sends a prompt → recall can surface relevant memory/transcript context
Checkpoint or compaction boundary approaches → LOG, memory proposals, transcript archive, vector backfill, and handoff preserve continuity
Next session starts → the orchestrator wakes with identity, user context, memory, and recent continuity restored| Component | Purpose |
|---|---|
IDENTITY.md | First-person agent identity and working standards |
USER.md | Human/collaboration context |
LOG.md | Append-only continuity log for checkpoints, decisions, drift, and role spans |
memory/*.md | Structured memory files with frontmatter metadata |
transcripts/*.jsonl | Archived Claude Code session history |
.handoff.md | Rich compaction handoff for continuity after context reduction |
| hooks | Claude Code lifecycle integration for injection, recall, archive, and handoff |
/checkpoint | Checkpoint workflow for LOG/memory/archive/embed verification |