diff --git a/README.md b/README.md index 6cf2599..e95a925 100644 --- a/README.md +++ b/README.md @@ -322,14 +322,14 @@ The Agency works natively with Claude Code, and ships conversion + install scrip ### Supported Tools | Tool | Format | Install Target | -|------|--------|----------------| +| ---- | ------ | -------------- | | [Claude Code](https://claude.ai/code) | `.md` with YAML frontmatter | `~/.claude/agents/` | | [Antigravity](https://github.com/google-gemini/antigravity) | `SKILL.md` per skill dir | `~/.gemini/antigravity/skills/` | | [Gemini CLI](https://github.com/google-gemini/gemini-cli) | Extension + `SKILL.md` | `~/.gemini/extensions/agency-agents/` | -| [OpenCode](https://opencode.ai) | `.md` with YAML frontmatter | `.opencode/agent/` (project-scoped) | -| [Cursor](https://cursor.sh) | `.mdc` rule files | `.cursor/rules/` (project-scoped) | -| [Aider](https://aider.chat) | Single `CONVENTIONS.md` | `./CONVENTIONS.md` (project-scoped) | -| [Windsurf](https://codeium.com/windsurf) | Single `.windsurfrules` | `./.windsurfrules` (project-scoped) | +| [OpenCode](https://opencode.ai) | `.md` with YAML frontmatter | `.opencode/agent/` | +| [Cursor](https://cursor.sh) | `.mdc` rule files | `.cursor/rules/` | +| [Aider](https://aider.chat) | Single `CONVENTIONS.md` | `./CONVENTIONS.md` | +| [Windsurf](https://codeium.com/windsurf) | Single `.windsurfrules` | `./.windsurfrules` | --- diff --git a/integrations/README.md b/integrations/README.md index 486eeb3..f91b60a 100644 --- a/integrations/README.md +++ b/integrations/README.md @@ -6,10 +6,11 @@ compatible with popular agentic coding tools. ## Supported Tools | Tool | Format | Directory | -|------|--------|-----------| -| [Claude Code](#claude-code) | `.md` with frontmatter | *(use repo directly)* | +| ---- | ------ | --------- | +| [Claude Code](#claude-code) | `.md` with frontmatter | use repo directly | | [Antigravity](#antigravity) | `SKILL.md` per agent | `antigravity/` | | [Gemini CLI](#gemini-cli) | Extension + `SKILL.md` | `gemini-cli/` | +| [OpenCode](#opencode) | `.md` agent files | `opencode/` | | [Cursor](#cursor) | `.mdc` rules | `cursor/` | | [Aider](#aider) | `CONVENTIONS.md` | `aider/` | | [Windsurf](#windsurf) | `.windsurfrules` | `windsurf/` |