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
- Restore agentic-sdlc-specify-cli package name and version 0.1.5
- Restore bundled extensions/presets in wheel build config
- Restore tikalk GitHub links in installation.md and upgrade.md
- Keep Agentic SDLC 12 Factors reference in docs
Copy file name to clipboardExpand all lines: docs/upgrade.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,8 +151,8 @@ cd .kilocode/rules/
151
151
ls -la
152
152
153
153
# Delete old versions (example filenames - yours may differ)
154
-
rm speckit.specify-old.md
155
-
rm speckit.plan-v1.md
154
+
rm spec.specify-old.md
155
+
rm spec.plan-v1.md
156
156
```
157
157
158
158
Restart your IDE to refresh the command list.
@@ -204,7 +204,7 @@ cd .kilocode/rules/
204
204
ls -la
205
205
206
206
# Delete old command files
207
-
rm speckit.old-command-name.md
207
+
rm spec.old-command-name.md
208
208
209
209
# Restart your IDE
210
210
```
@@ -289,9 +289,8 @@ This tells Spec Kit which feature directory to use when creating specs, plans, a
289
289
290
290
```bash
291
291
ls -la .claude/commands/ # Claude Code
292
-
ls -la .gemini/commands/ # Gemini
293
-
ls -la .cursor/commands/ # Cursor
294
-
ls -la .pi/prompts/ # Pi Coding Agent
292
+
ls -la .gemini/commands/ # Gemini
293
+
ls -la .cursor/commands/ # Cursor
295
294
```
296
295
297
296
3.**Check agent-specific setup:**
@@ -399,7 +398,7 @@ The `specify` CLI tool is used for:
399
398
-**Upgrades:**`specify init --here --force` to update templates and commands
400
399
-**Diagnostics:**`specify check` to verify tool installation
401
400
402
-
Once you've run `specify init`, the slash commands (like `/speckit.specify`, `/speckit.plan`, etc.) are **permanently installed** in your project's agent folder (`.claude/`, `.github/prompts/`, `.pi/prompts/`, etc.). Your AI assistant reads these command files directly—no need to run `specify` again.
401
+
Once you've run `specify init`, the slash commands (like `/spec.specify`, `/spec.plan`, etc.) are **permanently installed** in your project's agent folder (`.claude/`, `.github/prompts/`, etc.). Your AI assistant reads these command files directly—no need to run `specify` again.
403
402
404
403
**If your agent isn't recognizing slash commands:**
405
404
@@ -411,9 +410,6 @@ Once you've run `specify init`, the slash commands (like `/speckit.specify`, `/s
411
410
412
411
# For Claude
413
412
ls -la .claude/commands/
414
-
415
-
# For Pi
416
-
ls -la .pi/prompts/
417
413
```
418
414
419
415
2.**Restart your IDE/editor completely** (not just reload window)
@@ -442,7 +438,7 @@ Spec Kit follows semantic versioning for major releases. The CLI and project fil
442
438
443
439
After upgrading:
444
440
445
-
-**Test new slash commands:** Run `/speckit.constitution` or another command to verify everything works
441
+
-**Test new slash commands:** Run `/spec.constitution` or another command to verify everything works
446
442
-**Review release notes:** Check [GitHub Releases](https://github.com/github/spec-kit/releases) for new features and breaking changes
447
443
-**Update workflows:** If new commands were added, update your team's development workflows
448
444
-**Check documentation:** Visit [github.io/spec-kit](https://github.github.io/spec-kit/) for updated guides
0 commit comments