@bendyline/gilde 0.1.53 → 0.1.55

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.
Files changed (34) hide show
  1. package/authoring/chat-models/qwen3.5-27b-q4.json +147 -0
  2. package/authoring/gstack/evals/cso.json +21 -18
  3. package/authoring/gstack/evals/investigate.json +25 -22
  4. package/authoring/gstack/evals/plan-ceo-review.json +19 -16
  5. package/authoring/gstack/overlays/retro.json +2 -2
  6. package/authoring/gstack/wave.json +2 -2
  7. package/data/chat-models/index.json +1 -1
  8. package/data/chat-models/qw/qwen3.5-27b-q4/manifest.json +217 -0
  9. package/data/chat-models/qw/qwen3.5-27b-q4/versions/1.0.0/manifest.json +90 -0
  10. package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.7/craftbook.json +620 -0
  11. package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.7/test.json +376 -0
  12. package/data/craftbook-templates/de/design-system-consultation/versions/2.0.7/craftbook.json +616 -0
  13. package/data/craftbook-templates/de/design-system-consultation/versions/2.0.7/test.json +201 -0
  14. package/data/craftbook-templates/en/engineering-retrospective/versions/2.0.7/craftbook.json +566 -0
  15. package/data/craftbook-templates/en/engineering-retrospective/versions/2.0.7/test.json +191 -0
  16. package/data/craftbook-templates/ex/executive-level-review/versions/2.0.7/craftbook.json +595 -0
  17. package/data/craftbook-templates/ex/executive-level-review/versions/2.0.7/test.json +139 -0
  18. package/data/craftbook-templates/id/idea-office-hours/versions/2.0.7/craftbook.json +566 -0
  19. package/data/craftbook-templates/id/idea-office-hours/versions/2.0.7/test.json +141 -0
  20. package/data/craftbook-templates/index.json +1 -1
  21. package/data/craftbook-templates/pl/plan/versions/1.0.2/craftbook.json +222 -0
  22. package/data/craftbook-templates/pl/plan/versions/1.0.2/test.json +91 -0
  23. package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.7/craftbook.json +595 -0
  24. package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.7/test.json +157 -0
  25. package/data/craftbook-templates/se/security-architecture-review/versions/2.0.7/craftbook.json +597 -0
  26. package/data/craftbook-templates/se/security-architecture-review/versions/2.0.7/test.json +157 -0
  27. package/data/craftbook-templates/sh/ship/versions/1.1.2/craftbook.json +346 -0
  28. package/data/craftbook-templates/sh/ship/versions/1.1.2/test.json +228 -0
  29. package/data/craftbook-templates/sp/spec-authoring/versions/2.0.7/craftbook.json +599 -0
  30. package/data/craftbook-templates/sp/spec-authoring/versions/2.0.7/test.json +162 -0
  31. package/data/craftbook-templates/te/technical-documentation/versions/2.0.7/craftbook.json +577 -0
  32. package/data/craftbook-templates/te/technical-documentation/versions/2.0.7/test.json +174 -0
  33. package/package.json +1 -1
  34. package/schemas/craftbook-test.schema.json +7 -1
@@ -0,0 +1,566 @@
1
+ {
2
+ "id": "engineering-retrospective",
3
+ "name": "Engineering Retrospective",
4
+ "description": "Build a data-grounded engineering retrospective from git history: activity, hotspots, review patterns, and per-person growth notes for a given window.",
5
+ "basedOn": {
6
+ "name": "gstack",
7
+ "url": "https://github.com/garrytan/gstack"
8
+ },
9
+ "plan": "Build an engineering retrospective from reproducible evidence, not memory or a leaderboard. Prefer repository history when it is available, and support authoritative workspace exports when it is not. State the time window, evidence sources, and identity mapping; preserve both counts and qualitative examples; and explain data limits. Interpret activity in context: commit volume is not productivity, review visibility is incomplete, and individual notes must be constructive growth observations rather than performance ratings.",
10
+ "entryStepId": "scope-retro",
11
+ "triggers": [
12
+ "weekly retro",
13
+ "what did we ship",
14
+ "engineering retrospective"
15
+ ],
16
+ "command": "engineering-retrospective",
17
+ "steps": [
18
+ {
19
+ "id": "scope-retro",
20
+ "name": "Define the retrospective window and evidence contract",
21
+ "description": "Lock the period, repositories, participants, questions, identity aliases, and privacy boundaries.",
22
+ "prompt": "Confirm the requested time window, repository scope, comparison baseline, participants, timezone, team events, and intended audience. Resolve obvious author aliases from read-only history and label ambiguous identities instead of merging them. Define the questions the retrospective should answer, the datasets required, exclusions, privacy rules, and known blind spots such as squash merges or off-platform reviews.\n\nObservable handoff: write the completed result to `retro/scope.md` in the workspace with `write_file`. Do not merely describe what the file would contain. Re-read it with `read_file` before finishing this phase and repair any incomplete sections.",
23
+ "suggestedRole": "engineering operations analyst",
24
+ "advanceWhen": {
25
+ "file": "retro/scope.md",
26
+ "minBytes": 700,
27
+ "sniff": "nonempty",
28
+ "requireChange": true,
29
+ "goto": "collect-evidence"
30
+ },
31
+ "gate": {
32
+ "at": "completion",
33
+ "checks": [
34
+ {
35
+ "kind": "minBytes",
36
+ "file": "retro/scope.md",
37
+ "bytes": 700
38
+ },
39
+ {
40
+ "kind": "sniff",
41
+ "file": "retro/scope.md",
42
+ "sniff": "nonempty"
43
+ },
44
+ {
45
+ "kind": "contains",
46
+ "file": "retro/scope.md",
47
+ "pattern": "^##\\s+Window",
48
+ "flags": "im",
49
+ "label": "Window section"
50
+ },
51
+ {
52
+ "kind": "contains",
53
+ "file": "retro/scope.md",
54
+ "pattern": "^##\\s+Repositories",
55
+ "flags": "im",
56
+ "label": "Repositories section"
57
+ },
58
+ {
59
+ "kind": "contains",
60
+ "file": "retro/scope.md",
61
+ "pattern": "^##\\s+Identity map",
62
+ "flags": "im",
63
+ "label": "Identity map section"
64
+ },
65
+ {
66
+ "kind": "contains",
67
+ "file": "retro/scope.md",
68
+ "pattern": "^##\\s+Questions",
69
+ "flags": "im",
70
+ "label": "Questions section"
71
+ },
72
+ {
73
+ "kind": "contains",
74
+ "file": "retro/scope.md",
75
+ "pattern": "^##\\s+Limits and privacy",
76
+ "flags": "im",
77
+ "label": "Limits and privacy section"
78
+ }
79
+ ],
80
+ "onReject": "scope-retro",
81
+ "maxAttempts": 3
82
+ },
83
+ "next": "collect-evidence",
84
+ "toolPolicy": {
85
+ "disallowBuiltinToolsets": [
86
+ "ai-apps",
87
+ "archives",
88
+ "artifacts",
89
+ "audio",
90
+ "browser-automation",
91
+ "code-execution",
92
+ "craftbooks",
93
+ "data-tables",
94
+ "entity-intel",
95
+ "git",
96
+ "image-intel",
97
+ "images",
98
+ "role-delegation",
99
+ "role-delegation-escalation",
100
+ "security-intel",
101
+ "team-management",
102
+ "videos",
103
+ "web"
104
+ ],
105
+ "outputMedium": "workspace"
106
+ }
107
+ },
108
+ {
109
+ "id": "collect-evidence",
110
+ "name": "Collect and reconcile the engineering evidence",
111
+ "description": "Gather reproducible activity, churn, hotspot, collaboration, and quality signals with caveats.",
112
+ "prompt": "Collect the evidence contract defined in `retro/scope.md`. When `run_git` is available in your function schema, use its read-only log, show, and diff subcommands; do not use shell pipelines. Otherwise, inventory and read the authoritative repository exports or workspace records named in the scope, and explicitly record that live history is unavailable. Preserve the exact query arguments or source paths and result counts. Reconcile totals across authors and date boundaries, sample the work behind the numbers, and identify hotspots, change concentration, review or pairing signals visible in the evidence, rework, test activity, documentation, maintenance, and operational work. Compare with the chosen baseline where possible. Treat missing data as missing, not zero, and never invent unavailable repository or review metrics.\n\nObservable handoff: write the completed result to `retro/evidence.md` in the workspace with `write_file`. Do not merely describe what the file would contain. Re-read it with `read_file` before finishing this phase and repair any incomplete sections.",
113
+ "suggestedRole": "engineering data analyst",
114
+ "consumes": [
115
+ {
116
+ "file": "retro/scope.md"
117
+ }
118
+ ],
119
+ "advanceWhen": {
120
+ "file": "retro/evidence.md",
121
+ "minBytes": 1400,
122
+ "sniff": "nonempty",
123
+ "requireChange": true,
124
+ "goto": "synthesize-retro"
125
+ },
126
+ "gate": {
127
+ "at": "completion",
128
+ "checks": [
129
+ {
130
+ "kind": "minBytes",
131
+ "file": "retro/evidence.md",
132
+ "bytes": 1400
133
+ },
134
+ {
135
+ "kind": "sniff",
136
+ "file": "retro/evidence.md",
137
+ "sniff": "nonempty"
138
+ },
139
+ {
140
+ "kind": "contains",
141
+ "file": "retro/evidence.md",
142
+ "pattern": "^##\\s+Queries",
143
+ "flags": "im",
144
+ "label": "Queries section"
145
+ },
146
+ {
147
+ "kind": "contains",
148
+ "file": "retro/evidence.md",
149
+ "pattern": "^##\\s+Activity",
150
+ "flags": "im",
151
+ "label": "Activity section"
152
+ },
153
+ {
154
+ "kind": "contains",
155
+ "file": "retro/evidence.md",
156
+ "pattern": "^##\\s+Hotspots",
157
+ "flags": "im",
158
+ "label": "Hotspots section"
159
+ },
160
+ {
161
+ "kind": "contains",
162
+ "file": "retro/evidence.md",
163
+ "pattern": "^##\\s+Collaboration",
164
+ "flags": "im",
165
+ "label": "Collaboration section"
166
+ },
167
+ {
168
+ "kind": "contains",
169
+ "file": "retro/evidence.md",
170
+ "pattern": "^##\\s+Quality signals",
171
+ "flags": "im",
172
+ "label": "Quality signals section"
173
+ },
174
+ {
175
+ "kind": "contains",
176
+ "file": "retro/evidence.md",
177
+ "pattern": "^##\\s+Data limitations",
178
+ "flags": "im",
179
+ "label": "Data limitations section"
180
+ }
181
+ ],
182
+ "onReject": "collect-evidence",
183
+ "maxAttempts": 3
184
+ },
185
+ "next": "synthesize-retro",
186
+ "toolPolicy": {
187
+ "disallowBuiltinToolsets": [
188
+ "ai-apps",
189
+ "archives",
190
+ "artifacts",
191
+ "audio",
192
+ "browser-automation",
193
+ "code-execution",
194
+ "craftbooks",
195
+ "data-tables",
196
+ "entity-intel",
197
+ "image-intel",
198
+ "images",
199
+ "role-delegation",
200
+ "role-delegation-escalation",
201
+ "security-intel",
202
+ "team-management",
203
+ "videos",
204
+ "web"
205
+ ],
206
+ "outputMedium": "workspace"
207
+ }
208
+ },
209
+ {
210
+ "id": "synthesize-retro",
211
+ "name": "Write the engineering retrospective",
212
+ "description": "Turn the evidence into balanced lessons, growth notes, and owned experiments.",
213
+ "prompt": "Write a retrospective grounded in `retro/evidence.md`. Explain the period's goals and events before interpreting metrics. Highlight outcomes, strengths, bottlenecks, hotspots, recurring rework, review patterns, maintenance load, and changes from baseline, citing paths or examples. Include constructive per-person growth notes only when supported by multiple observations; name contributions and opportunities without ranking people or equating volume with value. End with three to five owned, measurable experiments and a date for checking results.\n\nObservable handoff: write the completed result to `retro/engineering-retrospective.md` in the workspace with `write_file`. Do not merely describe what the file would contain. Re-read it with `read_file` before finishing this phase and repair any incomplete sections.",
214
+ "suggestedRole": "engineering manager",
215
+ "consumes": [
216
+ {
217
+ "file": "retro/evidence.md"
218
+ }
219
+ ],
220
+ "advanceWhen": {
221
+ "file": "retro/engineering-retrospective.md",
222
+ "minBytes": 1600,
223
+ "sniff": "nonempty",
224
+ "requireChange": true,
225
+ "goto": "evaluate"
226
+ },
227
+ "gate": {
228
+ "at": "completion",
229
+ "checks": [
230
+ {
231
+ "kind": "minBytes",
232
+ "file": "retro/engineering-retrospective.md",
233
+ "bytes": 1600
234
+ },
235
+ {
236
+ "kind": "sniff",
237
+ "file": "retro/engineering-retrospective.md",
238
+ "sniff": "nonempty"
239
+ },
240
+ {
241
+ "kind": "contains",
242
+ "file": "retro/engineering-retrospective.md",
243
+ "pattern": "^##\\s+Period context",
244
+ "flags": "im",
245
+ "label": "Period context section"
246
+ },
247
+ {
248
+ "kind": "contains",
249
+ "file": "retro/engineering-retrospective.md",
250
+ "pattern": "^##\\s+What went well",
251
+ "flags": "im",
252
+ "label": "What went well section"
253
+ },
254
+ {
255
+ "kind": "contains",
256
+ "file": "retro/engineering-retrospective.md",
257
+ "pattern": "^##\\s+Friction and hotspots",
258
+ "flags": "im",
259
+ "label": "Friction and hotspots section"
260
+ },
261
+ {
262
+ "kind": "contains",
263
+ "file": "retro/engineering-retrospective.md",
264
+ "pattern": "^##\\s+Collaboration and growth",
265
+ "flags": "im",
266
+ "label": "Collaboration and growth section"
267
+ },
268
+ {
269
+ "kind": "contains",
270
+ "file": "retro/engineering-retrospective.md",
271
+ "pattern": "^##\\s+Experiments",
272
+ "flags": "im",
273
+ "label": "Experiments section"
274
+ },
275
+ {
276
+ "kind": "contains",
277
+ "file": "retro/engineering-retrospective.md",
278
+ "pattern": "^##\\s+Evidence limits",
279
+ "flags": "im",
280
+ "label": "Evidence limits section"
281
+ }
282
+ ],
283
+ "onReject": "synthesize-retro",
284
+ "maxAttempts": 3
285
+ },
286
+ "next": "evaluate",
287
+ "toolPolicy": {
288
+ "disallowBuiltinToolsets": [
289
+ "ai-apps",
290
+ "archives",
291
+ "artifacts",
292
+ "audio",
293
+ "browser-automation",
294
+ "code-execution",
295
+ "craftbooks",
296
+ "data-tables",
297
+ "entity-intel",
298
+ "git",
299
+ "image-intel",
300
+ "images",
301
+ "role-delegation",
302
+ "role-delegation-escalation",
303
+ "security-intel",
304
+ "team-management",
305
+ "videos",
306
+ "web"
307
+ ],
308
+ "outputMedium": "workspace"
309
+ }
310
+ },
311
+ {
312
+ "id": "evaluate",
313
+ "name": "Evaluate the deliverable",
314
+ "description": "Independently grade the observable deliverable and route it to finish, repair, or user escalation.",
315
+ "prompt": "Review `retro/engineering-retrospective.md`, `retro/scope.md`, `retro/evidence.md` against every criterion below. Inspect the underlying evidence files named by the workflow; do not grade from the author's summary alone.\n\n1. The time window, repository scope, baseline, identities, and evidence queries are reproducible.\n2. Counts reconcile or discrepancies are explained, and missing signals are not treated as zero.\n3. Every important conclusion traces to multiple observations, paths, or examples rather than activity volume alone.\n4. Strengths, friction, hotspots, maintenance, collaboration, and changes from baseline are balanced and contextualized.\n5. Individual notes are evidence-backed, constructive, privacy-conscious, and never framed as rankings or performance scores.\n6. Experiments have owners, measurable outcomes, and a review date.\n\nOpen `retro/engineering-retrospective.md`, `retro/scope.md`, `retro/evidence.md` with `read_file`. Write the evidence-backed review to `reviews/engineering-retrospective-review.md` in the artifacts drawer with `write_artifact`. Give each criterion a PASS or FAIL with a concrete path, excerpt, measurement, or observed behavior. End with exactly `Verdict: PASS` or `Verdict: REVISE`. Then use `advance_task_step` for the active task: PASS routes to `finish`; REVISE routes to `repair` for review rounds 1 through 2, and the 3th REVISE routes to `needs-user`. Never route to finish while a criterion is unmet.",
316
+ "suggestedRole": "engineering leadership reviewer",
317
+ "consumes": [
318
+ {
319
+ "file": "retro/engineering-retrospective.md"
320
+ },
321
+ {
322
+ "file": "retro/scope.md"
323
+ },
324
+ {
325
+ "file": "retro/evidence.md"
326
+ }
327
+ ],
328
+ "gate": {
329
+ "at": "completion",
330
+ "checks": [
331
+ {
332
+ "kind": "minBytes",
333
+ "file": "reviews/engineering-retrospective-review.md",
334
+ "bytes": 400,
335
+ "artifact": true
336
+ },
337
+ {
338
+ "kind": "contains",
339
+ "file": "reviews/engineering-retrospective-review.md",
340
+ "pattern": "Verdict:\\s*(?:PASS|REVISE)",
341
+ "flags": "i",
342
+ "label": "explicit PASS or REVISE verdict",
343
+ "artifact": true
344
+ }
345
+ ],
346
+ "onReject": "evaluate",
347
+ "maxAttempts": 3
348
+ },
349
+ "next": "repair",
350
+ "toolPolicy": {
351
+ "disallowBuiltinToolsets": [
352
+ "ai-apps",
353
+ "archives",
354
+ "audio",
355
+ "browser-automation",
356
+ "code-execution",
357
+ "craftbooks",
358
+ "data-tables",
359
+ "entity-intel",
360
+ "git",
361
+ "image-intel",
362
+ "images",
363
+ "role-delegation",
364
+ "role-delegation-escalation",
365
+ "security-intel",
366
+ "team-management",
367
+ "videos",
368
+ "web",
369
+ "workspace-fs-write"
370
+ ],
371
+ "outputMedium": "artifact"
372
+ }
373
+ },
374
+ {
375
+ "id": "repair",
376
+ "name": "Repair the deliverable",
377
+ "description": "Fix only the concrete gaps from the latest independent review.",
378
+ "prompt": "Read `reviews/engineering-retrospective-review.md` with `read_artifact` and repair every failed criterion in `retro/engineering-retrospective.md`, `retro/scope.md`, `retro/evidence.md`. Make changes on each file's declared surface (`write_artifact` for artifact inputs, `write_file` for workspace inputs), not in task notes or a reply. Preserve evidence that already passed. Re-run or re-check anything the reviewer found unproven. Ensure `retro/engineering-retrospective.md` is genuinely updated this turn so the repair is observable, then hand it back for independent evaluation.",
379
+ "suggestedRole": "engineering manager",
380
+ "consumes": [
381
+ {
382
+ "file": "reviews/engineering-retrospective-review.md",
383
+ "artifact": true
384
+ },
385
+ {
386
+ "file": "retro/engineering-retrospective.md"
387
+ },
388
+ {
389
+ "file": "retro/scope.md"
390
+ },
391
+ {
392
+ "file": "retro/evidence.md"
393
+ }
394
+ ],
395
+ "advanceWhen": {
396
+ "file": "retro/engineering-retrospective.md",
397
+ "minBytes": 1600,
398
+ "sniff": "nonempty",
399
+ "requireChange": true,
400
+ "goto": "evaluate"
401
+ },
402
+ "gate": {
403
+ "at": "completion",
404
+ "checks": [
405
+ {
406
+ "kind": "minBytes",
407
+ "file": "retro/engineering-retrospective.md",
408
+ "bytes": 1600
409
+ },
410
+ {
411
+ "kind": "sniff",
412
+ "file": "retro/engineering-retrospective.md",
413
+ "sniff": "nonempty"
414
+ },
415
+ {
416
+ "kind": "contains",
417
+ "file": "retro/engineering-retrospective.md",
418
+ "pattern": "^##\\s+Period context",
419
+ "flags": "im",
420
+ "label": "Period context section"
421
+ },
422
+ {
423
+ "kind": "contains",
424
+ "file": "retro/engineering-retrospective.md",
425
+ "pattern": "^##\\s+What went well",
426
+ "flags": "im",
427
+ "label": "What went well section"
428
+ },
429
+ {
430
+ "kind": "contains",
431
+ "file": "retro/engineering-retrospective.md",
432
+ "pattern": "^##\\s+Friction and hotspots",
433
+ "flags": "im",
434
+ "label": "Friction and hotspots section"
435
+ },
436
+ {
437
+ "kind": "contains",
438
+ "file": "retro/engineering-retrospective.md",
439
+ "pattern": "^##\\s+Collaboration and growth",
440
+ "flags": "im",
441
+ "label": "Collaboration and growth section"
442
+ },
443
+ {
444
+ "kind": "contains",
445
+ "file": "retro/engineering-retrospective.md",
446
+ "pattern": "^##\\s+Experiments",
447
+ "flags": "im",
448
+ "label": "Experiments section"
449
+ },
450
+ {
451
+ "kind": "contains",
452
+ "file": "retro/engineering-retrospective.md",
453
+ "pattern": "^##\\s+Evidence limits",
454
+ "flags": "im",
455
+ "label": "Evidence limits section"
456
+ }
457
+ ],
458
+ "onReject": "repair",
459
+ "maxAttempts": 3
460
+ },
461
+ "next": "evaluate",
462
+ "toolPolicy": {
463
+ "disallowBuiltinToolsets": [
464
+ "ai-apps",
465
+ "archives",
466
+ "audio",
467
+ "browser-automation",
468
+ "code-execution",
469
+ "craftbooks",
470
+ "data-tables",
471
+ "entity-intel",
472
+ "git",
473
+ "image-intel",
474
+ "images",
475
+ "role-delegation",
476
+ "role-delegation-escalation",
477
+ "security-intel",
478
+ "team-management",
479
+ "videos",
480
+ "web"
481
+ ],
482
+ "outputMedium": "workspace",
483
+ "additionalOutputMedia": [
484
+ "artifact",
485
+ "task-note"
486
+ ]
487
+ }
488
+ },
489
+ {
490
+ "id": "finish",
491
+ "name": "Finish",
492
+ "description": "All deterministic and reviewer criteria passed.",
493
+ "prompt": "The independent review passed. Read `reviews/engineering-retrospective-review.md` with `read_artifact`, then use `write_task_note` to record a concise DONE summary with the final deliverable paths (`retro/engineering-retrospective.md`, `retro/scope.md`, `retro/evidence.md`) and the evidence that each acceptance criterion passed. Report DONE without starting new work.",
494
+ "suggestedRole": "project lead",
495
+ "consumes": [
496
+ {
497
+ "file": "reviews/engineering-retrospective-review.md",
498
+ "artifact": true
499
+ }
500
+ ],
501
+ "terminal": true,
502
+ "toolPolicy": {
503
+ "disallowBuiltinToolsets": [
504
+ "ai-apps",
505
+ "archives",
506
+ "audio",
507
+ "browser-automation",
508
+ "code-execution",
509
+ "craftbooks",
510
+ "data-tables",
511
+ "entity-intel",
512
+ "git",
513
+ "image-intel",
514
+ "images",
515
+ "role-delegation",
516
+ "role-delegation-escalation",
517
+ "security-intel",
518
+ "team-management",
519
+ "videos",
520
+ "web",
521
+ "workspace-fs-write"
522
+ ],
523
+ "outputMedium": "task-note"
524
+ }
525
+ },
526
+ {
527
+ "id": "needs-user",
528
+ "name": "Escalate unresolved concerns",
529
+ "description": "The bounded repair loop ended without a defensible pass.",
530
+ "prompt": "The deliverable did not pass after 3 review rounds. Do not claim success. Read `reviews/engineering-retrospective-review.md` with `read_artifact`, then use `write_task_note` to record DONE_WITH_CONCERNS: the unmet criteria, what was attempted, the affected paths, and the smallest user decision or missing input needed to continue.",
531
+ "suggestedRole": "project lead",
532
+ "consumes": [
533
+ {
534
+ "file": "reviews/engineering-retrospective-review.md",
535
+ "artifact": true
536
+ }
537
+ ],
538
+ "terminal": true,
539
+ "toolPolicy": {
540
+ "disallowBuiltinToolsets": [
541
+ "ai-apps",
542
+ "archives",
543
+ "audio",
544
+ "browser-automation",
545
+ "code-execution",
546
+ "craftbooks",
547
+ "data-tables",
548
+ "entity-intel",
549
+ "git",
550
+ "image-intel",
551
+ "images",
552
+ "role-delegation",
553
+ "role-delegation-escalation",
554
+ "security-intel",
555
+ "team-management",
556
+ "videos",
557
+ "web",
558
+ "workspace-fs-write"
559
+ ],
560
+ "outputMedium": "task-note"
561
+ }
562
+ }
563
+ ],
564
+ "version": "2.0.7",
565
+ "releasedAt": "2026-09-04T13:46:25Z"
566
+ }