opencode-multiagent 0.3.0-next.1 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +21 -0
- package/CHANGELOG.md +13 -0
- package/README.md +4 -4
- package/README.tr.md +4 -4
- package/agents/AGENTS.md +91 -0
- package/agents/auditor.md +59 -17
- package/agents/{worker.md → coder.md} +12 -10
- package/agents/{scribe.md → docmaster.md} +16 -8
- package/agents/executor.md +45 -62
- package/agents/planner.md +59 -47
- package/agents/reviewer.md +22 -9
- package/agents/scout.md +16 -12
- package/agents/sec-coder.md +83 -0
- package/agents/ui-coder.md +77 -0
- package/commands/board.md +17 -0
- package/commands/execute.md +8 -7
- package/commands/init-deep.md +6 -6
- package/commands/init.md +4 -5
- package/commands/inspect.md +5 -5
- package/commands/plan.md +7 -6
- package/commands/quality.md +3 -3
- package/commands/review.md +4 -3
- package/commands/status.md +4 -3
- package/defaults/AGENTS.md +48 -0
- package/defaults/opencode-multiagent.json +24 -67
- package/defaults/opencode-multiagent.schema.json +16 -0
- package/dist/index.js +464 -131
- package/dist/opencode-multiagent/compiler.d.ts +8 -2
- package/dist/opencode-multiagent/compiler.d.ts.map +1 -1
- package/dist/opencode-multiagent/constants.d.ts +12 -0
- package/dist/opencode-multiagent/constants.d.ts.map +1 -1
- package/dist/opencode-multiagent/correlation.d.ts +21 -0
- package/dist/opencode-multiagent/correlation.d.ts.map +1 -0
- package/dist/opencode-multiagent/hooks.d.ts.map +1 -1
- package/dist/opencode-multiagent/log.d.ts.map +1 -1
- package/dist/opencode-multiagent/quality.d.ts +4 -0
- package/dist/opencode-multiagent/quality.d.ts.map +1 -1
- package/dist/opencode-multiagent/supervision.d.ts +14 -0
- package/dist/opencode-multiagent/supervision.d.ts.map +1 -1
- package/dist/opencode-multiagent/task-manager.d.ts +8 -2
- package/dist/opencode-multiagent/task-manager.d.ts.map +1 -1
- package/dist/opencode-multiagent/telemetry.d.ts +2 -0
- package/dist/opencode-multiagent/telemetry.d.ts.map +1 -1
- package/dist/opencode-multiagent/tools.d.ts +32 -1
- package/dist/opencode-multiagent/tools.d.ts.map +1 -1
- package/docs/agents.md +67 -179
- package/docs/agents.tr.md +68 -179
- package/docs/configuration.md +14 -25
- package/docs/configuration.tr.md +14 -25
- package/docs/usage-guide.md +31 -33
- package/docs/usage-guide.tr.md +31 -33
- package/examples/opencode.with-overrides.json +2 -2
- package/package.json +1 -1
- package/skills/AGENTS.md +51 -0
- package/skills/advanced-evaluation/manifest.json +1 -1
- package/skills/cek-context-engineering/manifest.json +1 -1
- package/skills/cek-prompt-engineering/manifest.json +1 -1
- package/skills/cek-test-prompt/manifest.json +1 -1
- package/skills/cek-thought-based-reasoning/manifest.json +1 -1
- package/skills/context-degradation/manifest.json +1 -1
- package/skills/debate/manifest.json +1 -1
- package/skills/design-first/manifest.json +1 -1
- package/skills/dispatching-parallel-agents/manifest.json +1 -1
- package/skills/drift-analysis/manifest.json +1 -1
- package/skills/evaluation/manifest.json +1 -1
- package/skills/parallel-investigation/manifest.json +1 -1
- package/skills/reflexion-critique/manifest.json +1 -1
- package/skills/reflexion-reflect/manifest.json +1 -1
- package/skills/root-cause-analysis/manifest.json +1 -1
- package/skills/sadd-judge-with-debate/manifest.json +1 -1
- package/skills/structured-code-review/manifest.json +1 -1
- package/skills/task-decomposition/manifest.json +1 -1
- package/skills/verification-before-completion/manifest.json +1 -1
- package/skills/verification-gates/manifest.json +1 -1
- package/agents/advisor.md +0 -60
- package/agents/critic.md +0 -136
- package/agents/deep-worker.md +0 -69
- package/agents/devil.md +0 -38
- package/agents/heavy-worker.md +0 -72
- package/agents/lead.md +0 -147
- package/agents/librarian.md +0 -66
- package/agents/qa.md +0 -53
- package/agents/quick.md +0 -70
- package/agents/strategist.md +0 -66
- package/agents/ui-heavy-worker.md +0 -66
- package/agents/ui-worker.md +0 -74
- package/agents/validator.md +0 -50
- package/dist/opencode-multiagent/file-lock.d.ts +0 -15
- package/dist/opencode-multiagent/file-lock.d.ts.map +0 -1
package/docs/agents.tr.md
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
# Ajan Referansı
|
|
6
6
|
|
|
7
|
-
`opencode-multiagent`,
|
|
7
|
+
`opencode-multiagent`, 9 paketlenmiş ajan ile gelir:
|
|
8
8
|
|
|
9
|
-
-
|
|
10
|
-
-
|
|
9
|
+
- 2 ana ajan
|
|
10
|
+
- 7 alt ajan
|
|
11
11
|
|
|
12
12
|
Paketlenmiş tüm ajanlar şu anda varsayılan olarak `temperature: 0` kullanır.
|
|
13
13
|
|
|
@@ -15,244 +15,133 @@ Paketlenmiş tüm ajanlar şu anda varsayılan olarak `temperature: 0` kullanır
|
|
|
15
15
|
|
|
16
16
|
Sistem katmanlı olacak şekilde tasarlanmıştır:
|
|
17
17
|
|
|
18
|
-
- `
|
|
19
|
-
- `
|
|
20
|
-
-
|
|
21
|
-
- `executor` planı bounded worker yürütmesine dönüştürür
|
|
22
|
-
- uzman alt ajanlar kodlama, review, arastirma ve dokumantasyon işlerini üstlenir
|
|
18
|
+
- `planner` kullanıcıya dönük triage, planlama, challenge ve inspeksiyon işlemlerini yönetir
|
|
19
|
+
- `executor` planı bounded uzman görevlerine dönüştürür ve yürütmeyi koordine eder
|
|
20
|
+
- uzman alt ajanlar kodlama, review, araştırma ve dokümantasyon işlerini üstlenir
|
|
23
21
|
|
|
24
22
|
## Yüksek Seviye Hiyerarşi
|
|
25
23
|
|
|
26
24
|
```text
|
|
27
25
|
kullanici
|
|
28
|
-
->
|
|
29
|
-
->
|
|
30
|
-
->
|
|
31
|
-
->
|
|
32
|
-
|
|
33
|
-
->
|
|
34
|
-
->
|
|
35
|
-
->
|
|
36
|
-
|
|
37
|
-
->
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
-> reviewer
|
|
41
|
-
-> validator
|
|
42
|
-
-> qa
|
|
43
|
-
-> advisor
|
|
44
|
-
-> scout
|
|
45
|
-
-> scribe
|
|
46
|
-
-> planner (tekrarlanan QA başarısızlıklarında eskalasyon)
|
|
47
|
-
-> librarian
|
|
48
|
-
-> scout
|
|
49
|
-
-> scribe
|
|
26
|
+
-> planner (triage + planlama + inspeksiyon)
|
|
27
|
+
-> executor (yürütme koordinasyonu)
|
|
28
|
+
-> coder (standart kodlama) -> reviewer, scout
|
|
29
|
+
-> ui-coder (UI/UX kodlama) -> reviewer, scout
|
|
30
|
+
-> sec-coder (güvenlik kodlama) -> reviewer, scout
|
|
31
|
+
-> reviewer (kalite kapısı)
|
|
32
|
+
-> scout (araştırma)
|
|
33
|
+
-> docmaster (.magent + doküman + GitHub)
|
|
34
|
+
-> auditor (plan açığı bulucu)
|
|
35
|
+
-> scout (araştırma)
|
|
36
|
+
-> reviewer (kanıt)
|
|
37
|
+
-> docmaster (plan kalıcılığı)
|
|
50
38
|
```
|
|
51
39
|
|
|
52
40
|
## Ana Ajanlar
|
|
53
41
|
|
|
54
|
-
### `lead`
|
|
55
|
-
|
|
56
|
-
- Mod: `primary`
|
|
57
|
-
- Varsayılan model: `anthropic/claude-opus-4-6`
|
|
58
|
-
- Steps: `500`
|
|
59
|
-
- Amaç: kullanıcıya dönük tek giriş noktası olarak talebin tüm yaşam döngüsünü sahiplenmek
|
|
60
|
-
- En uygun kullanım: route seçimi, iş delegasyonu, sonuçların birleştirilmesi ve kullanıcıya dönüş
|
|
61
|
-
|
|
62
|
-
### `critic`
|
|
63
|
-
|
|
64
|
-
- Mod: `primary`
|
|
65
|
-
- Varsayılan model: `openai/gpt-5.4`
|
|
66
|
-
- Steps: `200`
|
|
67
|
-
- Amaç: challenge ve inspection ajanı olmak
|
|
68
|
-
- En uygun kullanım: iş başlamadan önce route'u sorgulamak veya repo memory / plugin durumunu incelemek
|
|
69
|
-
|
|
70
42
|
### `planner`
|
|
71
43
|
|
|
72
44
|
- Mod: `primary`
|
|
73
45
|
- Varsayılan model: `anthropic/claude-opus-4-6`
|
|
74
|
-
- Steps: `
|
|
75
|
-
- Amaç:
|
|
76
|
-
- En uygun kullanım:
|
|
46
|
+
- Steps: `200`
|
|
47
|
+
- Amaç: triage, planlama, challenge ve inspeksiyon
|
|
48
|
+
- En uygun kullanım: route seçimi, iş delegasyonu, büyük işlerde kalıcı ve yürütmeye hazır plan üretmek, repo durumunu incelemek
|
|
77
49
|
|
|
78
50
|
### `executor`
|
|
79
51
|
|
|
80
52
|
- Mod: `primary`
|
|
81
53
|
- Varsayılan model: `anthropic/claude-sonnet-4-6`
|
|
82
54
|
- Steps: `200`
|
|
83
|
-
- Amaç:
|
|
84
|
-
- En uygun kullanım:
|
|
85
|
-
|
|
86
|
-
## Kodlama Worker'ları
|
|
55
|
+
- Amaç: yürütme orkestrasyonu
|
|
56
|
+
- En uygun kullanım: onaylanmış planı bounded uzman görevlerine bölüp doğrulama katmanları ile yürütmek, task board güncellemeleri
|
|
87
57
|
|
|
88
|
-
|
|
58
|
+
## Kodlama Ajanları
|
|
89
59
|
|
|
90
|
-
|
|
91
|
-
- Varsayılan model: `opencode-go/minimax-m2.5`
|
|
92
|
-
- Steps: `16`
|
|
93
|
-
- Amaç: çok küçük, açık ve düşük riskli düzenlemeler için hızlı worker
|
|
94
|
-
- Ne zaman kullanılır: görev kelimesi kelimesine tanımlanmış, lokal ve net sınırları olan bir değişiklikse
|
|
95
|
-
|
|
96
|
-
### `worker`
|
|
60
|
+
### `coder`
|
|
97
61
|
|
|
98
62
|
- Mod: `subagent`
|
|
99
|
-
- Varsayılan model: `
|
|
100
|
-
- Steps: `
|
|
101
|
-
- Amaç:
|
|
102
|
-
-
|
|
63
|
+
- Varsayılan model: `anthropic/claude-sonnet-4-6`
|
|
64
|
+
- Steps: `40`
|
|
65
|
+
- Amaç: standart kodlama
|
|
66
|
+
- En uygun kullanım: UI dışı, orta zorlukta, varsayılan kodlama yolu gerektiğinde
|
|
103
67
|
|
|
104
|
-
### `
|
|
68
|
+
### `ui-coder`
|
|
105
69
|
|
|
106
70
|
- Mod: `subagent`
|
|
107
|
-
- Varsayılan model: `
|
|
71
|
+
- Varsayılan model: `anthropic/claude-sonnet-4-6`
|
|
108
72
|
- Steps: `40`
|
|
109
|
-
- Amaç:
|
|
110
|
-
-
|
|
73
|
+
- Amaç: UI/UX
|
|
74
|
+
- En uygun kullanım: iş daha çok component, view-local state, layout, accessibility veya responsive davranış ile ilgiliyse
|
|
111
75
|
|
|
112
|
-
### `
|
|
76
|
+
### `sec-coder`
|
|
113
77
|
|
|
114
78
|
- Mod: `subagent`
|
|
115
79
|
- Varsayılan model: `anthropic/claude-opus-4-6`
|
|
116
80
|
- Steps: `60`
|
|
117
|
-
- Amaç:
|
|
118
|
-
-
|
|
119
|
-
|
|
120
|
-
### `ui-worker`
|
|
121
|
-
|
|
122
|
-
- Mod: `subagent`
|
|
123
|
-
- Varsayılan model: `anthropic/claude-opus-4-6`
|
|
124
|
-
- Steps: `30`
|
|
125
|
-
- Amaç: normal karmaşıklıktaki UI ve UX işleri
|
|
126
|
-
- Ne zaman kullanılır: iş daha çok component, view-local state, layout, accessibility veya responsive davranış ile ilgiliyse
|
|
127
|
-
|
|
128
|
-
### `ui-heavy-worker`
|
|
129
|
-
|
|
130
|
-
- Mod: `subagent`
|
|
131
|
-
- Varsayılan model: `anthropic/claude-opus-4-6`
|
|
132
|
-
- Steps: `40`
|
|
133
|
-
- Amaç: geniş kapsamlı veya karmaşık durum yöneten UI ve UX işleri
|
|
134
|
-
- Ne zaman kullanılır: iş birden fazla ekranı, karmaşık akışları veya koordineli etkileşim davranışlarını kapsıyorsa
|
|
81
|
+
- Amaç: güvenlik hassas kodlama
|
|
82
|
+
- En uygun kullanım: değişiklik hassas runtime davranışını, kimlik doğrulama veya güvenlik mantığını etkiliyorsa
|
|
135
83
|
|
|
136
|
-
## Kalite
|
|
84
|
+
## Kalite Ajanları
|
|
137
85
|
|
|
138
86
|
### `reviewer`
|
|
139
87
|
|
|
140
88
|
- Mod: `subagent`
|
|
141
|
-
- Varsayılan model: `
|
|
142
|
-
- Steps: `
|
|
143
|
-
- Amaç:
|
|
144
|
-
- En uygun kullanım: implementasyon
|
|
145
|
-
|
|
146
|
-
### `validator`
|
|
147
|
-
|
|
148
|
-
- Mod: `subagent`
|
|
149
|
-
- Varsayılan model: `openai/gpt-5.3-codex`
|
|
150
|
-
- Steps: `24`
|
|
151
|
-
- Amaç: gerekli en küçük doğrulama komutlarını çalıştıran bounded doğrulama ajanı
|
|
152
|
-
- En uygun kullanım: test, build, lint ve typecheck gibi komutlarla kanıt üretmek
|
|
153
|
-
|
|
154
|
-
### `qa`
|
|
155
|
-
|
|
156
|
-
- Mod: `subagent`
|
|
157
|
-
- Varsayılan model: `openai/gpt-5.4`
|
|
158
|
-
- Steps: `24`
|
|
159
|
-
- Amaç: son kabul kararını veren read-only kalite kapısı olmak
|
|
160
|
-
- En uygun kullanım: daha yüksek riskli işlerde doğrulama sonrası net bir OKAY veya REJECT kararı gerektiğinde
|
|
89
|
+
- Varsayılan model: `anthropic/claude-sonnet-4-6`
|
|
90
|
+
- Steps: `30`
|
|
91
|
+
- Amaç: kod inceleme, QA, doğrulama
|
|
92
|
+
- En uygun kullanım: implementasyon tamamlandıktan sonra değişiklik yüzeyini incelemek, test/build/lint ile kanıt üretmek ve son kabul kararı vermek
|
|
161
93
|
|
|
162
94
|
### `auditor`
|
|
163
95
|
|
|
164
96
|
- Mod: `subagent`
|
|
165
|
-
- Varsayılan model: `
|
|
166
|
-
- Steps: `
|
|
167
|
-
- Amaç:
|
|
97
|
+
- Varsayılan model: `anthropic/claude-opus-4-6`
|
|
98
|
+
- Steps: `40`
|
|
99
|
+
- Amaç: plan açığı bulucu
|
|
168
100
|
- En uygun kullanım: iş yürütülmeden önce eksik adımları, zayıf kabul kriterlerini, sıralama sorunlarını ve verification boşluklarını yakalamak
|
|
169
101
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
- Mod: `subagent`
|
|
173
|
-
- Varsayılan model: `anthropic/claude-sonnet-4-6`
|
|
174
|
-
- Steps: `8`
|
|
175
|
-
- Amaç: araç kullanmadan saf devil's-advocate muhakemesi yürütmek
|
|
176
|
-
- En uygun kullanım: varsayımları sorgulamak, kör noktaları göstermek ve hızlı karşı argüman üretmek
|
|
177
|
-
|
|
178
|
-
## Araştırma ve Danışmanlık Ajanları
|
|
102
|
+
## Araştırma Ajanı
|
|
179
103
|
|
|
180
104
|
### `scout`
|
|
181
105
|
|
|
182
106
|
- Mod: `subagent`
|
|
183
107
|
- Varsayılan model: `anthropic/claude-sonnet-4-6`
|
|
184
|
-
- Steps: `
|
|
185
|
-
- Amaç:
|
|
108
|
+
- Steps: `30`
|
|
109
|
+
- Amaç: dosya keşfi, araştırma
|
|
186
110
|
- En uygun kullanım: dosya bulma, sembol takibi, kod tabanı yapısını anlama ve yerel keşif
|
|
187
111
|
|
|
188
|
-
### `librarian`
|
|
189
|
-
|
|
190
|
-
- Mod: `subagent`
|
|
191
|
-
- Varsayılan model: `anthropic/claude-sonnet-4-6`
|
|
192
|
-
- Steps: `24`
|
|
193
|
-
- Amaç: dış kaynak araştırması ve dokümantasyon toplamak
|
|
194
|
-
- En uygun kullanım: güncel doküman sorgusu, dış karşılaştırmalar, API araştırması ve repo dışı kanıt toplama
|
|
195
|
-
|
|
196
|
-
### `advisor`
|
|
197
|
-
|
|
198
|
-
- Mod: `subagent`
|
|
199
|
-
- Varsayılan model: `openai/gpt-5.4`
|
|
200
|
-
- Steps: `20`
|
|
201
|
-
- Amaç: bloke olmuş veya düşük güvenli implementasyon işleri için read-only teknik danışmanlık vermek
|
|
202
|
-
- En uygun kullanım: worker'ı unblock etmek, yerel implementasyon yolları arasında seçim yapmak veya riskli bir kararı netleştirmek
|
|
203
|
-
|
|
204
|
-
### `strategist`
|
|
205
|
-
|
|
206
|
-
- Mod: `subagent`
|
|
207
|
-
- Varsayılan model: `anthropic/claude-opus-4-6`
|
|
208
|
-
- Steps: `20`
|
|
209
|
-
- Amaç: yön ve mimari kararlarda yargı odaklı danışmanlık vermek
|
|
210
|
-
- En uygun kullanım: yaklaşım doğrulamak, mimari riskleri görünür kılmak ve bir planın ilerlemesi gerekip gerekmediğine karar vermek
|
|
211
|
-
|
|
212
112
|
## Dokümantasyon Ajanı
|
|
213
113
|
|
|
214
|
-
### `
|
|
114
|
+
### `docmaster`
|
|
215
115
|
|
|
216
116
|
- Mod: `subagent`
|
|
217
117
|
- Varsayılan model: `anthropic/claude-sonnet-4-6`
|
|
218
118
|
- Steps: `30`
|
|
219
|
-
- Amaç: dokümantasyon
|
|
220
|
-
- En uygun kullanım: `README.md`, `AGENTS.md`, `CHANGELOG.md`, `CONTRIBUTING.md`, `docs/**` ve `.magent/**` güncellemeleri
|
|
119
|
+
- Amaç: dokümantasyon, `.magent`, GitHub
|
|
120
|
+
- En uygun kullanım: `README.md`, `AGENTS.md`, `CHANGELOG.md`, `CONTRIBUTING.md`, `docs/**` ve `.magent/**` güncellemeleri, GitHub işlemleri
|
|
221
121
|
|
|
222
122
|
## Kategori Özeti
|
|
223
123
|
|
|
224
|
-
| Kategori
|
|
225
|
-
|
|
|
226
|
-
| Ana orkestrasyon
|
|
227
|
-
| Kodlama
|
|
228
|
-
| Kalite
|
|
229
|
-
| Araştırma
|
|
230
|
-
| Dokümantasyon
|
|
124
|
+
| Kategori | Ajanlar |
|
|
125
|
+
| ------------------- | ------------------------------------ |
|
|
126
|
+
| Ana orkestrasyon | `planner`, `executor` |
|
|
127
|
+
| Kodlama ajanları | `coder`, `ui-coder`, `sec-coder` |
|
|
128
|
+
| Kalite | `reviewer`, `auditor` |
|
|
129
|
+
| Araştırma | `scout` |
|
|
130
|
+
| Dokümantasyon | `docmaster` |
|
|
231
131
|
|
|
232
132
|
## Özet Tablo
|
|
233
133
|
|
|
234
|
-
| Agent
|
|
235
|
-
|
|
|
236
|
-
| `
|
|
237
|
-
| `
|
|
238
|
-
| `
|
|
239
|
-
| `
|
|
240
|
-
| `
|
|
241
|
-
| `
|
|
242
|
-
| `
|
|
243
|
-
| `
|
|
244
|
-
| `
|
|
245
|
-
| `ui-heavy-worker` | Coding | `subagent` | `anthropic/claude-opus-4-6` | `40` | Geniş UI akışları ve ileri seviye state |
|
|
246
|
-
| `reviewer` | Quality | `subagent` | `github-copilot/grok-code-fast-1` | `24` | Read-only kod incelemesi |
|
|
247
|
-
| `validator` | Quality | `subagent` | `openai/gpt-5.3-codex` | `24` | Doğrulama komutları çalıştırma |
|
|
248
|
-
| `qa` | Quality | `subagent` | `openai/gpt-5.4` | `24` | Son kalite kapısı |
|
|
249
|
-
| `auditor` | Quality | `subagent` | `openai/gpt-5.4` | `24` | Plan denetimi |
|
|
250
|
-
| `devil` | Quality | `subagent` | `anthropic/claude-sonnet-4-6` | `8` | Karşı argüman ve kör nokta üretimi |
|
|
251
|
-
| `scout` | Research | `subagent` | `anthropic/claude-sonnet-4-6` | `24` | Yerel repo keşfi |
|
|
252
|
-
| `librarian` | Research | `subagent` | `anthropic/claude-sonnet-4-6` | `24` | Dış kaynak araştırması |
|
|
253
|
-
| `advisor` | Advisory | `subagent` | `openai/gpt-5.4` | `20` | Yerel implementasyon danışmanlığı |
|
|
254
|
-
| `strategist` | Advisory | `subagent` | `anthropic/claude-opus-4-6` | `20` | Mimari ve yön kararı danışmanlığı |
|
|
255
|
-
| `scribe` | Documentation | `subagent` | `anthropic/claude-sonnet-4-6` | `30` | Doküman ve `.magent` yazımı |
|
|
134
|
+
| Agent | Kategori | Mod | Model | Steps | Ana kullanım |
|
|
135
|
+
| ----------- | ------------- | ---------- | ----------------------------- | ----- | ------------------------------------------------------- |
|
|
136
|
+
| `planner` | Primary | `primary` | `anthropic/claude-opus-4-6` | `200` | Triage, planlama, challenge, inspeksiyon |
|
|
137
|
+
| `executor` | Primary | `primary` | `anthropic/claude-sonnet-4-6` | `200` | Yürütme orkestrasyonu |
|
|
138
|
+
| `coder` | Coding | `subagent` | `anthropic/claude-sonnet-4-6` | `40` | Standart kodlama |
|
|
139
|
+
| `ui-coder` | Coding | `subagent` | `anthropic/claude-sonnet-4-6` | `40` | UI/UX kodlama |
|
|
140
|
+
| `sec-coder` | Coding | `subagent` | `anthropic/claude-opus-4-6` | `60` | Güvenlik hassas kodlama |
|
|
141
|
+
| `reviewer` | Quality | `subagent` | `anthropic/claude-sonnet-4-6` | `30` | Kod inceleme, QA, doğrulama |
|
|
142
|
+
| `auditor` | Quality | `subagent` | `anthropic/claude-opus-4-6` | `40` | Plan açığı bulma ve denetim |
|
|
143
|
+
| `scout` | Research | `subagent` | `anthropic/claude-sonnet-4-6` | `30` | Dosya keşfi ve araştırma |
|
|
144
|
+
| `docmaster` | Documentation | `subagent` | `anthropic/claude-sonnet-4-6` | `30` | Doküman, `.magent` yazımı ve GitHub |
|
|
256
145
|
|
|
257
146
|
## İlgili Dokümanlar
|
|
258
147
|
|
package/docs/configuration.md
CHANGED
|
@@ -74,7 +74,7 @@ Top-level runtime flags:
|
|
|
74
74
|
| `telemetry` | `true` | Records session, tool, and error telemetry in the plugin log. |
|
|
75
75
|
| `supervision` | `true` | Enables parent-child supervision reminders for idle delegated sessions. |
|
|
76
76
|
| `quality_gate` | `true` | Tracks edit activity and emits quality reminders for sessions that go idle. |
|
|
77
|
-
| `skill_injection` | `false` |
|
|
77
|
+
| `skill_injection` | `false` | Reserved. Loads the skill registry but does not inject content yet. |
|
|
78
78
|
|
|
79
79
|
### `skill_sources`
|
|
80
80
|
|
|
@@ -132,28 +132,17 @@ This section centralizes per-agent defaults for:
|
|
|
132
132
|
|
|
133
133
|
All bundled agents currently default to `temperature: 0`.
|
|
134
134
|
|
|
135
|
-
| Agent
|
|
136
|
-
|
|
|
137
|
-
| `
|
|
138
|
-
| `
|
|
139
|
-
| `
|
|
140
|
-
| `
|
|
141
|
-
| `
|
|
142
|
-
| `
|
|
143
|
-
| `
|
|
144
|
-
| `
|
|
145
|
-
| `
|
|
146
|
-
| `ui-heavy-worker` | Coding | `anthropic/claude-opus-4-6` | `40` |
|
|
147
|
-
| `quick` | Coding | `opencode-go/minimax-m2.5` | `16` |
|
|
148
|
-
| `reviewer` | Quality | `github-copilot/grok-code-fast-1` | `24` |
|
|
149
|
-
| `validator` | Quality | `openai/gpt-5.3-codex` | `24` |
|
|
150
|
-
| `qa` | Quality | `openai/gpt-5.4` | `24` |
|
|
151
|
-
| `advisor` | Advisory | `openai/gpt-5.4` | `20` |
|
|
152
|
-
| `auditor` | Quality | `openai/gpt-5.4` | `24` |
|
|
153
|
-
| `strategist` | Advisory | `anthropic/claude-opus-4-6` | `20` |
|
|
154
|
-
| `devil` | Quality | `anthropic/claude-sonnet-4-6` | `8` |
|
|
155
|
-
| `scribe` | Documentation | `anthropic/claude-sonnet-4-6` | `30` |
|
|
156
|
-
| `librarian` | Research | `anthropic/claude-sonnet-4-6` | `24` |
|
|
135
|
+
| Agent | Category | Default model | Steps |
|
|
136
|
+
| ----------- | ------------- | ----------------------------- | ----- |
|
|
137
|
+
| `planner` | Primary | `anthropic/claude-opus-4-6` | `200` |
|
|
138
|
+
| `executor` | Primary | `anthropic/claude-sonnet-4-6` | `200` |
|
|
139
|
+
| `coder` | Coding | `anthropic/claude-sonnet-4-6` | `40` |
|
|
140
|
+
| `ui-coder` | Coding | `anthropic/claude-sonnet-4-6` | `40` |
|
|
141
|
+
| `sec-coder` | Coding | `anthropic/claude-opus-4-6` | `60` |
|
|
142
|
+
| `reviewer` | Quality | `anthropic/claude-sonnet-4-6` | `30` |
|
|
143
|
+
| `auditor` | Quality | `anthropic/claude-opus-4-6` | `40` |
|
|
144
|
+
| `scout` | Research | `anthropic/claude-sonnet-4-6` | `30` |
|
|
145
|
+
| `docmaster` | Documentation | `anthropic/claude-sonnet-4-6` | `30` |
|
|
157
146
|
|
|
158
147
|
## `mcpDefaults`
|
|
159
148
|
|
|
@@ -203,8 +192,8 @@ Path: `~/.config/opencode/plugins/opencode-multiagent.json`
|
|
|
203
192
|
"profile": "strict"
|
|
204
193
|
},
|
|
205
194
|
"agentSettings": {
|
|
206
|
-
"
|
|
207
|
-
"steps":
|
|
195
|
+
"planner": {
|
|
196
|
+
"steps": 300
|
|
208
197
|
}
|
|
209
198
|
}
|
|
210
199
|
}
|
package/docs/configuration.tr.md
CHANGED
|
@@ -75,7 +75,7 @@ Pratik kural:
|
|
|
75
75
|
| `telemetry` | `true` | Session, tool ve hata telemetry kayıtlarını plugin loguna yazar. |
|
|
76
76
|
| `supervision` | `true` | Delegated child session'lar için parent-child supervision hatırlatmalarını açar. |
|
|
77
77
|
| `quality_gate` | `true` | Edit yapan session'ları izler ve idle kalınca quality reminder üretir. |
|
|
78
|
-
| `skill_injection` | `false` |
|
|
78
|
+
| `skill_injection` | `false` | Ayrılmış. Skill registry'yi yükler ancak henüz içerik enjekte etmez. |
|
|
79
79
|
|
|
80
80
|
### `skill_sources`
|
|
81
81
|
|
|
@@ -133,28 +133,17 @@ Bu bölüm, agent bazında şu varsayılanları merkezi olarak yönetir:
|
|
|
133
133
|
|
|
134
134
|
Paketlenmiş tüm agent'lar şu anda varsayılan olarak `temperature: 0` kullanır.
|
|
135
135
|
|
|
136
|
-
| Agent
|
|
137
|
-
|
|
|
138
|
-
| `
|
|
139
|
-
| `
|
|
140
|
-
| `
|
|
141
|
-
| `
|
|
142
|
-
| `
|
|
143
|
-
| `
|
|
144
|
-
| `
|
|
145
|
-
| `
|
|
146
|
-
| `
|
|
147
|
-
| `ui-heavy-worker` | Coding | `anthropic/claude-opus-4-6` | `40` |
|
|
148
|
-
| `quick` | Coding | `opencode-go/minimax-m2.5` | `16` |
|
|
149
|
-
| `reviewer` | Quality | `github-copilot/grok-code-fast-1` | `24` |
|
|
150
|
-
| `validator` | Quality | `openai/gpt-5.3-codex` | `24` |
|
|
151
|
-
| `qa` | Quality | `openai/gpt-5.4` | `24` |
|
|
152
|
-
| `advisor` | Advisory | `openai/gpt-5.4` | `20` |
|
|
153
|
-
| `auditor` | Quality | `openai/gpt-5.4` | `24` |
|
|
154
|
-
| `strategist` | Advisory | `anthropic/claude-opus-4-6` | `20` |
|
|
155
|
-
| `devil` | Quality | `anthropic/claude-sonnet-4-6` | `8` |
|
|
156
|
-
| `scribe` | Documentation | `anthropic/claude-sonnet-4-6` | `30` |
|
|
157
|
-
| `librarian` | Research | `anthropic/claude-sonnet-4-6` | `24` |
|
|
136
|
+
| Agent | Kategori | Varsayılan model | Steps |
|
|
137
|
+
| ----------- | ------------- | ----------------------------- | ----- |
|
|
138
|
+
| `planner` | Primary | `anthropic/claude-opus-4-6` | `200` |
|
|
139
|
+
| `executor` | Primary | `anthropic/claude-sonnet-4-6` | `200` |
|
|
140
|
+
| `coder` | Coding | `anthropic/claude-sonnet-4-6` | `40` |
|
|
141
|
+
| `ui-coder` | Coding | `anthropic/claude-sonnet-4-6` | `40` |
|
|
142
|
+
| `sec-coder` | Coding | `anthropic/claude-opus-4-6` | `60` |
|
|
143
|
+
| `reviewer` | Quality | `anthropic/claude-sonnet-4-6` | `30` |
|
|
144
|
+
| `auditor` | Quality | `anthropic/claude-opus-4-6` | `40` |
|
|
145
|
+
| `scout` | Research | `anthropic/claude-sonnet-4-6` | `30` |
|
|
146
|
+
| `docmaster` | Documentation | `anthropic/claude-sonnet-4-6` | `30` |
|
|
158
147
|
|
|
159
148
|
## `mcpDefaults`
|
|
160
149
|
|
|
@@ -203,8 +192,8 @@ Yol: `~/.config/opencode/plugins/opencode-multiagent.json`
|
|
|
203
192
|
"profile": "strict"
|
|
204
193
|
},
|
|
205
194
|
"agentSettings": {
|
|
206
|
-
"
|
|
207
|
-
"steps":
|
|
195
|
+
"planner": {
|
|
196
|
+
"steps": 300
|
|
208
197
|
}
|
|
209
198
|
}
|
|
210
199
|
}
|
package/docs/usage-guide.md
CHANGED
|
@@ -33,42 +33,40 @@ When OpenCode loads the package, the plugin:
|
|
|
33
33
|
3. builds the effective runtime flags and agent settings
|
|
34
34
|
4. compiles bundled agent and command markdown into the active config
|
|
35
35
|
5. injects plugin-owned MCP defaults only when the host config does not already define them
|
|
36
|
-
6. prefers `
|
|
37
|
-
7. enables runtime hooks for telemetry,
|
|
36
|
+
6. prefers `planner` as the default top-level agent when available
|
|
37
|
+
7. enables runtime hooks for telemetry, supervision, quality reminders, and the shared task board
|
|
38
38
|
|
|
39
39
|
## 3. Normal User Flow
|
|
40
40
|
|
|
41
41
|
In normal use, you do not need to pick worker agents manually. The system is designed so the
|
|
42
|
-
top-level interaction goes through `
|
|
42
|
+
top-level interaction goes through `planner`.
|
|
43
43
|
|
|
44
44
|
Typical flow:
|
|
45
45
|
|
|
46
46
|
```text
|
|
47
|
-
user ->
|
|
47
|
+
user -> planner -> executor -> specialized subagents
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
### The main routing roles
|
|
51
51
|
|
|
52
|
-
| Agent | Role
|
|
53
|
-
| ---------- |
|
|
54
|
-
| `
|
|
55
|
-
| `
|
|
56
|
-
| `planner` | Writes a durable execution plan for larger or riskier work. |
|
|
57
|
-
| `executor` | Runs the plan by dispatching bounded worker tasks and validating results. |
|
|
52
|
+
| Agent | Role |
|
|
53
|
+
| ---------- | -------------------------------------------------------------------------- |
|
|
54
|
+
| `planner` | Owns triage, planning, challenge, inspection, and result integration. |
|
|
55
|
+
| `executor` | Runs the plan by dispatching bounded coding tasks and validating results. |
|
|
58
56
|
|
|
59
57
|
## 4. Triage Levels
|
|
60
58
|
|
|
61
|
-
`
|
|
59
|
+
`planner` uses a tiered routing model.
|
|
62
60
|
|
|
63
|
-
| Tier | Meaning | Typical route
|
|
64
|
-
| -------- | -------------------------------------------------------- |
|
|
65
|
-
| `Tier 0` |
|
|
66
|
-
| `Tier 1` | Bounded work
|
|
67
|
-
| `Tier 2` |
|
|
68
|
-
| `Tier 3` | Inspection
|
|
61
|
+
| Tier | Meaning | Typical route |
|
|
62
|
+
| -------- | -------------------------------------------------------- | -------------------------------------------- |
|
|
63
|
+
| `Tier 0` | Trivial single-file work | `planner -> executor -> coder` |
|
|
64
|
+
| `Tier 1` | Bounded work | `planner -> executor -> coder/ui-coder/sec-coder` |
|
|
65
|
+
| `Tier 2` | Complex multi-module work | `planner -> auditor -> executor -> coders` |
|
|
66
|
+
| `Tier 3` | Inspection | `planner` (inspection mode) |
|
|
69
67
|
|
|
70
|
-
As a user, the practical takeaway is simple: ask for the task naturally and let `
|
|
71
|
-
route unless you have a strong reason to override the flow.
|
|
68
|
+
As a user, the practical takeaway is simple: ask for the task naturally and let `planner` decide
|
|
69
|
+
the route unless you have a strong reason to override the flow.
|
|
72
70
|
|
|
73
71
|
## 5. Shared Task Board
|
|
74
72
|
|
|
@@ -79,7 +77,7 @@ The plugin exposes three shared task tools:
|
|
|
79
77
|
- `task_list`
|
|
80
78
|
|
|
81
79
|
These are used internally by the agent system to track work, but they are also important to
|
|
82
|
-
understand when reading logs or `.
|
|
80
|
+
understand when reading logs or `.opencode` artifacts.
|
|
83
81
|
|
|
84
82
|
### Task lifecycle
|
|
85
83
|
|
|
@@ -96,7 +94,7 @@ Possible task states:
|
|
|
96
94
|
|
|
97
95
|
When a project root is available, the task board is persisted to:
|
|
98
96
|
|
|
99
|
-
- `.
|
|
97
|
+
- `.opencode/tasks/taskboard.json`
|
|
100
98
|
|
|
101
99
|
This makes multi-step execution easier to inspect after a session.
|
|
102
100
|
|
|
@@ -129,11 +127,11 @@ Example:
|
|
|
129
127
|
```json
|
|
130
128
|
{
|
|
131
129
|
"agentSettings": {
|
|
132
|
-
"
|
|
133
|
-
"steps":
|
|
130
|
+
"planner": {
|
|
131
|
+
"steps": 300
|
|
134
132
|
},
|
|
135
133
|
"reviewer": {
|
|
136
|
-
"model": "
|
|
134
|
+
"model": "anthropic/claude-opus-4-6"
|
|
137
135
|
}
|
|
138
136
|
}
|
|
139
137
|
}
|
|
@@ -148,8 +146,8 @@ Example:
|
|
|
148
146
|
"$schema": "https://opencode.ai/config.json",
|
|
149
147
|
"plugin": ["opencode-multiagent"],
|
|
150
148
|
"agent": {
|
|
151
|
-
"
|
|
152
|
-
"steps":
|
|
149
|
+
"planner": {
|
|
150
|
+
"steps": 300
|
|
153
151
|
}
|
|
154
152
|
}
|
|
155
153
|
}
|
|
@@ -197,13 +195,13 @@ Use `opencode.json` to explicitly enable it:
|
|
|
197
195
|
|
|
198
196
|
Common generated files and directories:
|
|
199
197
|
|
|
200
|
-
| Path | Purpose
|
|
201
|
-
| ----------------------------------------------------- |
|
|
202
|
-
| `~/.config/opencode/logs/opencode-multiagent.jsonl` | Observation and telemetry log
|
|
203
|
-
| `~/.config/opencode/plugins/opencode-multiagent.json` | User runtime overrides
|
|
204
|
-
| `.
|
|
205
|
-
| `.
|
|
206
|
-
| `.
|
|
198
|
+
| Path | Purpose |
|
|
199
|
+
| ----------------------------------------------------- | ---------------------------------------------------- |
|
|
200
|
+
| `~/.config/opencode/logs/opencode-multiagent.jsonl` | Observation and telemetry log |
|
|
201
|
+
| `~/.config/opencode/plugins/opencode-multiagent.json` | User runtime overrides |
|
|
202
|
+
| `.opencode/tasks/taskboard.json` | Shared task board persistence |
|
|
203
|
+
| `.opencode/plans/` | Durable plans created through planner and docmaster |
|
|
204
|
+
| `.opencode/exec/` | Execution artifacts maintained during larger work |
|
|
207
205
|
|
|
208
206
|
## 10. Development Workflow
|
|
209
207
|
|