619 B
619 B
description
| description |
|---|
| Mark a report as resolved |
Resolve an improvement report. Expected format: /trk-resolve <id> <resolution description>
- Parse the report ID and resolution from the command
- Read the report from
~/.claude/trk-db/active/<id>.md - Update the report:
- Change
status: activetostatus: resolved - Add resolved timestamp to frontmatter
- Fill in Resolution section with the description
- Change
- Move file from
active/toresolved/ - Git add and commit with message: "Resolve: [id] - [resolution]"
- Confirm to user: "Report resolved and moved to ~/.claude/trk-db/resolved/.md"