Syntax
Description
Initializes a new tracer database in the current directory. This creates a.trace/ directory with a SQLite database and JSONL file for issue tracking.
Options
ID prefix for issues. All issue IDs will start with this prefix (e.g.,
bd-1, bd-2).Custom database path. If not specified, creates
.trace/<prefix>.db in the current directory.Examples
Output
The
.trace/ directory contains both a SQLite database (for querying) and a JSONL file (for git-friendly version control). Always commit the JSONL file to track issue history.