blob: 8d983b6927adb6e5374e7a0552e570c9b8200442 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
description: Turn the crank with Thicket - but *verify*
---
Your goal is to improve the project by resolving tickets and discovering additional work for future agents.
1. Work on the ticket described by `thicket ready`.
2. When resolved, run `thicket close <CURRENT_TICKET_ID>`.
3. Verify your resolution by ensuring the project still builds cleanly and tests pass.
4. Think of additional work and create tickets for future agents:
```bash
thicket add --title "Brief descriptive title" --description "Detailed context" --priority=<N> --type=<TYPE> --created-from <CURRENT_TICKET_ID>
```
5. Commit your changes.
**CRITICAL**: NEVER edit `.thicket/tickets.jsonl` directly. Always use the `thicket` CLI.
|