aboutsummaryrefslogtreecommitdiffstats
path: root/.agent/workflows
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-15 13:49:12 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-15 13:49:12 -0800
commitfcfe6a32729e91528b001921f18ae824d079b01b (patch)
treec974ce53958264c4859a700aac6a49bb6d7b0729 /.agent/workflows
parent87fa24c51d19859c4e390706c868777c2d592d7a (diff)
downloadneko-fcfe6a32729e91528b001921f18ae824d079b01b.tar.gz
neko-fcfe6a32729e91528b001921f18ae824d079b01b.tar.bz2
neko-fcfe6a32729e91528b001921f18ae824d079b01b.zip
Workflow: Simplify verification step in crank_but_verify
Diffstat (limited to '.agent/workflows')
-rw-r--r--.agent/workflows/crank_but_verify.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.agent/workflows/crank_but_verify.md b/.agent/workflows/crank_but_verify.md
index 3348fbd..8d983b6 100644
--- a/.agent/workflows/crank_but_verify.md
+++ b/.agent/workflows/crank_but_verify.md
@@ -6,7 +6,7 @@ Your goal is to improve the project by resolving tickets and discovering additio
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 using the /test-safe workflow.
+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>