Local coding-agent flight recorder

Make agent runs reviewable.

Wrap any coding-agent or shell command and get a redacted local trace pack with output, git diff, exit status, and risk signals.

trace result
exit 0
duration 12.4s
risk secret-like output redacted
files stdout, stderr, diff, report
what it records

Command trace

Command, working directory, timestamps, duration, exit code, stdout, and stderr.

Repository delta

Git HEAD, branch, status, diff stat, and patch after the run.

Risk signals

Destructive commands, pipe-to-shell, publish commands, permission failures, and secret-like output.

copy paste

Source-mode quick start.

npm install
npm run build
node dist/cli.js run -- npm test
examples

npm test

Wrap the local test command from source mode and write trace output under an ignored local folder.

Open safe examples

Agent-style demos

Use synthetic Codex, Claude Code, Gemini CLI, OpenCode, and Goose-style commands without invoking real agents.

Open launch kit

Release checks

Run the required local checks before release review without publishing, tagging, posting, or collecting credentials.

Open release readiness

report preview

Markdown and HTML reports are review surfaces.

The report summarizes command metadata, exit status, git state, diff stats, redacted output files, and risk signals. Open the report preview asset.

safety model

Local reports, redacted output.

Trace packs are local artifacts. Redaction catches common token-like values, but maintainers should still review every report before sharing it outside a private team.