git404hub

what is agent-ledger fr?

sprintagency-it/agent-ledger — explained in plain English

Analysis updated 2026-05-18

1JavaScriptAudience · developerComplexity · 3/5Setup · moderate

tl;dr

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.

vibe map

mindmap
  root((repo))
    What it does
      Scopes agent tasks
      Runs verification checks
      Self review of findings
      Human readable summary
    Tech stack
      JavaScript
      Node CLI
      GitHub Action
    Use cases
      Review AI generated changes
      Bound agent auto fixes
      Produce PR review evidence
    Audience
      Developers
      Coding agent users
    Setup
      Install via skills CLI
      Detects active agent
      Invoke with slash command

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Have an AI coding agent scope, verify, and self review a task before a human checks it.

VIBE 2

Generate a pass, warn, or block style review record for an AI generated pull request.

VIBE 3

Watch a visual replay of what an AI agent changed and verified during a task.

VIBE 4

Use the GitHub Action to capture and review changes from an automated command in CI.

what's the stack?

JavaScriptNode.jsGitHub Actions

how it stacks up fr

sprintagency-it/agent-ledger0xmukesh/docusaurus-tutorial1tsmejp/palworld-docker-wine
Stars111
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-12-27
MaintenanceDormant
Setup difficultymoderateeasymoderate
Complexity3/52/54/5
Audiencedeveloperdeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires Git, Node 20 or newer, and either Codex or Claude Code already set up.

See the project's LICENSE file for exact terms.

in plain english

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.

prompts (copy fr)

prompt 1
Help me install Agent Ledger as a skill for Claude Code in my repository.
prompt 2
Use agent-ledger to add input validation to this form and show me the review.
prompt 3
Explain what Agent Ledger will and will not fix automatically during a task.
prompt 4
Set up the Agent Ledger GitHub Action to review changes in my CI pipeline.

Frequently asked questions

what is agent-ledger fr?

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.

What language is agent-ledger written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, GitHub Actions.

What license does agent-ledger use?

See the project's LICENSE file for exact terms.

How hard is agent-ledger to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is agent-ledger for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.