# Tracer ## Docs - [blocked](https://mintlify.wiki/Abil-Shrestha/tracer/commands/blocked.md): List issues that are blocked by dependencies - [tracer close](https://mintlify.wiki/Abil-Shrestha/tracer/commands/close.md): Close one or more issues - [tracer comment](https://mintlify.wiki/Abil-Shrestha/tracer/commands/comment.md): Add a comment to an issue - [tracer create](https://mintlify.wiki/Abil-Shrestha/tracer/commands/create.md): Create a new issue in your tracer database - [dep add](https://mintlify.wiki/Abil-Shrestha/tracer/commands/dep-add.md): Add a dependency between issues - [dep cycles](https://mintlify.wiki/Abil-Shrestha/tracer/commands/dep-cycles.md): Detect circular dependencies in the issue graph - [dep remove](https://mintlify.wiki/Abil-Shrestha/tracer/commands/dep-remove.md): Remove a dependency between issues - [dep tree](https://mintlify.wiki/Abil-Shrestha/tracer/commands/dep-tree.md): Show the dependency tree for an issue - [export](https://mintlify.wiki/Abil-Shrestha/tracer/commands/export.md): Export issues to JSONL format - [import](https://mintlify.wiki/Abil-Shrestha/tracer/commands/import.md): Import issues from JSONL format - [tracer init](https://mintlify.wiki/Abil-Shrestha/tracer/commands/init.md): Initialize a new tracer database in your project - [tracer learn](https://mintlify.wiki/Abil-Shrestha/tracer/commands/learn.md): Interactive guide to learn Tracer concepts and workflows - [tracer list](https://mintlify.wiki/Abil-Shrestha/tracer/commands/list.md): List and filter issues in your tracer database - [ready](https://mintlify.wiki/Abil-Shrestha/tracer/commands/ready.md): List issues that are ready to work on (no blocking dependencies) - [tracer show](https://mintlify.wiki/Abil-Shrestha/tracer/commands/show.md): Display detailed information about a specific issue - [stats](https://mintlify.wiki/Abil-Shrestha/tracer/commands/stats.md): Display statistics about issues and workflow - [tracer update](https://mintlify.wiki/Abil-Shrestha/tracer/commands/update.md): Update fields on an existing issue - [Dependencies](https://mintlify.wiki/Abil-Shrestha/tracer/concepts/dependencies.md): Understanding the four dependency types and how to use them to organize work in Tracer - [Issues](https://mintlify.wiki/Abil-Shrestha/tracer/concepts/issues.md): Understanding issue structure, types, fields, and validation rules in Tracer - [Priorities](https://mintlify.wiki/Abil-Shrestha/tracer/concepts/priorities.md): Understanding priority levels 0-4, what each means, and how to use them effectively in Tracer - [Status Workflow](https://mintlify.wiki/Abil-Shrestha/tracer/concepts/status-workflow.md): Understanding issue status lifecycle, state transitions, and how status affects work assignment in Tracer - [Basic Workflow](https://mintlify.wiki/Abil-Shrestha/tracer/guides/basic-workflow.md): Learn the complete workflow for managing issues with Tracer, from creation to completion - [Dependency Management](https://mintlify.wiki/Abil-Shrestha/tracer/guides/dependency-management.md): Track dependencies between issues, manage blockers, and organize work hierarchies - [Git Integration](https://mintlify.wiki/Abil-Shrestha/tracer/guides/git-integration.md): Sync issues across machines, handle conflicts, and enable multi-machine workflows with Git - [Querying & Filtering](https://mintlify.wiki/Abil-Shrestha/tracer/guides/querying-filtering.md): Filter, search, and query issues with powerful filtering options and JSON output - [Installation](https://mintlify.wiki/Abil-Shrestha/tracer/installation.md): Install Tracer on macOS, Linux, or Windows using cargo or from source - [AI Agent Integration Overview](https://mintlify.wiki/Abil-Shrestha/tracer/integration/agent-overview.md): Learn why and how to integrate AI agents with Tracer for better task management and long-horizon work - [Agent Workflow](https://mintlify.wiki/Abil-Shrestha/tracer/integration/agent-workflow.md): Detailed workflow for AI agents using Tracer, from finding ready work to completing tasks - [Auto-Assignment](https://mintlify.wiki/Abil-Shrestha/tracer/integration/auto-assignment.md): Understand how Tracer automatically assigns agents to issues when they start work - [Best Practices](https://mintlify.wiki/Abil-Shrestha/tracer/integration/best-practices.md): Proven patterns and best practices for AI agents using Tracer effectively - [Comments & Communication](https://mintlify.wiki/Abil-Shrestha/tracer/integration/comments-communication.md): Use comments to coordinate and communicate between AI agents in Tracer - [Continuous Integration](https://mintlify.wiki/Abil-Shrestha/tracer/integration/continuous-integration.md): Integrate Tracer with CI/CD pipelines for automated issue tracking and agent coordination - [Example Scripts](https://mintlify.wiki/Abil-Shrestha/tracer/integration/example-scripts.md): Complete working bash scripts for multi-agent coordination with Tracer - [JSON Output Format](https://mintlify.wiki/Abil-Shrestha/tracer/integration/json-output.md): Complete reference for JSON output formats from all Tracer commands - [Multi-Agent Coordination](https://mintlify.wiki/Abil-Shrestha/tracer/integration/multi-agent-coordination.md): Enable multiple AI agents to collaborate on issues using Tracer's coordination features - [Introduction](https://mintlify.wiki/Abil-Shrestha/tracer/introduction.md): Lightweight issue tracker designed for AI agents to coordinate work and track dependencies - [Quick Start](https://mintlify.wiki/Abil-Shrestha/tracer/quickstart.md): Get started with Tracer in 5 minutes - from initialization to tracking your first issues