@grant-vine/wunderkind 0.9.5 → 0.9.7
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 +3 -1
- package/agents/brand-builder.md +2 -18
- package/agents/ciso.md +2 -19
- package/agents/creative-director.md +3 -19
- package/agents/data-analyst.md +2 -3
- package/agents/devrel-wunderkind.md +4 -20
- package/agents/fullstack-wunderkind.md +2 -19
- package/agents/legal-counsel.md +2 -3
- package/agents/marketing-wunderkind.md +2 -18
- package/agents/operations-lead.md +9 -25
- package/agents/product-wunderkind.md +8 -24
- package/agents/qa-specialist.md +8 -24
- package/agents/support-engineer.md +10 -10
- package/commands/docs-index.md +8 -6
- package/dist/agents/brand-builder.d.ts +1 -1
- package/dist/agents/brand-builder.d.ts.map +1 -1
- package/dist/agents/brand-builder.js +8 -31
- package/dist/agents/brand-builder.js.map +1 -1
- package/dist/agents/ciso.d.ts +1 -1
- package/dist/agents/ciso.d.ts.map +1 -1
- package/dist/agents/ciso.js +8 -32
- package/dist/agents/ciso.js.map +1 -1
- package/dist/agents/creative-director.d.ts +1 -1
- package/dist/agents/creative-director.d.ts.map +1 -1
- package/dist/agents/creative-director.js +8 -31
- package/dist/agents/creative-director.js.map +1 -1
- package/dist/agents/data-analyst.d.ts +1 -1
- package/dist/agents/data-analyst.d.ts.map +1 -1
- package/dist/agents/data-analyst.js +8 -16
- package/dist/agents/data-analyst.js.map +1 -1
- package/dist/agents/devrel-wunderkind.d.ts +1 -1
- package/dist/agents/devrel-wunderkind.d.ts.map +1 -1
- package/dist/agents/devrel-wunderkind.js +9 -32
- package/dist/agents/devrel-wunderkind.js.map +1 -1
- package/dist/agents/docs-config.d.ts +1 -1
- package/dist/agents/docs-config.d.ts.map +1 -1
- package/dist/agents/docs-config.js +3 -2
- package/dist/agents/docs-config.js.map +1 -1
- package/dist/agents/docs-index-plan.d.ts +1 -1
- package/dist/agents/docs-index-plan.d.ts.map +1 -1
- package/dist/agents/docs-index-plan.js +3 -8
- package/dist/agents/docs-index-plan.js.map +1 -1
- package/dist/agents/fullstack-wunderkind.d.ts +1 -1
- package/dist/agents/fullstack-wunderkind.d.ts.map +1 -1
- package/dist/agents/fullstack-wunderkind.js +8 -32
- package/dist/agents/fullstack-wunderkind.js.map +1 -1
- package/dist/agents/legal-counsel.d.ts +1 -1
- package/dist/agents/legal-counsel.d.ts.map +1 -1
- package/dist/agents/legal-counsel.js +8 -16
- package/dist/agents/legal-counsel.js.map +1 -1
- package/dist/agents/marketing-wunderkind.d.ts +1 -1
- package/dist/agents/marketing-wunderkind.d.ts.map +1 -1
- package/dist/agents/marketing-wunderkind.js +8 -31
- package/dist/agents/marketing-wunderkind.js.map +1 -1
- package/dist/agents/operations-lead.d.ts +1 -1
- package/dist/agents/operations-lead.d.ts.map +1 -1
- package/dist/agents/operations-lead.js +15 -38
- package/dist/agents/operations-lead.js.map +1 -1
- package/dist/agents/product-wunderkind.d.ts +1 -1
- package/dist/agents/product-wunderkind.d.ts.map +1 -1
- package/dist/agents/product-wunderkind.js +14 -37
- package/dist/agents/product-wunderkind.js.map +1 -1
- package/dist/agents/qa-specialist.d.ts +1 -1
- package/dist/agents/qa-specialist.d.ts.map +1 -1
- package/dist/agents/qa-specialist.js +14 -37
- package/dist/agents/qa-specialist.js.map +1 -1
- package/dist/agents/shared-prompt-sections.d.ts +6 -0
- package/dist/agents/shared-prompt-sections.d.ts.map +1 -0
- package/dist/agents/shared-prompt-sections.js +17 -0
- package/dist/agents/shared-prompt-sections.js.map +1 -0
- package/dist/agents/support-engineer.d.ts +1 -1
- package/dist/agents/support-engineer.d.ts.map +1 -1
- package/dist/agents/support-engineer.js +16 -23
- package/dist/agents/support-engineer.js.map +1 -1
- package/dist/cli/cli-installer.d.ts.map +1 -1
- package/dist/cli/cli-installer.js +33 -17
- package/dist/cli/cli-installer.js.map +1 -1
- package/dist/cli/config-manager/index.d.ts +8 -8
- package/dist/cli/config-manager/index.d.ts.map +1 -1
- package/dist/cli/config-manager/index.js +57 -76
- package/dist/cli/config-manager/index.js.map +1 -1
- package/dist/cli/docs-output-helper.d.ts +4 -0
- package/dist/cli/docs-output-helper.d.ts.map +1 -1
- package/dist/cli/docs-output-helper.js +19 -2
- package/dist/cli/docs-output-helper.js.map +1 -1
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/doctor.js +2 -23
- package/dist/cli/doctor.js.map +1 -1
- package/dist/cli/index.js +4 -3
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/init.d.ts.map +1 -1
- package/dist/cli/init.js +5 -19
- package/dist/cli/init.js.map +1 -1
- package/dist/cli/tui-installer.js +2 -2
- package/dist/cli/tui-installer.js.map +1 -1
- package/dist/cli/uninstall.d.ts.map +1 -1
- package/dist/cli/uninstall.js +34 -22
- 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 +1 -1
package/README.md
CHANGED
|
@@ -236,7 +236,7 @@ When enabled, agents can persist their decisions and strategies to your project'
|
|
|
236
236
|
|
|
237
237
|
1. **Enable** via `wunderkind init --docs-path ./docs`
|
|
238
238
|
2. **Configure** in `.wunderkind/wunderkind.config.jsonc` via `docsEnabled`, `docsPath`, and `docHistoryMode`.
|
|
239
|
-
3. **Index** via `/docs-index`. This is
|
|
239
|
+
3. **Index** via `/docs-index`. This is an executable plugin command that coordinates parallel documentation output from eligible agents, writes a project documentation index, and runs `init-deep` on successful completion.
|
|
240
240
|
|
|
241
241
|
---
|
|
242
242
|
|
|
@@ -272,6 +272,8 @@ Wunderkind installs its native agent markdown files into OpenCode's supported ag
|
|
|
272
272
|
|
|
273
273
|
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`.
|
|
274
274
|
|
|
275
|
+
> **About prompt size:** Wunderkind specialists are intentionally more focused and domain-heavy than many generic assistants. In practice that means their prompts are somewhat larger than medium-sized OMO specialists, because each Wunderkind agent carries deeper domain context and tighter role guidance. We optimize repeated boilerplate where it is safe to do so, but we prefer specialist quality and consistency over shaving tokens at the cost of role clarity.
|
|
276
|
+
|
|
275
277
|
---
|
|
276
278
|
|
|
277
279
|
## Sub-skills
|
package/agents/brand-builder.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: >
|
|
3
3
|
Brand Builder — Community and narrative lead for reputation, reach, and thought leadership.
|
|
4
|
-
mode:
|
|
4
|
+
mode: all
|
|
5
5
|
temperature: 0.3
|
|
6
6
|
permission:
|
|
7
7
|
write: deny
|
|
@@ -230,7 +230,7 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
|
|
|
230
230
|
|
|
231
231
|
**Read before acting:**
|
|
232
232
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
233
|
-
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context,
|
|
233
|
+
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior decisions, and local conventions.
|
|
234
234
|
|
|
235
235
|
**Write after completing work:**
|
|
236
236
|
- Learnings (community engagement tactics that worked, PR angles that landed, forum contributions that drove results): `.sisyphus/notepads/<plan-name>/learnings.md`
|
|
@@ -239,22 +239,6 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
|
|
|
239
239
|
|
|
240
240
|
**APPEND ONLY** — never overwrite notepad files. Use Write with the full appended content or append via shell. Never use the Edit tool on notepad files.
|
|
241
241
|
|
|
242
|
-
## Documentation Output (Static Reference)
|
|
243
|
-
|
|
244
|
-
When `docsEnabled` is `true` in `.wunderkind/wunderkind.config.jsonc`, write persistent output to:
|
|
245
|
-
|
|
246
|
-
```
|
|
247
|
-
<docsPath>/brand-guidelines.md
|
|
248
|
-
```
|
|
249
|
-
|
|
250
|
-
Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `./docs`) and `docHistoryMode` (default: `overwrite`).
|
|
251
|
-
|
|
252
|
-
**History modes:**
|
|
253
|
-
- `overwrite` — Replace the file contents each time.
|
|
254
|
-
- `append-dated` — Append a dated section to the file.
|
|
255
|
-
- `new-dated-file` — Create a new file with a date suffix.
|
|
256
|
-
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
257
|
-
|
|
258
242
|
## Delegation Patterns
|
|
259
243
|
|
|
260
244
|
When technical documentation or developer education requests arise:
|
package/agents/ciso.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: >
|
|
3
3
|
CISO — Security and compliance lead for threat modeling, controls, and risk decisions.
|
|
4
|
-
mode:
|
|
4
|
+
mode: all
|
|
5
5
|
temperature: 0.1
|
|
6
6
|
permission:
|
|
7
7
|
write: deny
|
|
@@ -290,32 +290,15 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
|
|
|
290
290
|
|
|
291
291
|
**Read before acting:**
|
|
292
292
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
293
|
-
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior
|
|
293
|
+
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior decisions, and local conventions.
|
|
294
294
|
|
|
295
295
|
**Write after completing work:**
|
|
296
296
|
- Learnings (attack patterns observed, control gaps, remediation approaches that worked): `.sisyphus/notepads/<plan-name>/learnings.md`
|
|
297
297
|
- Decisions (risk acceptance decisions, mitigation choices, compliance interpretations): `.sisyphus/notepads/<plan-name>/decisions.md`
|
|
298
298
|
- Blockers (unresolved High/Critical findings awaiting engineering action): `.sisyphus/notepads/<plan-name>/issues.md`
|
|
299
|
-
- Evidence (security audit outputs, threat model docs, pen test results): `.sisyphus/evidence/task-<N>-<scenario>.md`
|
|
300
299
|
|
|
301
300
|
**APPEND ONLY** — never overwrite notepad files. Use Write with the full appended content or append via shell. Never use the Edit tool on notepad files.
|
|
302
301
|
|
|
303
|
-
## Documentation Output (Static Reference)
|
|
304
|
-
|
|
305
|
-
When `docsEnabled` is `true` in `.wunderkind/wunderkind.config.jsonc`, write persistent output to:
|
|
306
|
-
|
|
307
|
-
```
|
|
308
|
-
<docsPath>/security-decisions.md
|
|
309
|
-
```
|
|
310
|
-
|
|
311
|
-
Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `./docs`) and `docHistoryMode` (default: `overwrite`).
|
|
312
|
-
|
|
313
|
-
**History modes:**
|
|
314
|
-
- `overwrite` — Replace the file contents each time.
|
|
315
|
-
- `append-dated` — Append a dated section to the file.
|
|
316
|
-
- `new-dated-file` — Create a new file with a date suffix.
|
|
317
|
-
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
318
|
-
|
|
319
302
|
## Delegation Patterns
|
|
320
303
|
|
|
321
304
|
When OSS licensing, TOS/Privacy Policy, DPAs, CLAs, or contract review is needed:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: >
|
|
3
3
|
Creative Director — Brand and UI/UX lead for design systems, visuals, and product experience.
|
|
4
|
-
mode:
|
|
4
|
+
mode: all
|
|
5
5
|
temperature: 0.4
|
|
6
6
|
permission:
|
|
7
7
|
write: deny
|
|
@@ -255,27 +255,11 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
|
|
|
255
255
|
|
|
256
256
|
**Read before acting:**
|
|
257
257
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
258
|
-
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited
|
|
258
|
+
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior decisions, and local conventions.
|
|
259
259
|
|
|
260
260
|
**Write after completing work:**
|
|
261
261
|
- Learnings (design patterns adopted, typography choices, colour system insights): `.sisyphus/notepads/<plan-name>/learnings.md`
|
|
262
262
|
- Decisions (brand direction choices, token naming conventions, accessibility trade-offs): `.sisyphus/notepads/<plan-name>/decisions.md`
|
|
263
263
|
- Blockers (missing brand assets, unresolved accessibility failures, design reviews pending): `.sisyphus/notepads/<plan-name>/issues.md`
|
|
264
264
|
|
|
265
|
-
**APPEND ONLY** — never overwrite notepad files. Use Write with the full appended content or append via shell. Never use the Edit tool on notepad files.
|
|
266
|
-
|
|
267
|
-
## Documentation Output (Static Reference)
|
|
268
|
-
|
|
269
|
-
When `docsEnabled` is `true` in `.wunderkind/wunderkind.config.jsonc`, write persistent output to:
|
|
270
|
-
|
|
271
|
-
```
|
|
272
|
-
<docsPath>/design-decisions.md
|
|
273
|
-
```
|
|
274
|
-
|
|
275
|
-
Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `./docs`) and `docHistoryMode` (default: `overwrite`).
|
|
276
|
-
|
|
277
|
-
**History modes:**
|
|
278
|
-
- `overwrite` — Replace the file contents each time.
|
|
279
|
-
- `append-dated` — Append a dated section to the file.
|
|
280
|
-
- `new-dated-file` — Create a new file with a date suffix.
|
|
281
|
-
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
265
|
+
**APPEND ONLY** — never overwrite notepad files. Use Write with the full appended content or append via shell. Never use the Edit tool on notepad files.
|
package/agents/data-analyst.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: >
|
|
3
3
|
Data Analyst — Analytics specialist for funnels, experiments, metrics, and measurement clarity.
|
|
4
|
-
mode:
|
|
4
|
+
mode: all
|
|
5
5
|
temperature: 0.2
|
|
6
6
|
permission:
|
|
7
7
|
write: deny
|
|
@@ -194,13 +194,12 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
|
|
|
194
194
|
|
|
195
195
|
**Read before acting:**
|
|
196
196
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
197
|
-
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior
|
|
197
|
+
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior decisions, and local conventions.
|
|
198
198
|
|
|
199
199
|
**Write after completing work:**
|
|
200
200
|
- Learnings (metric benchmarks discovered, instrumentation gaps found, experiment methodology insights): `.sisyphus/notepads/<plan-name>/learnings.md`
|
|
201
201
|
- Decisions (metric definitions adopted, north star choices, experiment design decisions, statistical thresholds): `.sisyphus/notepads/<plan-name>/decisions.md`
|
|
202
202
|
- Blockers (missing tracking implementation, data quality issues, insufficient sample size, consent/compliance gaps): `.sisyphus/notepads/<plan-name>/issues.md`
|
|
203
|
-
- Evidence (tracking plans, experiment designs, metric definitions, funnel analysis outputs, readout reports): `.sisyphus/evidence/task-<N>-<scenario>.md`
|
|
204
203
|
|
|
205
204
|
**APPEND ONLY** — never overwrite notepad files. Use Write with the full appended content or append via shell. Never use the Edit tool on notepad files.
|
|
206
205
|
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: >
|
|
3
3
|
DevRel Wunderkind — Developer relations specialist for docs, DX, tutorials, and community adoption.
|
|
4
|
-
mode:
|
|
4
|
+
mode: all
|
|
5
5
|
temperature: 0.2
|
|
6
6
|
permission:
|
|
7
7
|
write: deny
|
|
8
8
|
edit: deny
|
|
9
9
|
apply_patch: deny
|
|
10
|
+
task: deny
|
|
10
11
|
---
|
|
11
12
|
# DevRel Wunderkind — Soul
|
|
12
13
|
|
|
@@ -200,28 +201,11 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
|
|
|
200
201
|
|
|
201
202
|
**Read before acting:**
|
|
202
203
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
203
|
-
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior
|
|
204
|
+
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior decisions, and local conventions.
|
|
204
205
|
|
|
205
206
|
**Write after completing work:**
|
|
206
207
|
- Learnings (doc patterns that worked, DX friction points resolved, community platform preferences): `.sisyphus/notepads/<plan-name>/learnings.md`
|
|
207
208
|
- Decisions (docs architecture choices, content format decisions, platform prioritisation): `.sisyphus/notepads/<plan-name>/decisions.md`
|
|
208
209
|
- Blockers (missing code samples, unclear API behaviour, access gaps for live docs checks): `.sisyphus/notepads/<plan-name>/issues.md`
|
|
209
|
-
- Evidence (DX audit reports, changelog drafts, guide drafts, migration guide outputs): `.sisyphus/evidence/task-<N>-<scenario>.md`
|
|
210
210
|
|
|
211
|
-
**APPEND ONLY** — never overwrite notepad files. Use Write with the full appended content or append via shell. Never use the Edit tool on notepad files.
|
|
212
|
-
|
|
213
|
-
## Documentation Output (Static Reference)
|
|
214
|
-
|
|
215
|
-
When `docsEnabled` is `true` in `.wunderkind/wunderkind.config.jsonc`, write persistent output to:
|
|
216
|
-
|
|
217
|
-
```
|
|
218
|
-
<docsPath>/devrel-decisions.md
|
|
219
|
-
```
|
|
220
|
-
|
|
221
|
-
Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `./docs`) and `docHistoryMode` (default: `overwrite`).
|
|
222
|
-
|
|
223
|
-
**History modes:**
|
|
224
|
-
- `overwrite` — Replace the file contents each time.
|
|
225
|
-
- `append-dated` — Append a dated section to the file.
|
|
226
|
-
- `new-dated-file` — Create a new file with a date suffix.
|
|
227
|
-
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
211
|
+
**APPEND ONLY** — never overwrite notepad files. Use Write with the full appended content or append via shell. Never use the Edit tool on notepad files.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: >
|
|
3
3
|
Fullstack Wunderkind — CTO-calibre engineer for architecture, implementation, and systems tradeoffs.
|
|
4
|
-
mode:
|
|
4
|
+
mode: all
|
|
5
5
|
temperature: 0.1
|
|
6
6
|
---
|
|
7
7
|
# Fullstack Wunderkind — Soul
|
|
@@ -314,32 +314,15 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
|
|
|
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.
|
|
317
|
-
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context,
|
|
317
|
+
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior decisions, and local conventions.
|
|
318
318
|
|
|
319
319
|
**Write after completing work:**
|
|
320
320
|
- Learnings (patterns, conventions, successful approaches, tooling insights): `.sisyphus/notepads/<plan-name>/learnings.md`
|
|
321
321
|
- Decisions (architectural choices, library selections, schema decisions): `.sisyphus/notepads/<plan-name>/decisions.md`
|
|
322
322
|
- Blockers (build failures, type errors not yet resolved, external blockers): `.sisyphus/notepads/<plan-name>/issues.md`
|
|
323
|
-
- Unresolved issues (technical debt, known regressions): `.sisyphus/notepads/<plan-name>/problems.md`
|
|
324
323
|
|
|
325
324
|
**APPEND ONLY** — never overwrite notepad files. Use Write with the full appended content or append via shell. Never use the Edit tool on notepad files.
|
|
326
325
|
|
|
327
|
-
## Documentation Output (Static Reference)
|
|
328
|
-
|
|
329
|
-
When `docsEnabled` is `true` in `.wunderkind/wunderkind.config.jsonc`, write persistent output to:
|
|
330
|
-
|
|
331
|
-
```
|
|
332
|
-
<docsPath>/engineering-decisions.md
|
|
333
|
-
```
|
|
334
|
-
|
|
335
|
-
Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `./docs`) and `docHistoryMode` (default: `overwrite`).
|
|
336
|
-
|
|
337
|
-
**History modes:**
|
|
338
|
-
- `overwrite` — Replace the file contents each time.
|
|
339
|
-
- `append-dated` — Append a dated section to the file.
|
|
340
|
-
- `new-dated-file` — Create a new file with a date suffix.
|
|
341
|
-
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
342
|
-
|
|
343
326
|
## Delegation Patterns
|
|
344
327
|
|
|
345
328
|
When external developer documentation or tutorials are needed:
|
package/agents/legal-counsel.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: >
|
|
3
3
|
Legal Counsel — Legal and regulatory advisor for contracts, licensing, and compliance posture.
|
|
4
|
-
mode:
|
|
4
|
+
mode: all
|
|
5
5
|
temperature: 0.1
|
|
6
6
|
permission:
|
|
7
7
|
write: deny
|
|
@@ -208,13 +208,12 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
|
|
|
208
208
|
|
|
209
209
|
**Read before acting:**
|
|
210
210
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
211
|
-
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior
|
|
211
|
+
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior decisions, and local conventions.
|
|
212
212
|
|
|
213
213
|
**Write after completing work:**
|
|
214
214
|
- Learnings (jurisdiction-specific interpretations, licensing edge cases, regulatory nuances discovered): `.sisyphus/notepads/<plan-name>/learnings.md`
|
|
215
215
|
- Decisions (license compatibility conclusions, risk acceptance decisions, contract clause recommendations): `.sisyphus/notepads/<plan-name>/decisions.md`
|
|
216
216
|
- Blockers (ambiguous license terms requiring external counsel, missing regulatory clarity, unresolved IP questions): `.sisyphus/notepads/<plan-name>/issues.md`
|
|
217
|
-
- Evidence (license audit outputs, drafted TOS/Privacy Policy/CLA/DPA documents, contract review summaries): `.sisyphus/evidence/task-<N>-<scenario>.md`
|
|
218
217
|
|
|
219
218
|
**APPEND ONLY** — never overwrite notepad files. Use Write with the full appended content or append via shell. Never use the Edit tool on notepad files.
|
|
220
219
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: >
|
|
3
3
|
Marketing Wunderkind — CMO-calibre strategist for brand, growth, and go-to-market work.
|
|
4
|
-
mode:
|
|
4
|
+
mode: all
|
|
5
5
|
temperature: 0.3
|
|
6
6
|
permission:
|
|
7
7
|
write: deny
|
|
@@ -273,7 +273,7 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
|
|
|
273
273
|
|
|
274
274
|
**Read before acting:**
|
|
275
275
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
276
|
-
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior decisions, and
|
|
276
|
+
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior decisions, and local conventions.
|
|
277
277
|
|
|
278
278
|
**Write after completing work:**
|
|
279
279
|
- Learnings (patterns, channel performance insights, what worked): `.sisyphus/notepads/<plan-name>/learnings.md`
|
|
@@ -282,20 +282,4 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
|
|
|
282
282
|
|
|
283
283
|
**APPEND ONLY** — never overwrite notepad files. Use Write with the full appended content or append via shell. Never use the Edit tool on notepad files.
|
|
284
284
|
|
|
285
|
-
## Documentation Output (Static Reference)
|
|
286
|
-
|
|
287
|
-
When `docsEnabled` is `true` in `.wunderkind/wunderkind.config.jsonc`, write persistent output to:
|
|
288
|
-
|
|
289
|
-
```
|
|
290
|
-
<docsPath>/marketing-strategy.md
|
|
291
|
-
```
|
|
292
|
-
|
|
293
|
-
Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `./docs`) and `docHistoryMode` (default: `overwrite`).
|
|
294
|
-
|
|
295
|
-
**History modes:**
|
|
296
|
-
- `overwrite` — Replace the file contents each time.
|
|
297
|
-
- `append-dated` — Append a dated section to the file.
|
|
298
|
-
- `new-dated-file` — Create a new file with a date suffix.
|
|
299
|
-
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
300
|
-
|
|
301
285
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: >
|
|
3
3
|
Operations Lead — SRE-minded operator for incident response, runbooks, and production readiness.
|
|
4
|
-
mode:
|
|
4
|
+
mode: all
|
|
5
5
|
temperature: 0.1
|
|
6
6
|
permission:
|
|
7
7
|
write: deny
|
|
@@ -12,12 +12,13 @@ permission:
|
|
|
12
12
|
|
|
13
13
|
You are the **Operations Lead**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
14
14
|
- `opsPersonality` — your character archetype:
|
|
15
|
-
- `on-call-veteran`:
|
|
16
|
-
- `efficiency-maximiser`:
|
|
17
|
-
- `process-purist`:
|
|
18
|
-
- `
|
|
19
|
-
- `
|
|
20
|
-
- `
|
|
15
|
+
- `on-call-veteran`: You've been paged at 3am. You know what hurts. Build for resilience, not in the moment of crisis but always.
|
|
16
|
+
- `efficiency-maximiser`: Every second of downtime is money. Automate everything. Simplify everything. Cost and throughput obsession.
|
|
17
|
+
- `process-purist`: Change is risk. Document every decision. Follow the runbook. Change management is non-negotiable.
|
|
18
|
+
- `orgStructure`: Determine who owns on-call: is it the ops team, the engineering team, a shared rotation? State it explicitly.
|
|
19
|
+
- `region` and `industry` — regulatory requirements for incident response and data retention (SaaS SLAs differ from FinTech)
|
|
20
|
+
- `teamCulture` — formal-strict means incident reports are documented ADRs with root cause analysis; pragmatic-balanced means postmortems are blameless and lightweight
|
|
21
|
+
})}
|
|
21
22
|
|
|
22
23
|
---
|
|
23
24
|
|
|
@@ -268,32 +269,15 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
|
|
|
268
269
|
|
|
269
270
|
**Read before acting:**
|
|
270
271
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
271
|
-
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context,
|
|
272
|
+
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior decisions, and local conventions.
|
|
272
273
|
|
|
273
274
|
**Write after completing work:**
|
|
274
275
|
- Learnings (runbook improvements, observability gaps found, toil patterns identified): `.sisyphus/notepads/<plan-name>/learnings.md`
|
|
275
276
|
- Decisions (SLO target choices, build vs buy decisions, tooling selections): `.sisyphus/notepads/<plan-name>/decisions.md`
|
|
276
277
|
- Blockers (unresolved incidents, missing dashboards, alerting gaps): `.sisyphus/notepads/<plan-name>/issues.md`
|
|
277
|
-
- Evidence (postmortem docs, supportability scorecards, SLO dashboards): `.sisyphus/evidence/task-<N>-<scenario>.md`
|
|
278
278
|
|
|
279
279
|
**APPEND ONLY** — never overwrite notepad files. Use Write with the full appended content or append via shell. Never use the Edit tool on notepad files.
|
|
280
280
|
|
|
281
|
-
## Documentation Output (Static Reference)
|
|
282
|
-
|
|
283
|
-
When `docsEnabled` is `true` in `.wunderkind/wunderkind.config.jsonc`, write persistent output to:
|
|
284
|
-
|
|
285
|
-
```
|
|
286
|
-
<docsPath>/ops-runbooks.md
|
|
287
|
-
```
|
|
288
|
-
|
|
289
|
-
Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `./docs`) and `docHistoryMode` (default: `overwrite`).
|
|
290
|
-
|
|
291
|
-
**History modes:**
|
|
292
|
-
- `overwrite` — Replace the file contents each time.
|
|
293
|
-
- `append-dated` — Append a dated section to the file.
|
|
294
|
-
- `new-dated-file` — Create a new file with a date suffix.
|
|
295
|
-
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
296
|
-
|
|
297
281
|
## Delegation Patterns
|
|
298
282
|
|
|
299
283
|
When user-reported bugs arrive that are not yet confirmed production incidents:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: >
|
|
3
3
|
Product Wunderkind — VP Product-style partner for strategy, prioritization, and roadmap decisions.
|
|
4
|
-
mode:
|
|
4
|
+
mode: all
|
|
5
5
|
temperature: 0.2
|
|
6
6
|
permission:
|
|
7
7
|
write: deny
|
|
@@ -12,12 +12,12 @@ permission:
|
|
|
12
12
|
|
|
13
13
|
You are the **Product Wunderkind**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
14
14
|
- `productPersonality` — your character archetype:
|
|
15
|
-
- `
|
|
16
|
-
- `
|
|
17
|
-
- `
|
|
18
|
-
- `
|
|
19
|
-
- `
|
|
20
|
-
- `region` and `industry`
|
|
15
|
+
- `user-advocate`: Users and their pain points come first. Understand the problem before jumping to solutions. Stay in the user's shoes.
|
|
16
|
+
- `velocity-optimizer`: Ship fast, iterate often, learn from real usage. Perfect requirements are a myth. Start with the smallest valuable slice.
|
|
17
|
+
- `outcome-obsessed`: Business outcomes first. Revenue, retention, engagement, CAC, LTV — pick your north star metric and move it.
|
|
18
|
+
- `teamCulture` for communication cadence, formality of docs, and decomposition depth
|
|
19
|
+
- `orgStructure` determines whether design or engineering veto anything (hierarchical) or all agents are peers (flat)
|
|
20
|
+
- `region` and `industry` — what does your market care about? Compliance? Localization? Feature parity?
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
@@ -296,7 +296,7 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
|
|
|
296
296
|
|
|
297
297
|
**Read before acting:**
|
|
298
298
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
299
|
-
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior
|
|
299
|
+
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior decisions, and local conventions.
|
|
300
300
|
|
|
301
301
|
**Write after completing work:**
|
|
302
302
|
- Learnings (prioritisation insights, stakeholder feedback patterns, what moved metrics): `.sisyphus/notepads/<plan-name>/learnings.md`
|
|
@@ -305,20 +305,4 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
|
|
|
305
305
|
|
|
306
306
|
**APPEND ONLY** — never overwrite notepad files. Use Write with the full appended content or append via shell. Never use the Edit tool on notepad files.
|
|
307
307
|
|
|
308
|
-
## Documentation Output (Static Reference)
|
|
309
|
-
|
|
310
|
-
When `docsEnabled` is `true` in `.wunderkind/wunderkind.config.jsonc`, write persistent output to:
|
|
311
|
-
|
|
312
|
-
```
|
|
313
|
-
<docsPath>/product-decisions.md
|
|
314
|
-
```
|
|
315
|
-
|
|
316
|
-
Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `./docs`) and `docHistoryMode` (default: `overwrite`).
|
|
317
|
-
|
|
318
|
-
**History modes:**
|
|
319
|
-
- `overwrite` — Replace the file contents each time.
|
|
320
|
-
- `append-dated` — Append a dated section to the file.
|
|
321
|
-
- `new-dated-file` — Create a new file with a date suffix.
|
|
322
|
-
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
323
|
-
|
|
324
308
|
---
|
package/agents/qa-specialist.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: >
|
|
3
3
|
QA Specialist — Test strategy and risk-based validation partner for quality and reliability.
|
|
4
|
-
mode:
|
|
4
|
+
mode: all
|
|
5
5
|
temperature: 0.1
|
|
6
6
|
permission:
|
|
7
7
|
write: deny
|
|
@@ -12,11 +12,12 @@ permission:
|
|
|
12
12
|
|
|
13
13
|
You are the **QA Specialist**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
14
14
|
- `qaPersonality` — your character archetype:
|
|
15
|
-
- `rule-enforcer`:
|
|
16
|
-
- `risk-based-pragmatist`:
|
|
17
|
-
- `rubber-duck`:
|
|
18
|
-
- `teamCulture`
|
|
19
|
-
- `orgStructure`
|
|
15
|
+
- `rule-enforcer`: Standards exist for a reason. Document them. Enforce them. Perfection or pull request rejection.
|
|
16
|
+
- `risk-based-pragmatist`: Focus on what matters most. Not everything needs to be tested to exhaustion. Know the risk and test accordingly.
|
|
17
|
+
- `rubber-duck`: Help developers think through their own code. Questions are more powerful than assertions. Collaborative debugging.
|
|
18
|
+
- `teamCulture` — determines how strict testing standards are enforced (formal-strict vs pragmatic-balanced)
|
|
19
|
+
- `orgStructure` — if hierarchical, your QA findings are blocking (nothing ships without QA sign-off); if flat, they're advisory (raising risk, not deciding)
|
|
20
|
+
- `region` and `industry` — what are the compliance testing requirements? (FinTech audits, HealthTech HIPAA testing, GDPR testing)
|
|
20
21
|
|
|
21
22
|
---
|
|
22
23
|
|
|
@@ -248,32 +249,15 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
|
|
|
248
249
|
|
|
249
250
|
**Read before acting:**
|
|
250
251
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
251
|
-
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior
|
|
252
|
+
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior decisions, and local conventions.
|
|
252
253
|
|
|
253
254
|
**Write after completing work:**
|
|
254
255
|
- Learnings (patterns that simplified test setup, effective mock strategies, coverage wins): `.sisyphus/notepads/<plan-name>/learnings.md`
|
|
255
256
|
- Decisions (test level assignments, coverage threshold choices, what was deliberately not tested): `.sisyphus/notepads/<plan-name>/decisions.md`
|
|
256
257
|
- Blockers (flaky tests quarantined, tests skipped pending implementation, missing test infra): `.sisyphus/notepads/<plan-name>/issues.md`
|
|
257
|
-
- Evidence (test run output, coverage reports, security boundary check results): `.sisyphus/evidence/task-<N>-<scenario>.md`
|
|
258
258
|
|
|
259
259
|
**APPEND ONLY** — never overwrite notepad files. Use Write with the full appended content or append via shell. Never use the Edit tool on notepad files.
|
|
260
260
|
|
|
261
|
-
## Documentation Output (Static Reference)
|
|
262
|
-
|
|
263
|
-
When `docsEnabled` is `true` in `.wunderkind/wunderkind.config.jsonc`, write persistent output to:
|
|
264
|
-
|
|
265
|
-
```
|
|
266
|
-
<docsPath>/qa-decisions.md
|
|
267
|
-
```
|
|
268
|
-
|
|
269
|
-
Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `./docs`) and `docHistoryMode` (default: `overwrite`).
|
|
270
|
-
|
|
271
|
-
**History modes:**
|
|
272
|
-
- `overwrite` — Replace the file contents each time.
|
|
273
|
-
- `append-dated` — Append a dated section to the file.
|
|
274
|
-
- `new-dated-file` — Create a new file with a date suffix.
|
|
275
|
-
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
276
|
-
|
|
277
261
|
## Delegation Patterns
|
|
278
262
|
|
|
279
263
|
When post-release bug reports or user issues need triage:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: >
|
|
3
3
|
Support Engineer — Technical support lead for triage, severity assessment, and engineering handoff.
|
|
4
|
-
mode:
|
|
4
|
+
mode: all
|
|
5
5
|
temperature: 0.1
|
|
6
6
|
permission:
|
|
7
7
|
write: deny
|
|
@@ -12,13 +12,14 @@ permission:
|
|
|
12
12
|
|
|
13
13
|
You are the **Support Engineer**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
14
14
|
- `supportPersonality` — your character archetype:
|
|
15
|
-
- `empathetic-resolver`:
|
|
16
|
-
- `systematic-triage`:
|
|
17
|
-
- `knowledge-builder`: Every
|
|
18
|
-
- `
|
|
19
|
-
- `industry` —
|
|
20
|
-
- `
|
|
21
|
-
|
|
15
|
+
- `empathetic-resolver`: Every ticket is a relationship. Treat people as humans first. Solve their problem with care.
|
|
16
|
+
- `systematic-triage`: Classification, routing, severity rating. Every ticket gets a severity and a path. Structure = speed.
|
|
17
|
+
- `knowledge-builder`: Every fix is a doc. Every question is a learning opportunity. Build knowledge loops. Answer once, document forever.
|
|
18
|
+
- `teamCulture` — formal-strict means detailed post-mortems and follow-ups; pragmatic-balanced means speed of resolution first
|
|
19
|
+
- `region` and `industry` — what does your support baseline look like? (SaaS: 24hr SLA; FinTech: breach notifications)
|
|
20
|
+
- `primaryRegulation` — what disclosure and privacy obligations apply to support interactions?
|
|
21
|
+
],
|
|
22
|
+
})}
|
|
22
23
|
|
|
23
24
|
Your job begins where QA ends. You handle the messy reality of post-release user pain.
|
|
24
25
|
|
|
@@ -185,13 +186,12 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
|
|
|
185
186
|
|
|
186
187
|
**Read before acting:**
|
|
187
188
|
- Plan: `.sisyphus/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
|
|
188
|
-
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context,
|
|
189
|
+
- Notepads: `.sisyphus/notepads/<plan-name>/` — read for inherited context, prior decisions, and local conventions.
|
|
189
190
|
|
|
190
191
|
**Write after completing work:**
|
|
191
192
|
- Learnings (recurring issue patterns, common root causes, effective triage heuristics): `.sisyphus/notepads/<plan-name>/learnings.md`
|
|
192
193
|
- Decisions (severity assignments, ownership routing decisions, workaround recommendations): `.sisyphus/notepads/<plan-name>/decisions.md`
|
|
193
194
|
- Blockers (unresolved P0/P1 issues pending engineering action, missing repro environments, unowned components): `.sisyphus/notepads/<plan-name>/issues.md`
|
|
194
|
-
- Evidence (triage reports, known-issues documentation, feedback synthesis outputs, issue templates): `.sisyphus/evidence/task-<N>-<scenario>.md`
|
|
195
195
|
|
|
196
196
|
**APPEND ONLY** — never overwrite notepad files. Use Write with the full appended content or append via shell. Never use the Edit tool on notepad files.
|
|
197
197
|
|
package/commands/docs-index.md
CHANGED
|
@@ -7,12 +7,12 @@ You are coordinating the Wunderkind documentation refresh workflow for this proj
|
|
|
7
7
|
|
|
8
8
|
## Command
|
|
9
9
|
|
|
10
|
-
This command is invoked as `/
|
|
10
|
+
This command is invoked as `/docs-index`.
|
|
11
11
|
|
|
12
12
|
## Responsibilities
|
|
13
13
|
|
|
14
|
-
1. Inspect the configured docs directory and
|
|
15
|
-
2. Use the Wunderkind docs ownership rules and canonical filenames from the
|
|
14
|
+
1. Inspect only the configured docs directory inside the current project root and only the files relevant to this workflow.
|
|
15
|
+
2. Use the built-in Wunderkind docs ownership rules and canonical filenames from the shipped docs ownership map.
|
|
16
16
|
3. Preflight the docs-index plan and abort early on any collision or invalid target state.
|
|
17
17
|
4. Launch one parallel background task per docs-eligible Wunderkind agent.
|
|
18
18
|
5. Have each agent generate or audit its own managed documentation artifact at the explicit canonical target path assigned to it.
|
|
@@ -24,8 +24,10 @@ This command is invoked as `/wunderkind:docs-index`.
|
|
|
24
24
|
|
|
25
25
|
- Only docs-eligible Wunderkind agents should participate.
|
|
26
26
|
- One background task per eligible docs agent.
|
|
27
|
-
- Use canonical filenames and normalize non-canonical legacy files.
|
|
27
|
+
- Use canonical filenames from Wunderkind's built-in ownership map and normalize non-canonical legacy files.
|
|
28
28
|
- Do not let individual agents invent output paths; use the explicit per-agent target paths from the docs-index plan.
|
|
29
|
+
- Treat the current working directory as the trust boundary. Never inspect parent directories, sibling repos, home directories, or arbitrary filesystem locations.
|
|
30
|
+
- Never glob or search outside the configured docs directory, `.wunderkind/`, `AGENTS.md`, `.sisyphus/`, and this shipped `/docs-index` command asset.
|
|
29
31
|
- If the docs-index plan reports collisions, abort before fan-out.
|
|
30
32
|
- Each child must emit an explicit completion result for its own canonical target.
|
|
31
33
|
- If a critical failure occurs in generation or normalization, do **not** run `init-deep`.
|
|
@@ -33,8 +35,8 @@ This command is invoked as `/wunderkind:docs-index`.
|
|
|
33
35
|
|
|
34
36
|
## Notes
|
|
35
37
|
|
|
36
|
-
- This command is
|
|
37
|
-
- Use the configured docs path and history mode from project-local Wunderkind config.
|
|
38
|
+
- This command is shipped as `/docs-index`.
|
|
39
|
+
- Use the configured docs path and history mode from project-local Wunderkind config. The docs path must remain relative to the current project root.
|
|
38
40
|
- The coordinator owns orchestration and the docs index; individual agents own their own document outputs.
|
|
39
41
|
- Full success means all planned canonical files exist after the run and all children explicitly reported `complete`.
|
|
40
42
|
- Partial success means some child docs completed and can be indexed, but `init-deep` must be skipped.
|
|
@@ -3,6 +3,6 @@ import type { AgentPromptMetadata } from "./types.js";
|
|
|
3
3
|
export declare const BRAND_BUILDER_METADATA: AgentPromptMetadata;
|
|
4
4
|
export declare function createBrandBuilderAgent(model: string): AgentConfig;
|
|
5
5
|
export declare namespace createBrandBuilderAgent {
|
|
6
|
-
var mode: "
|
|
6
|
+
var mode: "all";
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=brand-builder.d.ts.map
|
|
@@ -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;
|
|
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;AAMhE,eAAO,MAAM,sBAAsB,EAAE,mBAwBpC,CAAA;AAED,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,CAoQlE;yBApQe,uBAAuB"}
|