From 72fa4410d6dca5f14f7644ae69f4053747c427fa Mon Sep 17 00:00:00 2001 From: Douwe Osinga Date: Fri, 15 May 2026 10:08:46 -0400 Subject: [PATCH] fix(recipe): use mkdir -p for self-test workspace initialization (#9247) Signed-off-by: Douwe Osinga Co-authored-by: Douwe Osinga --- goose-self-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goose-self-test.yaml b/goose-self-test.yaml index 59e922d0..96e71320 100644 --- a/goose-self-test.yaml +++ b/goose-self-test.yaml @@ -120,7 +120,7 @@ prompt: | Test phases: {{ test_phases }}, Depth: {{ test_depth }}, Parallel: {{ parallel_tests }} ## 🚀 INITIALIZATION - Create test workspace: {{ workspace_dir }}/ for all test artifacts and reports. + Create test workspace using `mkdir -p {{ workspace_dir }}/archive` for all test artifacts and reports. Track your progress using the todo extension. Start with: - [ ] Initialize test workspace