Skip to content

Commit e12cb19

Browse files
docs: address Copilot review feedback on AGENTS.md
- Fix Cursor table entry: CLI Tool → N/A (IDE-based), matches requires_cli=False in AGENT_CONFIG - Fix Antigravity directory: .agent/commands/ → .agent/skills/ (skills-based per AGENT_SKILLS_MIGRATIONS) - Add opencode singular command exception to Directory Conventions (.opencode/command/) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3c0b113 commit e12cb19

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

AGENTS.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Specify supports multiple AI agents by generating agent-specific command files a
3030
| **Claude Code** | `.claude/commands/` | Markdown | `claude` | Anthropic's Claude Code CLI |
3131
| **Gemini CLI** | `.gemini/commands/` | TOML | `gemini` | Google's Gemini CLI |
3232
| **GitHub Copilot** | `.github/agents/` | Markdown | N/A (IDE-based) | GitHub Copilot in VS Code |
33-
| **Cursor** | `.cursor/commands/` | Markdown | `cursor-agent` | Cursor CLI |
33+
| **Cursor** | `.cursor/commands/` | Markdown | N/A (IDE-based) | Cursor IDE |
3434
| **Qwen Code** | `.qwen/commands/` | Markdown | `qwen` | Alibaba's Qwen Code CLI |
3535
| **opencode** | `.opencode/command/` | Markdown | `opencode` | opencode CLI |
3636
| **Codex CLI** | `.agents/skills/` | Markdown | `codex` | Codex CLI (skills) |
@@ -50,7 +50,7 @@ Specify supports multiple AI agents by generating agent-specific command files a
5050
| **iFlow CLI** | `.iflow/commands/` | Markdown | `iflow` | iFlow CLI (iflow-ai) |
5151
| **IBM Bob** | `.bob/commands/` | Markdown | N/A (IDE-based) | IBM Bob IDE |
5252
| **Trae** | `.trae/rules/` | Markdown | N/A (IDE-based) | Trae IDE |
53-
| **Antigravity** | `.agent/commands/` | Markdown | N/A (IDE-based) | Antigravity IDE |
53+
| **Antigravity** | `.agent/skills/` | Markdown | N/A (IDE-based) | Antigravity IDE (skills-based) |
5454
| **Mistral Vibe** | `.vibe/prompts/` | Markdown | `vibe` | Mistral Vibe CLI |
5555
| **Generic** | User-specified via `--ai-commands-dir` | Markdown | N/A | Bring your own agent |
5656

@@ -389,6 +389,8 @@ Command content with {SCRIPT} and {{args}} placeholders.
389389
## Directory Conventions
390390

391391
- **CLI agents**: Usually `.<agent-name>/commands/`
392+
- **Singular command exception**:
393+
- opencode: `.opencode/command/` (singular `command`, not `commands`)
392394
- **Skills-based exceptions**:
393395
- Codex: `.agents/skills/` (skills, invoked as `$speckit-<command>`)
394396
- Kimi Code: `.kimi/skills/` (skills, invoked as `/skill:speckit-<command>`)
@@ -403,7 +405,7 @@ Command content with {SCRIPT} and {{args}} placeholders.
403405
- Cursor: `.cursor/commands/`
404406
- Windsurf: `.windsurf/workflows/`
405407
- Kilo Code: `.kilocode/workflows/`
406-
- Antigravity: `.agent/commands/`
408+
- Antigravity: `.agent/skills/` (skills-based)
407409

408410
## Argument Patterns
409411

0 commit comments

Comments
 (0)