sprintagency-it/agent-ledger — explained in plain English
Analysis updated 2026-05-18
Have an AI coding agent scope, verify, and self review a task before a human checks it.
Generate a pass, warn, or block style review record for an AI generated pull request.
Watch a visual replay of what an AI agent changed and verified during a task.
Use the GitHub Action to capture and review changes from an automated command in CI.
| sprintagency-it/agent-ledger | 0xmukesh/docusaurus-tutorial | 1tsmejp/palworld-docker-wine | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-12-27 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires Git, Node 20 or newer, and either Codex or Claude Code already set up.
Agent Ledger is a tool that makes AI coding agents like Codex or Claude Code review their own work and leave a clear paper trail before a human looks at it. Before making any changes, the agent has to state what it plans to do and what files it is allowed to touch. After it makes the change, the tool runs tests and checks, has the agent look over its own findings, lets it fix the safe and obvious problems, and then writes up a short summary for the person reviewing the work. It installs as a skill inside Codex or Claude Code, along with a small command line tool and an optional GitHub Action, and runs entirely on your own machine rather than sending anything to an outside service. Installing takes one command using the skills installer, which detects which coding agent you are using automatically. Once installed, you invoke it by typing a short command like slash agent-ledger followed by the task you want done, and it figures out a sensible scope and which checks apply on its own, only asking questions when something is genuinely unclear. Every run produces a set of files: a machine readable review record, a list of issues that were found and fixed, a short summary meant for a human, a pass, warn, or block style status for reviewing a pull request, and a visual timeline you can open and replay in a browser. There is also a smaller, redacted version of this evidence meant for sharing, though the tool notes that its redaction is best effort and should be checked before publishing. Agent Ledger deliberately limits what it will fix automatically. It will not touch things like authentication, secrets, permissions, billing, deployments, or anything destructive, leaving those for a human to decide on. The project is explicit that it does not make an AI model smarter and does not replace testing, code review, or human judgment. It only tries to make the agent's own execution more disciplined and its results easier to check. There is also a GitHub Action version that captures the changes made by a command you give it and posts the review directly into a pull request's job summary.
A tool that makes AI coding agents like Codex or Claude Code scope, verify, and self review their own work, leaving a clear evidence trail for a human to check.
Mainly JavaScript. The stack also includes JavaScript, Node.js, GitHub Actions.
See the project's LICENSE file for exact terms.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.