一键导入
codev
Codev project management CLI quick reference. Use when running codev commands to check correct syntax for init, adopt, update, and doctor.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Codev project management CLI quick reference. Use when running codev commands to check correct syntax for init, adopt, update, and doctor.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Agent Farm CLI quick reference. Use when running af commands to check correct syntax, subcommands, and flags. Prevents guessing at command names.
AI consultation CLI quick reference. Use when running consult commands to check syntax for general queries, protocol reviews, and stats across Gemini, Codex, and Claude.
AI image generation CLI using Gemini. Use when generating images, checking syntax for resolution, aspect ratio, and reference image options.
Protocol orchestrator CLI quick reference. Use when running porch commands to check correct syntax for status, run, done, approve, next, and pending.
| name | codev |
| description | Codev project management CLI quick reference. Use when running codev commands to check correct syntax for init, adopt, update, and doctor. |
| disable-model-invocation | false |
codev init [name] # Create a new codev project
codev init my-app -y # Non-interactive with defaults
codev adopt # Add codev to existing project (run from project root)
codev adopt -y # Skip conflict prompts
codev update # Update protocols, roles, skills from installed package
codev update --dry-run # Preview changes without applying
codev update --force # Force overwrite all framework files
codev doctor # Check system dependencies
Creates a new project directory with codev structure: specs/, plans/, reviews/, protocols, CLAUDE.md, AGENTS.md, .claude/skills/, af-config.json, .gitignore.
Adds codev to the current directory. Detects existing CLAUDE.md/AGENTS.md and creates .codev-new versions for merge if conflicts exist. Spawns Claude to merge automatically.
Updates framework files (protocols, roles, skills) from the installed @cluesmith/codev package. Never touches user data (specs, plans, reviews). If you've customized a framework file, creates a .codev-new version for manual merge.
Checks that all required dependencies are installed: Node.js (>=18), git (>=2.5), gh (authenticated), and at least one AI CLI (Claude, Gemini, or Codex).
codev tower command — Tower is managed via af tower start / af tower stopcodev init creates a new directory — use codev adopt for existing projectscodev update only updates framework files — it will never overwrite your specs/plans/reviewscodev adopt and codev update from the project root directory