diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-15 08:04:15 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-15 08:04:15 -0800 |
| commit | c41af66cbb76c4c49269753d981b99905a679437 (patch) | |
| tree | 46ba27877b73ee41a4c125c88c9bc9360811ce0c /.agent/workflows | |
| parent | 6e28d1530aa08b878f5082bbcd85a95f84f830e8 (diff) | |
| download | neko-c41af66cbb76c4c49269753d981b99905a679437.tar.gz neko-c41af66cbb76c4c49269753d981b99905a679437.tar.bz2 neko-c41af66cbb76c4c49269753d981b99905a679437.zip | |
Fix horizontal scrolling on iPad and improve mobile responsiveness
Diffstat (limited to '.agent/workflows')
| -rw-r--r-- | .agent/workflows/crank_but_verify.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.agent/workflows/crank_but_verify.md b/.agent/workflows/crank_but_verify.md index 8d983b6..3348fbd 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. +3. Verify your resolution by ensuring the project still builds cleanly and tests pass using the /test-safe workflow. 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> |
