From 5b40d9312980b1aa6af907b3a3eb4ff51b189c75 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 12 Feb 2026 22:23:45 +0200 Subject: feat: add design_prompt meta-prompt for implementation planning Co-Authored-By: Claude Sonnet 4.5 --- internal/promptstore/store_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'internal/promptstore/store_test.go') diff --git a/internal/promptstore/store_test.go b/internal/promptstore/store_test.go index 2c95ad7..1ec784a 100644 --- a/internal/promptstore/store_test.go +++ b/internal/promptstore/store_test.go @@ -84,9 +84,9 @@ func TestJSONLStore_List(t *testing.T) { t.Fatalf("List() error = %v", err) } - // Should have all prompts (7 user + 3 built-ins) - if len(prompts) != 10 { - t.Errorf("List() got %d prompts, want 10 (7 user + 3 built-ins)", len(prompts)) + // Should have all prompts (7 user + 4 built-ins) + if len(prompts) != 11 { + t.Errorf("List() got %d prompts, want 11 (7 user + 4 built-ins)", len(prompts)) } // No cursor for full list -- cgit v1.2.3