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.
This commit is contained in:
Achmad Setyabudi Susilo
2026-06-28 17:06:06 +07:00
parent 1bb6747610
commit 105c858d57
4 changed files with 332 additions and 244 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"$schema": "https://opencode.ai/config.json",
"default_agent": "implementor"
}