-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
21 lines (21 loc) · 831 Bytes
/
Copy pathopencode.json
File metadata and controls
21 lines (21 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "https://opencode.ai/config.json",
"default_agent": "goal-mode",
"instructions": ["AGENTS.md"],
"compaction": { "auto": true, "tail_turns": 12 },
"permission": "allow",
"agent": {
"goal-mode": {
"$schema": "https://opencode.ai/config.json",
"mode": "primary",
"description": "Mode otonom 24 jam: mengeksekusi roadmap Pancasila Index tanpa bertanya, dengan disiplin verifikasi."
}
},
"command": {
"goal": {
"description": "Mulai sesi kerja otonom menuju target fase tertentu",
"agent": "goal-mode",
"template": "Baca AGENTS.md dan ROADMAP di dalamnya. Eksekusikan fase/target berikut secara berurutan sampai selesai atau benar-benar terhalang hal yang hanya bisa diputuskan manusia:\n\n$ARGUMENTS\n\nAturan main ada di prompt agen goal-mode."
}
}
}