From 21b4eec6c1e096573bcd5f2079bc21e23a960621 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 18:43:03 -0800 Subject: refactor(backend): improve testability and add tests (NK-6q9nyg) --- .agent/workflows/crank_but_verify.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .agent/workflows/crank_but_verify.md (limited to '.agent/workflows') 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 `. +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= --type= --created-from + ``` +5. Commit your changes. + +**CRITICAL**: NEVER edit `.thicket/tickets.jsonl` directly. Always use the `thicket` CLI. \ No newline at end of file -- cgit v1.2.3