diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-14 15:16:06 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-14 15:16:06 -0800 |
| commit | 17fd19c8f822ff84b1855d7729a3030ebf1f68ae (patch) | |
| tree | 9423cc99d9ce08c82e0704f293a3278ff5ec6aec /.agent/workflows/crank_but_verify.md | |
| parent | 490edf9e9f2911231df6c76ef4afeb3b1fb763d2 (diff) | |
| download | neko-17fd19c8f822ff84b1855d7729a3030ebf1f68ae.tar.gz neko-17fd19c8f822ff84b1855d7729a3030ebf1f68ae.tar.bz2 neko-17fd19c8f822ff84b1855d7729a3030ebf1f68ae.zip | |
new workflows based on past issues
Diffstat (limited to '.agent/workflows/crank_but_verify.md')
| -rw-r--r-- | .agent/workflows/crank_but_verify.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.agent/workflows/crank_but_verify.md b/.agent/workflows/crank_but_verify.md new file mode 100644 index 0000000..8d983b6 --- /dev/null +++ b/.agent/workflows/crank_but_verify.md @@ -0,0 +1,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.
\ No newline at end of file |
