Передача контекста между сессиями Claude Code
productivity
continuity_ledger is a Claude Code skill that creates or updates a YAML handoff document to preserve project state across /clear commands. It is an alias for /create_handoff and produces files at thoughts/shared/handoffs/{session-name}/YYYY-MM-DD_HH-MM_description.yaml using a strictly defined schema: required goal and now fields displayed in the statusline, plus done_this_session, decisions, findings, worked, failed, next, and files sections. The session name is derived from existing handoff folders via ls, falling back to general if none exist. After writing the document, the skill prompts for a session outcome (SUCCEEDED, PARTIAL_PLUS, PARTIAL_MINUS, or FAILED) and records it with artifact_mark.py. It is intended for multi-day implementations, complex refactors, and any session where context usage approaches 70–85%.
- #handoff
- #context-preservation
- #session-management
- #yaml