← knowledge.oriz.in

5-agent workspace setup: the AI agent, OpenCode, Cline, Kilo Code, Antigravity

rule agentsclaude-codeopencodekilocodeclineantigravityscopehard-rule

5-agent workspace setup

Scope

This workspace (C:\D\oriz\) supports exactly 5 coding agents:

Agent Type Cost How it sees this workspace
the AI agent CLI Anthropic API (covered by SAP hai chain) reads C:\D\oriz\CLAUDE.md + C:\D\oriz\AGENTS.md + .mcp.json
OpenCode CLI Free (BYOK) reads C:\D\oriz\AGENTS.md + .opencode/opencode.jsonc
Cline VS Code ext Free (BYOK) reads C:\D\oriz\AGENTS.md + .vscode/mcp.json
Kilo Code VS Code ext Free (provider markup-free) reads C:\D\oriz\.kilocode\rules\*.md (symlinked to .agents/kilocode/rules/) + .kilocode/mcp.json
Antigravity Standalone IDE (VS Code fork) Free public preview as of 2026-05 reads C:\D\oriz\AGENTS.md natively + .antigravity/mcp.json (when wired)

Other agents (Codex, Crush, Gemini, Aider, Cursor) are NOT supported here. If user wants to add one later, write a new rule first.

Why Antigravity is in the list

Added 2026-06-27 per user request. Antigravity is Google's agent-first IDE:

Workspace-local only — never touch globals

The installer scripts/install-agents.cmd ONLY touches:

It does NOT touch:

Single source of truth

C:\D\oriz\AGENTS.md is read by 4 of 5 agents natively. The 5th (Kilo Code) gets there via a symlink. Per-agent overrides go in .agents/<agent>/ only.

Anti-patterns