diff --git a/docs/upgrade.md b/docs/upgrade.md index 708664d265..42d3ed2ca0 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -307,7 +307,7 @@ Alternatively, run the `/speckit.specify` command which creates `.specify/featur 2. **For CLI-based agents**, verify files exist: ```bash - ls -la .claude/commands/ # Claude Code + ls -la .claude/skills/ # Claude Code ls -la .gemini/commands/ # Gemini ls -la .cursor/skills/ # Cursor ls -la .pi/prompts/ # Pi Coding Agent @@ -356,7 +356,7 @@ This warning appears when you run `specify init --here` (or `specify init .`) in Only Spec Kit infrastructure files: -- Agent command files (`.claude/commands/`, `.github/prompts/`, etc.) +- Agent command/skill files (`.claude/skills/`, `.github/prompts/`, etc.) - Scripts in `.specify/scripts/` - Templates in `.specify/templates/` - Missing memory files such as `.specify/memory/constitution.md` may be created from templates; an existing constitution is preserved @@ -445,7 +445,7 @@ Once you've run `specify init`, the slash commands (like `/speckit.specify`, `/s ls -la .github/prompts/ # For Claude - ls -la .claude/commands/ + ls -la .claude/skills/ # For Pi ls -la .pi/prompts/