AgentTrace User Guides¶
Welcome to the beginner guides for AgentTrace.
AgentTrace is a small command-line tool that helps you keep a record of work done by an AI coding assistant. It saves the task, code changes, test results, review notes, and final report inside your project.
Start Here¶
Read these guides in order:
- What AgentTrace Does
- Install And Run
- Your First Trace
- Daily Workflow
- Command Cheat Sheet
- Troubleshooting
- Glossary
The Short Version¶
Use AgentTrace when you want proof of what happened during a coding session.
The basic flow is:
init -> start -> snapshot -> add-test -> add-review -> report
In plain English:
- Set up AgentTrace in your project.
- Start tracking a task.
- Let the coding work happen.
- Save the Git changes as evidence.
- Save test results.
- Save review notes.
- Create a final report.