Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,19 @@ specify init my-project --ai shai
# Initialize with IBM Bob support
specify init my-project --ai bob

# Initialize with ALL supported AI agents (universal mode)
specify init my-project --universal
# or use the --all-agents alias
specify init my-project --all-agents

# Initialize with specific subset of agents
specify init my-project --agents "claude,copilot,gemini"
specify init my-project --agents "claude,cursor-agent,windsurf"

# Universal initialization in current directory
specify init --here --universal
specify init . --universal

# Initialize with PowerShell scripts (Windows/cross-platform)
specify init my-project --ai copilot --script ps

Expand Down
Loading