aboutsummaryrefslogtreecommitdiffstats
path: root/.agent
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-13 18:43:55 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-13 18:43:55 -0800
commitb7f2a8ecf06a3ae190cab9a26e157dd2c586f7e7 (patch)
tree99c97d203e7afba611c605aad1e855d2388a1169 /.agent
parent21b4eec6c1e096573bcd5f2079bc21e23a960621 (diff)
downloadneko-b7f2a8ecf06a3ae190cab9a26e157dd2c586f7e7.tar.gz
neko-b7f2a8ecf06a3ae190cab9a26e157dd2c586f7e7.tar.bz2
neko-b7f2a8ecf06a3ae190cab9a26e157dd2c586f7e7.zip
chore: cleanup ignored files
Diffstat (limited to '.agent')
-rw-r--r--.agent/workflows/crank_but_verify.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/.agent/workflows/crank_but_verify.md b/.agent/workflows/crank_but_verify.md
deleted file mode 100644
index 8d983b6..0000000
--- a/.agent/workflows/crank_but_verify.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-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