Skip to content

Commit 7a9ea13

Browse files
lubattiCopilot
andauthored
Added --ai option to prevent interactive AI selection
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1f72d22 commit 7a9ea13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ Run directly without installing:
8484
uvx --from git+https://github.com/github/spec-kit.git specify init <PROJECT_NAME>
8585

8686
# Or initialize in existing project
87-
uvx --from git+https://github.com/github/spec-kit.git specify init .
87+
uvx --from git+https://github.com/github/spec-kit.git specify init . --ai claude
8888
# or
89-
uvx --from git+https://github.com/github/spec-kit.git specify init --here
89+
uvx --from git+https://github.com/github/spec-kit.git specify init --here --ai claude
9090
```
9191

9292
**Benefits of persistent installation:**

0 commit comments

Comments
 (0)