AgentTrace¶
AgentTrace is a local-first command-line tool for recording audit trails of AI-assisted coding work.
It helps you answer:
What changed, what tests ran, what review happened, and what evidence supports the final result?
Start Here¶
If you are new to AgentTrace, read these first:
Basic Workflow¶
init -> start -> snapshot -> add-test -> add-review -> report
In plain English:
- Set up AgentTrace in your Git project.
- Start tracking a coding task.
- Capture the changed files and diff.
- Record tests or manual QA.
- Add review notes.
- Generate a final report.
What AgentTrace Creates¶
AgentTrace writes local evidence into a .agenttrace folder in your project.
The most useful outputs are:
report.md: the final report for one taskpr-description.md: a pull-request-ready summarydashboard.html: a local dashboard across recorded runs