From c0baf510a08ca941b27c0cebc56e0e8be6886768 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 27 Feb 2026 10:06:40 +0000 Subject: [PATCH] story-kit: start 228_story_auto_detect_tech_stack_and_generate_component_sections_during_scaffolding --- ..._stack_and_generate_component_sections_during_scaffolding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.story_kit/work/2_current/228_story_auto_detect_tech_stack_and_generate_component_sections_during_scaffolding.md b/.story_kit/work/2_current/228_story_auto_detect_tech_stack_and_generate_component_sections_during_scaffolding.md index 007de3a..202c9e1 100644 --- a/.story_kit/work/2_current/228_story_auto_detect_tech_stack_and_generate_component_sections_during_scaffolding.md +++ b/.story_kit/work/2_current/228_story_auto_detect_tech_stack_and_generate_component_sections_during_scaffolding.md @@ -6,7 +6,7 @@ name: "Auto-detect tech stack and generate component sections during scaffolding ## User Story -As a user setting up a new project, I want the scaffold to auto-detect my tech stack and generate [[component]] sections in project.toml, so that worktree setup, quality gates, and the build pipeline work out of the box without manual configuration. +As a user setting up a new project, I want the scaffold to include example [[component]] sections in project.toml and the chat agent to be instructed to replace them with real definitions, so that worktree setup, quality gates, and the build pipeline work out of the box. ## Acceptance Criteria