storkit: create 372_story_scaffold_auto_detects_tech_stack_and_configures_script_test

This commit is contained in:
dave
2026-03-23 14:12:37 +00:00
parent 11168fa426
commit 96b31d1a48

View File

@@ -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 - [ ] 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 - [ ] 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 - [ ] 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 ## Out of Scope