Renamed .living_spec in a few more places

This commit is contained in:
Dave
2026-02-16 15:45:44 +00:00
parent 3865883998
commit caf293a8c4
2 changed files with 3 additions and 3 deletions

View File

@@ -29,5 +29,5 @@ To build a standalone **Agentic AI Code Assistant** application as a single Rust
## Glossary
* **SDSW:** Story-Driven Spec Workflow.
* **Web Server Binary:** The Rust binary that serves the Vite/React frontend and exposes the WebSocket API.
* **Living Spec:** The collection of Markdown files in `.living_spec/` that define the project.
* **Tool Call:** A structured request from the LLM to execute a specific native function.
* **Living Spec:** The collection of Markdown files in `.story_kit/` that define the project.
* **Tool Call:** A structured request from the LLM to execute a specific native function.