File tree Expand file tree Collapse file tree 2 files changed +447
-44
lines changed
Expand file tree Collapse file tree 2 files changed +447
-44
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,19 @@ specify init my-project --ai shai
216216# Initialize with IBM Bob support
217217specify init my-project --ai bob
218218
219+ # Initialize with ALL supported AI agents (universal mode)
220+ specify init my-project --universal
221+ # or use the --all-agents alias
222+ specify init my-project --all-agents
223+
224+ # Initialize with specific subset of agents
225+ specify init my-project --agents " claude,copilot,gemini"
226+ specify init my-project --agents " claude,cursor-agent,windsurf"
227+
228+ # Universal initialization in current directory
229+ specify init --here --universal
230+ specify init . --universal
231+
219232# Initialize with PowerShell scripts (Windows/cross-platform)
220233specify init my-project --ai copilot --script ps
221234
You can’t perform that action at this time.
0 commit comments