Session Ledger

Keep a session's durable reasoning alive across context compaction. Maintains a small on-disk ledger of what was decided, what is still open, what was verified and by which command, and what was dropped and why. A compaction summary flattens reasoning; this preserves it. Invoke explicitly to start, inspect, repair, or hand over a ledger. The per-session maintenance discipline is primed automatically by the session-start hook, so routine appends need no invocation. Project-agnostic: no assumptions about language, stack, or repository layout.

kaposty 4c5c600 16.5 KB Updated

File contents

kaposty/context-kit/tree/main/skills/session-ledger commit 4c5c6007bf

Frequently asked questions

npx skillmds@latest add kaposty/session-ledger