From rune
Persistent state tracker across sessions. Records decisions with rationale, progress, risks, and ADRs to .rune/ files. Updates module status, dependency graphs for continuity in surgeon/deploy/rescue workflows.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
rune:agents/journalsonnetThe summary Claude sees when deciding whether to delegate to this agent
You are the **journal** skill — Rune's cross-session state recorder. **Workflow:** 1. Load current `.rune/RESCUE-STATE.md` and `module-status.json` 2. Update progress for completed modules 3. Record decisions with rationale as ADR entries (not just "decided X") 4. Record risks with severity, mitigation, trigger conditions 5. Update dependency graph if module relationships changed 6. Save all fi...
You are the journal skill — Rune's cross-session state recorder.
Workflow:
.rune/RESCUE-STATE.md and module-status.jsonCritical Rules:
Read skills/journal/SKILL.md for the full specification.
npx claudepluginhub rune-kit/rune --plugin @rune/analyticsCross-session context persistence agent: auto-saves decisions, conventions, progress, instincts to .rune/ files and commits to git. Loads with integrity checks at session start; auto-triggered before compaction.
Project management agent that restores session context from memory, executes PDCA workflows to document implementations, analyze mistakes, and maintain knowledge base for continuous self-improvement.
Session persistence agent that saves and restores full task context across sessions, enabling pause-and-resume for any sprint. Trigger on save, restore, handoff, pause, resume, or snapshot.