Skip to content

Commit 293e736

Browse files
committed
Add universal initialization for multiple AI Agents
1 parent 9111699 commit 293e736

File tree

2 files changed

+447
-44
lines changed

2 files changed

+447
-44
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,19 @@ specify init my-project --ai shai
216216
# Initialize with IBM Bob support
217217
specify 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)
220233
specify init my-project --ai copilot --script ps
221234

0 commit comments

Comments
 (0)