From 386588399816c8b1782aab283b65a197079b7cca Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 16 Feb 2026 15:44:20 +0000 Subject: [PATCH] Renamed living spec to Story Kit --- {.living_spec => .story_kit}/CODE_QUALITY_CHECKLIST.md | 0 {.living_spec => .story_kit}/README.md | 6 +++--- {.living_spec => .story_kit}/specs/00_CONTEXT.md | 0 {.living_spec => .story_kit}/specs/README.md | 0 .../specs/functional/AGENT_CAPABILITIES.md | 0 .../specs/functional/AI_INTEGRATION.md | 0 .../specs/functional/PERSISTENCE.md | 0 {.living_spec => .story_kit}/specs/functional/PERSONA.md | 0 .../specs/functional/PROJECT_MANAGEMENT.md | 0 {.living_spec => .story_kit}/specs/functional/UI_LAYOUT.md | 0 {.living_spec => .story_kit}/specs/functional/UI_UX.md | 0 {.living_spec => .story_kit}/specs/tech/MODEL_SELECTION.md | 0 {.living_spec => .story_kit}/specs/tech/STACK.md | 0 .../stories/archive/01_project_selection.md | 0 .../stories/archive/02_core_agent_tools.md | 0 .../stories/archive/03_llm_ollama.md | 0 .../stories/archive/04_ollama_model_detection.md | 0 .../stories/archive/05_persist_project_selection.md | 0 .../stories/archive/06_fix_ui_responsiveness.md | 0 .../stories/archive/07_ui_polish_sticky_header.md | 0 .../stories/archive/08_collapsible_tool_outputs.md | 0 .../stories/archive/09_remove_scroll_bars.md | 0 .../stories/archive/09_system_prompt_persona.md | 0 .../stories/archive/10_persist_model_selection.md | 0 .../stories/archive/11_make_text_not_centred.md | 0 .../stories/archive/12_be_able_to_use_claude.md | 0 .../stories/archive/13_stop_button.md | 0 .../stories/archive/14_put_cursor_in_chat_box_on_startup.md | 0 .../stories/archive/15_new_session_cancellation.md | 0 .../stories/archive/17_display_remaining_context.md | 0 .../stories/archive/18_streaming_responses.md | 0 .../stories/archive/20_start_new_session.md | 0 .../stories/archive/22_smart_autoscroll.md | 0 .../stories/archive/23_alphabetize_llm_dropdown.md | 0 .../stories/archive/24_tauri_to_browser_ui.md | 0 35 files changed, 3 insertions(+), 3 deletions(-) rename {.living_spec => .story_kit}/CODE_QUALITY_CHECKLIST.md (100%) rename {.living_spec => .story_kit}/README.md (99%) rename {.living_spec => .story_kit}/specs/00_CONTEXT.md (100%) rename {.living_spec => .story_kit}/specs/README.md (100%) rename {.living_spec => .story_kit}/specs/functional/AGENT_CAPABILITIES.md (100%) rename {.living_spec => .story_kit}/specs/functional/AI_INTEGRATION.md (100%) rename {.living_spec => .story_kit}/specs/functional/PERSISTENCE.md (100%) rename {.living_spec => .story_kit}/specs/functional/PERSONA.md (100%) rename {.living_spec => .story_kit}/specs/functional/PROJECT_MANAGEMENT.md (100%) rename {.living_spec => .story_kit}/specs/functional/UI_LAYOUT.md (100%) rename {.living_spec => .story_kit}/specs/functional/UI_UX.md (100%) rename {.living_spec => .story_kit}/specs/tech/MODEL_SELECTION.md (100%) rename {.living_spec => .story_kit}/specs/tech/STACK.md (100%) rename {.living_spec => .story_kit}/stories/archive/01_project_selection.md (100%) rename {.living_spec => .story_kit}/stories/archive/02_core_agent_tools.md (100%) rename {.living_spec => .story_kit}/stories/archive/03_llm_ollama.md (100%) rename {.living_spec => .story_kit}/stories/archive/04_ollama_model_detection.md (100%) rename {.living_spec => .story_kit}/stories/archive/05_persist_project_selection.md (100%) rename {.living_spec => .story_kit}/stories/archive/06_fix_ui_responsiveness.md (100%) rename {.living_spec => .story_kit}/stories/archive/07_ui_polish_sticky_header.md (100%) rename {.living_spec => .story_kit}/stories/archive/08_collapsible_tool_outputs.md (100%) rename {.living_spec => .story_kit}/stories/archive/09_remove_scroll_bars.md (100%) rename {.living_spec => .story_kit}/stories/archive/09_system_prompt_persona.md (100%) rename {.living_spec => .story_kit}/stories/archive/10_persist_model_selection.md (100%) rename {.living_spec => .story_kit}/stories/archive/11_make_text_not_centred.md (100%) rename {.living_spec => .story_kit}/stories/archive/12_be_able_to_use_claude.md (100%) rename {.living_spec => .story_kit}/stories/archive/13_stop_button.md (100%) rename {.living_spec => .story_kit}/stories/archive/14_put_cursor_in_chat_box_on_startup.md (100%) rename {.living_spec => .story_kit}/stories/archive/15_new_session_cancellation.md (100%) rename {.living_spec => .story_kit}/stories/archive/17_display_remaining_context.md (100%) rename {.living_spec => .story_kit}/stories/archive/18_streaming_responses.md (100%) rename {.living_spec => .story_kit}/stories/archive/20_start_new_session.md (100%) rename {.living_spec => .story_kit}/stories/archive/22_smart_autoscroll.md (100%) rename {.living_spec => .story_kit}/stories/archive/23_alphabetize_llm_dropdown.md (100%) rename {.living_spec => .story_kit}/stories/archive/24_tauri_to_browser_ui.md (100%) diff --git a/.living_spec/CODE_QUALITY_CHECKLIST.md b/.story_kit/CODE_QUALITY_CHECKLIST.md similarity index 100% rename from .living_spec/CODE_QUALITY_CHECKLIST.md rename to .story_kit/CODE_QUALITY_CHECKLIST.md diff --git a/.living_spec/README.md b/.story_kit/README.md similarity index 99% rename from .living_spec/README.md rename to .story_kit/README.md index ec59ec4..b42bbdc 100644 --- a/.living_spec/README.md +++ b/.story_kit/README.md @@ -1,4 +1,4 @@ -# The Story-Driven Spec Workflow (SDSW) +# Story Kit: The Story-Driven Spec Workflow (SDSW) **Target Audience:** Large Language Models (LLMs) acting as Senior Engineers. **Goal:** To maintain long-term project coherence, prevent context window exhaustion, and ensure high-quality, testable code generation in large software projects. @@ -7,7 +7,7 @@ ## 1. The Philosophy -We treat the codebase as the implementation of a **"Living Specification."** +We treat the codebase as the implementation of a **"Living Specification."** driven by **User Stories** Instead of ephemeral chat prompts ("Fix this", "Add that"), we work through persistent artifacts. * **Stories** define the *Change*. * **Specs** define the *Truth*. @@ -23,7 +23,7 @@ When initializing a new project under this workflow, create the following struct ```text project_root/ - .living_spec + .story_kit |-- README.md # This document ├── stories/ # The "Inbox" of feature requests. ├── specs/ # The "Brain" of the project. diff --git a/.living_spec/specs/00_CONTEXT.md b/.story_kit/specs/00_CONTEXT.md similarity index 100% rename from .living_spec/specs/00_CONTEXT.md rename to .story_kit/specs/00_CONTEXT.md diff --git a/.living_spec/specs/README.md b/.story_kit/specs/README.md similarity index 100% rename from .living_spec/specs/README.md rename to .story_kit/specs/README.md diff --git a/.living_spec/specs/functional/AGENT_CAPABILITIES.md b/.story_kit/specs/functional/AGENT_CAPABILITIES.md similarity index 100% rename from .living_spec/specs/functional/AGENT_CAPABILITIES.md rename to .story_kit/specs/functional/AGENT_CAPABILITIES.md diff --git a/.living_spec/specs/functional/AI_INTEGRATION.md b/.story_kit/specs/functional/AI_INTEGRATION.md similarity index 100% rename from .living_spec/specs/functional/AI_INTEGRATION.md rename to .story_kit/specs/functional/AI_INTEGRATION.md diff --git a/.living_spec/specs/functional/PERSISTENCE.md b/.story_kit/specs/functional/PERSISTENCE.md similarity index 100% rename from .living_spec/specs/functional/PERSISTENCE.md rename to .story_kit/specs/functional/PERSISTENCE.md diff --git a/.living_spec/specs/functional/PERSONA.md b/.story_kit/specs/functional/PERSONA.md similarity index 100% rename from .living_spec/specs/functional/PERSONA.md rename to .story_kit/specs/functional/PERSONA.md diff --git a/.living_spec/specs/functional/PROJECT_MANAGEMENT.md b/.story_kit/specs/functional/PROJECT_MANAGEMENT.md similarity index 100% rename from .living_spec/specs/functional/PROJECT_MANAGEMENT.md rename to .story_kit/specs/functional/PROJECT_MANAGEMENT.md diff --git a/.living_spec/specs/functional/UI_LAYOUT.md b/.story_kit/specs/functional/UI_LAYOUT.md similarity index 100% rename from .living_spec/specs/functional/UI_LAYOUT.md rename to .story_kit/specs/functional/UI_LAYOUT.md diff --git a/.living_spec/specs/functional/UI_UX.md b/.story_kit/specs/functional/UI_UX.md similarity index 100% rename from .living_spec/specs/functional/UI_UX.md rename to .story_kit/specs/functional/UI_UX.md diff --git a/.living_spec/specs/tech/MODEL_SELECTION.md b/.story_kit/specs/tech/MODEL_SELECTION.md similarity index 100% rename from .living_spec/specs/tech/MODEL_SELECTION.md rename to .story_kit/specs/tech/MODEL_SELECTION.md diff --git a/.living_spec/specs/tech/STACK.md b/.story_kit/specs/tech/STACK.md similarity index 100% rename from .living_spec/specs/tech/STACK.md rename to .story_kit/specs/tech/STACK.md diff --git a/.living_spec/stories/archive/01_project_selection.md b/.story_kit/stories/archive/01_project_selection.md similarity index 100% rename from .living_spec/stories/archive/01_project_selection.md rename to .story_kit/stories/archive/01_project_selection.md diff --git a/.living_spec/stories/archive/02_core_agent_tools.md b/.story_kit/stories/archive/02_core_agent_tools.md similarity index 100% rename from .living_spec/stories/archive/02_core_agent_tools.md rename to .story_kit/stories/archive/02_core_agent_tools.md diff --git a/.living_spec/stories/archive/03_llm_ollama.md b/.story_kit/stories/archive/03_llm_ollama.md similarity index 100% rename from .living_spec/stories/archive/03_llm_ollama.md rename to .story_kit/stories/archive/03_llm_ollama.md diff --git a/.living_spec/stories/archive/04_ollama_model_detection.md b/.story_kit/stories/archive/04_ollama_model_detection.md similarity index 100% rename from .living_spec/stories/archive/04_ollama_model_detection.md rename to .story_kit/stories/archive/04_ollama_model_detection.md diff --git a/.living_spec/stories/archive/05_persist_project_selection.md b/.story_kit/stories/archive/05_persist_project_selection.md similarity index 100% rename from .living_spec/stories/archive/05_persist_project_selection.md rename to .story_kit/stories/archive/05_persist_project_selection.md diff --git a/.living_spec/stories/archive/06_fix_ui_responsiveness.md b/.story_kit/stories/archive/06_fix_ui_responsiveness.md similarity index 100% rename from .living_spec/stories/archive/06_fix_ui_responsiveness.md rename to .story_kit/stories/archive/06_fix_ui_responsiveness.md diff --git a/.living_spec/stories/archive/07_ui_polish_sticky_header.md b/.story_kit/stories/archive/07_ui_polish_sticky_header.md similarity index 100% rename from .living_spec/stories/archive/07_ui_polish_sticky_header.md rename to .story_kit/stories/archive/07_ui_polish_sticky_header.md diff --git a/.living_spec/stories/archive/08_collapsible_tool_outputs.md b/.story_kit/stories/archive/08_collapsible_tool_outputs.md similarity index 100% rename from .living_spec/stories/archive/08_collapsible_tool_outputs.md rename to .story_kit/stories/archive/08_collapsible_tool_outputs.md diff --git a/.living_spec/stories/archive/09_remove_scroll_bars.md b/.story_kit/stories/archive/09_remove_scroll_bars.md similarity index 100% rename from .living_spec/stories/archive/09_remove_scroll_bars.md rename to .story_kit/stories/archive/09_remove_scroll_bars.md diff --git a/.living_spec/stories/archive/09_system_prompt_persona.md b/.story_kit/stories/archive/09_system_prompt_persona.md similarity index 100% rename from .living_spec/stories/archive/09_system_prompt_persona.md rename to .story_kit/stories/archive/09_system_prompt_persona.md diff --git a/.living_spec/stories/archive/10_persist_model_selection.md b/.story_kit/stories/archive/10_persist_model_selection.md similarity index 100% rename from .living_spec/stories/archive/10_persist_model_selection.md rename to .story_kit/stories/archive/10_persist_model_selection.md diff --git a/.living_spec/stories/archive/11_make_text_not_centred.md b/.story_kit/stories/archive/11_make_text_not_centred.md similarity index 100% rename from .living_spec/stories/archive/11_make_text_not_centred.md rename to .story_kit/stories/archive/11_make_text_not_centred.md diff --git a/.living_spec/stories/archive/12_be_able_to_use_claude.md b/.story_kit/stories/archive/12_be_able_to_use_claude.md similarity index 100% rename from .living_spec/stories/archive/12_be_able_to_use_claude.md rename to .story_kit/stories/archive/12_be_able_to_use_claude.md diff --git a/.living_spec/stories/archive/13_stop_button.md b/.story_kit/stories/archive/13_stop_button.md similarity index 100% rename from .living_spec/stories/archive/13_stop_button.md rename to .story_kit/stories/archive/13_stop_button.md diff --git a/.living_spec/stories/archive/14_put_cursor_in_chat_box_on_startup.md b/.story_kit/stories/archive/14_put_cursor_in_chat_box_on_startup.md similarity index 100% rename from .living_spec/stories/archive/14_put_cursor_in_chat_box_on_startup.md rename to .story_kit/stories/archive/14_put_cursor_in_chat_box_on_startup.md diff --git a/.living_spec/stories/archive/15_new_session_cancellation.md b/.story_kit/stories/archive/15_new_session_cancellation.md similarity index 100% rename from .living_spec/stories/archive/15_new_session_cancellation.md rename to .story_kit/stories/archive/15_new_session_cancellation.md diff --git a/.living_spec/stories/archive/17_display_remaining_context.md b/.story_kit/stories/archive/17_display_remaining_context.md similarity index 100% rename from .living_spec/stories/archive/17_display_remaining_context.md rename to .story_kit/stories/archive/17_display_remaining_context.md diff --git a/.living_spec/stories/archive/18_streaming_responses.md b/.story_kit/stories/archive/18_streaming_responses.md similarity index 100% rename from .living_spec/stories/archive/18_streaming_responses.md rename to .story_kit/stories/archive/18_streaming_responses.md diff --git a/.living_spec/stories/archive/20_start_new_session.md b/.story_kit/stories/archive/20_start_new_session.md similarity index 100% rename from .living_spec/stories/archive/20_start_new_session.md rename to .story_kit/stories/archive/20_start_new_session.md diff --git a/.living_spec/stories/archive/22_smart_autoscroll.md b/.story_kit/stories/archive/22_smart_autoscroll.md similarity index 100% rename from .living_spec/stories/archive/22_smart_autoscroll.md rename to .story_kit/stories/archive/22_smart_autoscroll.md diff --git a/.living_spec/stories/archive/23_alphabetize_llm_dropdown.md b/.story_kit/stories/archive/23_alphabetize_llm_dropdown.md similarity index 100% rename from .living_spec/stories/archive/23_alphabetize_llm_dropdown.md rename to .story_kit/stories/archive/23_alphabetize_llm_dropdown.md diff --git a/.living_spec/stories/archive/24_tauri_to_browser_ui.md b/.story_kit/stories/archive/24_tauri_to_browser_ui.md similarity index 100% rename from .living_spec/stories/archive/24_tauri_to_browser_ui.md rename to .story_kit/stories/archive/24_tauri_to_browser_ui.md