@grant-vine/wunderkind 0.9.2 → 0.9.4
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/.claude-plugin/plugin.json +1 -1
- package/README.md +16 -16
- package/agents/brand-builder.md +8 -6
- package/agents/ciso.md +8 -6
- package/agents/creative-director.md +10 -7
- package/agents/data-analyst.md +9 -4
- package/agents/devrel-wunderkind.md +9 -7
- package/agents/fullstack-wunderkind.md +4 -6
- package/agents/legal-counsel.md +9 -4
- package/agents/marketing-wunderkind.md +9 -6
- package/agents/operations-lead.md +8 -6
- package/agents/product-wunderkind.md +8 -6
- package/agents/qa-specialist.md +8 -6
- package/agents/support-engineer.md +8 -4
- package/commands/docs-index.md +1 -1
- package/dist/agents/brand-builder.d.ts.map +1 -1
- package/dist/agents/brand-builder.js +1 -4
- package/dist/agents/brand-builder.js.map +1 -1
- package/dist/agents/ciso.d.ts.map +1 -1
- package/dist/agents/ciso.js +1 -4
- package/dist/agents/ciso.js.map +1 -1
- package/dist/agents/creative-director.d.ts.map +1 -1
- package/dist/agents/creative-director.js +2 -5
- package/dist/agents/creative-director.js.map +1 -1
- package/dist/agents/data-analyst.d.ts.map +1 -1
- package/dist/agents/data-analyst.js +1 -2
- package/dist/agents/data-analyst.js.map +1 -1
- package/dist/agents/devrel-wunderkind.d.ts.map +1 -1
- package/dist/agents/devrel-wunderkind.js +2 -5
- package/dist/agents/devrel-wunderkind.js.map +1 -1
- package/dist/agents/fullstack-wunderkind.d.ts.map +1 -1
- package/dist/agents/fullstack-wunderkind.js +1 -3
- package/dist/agents/fullstack-wunderkind.js.map +1 -1
- package/dist/agents/legal-counsel.d.ts.map +1 -1
- package/dist/agents/legal-counsel.js +1 -2
- package/dist/agents/legal-counsel.js.map +1 -1
- package/dist/agents/manifest.d.ts +10 -0
- package/dist/agents/manifest.d.ts.map +1 -0
- package/dist/agents/manifest.js +88 -0
- package/dist/agents/manifest.js.map +1 -0
- package/dist/agents/marketing-wunderkind.d.ts.map +1 -1
- package/dist/agents/marketing-wunderkind.js +1 -4
- package/dist/agents/marketing-wunderkind.js.map +1 -1
- package/dist/agents/operations-lead.d.ts.map +1 -1
- package/dist/agents/operations-lead.js +1 -4
- package/dist/agents/operations-lead.js.map +1 -1
- package/dist/agents/product-wunderkind.d.ts.map +1 -1
- package/dist/agents/product-wunderkind.js +1 -4
- package/dist/agents/product-wunderkind.js.map +1 -1
- package/dist/agents/qa-specialist.d.ts.map +1 -1
- package/dist/agents/qa-specialist.js +1 -4
- package/dist/agents/qa-specialist.js.map +1 -1
- package/dist/agents/render-markdown.d.ts +3 -0
- package/dist/agents/render-markdown.d.ts.map +1 -0
- package/dist/agents/render-markdown.js +34 -0
- package/dist/agents/render-markdown.js.map +1 -0
- package/dist/agents/support-engineer.d.ts.map +1 -1
- package/dist/agents/support-engineer.js +1 -2
- package/dist/agents/support-engineer.js.map +1 -1
- package/dist/build-agents.js +7 -23
- package/dist/build-agents.js.map +1 -1
- package/dist/cli/cli-installer.d.ts.map +1 -1
- package/dist/cli/cli-installer.js +6 -8
- package/dist/cli/cli-installer.js.map +1 -1
- package/dist/cli/config-manager/index.d.ts +10 -1
- package/dist/cli/config-manager/index.d.ts.map +1 -1
- package/dist/cli/config-manager/index.js +64 -14
- package/dist/cli/config-manager/index.js.map +1 -1
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/doctor.js +26 -8
- package/dist/cli/doctor.js.map +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/init.js +4 -4
- package/dist/cli/init.js.map +1 -1
- package/dist/cli/tui-installer.d.ts.map +1 -1
- package/dist/cli/tui-installer.js +7 -9
- package/dist/cli/tui-installer.js.map +1 -1
- package/dist/cli/uninstall.d.ts.map +1 -1
- package/dist/cli/uninstall.js +12 -1
- package/dist/cli/uninstall.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -4
- package/schemas/wunderkind.config.schema.json +4 -0
- package/oh-my-opencode.jsonc +0 -131
package/README.md
CHANGED
|
@@ -246,9 +246,9 @@ When enabled, agents can persist their decisions and strategies to your project'
|
|
|
246
246
|
| `global` (default) | Adds the plugin to `~/.config/opencode/opencode.json`. Agents are available in all projects. |
|
|
247
247
|
| `project` | Adds the plugin to `./opencode.json` (created if missing). Agents are limited to the current project. |
|
|
248
248
|
|
|
249
|
-
Wunderkind
|
|
249
|
+
Wunderkind installs its native agent markdown files into OpenCode's supported agent directories. Removing Wunderkind leaves any separate oh-my-openagent installation intact.
|
|
250
250
|
|
|
251
|
-
> **
|
|
251
|
+
> **Native agent install note**: Wunderkind now registers its specialist agents through OpenCode-native markdown agent files. Global installs write to `~/.config/opencode/agents/`; project installs and `wunderkind init` write to `.opencode/agents/` for project-local precedence.
|
|
252
252
|
|
|
253
253
|
---
|
|
254
254
|
|
|
@@ -256,20 +256,20 @@ Wunderkind writes its own agent config to a separate file — it never modifies
|
|
|
256
256
|
|
|
257
257
|
| Agent Key | Role | Category |
|
|
258
258
|
|---|---|---|
|
|
259
|
-
| `
|
|
260
|
-
| `
|
|
261
|
-
| `
|
|
262
|
-
| `
|
|
263
|
-
| `
|
|
264
|
-
| `
|
|
265
|
-
| `
|
|
266
|
-
| `
|
|
267
|
-
| `
|
|
268
|
-
| `
|
|
269
|
-
| `
|
|
270
|
-
| `
|
|
271
|
-
|
|
272
|
-
|
|
259
|
+
| `marketing-wunderkind` | CMO-calibre strategist | primary |
|
|
260
|
+
| `creative-director` | Brand & UI/UX lead | primary |
|
|
261
|
+
| `product-wunderkind` | VP Product | primary |
|
|
262
|
+
| `fullstack-wunderkind` | CTO-calibre engineer | primary |
|
|
263
|
+
| `brand-builder` | Community, PR, thought leadership | primary |
|
|
264
|
+
| `qa-specialist` | TDD, coverage, user story review | primary |
|
|
265
|
+
| `operations-lead` | SRE/SLO, runbooks, incident response | primary |
|
|
266
|
+
| `ciso` | Security architecture, OWASP, compliance | primary |
|
|
267
|
+
| `devrel-wunderkind` | Developer relations and advocacy | primary |
|
|
268
|
+
| `legal-counsel` | Legal and regulatory compliance | primary |
|
|
269
|
+
| `support-engineer` | Technical support and troubleshooting | primary |
|
|
270
|
+
| `data-analyst` | Data analysis and insights | primary |
|
|
271
|
+
|
|
272
|
+
Wunderkind agents are distributed as native OpenCode markdown agents. Their prompts are static defaults, while runtime behavior is tailored by merged Wunderkind config from `~/.wunderkind/wunderkind.config.jsonc` and `.wunderkind/wunderkind.config.jsonc`.
|
|
273
273
|
|
|
274
274
|
---
|
|
275
275
|
|
package/agents/brand-builder.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: brand-builder
|
|
3
2
|
description: >
|
|
4
|
-
|
|
3
|
+
Brand Builder — Community and narrative lead for reputation, reach, and thought leadership.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.3
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
5
10
|
---
|
|
6
|
-
|
|
7
11
|
# Brand Builder — Soul
|
|
8
12
|
|
|
9
13
|
You are the **Brand Builder**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -222,7 +226,7 @@ task(
|
|
|
222
226
|
|
|
223
227
|
## Persistent Context (.sisyphus/)
|
|
224
228
|
|
|
225
|
-
When operating as a subagent inside an
|
|
229
|
+
When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use these conventions.
|
|
226
230
|
|
|
227
231
|
**Read before acting:**
|
|
228
232
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
@@ -251,8 +255,6 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
251
255
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
252
256
|
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
253
257
|
|
|
254
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
255
|
-
|
|
256
258
|
## Delegation Patterns
|
|
257
259
|
|
|
258
260
|
When technical documentation or developer education requests arise:
|
package/agents/ciso.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: ciso
|
|
3
2
|
description: >
|
|
4
|
-
|
|
3
|
+
CISO — Security and compliance lead for threat modeling, controls, and risk decisions.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.1
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
5
10
|
---
|
|
6
|
-
|
|
7
11
|
# CISO — Soul
|
|
8
12
|
|
|
9
13
|
You are the **CISO** (Chief Information Security Officer). Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -282,7 +286,7 @@ task(
|
|
|
282
286
|
|
|
283
287
|
## Persistent Context (.sisyphus/)
|
|
284
288
|
|
|
285
|
-
When operating as a subagent inside an
|
|
289
|
+
When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use these conventions.
|
|
286
290
|
|
|
287
291
|
**Read before acting:**
|
|
288
292
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
@@ -312,8 +316,6 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
312
316
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
313
317
|
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
314
318
|
|
|
315
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
316
|
-
|
|
317
319
|
## Delegation Patterns
|
|
318
320
|
|
|
319
321
|
When OSS licensing, TOS/Privacy Policy, DPAs, CLAs, or contract review is needed:
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: creative-director
|
|
3
2
|
description: >
|
|
4
|
-
|
|
3
|
+
Creative Director — Brand and UI/UX lead for design systems, visuals, and product experience.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.4
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
10
|
+
task: deny
|
|
5
11
|
---
|
|
6
|
-
|
|
7
12
|
# Creative Director — Soul
|
|
8
13
|
|
|
9
14
|
You are the **Creative Director**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -246,7 +251,7 @@ Every design decision must meet:
|
|
|
246
251
|
|
|
247
252
|
## Persistent Context (.sisyphus/)
|
|
248
253
|
|
|
249
|
-
When operating as a subagent inside an
|
|
254
|
+
When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use these conventions.
|
|
250
255
|
|
|
251
256
|
**Read before acting:**
|
|
252
257
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
@@ -273,6 +278,4 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
273
278
|
- `overwrite` — Replace the file contents each time.
|
|
274
279
|
- `append-dated` — Append a dated section to the file.
|
|
275
280
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
276
|
-
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
277
|
-
|
|
278
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
281
|
+
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
package/agents/data-analyst.md
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: data-analyst
|
|
3
2
|
description: >
|
|
4
|
-
|
|
3
|
+
Data Analyst — Analytics specialist for funnels, experiments, metrics, and measurement clarity.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.2
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
10
|
+
task: deny
|
|
5
11
|
---
|
|
6
|
-
|
|
7
12
|
# Data Analyst — Soul
|
|
8
13
|
|
|
9
14
|
You are the **Data Analyst**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -185,7 +190,7 @@ Route to `wunderkind:operations-lead` — that's reliability, not product behavi
|
|
|
185
190
|
|
|
186
191
|
## Persistent Context (.sisyphus/)
|
|
187
192
|
|
|
188
|
-
When operating as a subagent inside an
|
|
193
|
+
When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use these conventions.
|
|
189
194
|
|
|
190
195
|
**Read before acting:**
|
|
191
196
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: devrel-wunderkind
|
|
3
2
|
description: >
|
|
4
|
-
|
|
3
|
+
DevRel Wunderkind — Developer relations specialist for docs, DX, tutorials, and community adoption.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.2
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
5
10
|
---
|
|
6
|
-
|
|
7
11
|
# DevRel Wunderkind — Soul
|
|
8
12
|
|
|
9
13
|
You are the **DevRel Wunderkind**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -192,7 +196,7 @@ task(
|
|
|
192
196
|
|
|
193
197
|
## Persistent Context (.sisyphus/)
|
|
194
198
|
|
|
195
|
-
When operating as a subagent inside an
|
|
199
|
+
When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use these conventions.
|
|
196
200
|
|
|
197
201
|
**Read before acting:**
|
|
198
202
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
@@ -220,6 +224,4 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
220
224
|
- `overwrite` — Replace the file contents each time.
|
|
221
225
|
- `append-dated` — Append a dated section to the file.
|
|
222
226
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
223
|
-
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
224
|
-
|
|
225
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
227
|
+
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: fullstack-wunderkind
|
|
3
2
|
description: >
|
|
4
|
-
|
|
3
|
+
Fullstack Wunderkind — CTO-calibre engineer for architecture, implementation, and systems tradeoffs.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.1
|
|
5
6
|
---
|
|
6
|
-
|
|
7
7
|
# Fullstack Wunderkind — Soul
|
|
8
8
|
|
|
9
9
|
You are the **Fullstack Wunderkind**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -310,7 +310,7 @@ task(
|
|
|
310
310
|
|
|
311
311
|
## Persistent Context (.sisyphus/)
|
|
312
312
|
|
|
313
|
-
When operating as a subagent inside an
|
|
313
|
+
When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use these conventions.
|
|
314
314
|
|
|
315
315
|
**Read before acting:**
|
|
316
316
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
@@ -340,8 +340,6 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
340
340
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
341
341
|
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
342
342
|
|
|
343
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
344
|
-
|
|
345
343
|
## Delegation Patterns
|
|
346
344
|
|
|
347
345
|
When external developer documentation or tutorials are needed:
|
package/agents/legal-counsel.md
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: legal-counsel
|
|
3
2
|
description: >
|
|
4
|
-
|
|
3
|
+
Legal Counsel — Legal and regulatory advisor for contracts, licensing, and compliance posture.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.1
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
10
|
+
task: deny
|
|
5
11
|
---
|
|
6
|
-
|
|
7
12
|
# Legal Counsel — Soul
|
|
8
13
|
|
|
9
14
|
You are the **Legal Counsel**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -199,7 +204,7 @@ Escalate to `wunderkind:operations-lead` directly.
|
|
|
199
204
|
|
|
200
205
|
## Persistent Context (.sisyphus/)
|
|
201
206
|
|
|
202
|
-
When operating as a subagent inside an
|
|
207
|
+
When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use these conventions.
|
|
203
208
|
|
|
204
209
|
**Read before acting:**
|
|
205
210
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: marketing-wunderkind
|
|
3
2
|
description: >
|
|
4
|
-
|
|
3
|
+
Marketing Wunderkind — CMO-calibre strategist for brand, growth, and go-to-market work.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.3
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
10
|
+
task: deny
|
|
5
11
|
---
|
|
6
|
-
|
|
7
12
|
# Marketing Wunderkind — Soul
|
|
8
13
|
|
|
9
14
|
You are the **Marketing Wunderkind**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -264,7 +269,7 @@ task(
|
|
|
264
269
|
|
|
265
270
|
## Persistent Context (.sisyphus/)
|
|
266
271
|
|
|
267
|
-
When operating as a subagent inside an
|
|
272
|
+
When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use these conventions.
|
|
268
273
|
|
|
269
274
|
**Read before acting:**
|
|
270
275
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
@@ -293,6 +298,4 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
293
298
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
294
299
|
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
295
300
|
|
|
296
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
297
|
-
|
|
298
301
|
---
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: operations-lead
|
|
3
2
|
description: >
|
|
4
|
-
|
|
3
|
+
Operations Lead — SRE-minded operator for incident response, runbooks, and production readiness.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.1
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
5
10
|
---
|
|
6
|
-
|
|
7
11
|
# Operations Lead — Soul
|
|
8
12
|
|
|
9
13
|
You are the **Operations Lead**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -260,7 +264,7 @@ task(
|
|
|
260
264
|
|
|
261
265
|
## Persistent Context (.sisyphus/)
|
|
262
266
|
|
|
263
|
-
When operating as a subagent inside an
|
|
267
|
+
When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use these conventions.
|
|
264
268
|
|
|
265
269
|
**Read before acting:**
|
|
266
270
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
@@ -290,8 +294,6 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
290
294
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
291
295
|
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
292
296
|
|
|
293
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
294
|
-
|
|
295
297
|
## Delegation Patterns
|
|
296
298
|
|
|
297
299
|
When user-reported bugs arrive that are not yet confirmed production incidents:
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: product-wunderkind
|
|
3
2
|
description: >
|
|
4
|
-
|
|
3
|
+
Product Wunderkind — VP Product-style partner for strategy, prioritization, and roadmap decisions.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.2
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
5
10
|
---
|
|
6
|
-
|
|
7
11
|
# Product Wunderkind — Soul
|
|
8
12
|
|
|
9
13
|
You are the **Product Wunderkind**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -288,7 +292,7 @@ task(
|
|
|
288
292
|
|
|
289
293
|
## Persistent Context (.sisyphus/)
|
|
290
294
|
|
|
291
|
-
When operating as a subagent inside an
|
|
295
|
+
When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use these conventions.
|
|
292
296
|
|
|
293
297
|
**Read before acting:**
|
|
294
298
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
@@ -317,6 +321,4 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
317
321
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
318
322
|
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
319
323
|
|
|
320
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
321
|
-
|
|
322
324
|
---
|
package/agents/qa-specialist.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: qa-specialist
|
|
3
2
|
description: >
|
|
4
|
-
|
|
3
|
+
QA Specialist — Test strategy and risk-based validation partner for quality and reliability.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.1
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
5
10
|
---
|
|
6
|
-
|
|
7
11
|
# QA Specialist — Soul
|
|
8
12
|
|
|
9
13
|
You are the **QA Specialist**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -240,7 +244,7 @@ Before marking any test task complete:
|
|
|
240
244
|
|
|
241
245
|
## Persistent Context (.sisyphus/)
|
|
242
246
|
|
|
243
|
-
When operating as a subagent inside an
|
|
247
|
+
When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use these conventions.
|
|
244
248
|
|
|
245
249
|
**Read before acting:**
|
|
246
250
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
@@ -270,8 +274,6 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
270
274
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
271
275
|
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
272
276
|
|
|
273
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
274
|
-
|
|
275
277
|
## Delegation Patterns
|
|
276
278
|
|
|
277
279
|
When post-release bug reports or user issues need triage:
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: support-engineer
|
|
3
2
|
description: >
|
|
4
|
-
|
|
3
|
+
Support Engineer — Technical support lead for triage, severity assessment, and engineering handoff.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.1
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
5
10
|
---
|
|
6
|
-
|
|
7
11
|
# Support Engineer — Soul
|
|
8
12
|
|
|
9
13
|
You are the **Support Engineer**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -177,7 +181,7 @@ Route to `wunderkind:qa-specialist` with the reproduction case as the test scena
|
|
|
177
181
|
|
|
178
182
|
## Persistent Context (.sisyphus/)
|
|
179
183
|
|
|
180
|
-
When operating as a subagent inside an
|
|
184
|
+
When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use these conventions.
|
|
181
185
|
|
|
182
186
|
**Read before acting:**
|
|
183
187
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
package/commands/docs-index.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"brand-builder.d.ts","sourceRoot":"","sources":["../../src/agents/brand-builder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,eAAO,MAAM,sBAAsB,EAAE,mBAwBpC,CAAA;AAED,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,
|
|
1
|
+
{"version":3,"file":"brand-builder.d.ts","sourceRoot":"","sources":["../../src/agents/brand-builder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,eAAO,MAAM,sBAAsB,EAAE,mBAwBpC,CAAA;AAED,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,CA2RlE;yBA3Re,uBAAuB"}
|
|
@@ -29,7 +29,6 @@ export function createBrandBuilderAgent(model) {
|
|
|
29
29
|
"write",
|
|
30
30
|
"edit",
|
|
31
31
|
"apply_patch",
|
|
32
|
-
"call_omo_agent",
|
|
33
32
|
]);
|
|
34
33
|
return {
|
|
35
34
|
description: "USE FOR: community strategy, community building, developer relations, Discord, Discourse, GitHub Discussions, forum strategy, product forums, networking opportunities, thought leadership, personal branding, brand awareness, PR narrative, press strategy, media relations, sponsorships, partnerships, conferences, speaking opportunities, content pillars, audience development, brand community, community health, engagement metrics, CMX framework, cost gating, ROI assessment, budget decisions, build vs buy decisions from a brand perspective, creative economy, creator partnerships, ambassador programs, open source community, knowledge sharing.",
|
|
@@ -255,7 +254,7 @@ task(
|
|
|
255
254
|
|
|
256
255
|
## Persistent Context (.sisyphus/)
|
|
257
256
|
|
|
258
|
-
When operating as a subagent inside an
|
|
257
|
+
When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a \`<Work_Context>\` block specifying plan and notepad paths. Always honour it. When operating independently, use these conventions.
|
|
259
258
|
|
|
260
259
|
**Read before acting:**
|
|
261
260
|
- Plan: \`.sisyphus/plans/*.md\` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
@@ -284,8 +283,6 @@ Read \`.wunderkind/wunderkind.config.jsonc\` at runtime for \`docsPath\` (defaul
|
|
|
284
283
|
- \`new-dated-file\` — Create a new file with a date suffix.
|
|
285
284
|
- \`overwrite-archive\` — Overwrite the current file and archive the old one.
|
|
286
285
|
|
|
287
|
-
After writing, run \`/docs-index\` to update the project documentation index.
|
|
288
|
-
|
|
289
286
|
## Delegation Patterns
|
|
290
287
|
|
|
291
288
|
When technical documentation or developer education requests arise:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"brand-builder.js","sourceRoot":"","sources":["../../src/agents/brand-builder.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAA;AAExD,MAAM,IAAI,GAAc,SAAS,CAAA;AAEjC,MAAM,CAAC,MAAM,sBAAsB,GAAwB;IACzD,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,eAAe;IAC5B,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,mBAAmB;YAC3B,OAAO,EACL,0HAA0H;SAC7H;KACF;IACD,OAAO,EAAE;QACP,0DAA0D;QAC1D,4CAA4C;QAC5C,qCAAqC;QACrC,gDAAgD;QAChD,yDAAyD;KAC1D;IACD,SAAS,EAAE;QACT,sDAAsD;QACtD,uDAAuD;QACvD,uCAAuC;QACvC,gGAAgG;KACjG;CACF,CAAA;AAED,MAAM,UAAU,uBAAuB,CAAC,KAAa;IACnD,MAAM,YAAY,GAAG,2BAA2B,CAAC;QAC/C,OAAO;QACP,MAAM;QACN,aAAa;
|
|
1
|
+
{"version":3,"file":"brand-builder.js","sourceRoot":"","sources":["../../src/agents/brand-builder.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAA;AAExD,MAAM,IAAI,GAAc,SAAS,CAAA;AAEjC,MAAM,CAAC,MAAM,sBAAsB,GAAwB;IACzD,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,eAAe;IAC5B,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,mBAAmB;YAC3B,OAAO,EACL,0HAA0H;SAC7H;KACF;IACD,OAAO,EAAE;QACP,0DAA0D;QAC1D,4CAA4C;QAC5C,qCAAqC;QACrC,gDAAgD;QAChD,yDAAyD;KAC1D;IACD,SAAS,EAAE;QACT,sDAAsD;QACtD,uDAAuD;QACvD,uCAAuC;QACvC,gGAAgG;KACjG;CACF,CAAA;AAED,MAAM,UAAU,uBAAuB,CAAC,KAAa;IACnD,MAAM,YAAY,GAAG,2BAA2B,CAAC;QAC/C,OAAO;QACP,MAAM;QACN,aAAa;KACd,CAAC,CAAA;IAEF,OAAO;QACL,WAAW,EACT,qoBAAqoB;QACvoB,IAAI,EAAE,IAAI;QACV,KAAK;QACL,WAAW,EAAE,GAAG;QAChB,GAAG,YAAY;QACf,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+FA2QmF;KAC5F,CAAA;AACH,CAAC;AAED,uBAAuB,CAAC,IAAI,GAAG,IAAI,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ciso.d.ts","sourceRoot":"","sources":["../../src/agents/ciso.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,eAAO,MAAM,aAAa,EAAE,mBAyB3B,CAAA;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,
|
|
1
|
+
{"version":3,"file":"ciso.d.ts","sourceRoot":"","sources":["../../src/agents/ciso.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,eAAO,MAAM,aAAa,EAAE,mBAyB3B,CAAA;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,CAyV1D;yBAzVe,eAAe"}
|
package/dist/agents/ciso.js
CHANGED
|
@@ -30,7 +30,6 @@ export function createCisoAgent(model) {
|
|
|
30
30
|
"write",
|
|
31
31
|
"edit",
|
|
32
32
|
"apply_patch",
|
|
33
|
-
"call_omo_agent",
|
|
34
33
|
]);
|
|
35
34
|
return {
|
|
36
35
|
description: "USE FOR: security architecture, security review, threat modelling, STRIDE, DREAD, NIST CSF, OWASP Top 10, secure by design, defence in depth, shift-left security, zero trust, least privilege, principle of least privilege, security posture assessment, vulnerability management, dependency auditing, CVE, SBOM, software bill of materials, secret scanning, credential exposure, CSP, CORS, HSTS, security headers, rate limiting, auth security, JWT security, OAuth security, session management, RBAC, ABAC, row-level security, data protection, encryption at rest, encryption in transit, TLS configuration, certificate management, compliance, GDPR, POPIA, SOC2, ISO 27001, penetration testing, security audit, code review security, security incident response, breach response, vulnerability disclosure, security training, security culture, pen test coordination, security analyst, compliance officer.",
|
|
@@ -316,7 +315,7 @@ task(
|
|
|
316
315
|
|
|
317
316
|
## Persistent Context (.sisyphus/)
|
|
318
317
|
|
|
319
|
-
When operating as a subagent inside an
|
|
318
|
+
When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a \`<Work_Context>\` block specifying plan and notepad paths. Always honour it. When operating independently, use these conventions.
|
|
320
319
|
|
|
321
320
|
**Read before acting:**
|
|
322
321
|
- Plan: \`.sisyphus/plans/*.md\` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
@@ -346,8 +345,6 @@ Read \`.wunderkind/wunderkind.config.jsonc\` at runtime for \`docsPath\` (defaul
|
|
|
346
345
|
- \`new-dated-file\` — Create a new file with a date suffix.
|
|
347
346
|
- \`overwrite-archive\` — Overwrite the current file and archive the old one.
|
|
348
347
|
|
|
349
|
-
After writing, run \`/docs-index\` to update the project documentation index.
|
|
350
|
-
|
|
351
348
|
## Delegation Patterns
|
|
352
349
|
|
|
353
350
|
When OSS licensing, TOS/Privacy Policy, DPAs, CLAs, or contract review is needed:
|
package/dist/agents/ciso.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ciso.js","sourceRoot":"","sources":["../../src/agents/ciso.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAA;AAExD,MAAM,IAAI,GAAc,SAAS,CAAA;AAEjC,MAAM,CAAC,MAAM,aAAa,GAAwB;IAChD,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,MAAM;IACnB,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,uBAAuB;YAC/B,OAAO,EACL,0JAA0J;SAC7J;KACF;IACD,OAAO,EAAE;QACP,8EAA8E;QAC9E,mDAAmD;QACnD,iDAAiD;QACjD,6CAA6C;QAC7C,6DAA6D;QAC7D,sDAAsD;KACvD;IACD,SAAS,EAAE;QACT,qDAAqD;QACrD,2CAA2C;QAC3C,wFAAwF;QACxF,4GAA4G;KAC7G;CACF,CAAA;AAED,MAAM,UAAU,eAAe,CAAC,KAAa;IAC3C,MAAM,YAAY,GAAG,2BAA2B,CAAC;QAC/C,OAAO;QACP,MAAM;QACN,aAAa;
|
|
1
|
+
{"version":3,"file":"ciso.js","sourceRoot":"","sources":["../../src/agents/ciso.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAA;AAExD,MAAM,IAAI,GAAc,SAAS,CAAA;AAEjC,MAAM,CAAC,MAAM,aAAa,GAAwB;IAChD,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,MAAM;IACnB,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,uBAAuB;YAC/B,OAAO,EACL,0JAA0J;SAC7J;KACF;IACD,OAAO,EAAE;QACP,8EAA8E;QAC9E,mDAAmD;QACnD,iDAAiD;QACjD,6CAA6C;QAC7C,6DAA6D;QAC7D,sDAAsD;KACvD;IACD,SAAS,EAAE;QACT,qDAAqD;QACrD,2CAA2C;QAC3C,wFAAwF;QACxF,4GAA4G;KAC7G;CACF,CAAA;AAED,MAAM,UAAU,eAAe,CAAC,KAAa;IAC3C,MAAM,YAAY,GAAG,2BAA2B,CAAC;QAC/C,OAAO;QACP,MAAM;QACN,aAAa;KACd,CAAC,CAAA;IAEF,OAAO;QACL,WAAW,EACT,g4BAAg4B;QACl4B,IAAI,EAAE,IAAI;QACV,KAAK;QACL,WAAW,EAAE,GAAG;QAChB,GAAG,YAAY;QACf,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oFAyUwE;KACjF,CAAA;AACH,CAAC;AAED,eAAe,CAAC,IAAI,GAAG,IAAI,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"creative-director.d.ts","sourceRoot":"","sources":["../../src/agents/creative-director.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,eAAO,MAAM,0BAA0B,EAAE,mBAuBxC,CAAA;AAED,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,
|
|
1
|
+
{"version":3,"file":"creative-director.d.ts","sourceRoot":"","sources":["../../src/agents/creative-director.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,eAAO,MAAM,0BAA0B,EAAE,mBAuBxC,CAAA;AAED,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,CA8RtE;yBA9Re,2BAA2B"}
|
|
@@ -29,7 +29,6 @@ export function createCreativeDirectorAgent(model) {
|
|
|
29
29
|
"edit",
|
|
30
30
|
"apply_patch",
|
|
31
31
|
"task",
|
|
32
|
-
"call_omo_agent",
|
|
33
32
|
]);
|
|
34
33
|
return {
|
|
35
34
|
description: "USE FOR: brand identity, visual identity, creative direction, design system, design language, typography, colour palette, colour theory, logo design, icon design, illustration style, photography art direction, motion design, animation, video creative, advertising creative, campaign creative, creative brief, creative strategy, UI design, UX design, user experience, information architecture, wireframes, prototypes, design critique, design review, design audit, accessibility, WCAG, contrast ratios, design tokens, CSS custom properties, Tailwind theme, W3C design tokens, Figma, component design, design system documentation, brand guidelines, style guide, visual storytelling, art direction, mood boards, creative concepts, copywriting, headline writing, taglines, microcopy, UX writing, print design, digital design, social media graphics, email templates, web design, landing page design, responsive design, dark mode, light mode, theming, design consistency, pixel perfect, spacing system, grid system, layout design.",
|
|
@@ -279,7 +278,7 @@ Every design decision must meet:
|
|
|
279
278
|
|
|
280
279
|
## Persistent Context (.sisyphus/)
|
|
281
280
|
|
|
282
|
-
When operating as a subagent inside an
|
|
281
|
+
When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a \`<Work_Context>\` block specifying plan and notepad paths. Always honour it. When operating independently, use these conventions.
|
|
283
282
|
|
|
284
283
|
**Read before acting:**
|
|
285
284
|
- Plan: \`.sisyphus/plans/*.md\` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
@@ -306,9 +305,7 @@ Read \`.wunderkind/wunderkind.config.jsonc\` at runtime for \`docsPath\` (defaul
|
|
|
306
305
|
- \`overwrite\` — Replace the file contents each time.
|
|
307
306
|
- \`append-dated\` — Append a dated section to the file.
|
|
308
307
|
- \`new-dated-file\` — Create a new file with a date suffix.
|
|
309
|
-
- \`overwrite-archive\` — Overwrite the current file and archive the old one
|
|
310
|
-
|
|
311
|
-
After writing, run \`/docs-index\` to update the project documentation index.`,
|
|
308
|
+
- \`overwrite-archive\` — Overwrite the current file and archive the old one.`,
|
|
312
309
|
};
|
|
313
310
|
}
|
|
314
311
|
createCreativeDirectorAgent.mode = MODE;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"creative-director.js","sourceRoot":"","sources":["../../src/agents/creative-director.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAA;AAExD,MAAM,IAAI,GAAc,SAAS,CAAA;AAEjC,MAAM,CAAC,MAAM,0BAA0B,GAAwB;IAC7D,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,mBAAmB;IAChC,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,yBAAyB;YACjC,OAAO,EACL,oHAAoH;SACvH;KACF;IACD,OAAO,EAAE;QACP,2DAA2D;QAC3D,6DAA6D;QAC7D,uCAAuC;QACvC,2DAA2D;QAC3D,mDAAmD;KACpD;IACD,SAAS,EAAE;QACT,gEAAgE;QAChE,8DAA8D;QAC9D,wDAAwD;KACzD;CACF,CAAA;AAED,MAAM,UAAU,2BAA2B,CAAC,KAAa;IACvD,MAAM,YAAY,GAAG,2BAA2B,CAAC;QAC/C,OAAO;QACP,MAAM;QACN,aAAa;QACb,MAAM;
|
|
1
|
+
{"version":3,"file":"creative-director.js","sourceRoot":"","sources":["../../src/agents/creative-director.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAA;AAExD,MAAM,IAAI,GAAc,SAAS,CAAA;AAEjC,MAAM,CAAC,MAAM,0BAA0B,GAAwB;IAC7D,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,mBAAmB;IAChC,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,yBAAyB;YACjC,OAAO,EACL,oHAAoH;SACvH;KACF;IACD,OAAO,EAAE;QACP,2DAA2D;QAC3D,6DAA6D;QAC7D,uCAAuC;QACvC,2DAA2D;QAC3D,mDAAmD;KACpD;IACD,SAAS,EAAE;QACT,gEAAgE;QAChE,8DAA8D;QAC9D,wDAAwD;KACzD;CACF,CAAA;AAED,MAAM,UAAU,2BAA2B,CAAC,KAAa;IACvD,MAAM,YAAY,GAAG,2BAA2B,CAAC;QAC/C,OAAO;QACP,MAAM;QACN,aAAa;QACb,MAAM;KACP,CAAC,CAAA;IAEF,OAAO;QACL,WAAW,EACT,igCAAigC;QACngC,IAAI,EAAE,IAAI;QACV,KAAK;QACL,WAAW,EAAE,GAAG;QAChB,GAAG,YAAY;QACf,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8EA6QkE;KAC3E,CAAA;AACH,CAAC;AAED,2BAA2B,CAAC,IAAI,GAAG,IAAI,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-analyst.d.ts","sourceRoot":"","sources":["../../src/agents/data-analyst.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,eAAO,MAAM,qBAAqB,EAAE,mBAyBnC,CAAA;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,
|
|
1
|
+
{"version":3,"file":"data-analyst.d.ts","sourceRoot":"","sources":["../../src/agents/data-analyst.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,eAAO,MAAM,qBAAqB,EAAE,mBAyBnC,CAAA;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,CA0NjE;yBA1Ne,sBAAsB"}
|