@@ -442,6 +442,7 @@ See Spec-Driven Development in action across different scenarios with these comm
442442| [ Qwen Code] ( https://github.com/QwenLM/qwen-code ) | ✅ | |
443443| [ Roo Code] ( https://roocode.com/ ) | ✅ | |
444444| [ SHAI (OVHcloud)] ( https://github.com/ovh/shai ) | ✅ | |
445+ | [ Mistral Vibe] ( https://github.com/mistralai/mistral-vibe ) | ✅ | |
445446| [ Windsurf] ( https://windsurf.com/ ) | ✅ | |
446447| [ Antigravity (agy)] ( https://antigravity.google/ ) | ✅ | |
447448| Generic | ✅ | Bring your own agent — use ` --ai generic --ai-commands-dir <path> ` for unsupported agents |
@@ -572,6 +573,7 @@ Skills configuration is stored in `~/.config/specify/config.json`:
572573
573574### Commands
574575
576+ <<<<<<< HEAD
575577| Command | Description |
576578| -------------| ----------------------------------------------------------------|
577579| ` init ` | Initialize a new Specify project from the latest template |
@@ -611,6 +613,29 @@ The Skills Package Manager is accessed via the `specify skill` subcommand:
611613| ` sync-team [--dry-run] ` | Sync installed skills with team manifest (show changes before applying with ` --dry-run ` ) |
612614| ` check-updates ` | Check for available skill updates |
613615| ` config [key] [value] ` | View or modify skills configuration (e.g., ` config auto_activation_threshold 0.8 ` ) |
616+ =======
617+ | Command | Description |
618+ | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
619+ | ` init ` | Initialize a new Specify project from the latest template |
620+ | ` check ` | Check for installed tools (` git ` , ` claude ` , ` gemini ` , ` code ` /` code-insiders ` , ` cursor-agent ` , ` windsurf ` , ` qwen ` , ` opencode ` , ` codex ` , ` kiro-cli ` , ` shai ` , ` qodercli ` , ` vibe ` ) |
621+
622+ ### ` specify init ` Arguments & Options
623+
624+ | Argument/Option | Type | Description |
625+ | ---------------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
626+ | ` <project-name> ` | Argument | Name for your new project directory (optional if using ` --here ` , or use ` . ` for current directory) |
627+ | ` --ai ` | Option | AI assistant to use: ` claude ` , ` gemini ` , ` copilot ` , ` cursor-agent ` , ` qwen ` , ` opencode ` , ` codex ` , ` windsurf ` , ` kilocode ` , ` auggie ` , ` roo ` , ` codebuddy ` , ` amp ` , ` shai ` , ` kiro-cli ` (` kiro ` alias), ` agy ` , ` bob ` , ` qodercli ` , ` vibe ` , or ` generic ` (requires ` --ai-commands-dir ` ) |
628+ | ` --ai-commands-dir ` | Option | Directory for agent command files (required with ` --ai generic ` , e.g. ` .myagent/commands/ ` ) |
629+ | ` --script ` | Option | Script variant to use: ` sh ` (bash/zsh) or ` ps ` (PowerShell) |
630+ | ` --ignore-agent-tools ` | Flag | Skip checks for AI agent tools like Claude Code |
631+ | ` --no-git ` | Flag | Skip git repository initialization |
632+ | ` --here ` | Flag | Initialize project in the current directory instead of creating a new one |
633+ | ` --force ` | Flag | Force merge/overwrite when initializing in current directory (skip confirmation) |
634+ | ` --skip-tls ` | Flag | Skip SSL/TLS verification (not recommended) |
635+ | ` --debug ` | Flag | Enable detailed debug output for troubleshooting |
636+ | ` --github-token ` | Option | GitHub token for API requests (or set GH_TOKEN/GITHUB_TOKEN env variable) |
637+ | ` --ai-skills ` | Flag | Install Prompt.MD templates as agent skills in agent-specific ` skills/ ` directory (requires ` --ai ` ) |
638+ >>>>>>> upstream/main
614639
615640### Examples
616641
@@ -678,6 +703,9 @@ specify init my-project --ai amp
678703# Initialize with SHAI support
679704specify init my-project --ai shai
680705
706+ # Initialize with Mistral Vibe support
707+ specify init my-project --ai vibe
708+
681709# Initialize with IBM Bob support
682710specify init my-project --ai bob
683711
0 commit comments