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
Copy file name to clipboardExpand all lines: docs/quickstart.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Note: Do NOT change or implement this spec; only return the spec text focusing o
57
57
58
58
### 3. Create a Technical Implementation Plan
59
59
60
-
Use the plancommand to provide your tech stack and architecture choices.
60
+
Use the `/speckit.plan` slash command (in an AI assistant or editor that supports slash commands) to provide your tech stack and architecture choices.
61
61
62
62
```text
63
63
/speckit.plan The application uses Vite with minimal number of libraries. Use vanilla HTML, CSS, and JavaScript as much as possible. Images are not uploaded anywhere and metadata is stored in a local SQLite database.
@@ -170,7 +170,7 @@ to be doing that are obvious from reading this. Because I don't know if there's
Copy file name to clipboardExpand all lines: docs/vscode-usage.md
+14-17Lines changed: 14 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,34 +33,31 @@ After launching VS Code you may still need to follow the sign-in flow the first
33
33
34
34
The Copilot Chat input is a conversational interface only — it does not run shell/CLI commands on your machine. To actually run `specify` (or any other CLI command supplied by this repo), use the VS Code integrated terminal:
35
35
36
-
1. Open the integrated terminal (View > Terminal or Ctrl+`).
36
+
1. Open the integrated terminal (View > Terminal or Ctrl+\`).
37
37
2. Make sure you're in the project folder (the same folder that contains the repository files).
38
-
3.Activate your Python environment and install the project if needed (example using a virtual environment):
38
+
3.Install and run the CLI (examples using uvx - the recommended way, or use uv for persistent installation):
0 commit comments