type: rule
status: active
timestamp: 2026-06-27
tags: [agents, claude-code, opencode, kilocode, cline, antigravity, scope, hard-rule]

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

Workspace supports exactly 5 agents. All config inside C:\D\oriz\. Never touch global files

5-agent workspace setup

Scope

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

AgentTypeCostHow it sees this workspace
the AI agentCLIAnthropic API (covered by SAP hai chain)reads C:\D\oriz\CLAUDE.md + C:\D\oriz\AGENTS.md + .mcp.json
OpenCodeCLIFree (BYOK)reads C:\D\oriz\AGENTS.md + .opencode/opencode.jsonc
ClineVS Code extFree (BYOK)reads C:\D\oriz\AGENTS.md + .vscode/mcp.json
Kilo CodeVS Code extFree (provider markup-free)reads C:\D\oriz\.kilocode\rules\*.md (symlinked to .agents/kilocode/rules/) + .kilocode/mcp.json
AntigravityStandalone IDE (VS Code fork)Free public preview as of 2026-05reads 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


Edit on GitHub · Back to index