Skip to content

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:

  1. What AgentTrace Does
  2. Install And Run
  3. Your First Trace
  4. Daily Workflow
  5. Command Cheat Sheet
  6. Troubleshooting
  7. 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:

  1. Set up AgentTrace in your project.
  2. Start tracking a task.
  3. Let the coding work happen.
  4. Save the Git changes as evidence.
  5. Save test results.
  6. Save review notes.
  7. Create a final report.