Files
ledgerr/opencode.json
Achmad Setyabudi Susilo 105c858d57 chore(agents): split AGENTS.md into shared + per-role agents
Move architecture, package structure, dependencies, and implementation
rules into .opencode/agent/implementor.md (default primary agent). Add
.opencode/agent/reviewer.md (read-only primary agent) with PR review
workflow that leaves inline review comments only -- no issue creation,
no edits, no commits. AGENTS.md is now the shared context both agents
load: workflow, git/PR conventions, and docs index. Set
default_agent: implementor in opencode.json.
2026-06-28 17:06:06 +07:00

5 lines
85 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"default_agent": "implementor"
}