You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: use .documentation/ instead of .specify/ as Spark fork identifier
- Updated all templates, scripts, and documentation to use .documentation/
- Modified CLI to create .documentation/ directory instead of .specify/
- Updated build scripts to output .documentation/ in release packages
- This distinguishes Spec Kit Spark from upstream GitHub spec-kit
- Consolidates all AI agent output in .documentation/ separate from code
This adds the Spec Kit structure (`.specify/`, `.documentation/memory/`, templates, scripts) to your existing project without disrupting your current files.
41
+
This adds the Spec Kit structure (`.documentation/`, `.documentation/memory/`, templates, scripts) to your existing project without disrupting your current files.
42
42
43
43
> [!TIP]
44
44
> **Brownfield Tip**: After initialization, use the `/speckit.discover-constitution` command to help create a constitution from your existing codebase patterns. This analyzes your code conventions, architecture decisions, and established practices to draft a constitution that reflects how your project already works.
@@ -104,7 +104,7 @@ These commands only need a constitution and work independently on any codebase:
104
104
-`/speckit.pr-review` - Review pull requests against constitution
105
105
-`/speckit.site-audit` - Comprehensive codebase audit for security, quality, and compliance
106
106
107
-
The `.specify/scripts` directory will contain both `.sh` and `.ps1` scripts.
107
+
The `.documentation/scripts` directory will contain both `.sh` and `.ps1` scripts.
@@ -327,15 +327,15 @@ This warning appears when you run `specify init --here` (or `specify init .`) in
327
327
328
328
1.**The directory has existing content** - In the example, 25 files/folders
329
329
2.**Files will be merged** - New template files will be added alongside your existing files
330
-
3.**Some files may be overwritten** - If you already have Spec Kit files (`.claude/`, `.specify/`, etc.), they'll be replaced with the new versions
330
+
3.**Some files may be overwritten** - If you already have Spec Kit files (`.claude/`, `.documentation/`, etc.), they'll be replaced with the new versions
0 commit comments