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/reference/workflows.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Example:
20
20
specify workflow run speckit -i spec="Build a kanban board with drag-and-drop task management" -i scope=full
21
21
```
22
22
23
-
> **Note:**All workflow commands require a project already initialized with `specify init`.
23
+
> **Note:**Most workflow commands require a project already initialized with `specify init`. The exception is `specify workflow run <local-file.yml|yaml>`, which can run outside a project; in that case, run state is stored under the current directory's `.specify/workflows/runs/<run_id>/`.
0 commit comments