From 96b31d1a482713e138bf403a8df24292c030d303 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 23 Mar 2026 14:12:37 +0000 Subject: [PATCH] storkit: create 372_story_scaffold_auto_detects_tech_stack_and_configures_script_test --- ...caffold_auto_detects_tech_stack_and_configures_script_test.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.storkit/work/1_backlog/372_story_scaffold_auto_detects_tech_stack_and_configures_script_test.md b/.storkit/work/1_backlog/372_story_scaffold_auto_detects_tech_stack_and_configures_script_test.md index 1fc23be..11272c1 100644 --- a/.storkit/work/1_backlog/372_story_scaffold_auto_detects_tech_stack_and_configures_script_test.md +++ b/.storkit/work/1_backlog/372_story_scaffold_auto_detects_tech_stack_and_configures_script_test.md @@ -17,6 +17,7 @@ As a user setting up a new project with storkit, I want the scaffold to detect m - [ ] Scaffold handles multi-stack projects (e.g. Go + Next.js) by combining the relevant test commands - [ ] project.toml component entries are generated to match detected tech stack - [ ] Falls back to the generic 'No tests configured' stub if no known stack is detected +- [ ] Coder agent prompt includes instruction to configure `script/test` for the project's test framework if it still contains the generic stub ## Out of Scope