ag-ledger
Installation
SKILL.md
AG Ledger
Overview
Track agent activity as append-only JSON lines and query prior entries without
editing historical records. Prefer the bundled sync workflow for Codex
conversations so activity tracking happens through a recurring automation rather
than per-conversation AGENTS injection.
Recommended Workflow
- Run a recurring automation that executes
ag-ledger syncfrom the skill directory or by absolute script path. - Let
syncscan recent Codex rollout transcripts, derive deterministicsession start,notable change, andsession endentries, and persist state so unchanged files are skipped on later runs. - Use manual
appendorappend-currentonly for explicit ad hoc entries or non-Codex workflows.