@plurnk/plurnk 0.75.0 → 0.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/completions/_plurnk +13 -0
- package/completions/plurnk.bash +14 -0
- package/completions/plurnk.fish +37 -0
- package/conformance/agui-client.json +863 -0
- package/dist/agents.d.ts +11 -0
- package/dist/agents.d.ts.map +1 -0
- package/dist/agents.js +170 -0
- package/dist/agents.js.map +1 -0
- package/dist/agui.d.ts.map +1 -1
- package/dist/agui.js +39 -4
- package/dist/agui.js.map +1 -1
- package/dist/agui_cli.d.ts.map +1 -1
- package/dist/agui_cli.js +15 -3
- package/dist/agui_cli.js.map +1 -1
- package/dist/build-info.json +1 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +6 -6
- package/dist/cli.js.map +1 -1
- package/dist/color.d.ts +2 -0
- package/dist/color.d.ts.map +1 -0
- package/dist/color.js +5 -0
- package/dist/color.js.map +1 -0
- package/dist/diagnostics.d.ts.map +1 -1
- package/dist/diagnostics.js +2 -1
- package/dist/diagnostics.js.map +1 -1
- package/dist/dispatcher.d.ts +1 -0
- package/dist/dispatcher.d.ts.map +1 -1
- package/dist/dispatcher.js +1 -1
- package/dist/dispatcher.js.map +1 -1
- package/dist/markdown.d.ts +17 -0
- package/dist/markdown.d.ts.map +1 -0
- package/dist/markdown.js +234 -0
- package/dist/markdown.js.map +1 -0
- package/dist/mcp.d.ts +7 -0
- package/dist/mcp.d.ts.map +1 -1
- package/dist/mcp.js +107 -39
- package/dist/mcp.js.map +1 -1
- package/dist/paste.d.ts +1 -0
- package/dist/paste.d.ts.map +1 -1
- package/dist/paste.js +5 -0
- package/dist/paste.js.map +1 -1
- package/dist/plan.d.ts +12 -0
- package/dist/plan.d.ts.map +1 -0
- package/dist/plan.js +30 -0
- package/dist/plan.js.map +1 -0
- package/dist/proposal.d.ts +1 -0
- package/dist/proposal.d.ts.map +1 -1
- package/dist/proposal.js +9 -9
- package/dist/proposal.js.map +1 -1
- package/dist/reasoning-events.d.ts +12 -3
- package/dist/reasoning-events.d.ts.map +1 -1
- package/dist/reasoning-events.js +11 -9
- package/dist/reasoning-events.js.map +1 -1
- package/dist/render.d.ts +2 -0
- package/dist/render.d.ts.map +1 -1
- package/dist/render.js +61 -47
- package/dist/render.js.map +1 -1
- package/dist/skills.d.ts +5 -5
- package/dist/skills.d.ts.map +1 -1
- package/dist/skills.js +93 -79
- package/dist/skills.js.map +1 -1
- package/dist/stream.d.ts.map +1 -1
- package/dist/stream.js +11 -11
- package/dist/stream.js.map +1 -1
- package/dist/subcommands.d.ts.map +1 -1
- package/dist/subcommands.js +2 -1
- package/dist/subcommands.js.map +1 -1
- package/dist/transport.d.ts +4 -2
- package/dist/transport.d.ts.map +1 -1
- package/dist/transport.js +25 -15
- package/dist/transport.js.map +1 -1
- package/dist/tui.d.ts +3 -2
- package/dist/tui.d.ts.map +1 -1
- package/dist/tui.js +164 -37
- package/dist/tui.js.map +1 -1
- package/man/plurnk.1 +153 -0
- package/package.json +11 -6
|
@@ -0,0 +1,863 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"client": "@plurnk/plurnk",
|
|
4
|
+
"actions": {
|
|
5
|
+
"ping": {
|
|
6
|
+
"posture": "generic",
|
|
7
|
+
"evidence": [
|
|
8
|
+
"src/agui.test.ts — arbitrary action round-trip"
|
|
9
|
+
],
|
|
10
|
+
"dimensions": [
|
|
11
|
+
"projection",
|
|
12
|
+
"success",
|
|
13
|
+
"failure"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"discover": {
|
|
17
|
+
"posture": "generic",
|
|
18
|
+
"evidence": [
|
|
19
|
+
"test/intg/agui-conformance.test.ts — live discovery"
|
|
20
|
+
],
|
|
21
|
+
"dimensions": [
|
|
22
|
+
"projection",
|
|
23
|
+
"success",
|
|
24
|
+
"failure"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
"providers.list": {
|
|
28
|
+
"posture": "native",
|
|
29
|
+
"evidence": [
|
|
30
|
+
"src/dispatcher.test.ts — provider directory"
|
|
31
|
+
],
|
|
32
|
+
"dimensions": [
|
|
33
|
+
"admission",
|
|
34
|
+
"projection",
|
|
35
|
+
"success",
|
|
36
|
+
"failure",
|
|
37
|
+
"presentation"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"models.list": {
|
|
41
|
+
"posture": "native",
|
|
42
|
+
"evidence": [
|
|
43
|
+
"src/subcommands.test.ts — model catalog"
|
|
44
|
+
],
|
|
45
|
+
"dimensions": [
|
|
46
|
+
"admission",
|
|
47
|
+
"projection",
|
|
48
|
+
"success",
|
|
49
|
+
"failure",
|
|
50
|
+
"presentation"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"workspace.list": {
|
|
54
|
+
"posture": "native",
|
|
55
|
+
"evidence": [
|
|
56
|
+
"src/subcommands.test.ts — workspace listing"
|
|
57
|
+
],
|
|
58
|
+
"dimensions": [
|
|
59
|
+
"admission",
|
|
60
|
+
"projection",
|
|
61
|
+
"success",
|
|
62
|
+
"failure",
|
|
63
|
+
"presentation"
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
"workspace.create": {
|
|
67
|
+
"posture": "native",
|
|
68
|
+
"evidence": [
|
|
69
|
+
"src/agui.test.ts — workspace creation",
|
|
70
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls",
|
|
71
|
+
"scripts/test-composition.mjs — packed client and installed candidate service"
|
|
72
|
+
],
|
|
73
|
+
"dimensions": [
|
|
74
|
+
"admission",
|
|
75
|
+
"projection",
|
|
76
|
+
"success",
|
|
77
|
+
"failure",
|
|
78
|
+
"presentation",
|
|
79
|
+
"durability",
|
|
80
|
+
"composition"
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
"workspace.attach": {
|
|
84
|
+
"posture": "native",
|
|
85
|
+
"evidence": [
|
|
86
|
+
"src/agui.test.ts — workspace attachment"
|
|
87
|
+
],
|
|
88
|
+
"dimensions": [
|
|
89
|
+
"admission",
|
|
90
|
+
"projection",
|
|
91
|
+
"success",
|
|
92
|
+
"failure",
|
|
93
|
+
"presentation"
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
"workspace.workers": {
|
|
97
|
+
"posture": "native",
|
|
98
|
+
"evidence": [
|
|
99
|
+
"src/subcommands.test.ts — worker listing"
|
|
100
|
+
],
|
|
101
|
+
"dimensions": [
|
|
102
|
+
"admission",
|
|
103
|
+
"projection",
|
|
104
|
+
"success",
|
|
105
|
+
"failure",
|
|
106
|
+
"presentation"
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
"log.read": {
|
|
110
|
+
"posture": "native",
|
|
111
|
+
"evidence": [
|
|
112
|
+
"src/subcommands.test.ts — log reading",
|
|
113
|
+
"scripts/test-composition.mjs — packed client and installed candidate service"
|
|
114
|
+
],
|
|
115
|
+
"dimensions": [
|
|
116
|
+
"admission",
|
|
117
|
+
"projection",
|
|
118
|
+
"success",
|
|
119
|
+
"failure",
|
|
120
|
+
"presentation",
|
|
121
|
+
"composition"
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
"loop.inject": {
|
|
125
|
+
"posture": "native",
|
|
126
|
+
"evidence": [
|
|
127
|
+
"src/transport.test.ts — loop injection"
|
|
128
|
+
],
|
|
129
|
+
"dimensions": [
|
|
130
|
+
"admission",
|
|
131
|
+
"projection",
|
|
132
|
+
"success",
|
|
133
|
+
"failure",
|
|
134
|
+
"presentation",
|
|
135
|
+
"lifecycle"
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
"loop.cancel": {
|
|
139
|
+
"posture": "native",
|
|
140
|
+
"evidence": [
|
|
141
|
+
"src/transport.test.ts — loop cancellation"
|
|
142
|
+
],
|
|
143
|
+
"dimensions": [
|
|
144
|
+
"admission",
|
|
145
|
+
"projection",
|
|
146
|
+
"success",
|
|
147
|
+
"failure",
|
|
148
|
+
"presentation",
|
|
149
|
+
"lifecycle"
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
"workspace.prompts": {
|
|
153
|
+
"posture": "native",
|
|
154
|
+
"evidence": [
|
|
155
|
+
"src/tui.test.ts — prompt history"
|
|
156
|
+
],
|
|
157
|
+
"dimensions": [
|
|
158
|
+
"admission",
|
|
159
|
+
"projection",
|
|
160
|
+
"success",
|
|
161
|
+
"failure",
|
|
162
|
+
"presentation"
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
"workspace.rename": {
|
|
166
|
+
"posture": "native",
|
|
167
|
+
"evidence": [
|
|
168
|
+
"src/tui.test.ts — workspace rename",
|
|
169
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
170
|
+
],
|
|
171
|
+
"dimensions": [
|
|
172
|
+
"admission",
|
|
173
|
+
"projection",
|
|
174
|
+
"success",
|
|
175
|
+
"failure",
|
|
176
|
+
"presentation",
|
|
177
|
+
"durability"
|
|
178
|
+
]
|
|
179
|
+
},
|
|
180
|
+
"workspace.constrain": {
|
|
181
|
+
"posture": "native",
|
|
182
|
+
"evidence": [
|
|
183
|
+
"src/tui.test.ts — membership constraints",
|
|
184
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls",
|
|
185
|
+
"../plurnk-service/scripts/test-client-conformance.mjs — same-daemon cross-client composition"
|
|
186
|
+
],
|
|
187
|
+
"dimensions": [
|
|
188
|
+
"admission",
|
|
189
|
+
"projection",
|
|
190
|
+
"success",
|
|
191
|
+
"failure",
|
|
192
|
+
"presentation",
|
|
193
|
+
"durability",
|
|
194
|
+
"composition"
|
|
195
|
+
]
|
|
196
|
+
},
|
|
197
|
+
"workspace.unconstrain": {
|
|
198
|
+
"posture": "native",
|
|
199
|
+
"evidence": [
|
|
200
|
+
"src/tui.test.ts — membership constraints",
|
|
201
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
202
|
+
],
|
|
203
|
+
"dimensions": [
|
|
204
|
+
"admission",
|
|
205
|
+
"projection",
|
|
206
|
+
"success",
|
|
207
|
+
"failure",
|
|
208
|
+
"presentation",
|
|
209
|
+
"durability"
|
|
210
|
+
]
|
|
211
|
+
},
|
|
212
|
+
"workspace.constraints": {
|
|
213
|
+
"posture": "native",
|
|
214
|
+
"evidence": [
|
|
215
|
+
"src/tui.test.ts — membership constraints",
|
|
216
|
+
"../plurnk-service/scripts/test-client-conformance.mjs — same-daemon cross-client composition"
|
|
217
|
+
],
|
|
218
|
+
"dimensions": [
|
|
219
|
+
"admission",
|
|
220
|
+
"projection",
|
|
221
|
+
"success",
|
|
222
|
+
"failure",
|
|
223
|
+
"presentation",
|
|
224
|
+
"composition"
|
|
225
|
+
]
|
|
226
|
+
},
|
|
227
|
+
"workspace.derivation": {
|
|
228
|
+
"posture": "native",
|
|
229
|
+
"evidence": [
|
|
230
|
+
"src/tui.test.ts — derivation status"
|
|
231
|
+
],
|
|
232
|
+
"dimensions": [
|
|
233
|
+
"admission",
|
|
234
|
+
"projection",
|
|
235
|
+
"success",
|
|
236
|
+
"failure",
|
|
237
|
+
"presentation"
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
"entry.read": {
|
|
241
|
+
"posture": "native",
|
|
242
|
+
"evidence": [
|
|
243
|
+
"src/transport.test.ts — streamed entry reading"
|
|
244
|
+
],
|
|
245
|
+
"dimensions": [
|
|
246
|
+
"admission",
|
|
247
|
+
"projection",
|
|
248
|
+
"success",
|
|
249
|
+
"failure",
|
|
250
|
+
"presentation"
|
|
251
|
+
]
|
|
252
|
+
},
|
|
253
|
+
"op.exec": {
|
|
254
|
+
"posture": "native",
|
|
255
|
+
"evidence": [
|
|
256
|
+
"src/tui.test.ts — shell dispatch"
|
|
257
|
+
],
|
|
258
|
+
"dimensions": [
|
|
259
|
+
"admission",
|
|
260
|
+
"projection",
|
|
261
|
+
"success",
|
|
262
|
+
"failure",
|
|
263
|
+
"presentation",
|
|
264
|
+
"lifecycle"
|
|
265
|
+
]
|
|
266
|
+
},
|
|
267
|
+
"op.parse": {
|
|
268
|
+
"posture": "native",
|
|
269
|
+
"evidence": [
|
|
270
|
+
"src/tui.test.ts — PLURNK dispatch"
|
|
271
|
+
],
|
|
272
|
+
"dimensions": [
|
|
273
|
+
"admission",
|
|
274
|
+
"projection",
|
|
275
|
+
"success",
|
|
276
|
+
"failure",
|
|
277
|
+
"presentation",
|
|
278
|
+
"lifecycle"
|
|
279
|
+
]
|
|
280
|
+
},
|
|
281
|
+
"workspace.members": {
|
|
282
|
+
"posture": "native",
|
|
283
|
+
"evidence": [
|
|
284
|
+
"src/tui.test.ts — membership listing"
|
|
285
|
+
],
|
|
286
|
+
"dimensions": [
|
|
287
|
+
"admission",
|
|
288
|
+
"projection",
|
|
289
|
+
"success",
|
|
290
|
+
"failure",
|
|
291
|
+
"presentation"
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
"op.look": {
|
|
295
|
+
"posture": "native",
|
|
296
|
+
"evidence": [
|
|
297
|
+
"src/tui.test.ts — LOOK observation"
|
|
298
|
+
],
|
|
299
|
+
"dimensions": [
|
|
300
|
+
"admission",
|
|
301
|
+
"projection",
|
|
302
|
+
"success",
|
|
303
|
+
"failure",
|
|
304
|
+
"presentation"
|
|
305
|
+
]
|
|
306
|
+
},
|
|
307
|
+
"run.fork": {
|
|
308
|
+
"posture": "native",
|
|
309
|
+
"evidence": [
|
|
310
|
+
"src/tui.test.ts — conversation fork",
|
|
311
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
312
|
+
],
|
|
313
|
+
"dimensions": [
|
|
314
|
+
"admission",
|
|
315
|
+
"projection",
|
|
316
|
+
"success",
|
|
317
|
+
"failure",
|
|
318
|
+
"presentation",
|
|
319
|
+
"durability"
|
|
320
|
+
]
|
|
321
|
+
},
|
|
322
|
+
"worker.model.get": {
|
|
323
|
+
"posture": "native",
|
|
324
|
+
"evidence": [
|
|
325
|
+
"src/tui.test.ts — worker model policy",
|
|
326
|
+
"scripts/test-composition.mjs — packed client and installed candidate service"
|
|
327
|
+
],
|
|
328
|
+
"dimensions": [
|
|
329
|
+
"admission",
|
|
330
|
+
"projection",
|
|
331
|
+
"success",
|
|
332
|
+
"failure",
|
|
333
|
+
"presentation",
|
|
334
|
+
"composition"
|
|
335
|
+
]
|
|
336
|
+
},
|
|
337
|
+
"worker.model.set": {
|
|
338
|
+
"posture": "native",
|
|
339
|
+
"evidence": [
|
|
340
|
+
"test/intg/model-selection.test.ts — durable model selection",
|
|
341
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls",
|
|
342
|
+
"scripts/test-composition.mjs — packed client and installed candidate service"
|
|
343
|
+
],
|
|
344
|
+
"dimensions": [
|
|
345
|
+
"admission",
|
|
346
|
+
"projection",
|
|
347
|
+
"success",
|
|
348
|
+
"failure",
|
|
349
|
+
"presentation",
|
|
350
|
+
"durability",
|
|
351
|
+
"composition"
|
|
352
|
+
]
|
|
353
|
+
},
|
|
354
|
+
"worker.child.set": {
|
|
355
|
+
"posture": "native",
|
|
356
|
+
"evidence": [
|
|
357
|
+
"src/tui.test.ts — child model policy",
|
|
358
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
359
|
+
],
|
|
360
|
+
"dimensions": [
|
|
361
|
+
"admission",
|
|
362
|
+
"projection",
|
|
363
|
+
"success",
|
|
364
|
+
"failure",
|
|
365
|
+
"presentation",
|
|
366
|
+
"durability"
|
|
367
|
+
]
|
|
368
|
+
},
|
|
369
|
+
"worker.reasoning.get": {
|
|
370
|
+
"posture": "native",
|
|
371
|
+
"evidence": [
|
|
372
|
+
"src/reasoning.test.ts — reasoning policy"
|
|
373
|
+
],
|
|
374
|
+
"dimensions": [
|
|
375
|
+
"admission",
|
|
376
|
+
"projection",
|
|
377
|
+
"success",
|
|
378
|
+
"failure",
|
|
379
|
+
"presentation"
|
|
380
|
+
]
|
|
381
|
+
},
|
|
382
|
+
"worker.reasoning.set": {
|
|
383
|
+
"posture": "native",
|
|
384
|
+
"evidence": [
|
|
385
|
+
"src/reasoning.test.ts — reasoning policy",
|
|
386
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
387
|
+
],
|
|
388
|
+
"dimensions": [
|
|
389
|
+
"admission",
|
|
390
|
+
"projection",
|
|
391
|
+
"success",
|
|
392
|
+
"failure",
|
|
393
|
+
"presentation",
|
|
394
|
+
"durability"
|
|
395
|
+
]
|
|
396
|
+
},
|
|
397
|
+
"worker.settings.get": {
|
|
398
|
+
"posture": "generic",
|
|
399
|
+
"evidence": [
|
|
400
|
+
"src/agui.test.ts — arbitrary action round-trip",
|
|
401
|
+
"../plurnk-service/scripts/test-client-conformance.mjs — same-daemon cross-client composition"
|
|
402
|
+
],
|
|
403
|
+
"dimensions": [
|
|
404
|
+
"projection",
|
|
405
|
+
"success",
|
|
406
|
+
"failure",
|
|
407
|
+
"composition"
|
|
408
|
+
]
|
|
409
|
+
},
|
|
410
|
+
"worker.settings.set": {
|
|
411
|
+
"posture": "generic",
|
|
412
|
+
"evidence": [
|
|
413
|
+
"src/agui.test.ts — arbitrary action round-trip",
|
|
414
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls",
|
|
415
|
+
"../plurnk-service/scripts/test-client-conformance.mjs — same-daemon cross-client composition"
|
|
416
|
+
],
|
|
417
|
+
"dimensions": [
|
|
418
|
+
"projection",
|
|
419
|
+
"success",
|
|
420
|
+
"failure",
|
|
421
|
+
"durability",
|
|
422
|
+
"composition"
|
|
423
|
+
]
|
|
424
|
+
},
|
|
425
|
+
"worker.skills.list": {
|
|
426
|
+
"posture": "native",
|
|
427
|
+
"evidence": [
|
|
428
|
+
"src/skills.test.ts — Agent Skills management",
|
|
429
|
+
"test/tui/functionality.test.ts — built-client Skills and agents dogfood"
|
|
430
|
+
],
|
|
431
|
+
"dimensions": [
|
|
432
|
+
"admission",
|
|
433
|
+
"projection",
|
|
434
|
+
"success",
|
|
435
|
+
"failure",
|
|
436
|
+
"presentation",
|
|
437
|
+
"composition"
|
|
438
|
+
]
|
|
439
|
+
},
|
|
440
|
+
"worker.skills.discover": {
|
|
441
|
+
"posture": "native",
|
|
442
|
+
"evidence": [
|
|
443
|
+
"src/skills.test.ts — Agent Skills management",
|
|
444
|
+
"test/tui/functionality.test.ts — built-client Skills and agents dogfood"
|
|
445
|
+
],
|
|
446
|
+
"dimensions": [
|
|
447
|
+
"admission",
|
|
448
|
+
"projection",
|
|
449
|
+
"success",
|
|
450
|
+
"failure",
|
|
451
|
+
"presentation",
|
|
452
|
+
"composition"
|
|
453
|
+
]
|
|
454
|
+
},
|
|
455
|
+
"worker.skills.add": {
|
|
456
|
+
"posture": "native",
|
|
457
|
+
"evidence": [
|
|
458
|
+
"src/skills.test.ts — Agent Skills management",
|
|
459
|
+
"test/tui/functionality.test.ts — built-client Skills and agents dogfood",
|
|
460
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
461
|
+
],
|
|
462
|
+
"dimensions": [
|
|
463
|
+
"admission",
|
|
464
|
+
"projection",
|
|
465
|
+
"success",
|
|
466
|
+
"failure",
|
|
467
|
+
"presentation",
|
|
468
|
+
"durability"
|
|
469
|
+
]
|
|
470
|
+
},
|
|
471
|
+
"worker.skills.enable": {
|
|
472
|
+
"posture": "native",
|
|
473
|
+
"evidence": [
|
|
474
|
+
"src/skills.test.ts — Agent Skills management",
|
|
475
|
+
"test/tui/functionality.test.ts — built-client Skills and agents dogfood",
|
|
476
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
477
|
+
],
|
|
478
|
+
"dimensions": [
|
|
479
|
+
"admission",
|
|
480
|
+
"projection",
|
|
481
|
+
"success",
|
|
482
|
+
"failure",
|
|
483
|
+
"presentation",
|
|
484
|
+
"durability"
|
|
485
|
+
]
|
|
486
|
+
},
|
|
487
|
+
"worker.skills.disable": {
|
|
488
|
+
"posture": "native",
|
|
489
|
+
"evidence": [
|
|
490
|
+
"src/skills.test.ts — Agent Skills management",
|
|
491
|
+
"test/tui/functionality.test.ts — built-client Skills and agents dogfood",
|
|
492
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
493
|
+
],
|
|
494
|
+
"dimensions": [
|
|
495
|
+
"admission",
|
|
496
|
+
"projection",
|
|
497
|
+
"success",
|
|
498
|
+
"failure",
|
|
499
|
+
"presentation",
|
|
500
|
+
"durability"
|
|
501
|
+
]
|
|
502
|
+
},
|
|
503
|
+
"worker.skills.remove": {
|
|
504
|
+
"posture": "native",
|
|
505
|
+
"evidence": [
|
|
506
|
+
"src/skills.test.ts — Agent Skills management",
|
|
507
|
+
"test/tui/functionality.test.ts — built-client Skills and agents dogfood",
|
|
508
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
509
|
+
],
|
|
510
|
+
"dimensions": [
|
|
511
|
+
"admission",
|
|
512
|
+
"projection",
|
|
513
|
+
"success",
|
|
514
|
+
"failure",
|
|
515
|
+
"presentation",
|
|
516
|
+
"durability"
|
|
517
|
+
]
|
|
518
|
+
},
|
|
519
|
+
"worker.agents.list": {
|
|
520
|
+
"posture": "native",
|
|
521
|
+
"evidence": [
|
|
522
|
+
"src/agents.test.ts — outbound agents management",
|
|
523
|
+
"test/tui/functionality.test.ts — built-client Skills and agents dogfood"
|
|
524
|
+
],
|
|
525
|
+
"dimensions": [
|
|
526
|
+
"admission",
|
|
527
|
+
"projection",
|
|
528
|
+
"success",
|
|
529
|
+
"failure",
|
|
530
|
+
"presentation",
|
|
531
|
+
"composition"
|
|
532
|
+
]
|
|
533
|
+
},
|
|
534
|
+
"worker.agents.discover": {
|
|
535
|
+
"posture": "native",
|
|
536
|
+
"evidence": [
|
|
537
|
+
"src/agents.test.ts — outbound agents management",
|
|
538
|
+
"test/tui/functionality.test.ts — built-client Skills and agents dogfood"
|
|
539
|
+
],
|
|
540
|
+
"dimensions": [
|
|
541
|
+
"admission",
|
|
542
|
+
"projection",
|
|
543
|
+
"success",
|
|
544
|
+
"failure",
|
|
545
|
+
"presentation",
|
|
546
|
+
"composition"
|
|
547
|
+
]
|
|
548
|
+
},
|
|
549
|
+
"worker.agents.add": {
|
|
550
|
+
"posture": "native",
|
|
551
|
+
"evidence": [
|
|
552
|
+
"src/agents.test.ts — outbound agents management",
|
|
553
|
+
"test/tui/functionality.test.ts — built-client Skills and agents dogfood",
|
|
554
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
555
|
+
],
|
|
556
|
+
"dimensions": [
|
|
557
|
+
"admission",
|
|
558
|
+
"projection",
|
|
559
|
+
"success",
|
|
560
|
+
"failure",
|
|
561
|
+
"presentation",
|
|
562
|
+
"durability"
|
|
563
|
+
]
|
|
564
|
+
},
|
|
565
|
+
"worker.agents.enable": {
|
|
566
|
+
"posture": "native",
|
|
567
|
+
"evidence": [
|
|
568
|
+
"src/agents.test.ts — outbound agents management",
|
|
569
|
+
"test/tui/functionality.test.ts — built-client Skills and agents dogfood",
|
|
570
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
571
|
+
],
|
|
572
|
+
"dimensions": [
|
|
573
|
+
"admission",
|
|
574
|
+
"projection",
|
|
575
|
+
"success",
|
|
576
|
+
"failure",
|
|
577
|
+
"presentation",
|
|
578
|
+
"durability"
|
|
579
|
+
]
|
|
580
|
+
},
|
|
581
|
+
"worker.agents.disable": {
|
|
582
|
+
"posture": "native",
|
|
583
|
+
"evidence": [
|
|
584
|
+
"src/agents.test.ts — outbound agents management",
|
|
585
|
+
"test/tui/functionality.test.ts — built-client Skills and agents dogfood",
|
|
586
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
587
|
+
],
|
|
588
|
+
"dimensions": [
|
|
589
|
+
"admission",
|
|
590
|
+
"projection",
|
|
591
|
+
"success",
|
|
592
|
+
"failure",
|
|
593
|
+
"presentation",
|
|
594
|
+
"durability"
|
|
595
|
+
]
|
|
596
|
+
},
|
|
597
|
+
"worker.agents.remove": {
|
|
598
|
+
"posture": "native",
|
|
599
|
+
"evidence": [
|
|
600
|
+
"src/agents.test.ts — outbound agents management",
|
|
601
|
+
"test/tui/functionality.test.ts — built-client Skills and agents dogfood",
|
|
602
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
603
|
+
],
|
|
604
|
+
"dimensions": [
|
|
605
|
+
"admission",
|
|
606
|
+
"projection",
|
|
607
|
+
"success",
|
|
608
|
+
"failure",
|
|
609
|
+
"presentation",
|
|
610
|
+
"durability"
|
|
611
|
+
]
|
|
612
|
+
},
|
|
613
|
+
"worker.mcp.list": {
|
|
614
|
+
"posture": "native",
|
|
615
|
+
"evidence": [
|
|
616
|
+
"src/mcp.test.ts — MCP management",
|
|
617
|
+
"../plurnk-service/scripts/test-client-conformance.mjs — client-local MCP isolation"
|
|
618
|
+
],
|
|
619
|
+
"dimensions": [
|
|
620
|
+
"admission",
|
|
621
|
+
"projection",
|
|
622
|
+
"success",
|
|
623
|
+
"failure",
|
|
624
|
+
"presentation",
|
|
625
|
+
"composition"
|
|
626
|
+
]
|
|
627
|
+
},
|
|
628
|
+
"worker.mcp.discover": {
|
|
629
|
+
"posture": "native",
|
|
630
|
+
"evidence": [
|
|
631
|
+
"src/mcp.test.ts — MCP management",
|
|
632
|
+
"../plurnk-service/scripts/test-client-conformance.mjs — client-local MCP isolation"
|
|
633
|
+
],
|
|
634
|
+
"dimensions": [
|
|
635
|
+
"admission",
|
|
636
|
+
"projection",
|
|
637
|
+
"success",
|
|
638
|
+
"failure",
|
|
639
|
+
"presentation",
|
|
640
|
+
"composition"
|
|
641
|
+
]
|
|
642
|
+
},
|
|
643
|
+
"worker.mcp.add": {
|
|
644
|
+
"posture": "native",
|
|
645
|
+
"evidence": [
|
|
646
|
+
"src/mcp.test.ts — MCP management",
|
|
647
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
648
|
+
],
|
|
649
|
+
"dimensions": [
|
|
650
|
+
"admission",
|
|
651
|
+
"projection",
|
|
652
|
+
"success",
|
|
653
|
+
"failure",
|
|
654
|
+
"presentation",
|
|
655
|
+
"durability"
|
|
656
|
+
]
|
|
657
|
+
},
|
|
658
|
+
"worker.mcp.enable": {
|
|
659
|
+
"posture": "native",
|
|
660
|
+
"evidence": [
|
|
661
|
+
"src/mcp.test.ts — MCP management",
|
|
662
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
663
|
+
],
|
|
664
|
+
"dimensions": [
|
|
665
|
+
"admission",
|
|
666
|
+
"projection",
|
|
667
|
+
"success",
|
|
668
|
+
"failure",
|
|
669
|
+
"presentation",
|
|
670
|
+
"durability"
|
|
671
|
+
]
|
|
672
|
+
},
|
|
673
|
+
"worker.mcp.disable": {
|
|
674
|
+
"posture": "native",
|
|
675
|
+
"evidence": [
|
|
676
|
+
"src/mcp.test.ts — MCP management",
|
|
677
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
678
|
+
],
|
|
679
|
+
"dimensions": [
|
|
680
|
+
"admission",
|
|
681
|
+
"projection",
|
|
682
|
+
"success",
|
|
683
|
+
"failure",
|
|
684
|
+
"presentation",
|
|
685
|
+
"durability"
|
|
686
|
+
]
|
|
687
|
+
},
|
|
688
|
+
"worker.mcp.remove": {
|
|
689
|
+
"posture": "native",
|
|
690
|
+
"evidence": [
|
|
691
|
+
"src/mcp.test.ts — MCP management",
|
|
692
|
+
"test/intg/durable-controls.test.ts — separate-connection durable controls"
|
|
693
|
+
],
|
|
694
|
+
"dimensions": [
|
|
695
|
+
"admission",
|
|
696
|
+
"projection",
|
|
697
|
+
"success",
|
|
698
|
+
"failure",
|
|
699
|
+
"presentation",
|
|
700
|
+
"durability"
|
|
701
|
+
]
|
|
702
|
+
},
|
|
703
|
+
"worker.mcp.oauth.complete": {
|
|
704
|
+
"posture": "native",
|
|
705
|
+
"evidence": [
|
|
706
|
+
"src/mcp.test.ts — MCP authorization",
|
|
707
|
+
"../plurnk-service/plurnk-mcp/src/Module.test.ts — OAuth completion persistence and restart behavior"
|
|
708
|
+
],
|
|
709
|
+
"dimensions": [
|
|
710
|
+
"admission",
|
|
711
|
+
"projection",
|
|
712
|
+
"success",
|
|
713
|
+
"failure",
|
|
714
|
+
"presentation",
|
|
715
|
+
"durability"
|
|
716
|
+
]
|
|
717
|
+
},
|
|
718
|
+
"worker.mcp.complete": {
|
|
719
|
+
"posture": "generic",
|
|
720
|
+
"evidence": [
|
|
721
|
+
"src/agui.test.ts — arbitrary action round-trip"
|
|
722
|
+
],
|
|
723
|
+
"dimensions": [
|
|
724
|
+
"projection",
|
|
725
|
+
"success",
|
|
726
|
+
"failure"
|
|
727
|
+
]
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
"notifications": {
|
|
731
|
+
"log/entry": {
|
|
732
|
+
"posture": "native",
|
|
733
|
+
"evidence": [
|
|
734
|
+
"src/transport.test.ts — log entry rendering",
|
|
735
|
+
"src/transport.test.ts — shared lifecycle corpus",
|
|
736
|
+
"scripts/test-composition.mjs — packed client and installed candidate service"
|
|
737
|
+
],
|
|
738
|
+
"dimensions": [
|
|
739
|
+
"admission",
|
|
740
|
+
"framing",
|
|
741
|
+
"projection",
|
|
742
|
+
"lifecycle",
|
|
743
|
+
"presentation",
|
|
744
|
+
"composition"
|
|
745
|
+
]
|
|
746
|
+
},
|
|
747
|
+
"loop/terminated": {
|
|
748
|
+
"posture": "native",
|
|
749
|
+
"evidence": [
|
|
750
|
+
"src/transport.test.ts — terminal truth",
|
|
751
|
+
"src/transport.test.ts — shared lifecycle corpus",
|
|
752
|
+
"scripts/test-composition.mjs — packed client and installed candidate service"
|
|
753
|
+
],
|
|
754
|
+
"dimensions": [
|
|
755
|
+
"admission",
|
|
756
|
+
"framing",
|
|
757
|
+
"projection",
|
|
758
|
+
"lifecycle",
|
|
759
|
+
"presentation",
|
|
760
|
+
"composition"
|
|
761
|
+
]
|
|
762
|
+
},
|
|
763
|
+
"loop/proposal": {
|
|
764
|
+
"posture": "native",
|
|
765
|
+
"evidence": [
|
|
766
|
+
"src/transport.test.ts — proposal interrupt and resume",
|
|
767
|
+
"src/transport.test.ts — shared lifecycle corpus"
|
|
768
|
+
],
|
|
769
|
+
"dimensions": [
|
|
770
|
+
"admission",
|
|
771
|
+
"framing",
|
|
772
|
+
"projection",
|
|
773
|
+
"lifecycle",
|
|
774
|
+
"presentation"
|
|
775
|
+
]
|
|
776
|
+
},
|
|
777
|
+
"loop/interaction": {
|
|
778
|
+
"posture": "native",
|
|
779
|
+
"evidence": [
|
|
780
|
+
"src/transport.test.ts — interaction interrupt and resume",
|
|
781
|
+
"src/transport.test.ts — shared lifecycle corpus"
|
|
782
|
+
],
|
|
783
|
+
"dimensions": [
|
|
784
|
+
"admission",
|
|
785
|
+
"framing",
|
|
786
|
+
"projection",
|
|
787
|
+
"lifecycle",
|
|
788
|
+
"presentation"
|
|
789
|
+
]
|
|
790
|
+
},
|
|
791
|
+
"notice/event": {
|
|
792
|
+
"posture": "native",
|
|
793
|
+
"evidence": [
|
|
794
|
+
"src/transport.test.ts — Notice delivery",
|
|
795
|
+
"src/transport.test.ts — shared lifecycle corpus"
|
|
796
|
+
],
|
|
797
|
+
"dimensions": [
|
|
798
|
+
"admission",
|
|
799
|
+
"framing",
|
|
800
|
+
"projection",
|
|
801
|
+
"lifecycle",
|
|
802
|
+
"presentation"
|
|
803
|
+
]
|
|
804
|
+
},
|
|
805
|
+
"reasoning/event": {
|
|
806
|
+
"posture": "native",
|
|
807
|
+
"evidence": [
|
|
808
|
+
"src/reasoning-events.test.ts — ordered live lifecycle",
|
|
809
|
+
"src/agui_cli.test.ts — streaming stderr presentation",
|
|
810
|
+
"src/transport.test.ts — shared lifecycle corpus"
|
|
811
|
+
],
|
|
812
|
+
"dimensions": [
|
|
813
|
+
"admission",
|
|
814
|
+
"framing",
|
|
815
|
+
"projection",
|
|
816
|
+
"lifecycle",
|
|
817
|
+
"presentation"
|
|
818
|
+
]
|
|
819
|
+
},
|
|
820
|
+
"stream/event": {
|
|
821
|
+
"posture": "native",
|
|
822
|
+
"evidence": [
|
|
823
|
+
"src/stream.test.ts — active stream rendering",
|
|
824
|
+
"src/transport.test.ts — shared lifecycle corpus"
|
|
825
|
+
],
|
|
826
|
+
"dimensions": [
|
|
827
|
+
"admission",
|
|
828
|
+
"framing",
|
|
829
|
+
"projection",
|
|
830
|
+
"lifecycle",
|
|
831
|
+
"presentation"
|
|
832
|
+
]
|
|
833
|
+
},
|
|
834
|
+
"stream/concluded": {
|
|
835
|
+
"posture": "native",
|
|
836
|
+
"evidence": [
|
|
837
|
+
"src/stream.test.ts — concluded stream rendering",
|
|
838
|
+
"src/transport.test.ts — shared lifecycle corpus"
|
|
839
|
+
],
|
|
840
|
+
"dimensions": [
|
|
841
|
+
"admission",
|
|
842
|
+
"framing",
|
|
843
|
+
"projection",
|
|
844
|
+
"lifecycle",
|
|
845
|
+
"presentation"
|
|
846
|
+
]
|
|
847
|
+
},
|
|
848
|
+
"workspace/branch-batch": {
|
|
849
|
+
"posture": "native",
|
|
850
|
+
"evidence": [
|
|
851
|
+
"src/transport.test.ts — branch batch delivery",
|
|
852
|
+
"src/transport.test.ts — shared lifecycle corpus"
|
|
853
|
+
],
|
|
854
|
+
"dimensions": [
|
|
855
|
+
"admission",
|
|
856
|
+
"framing",
|
|
857
|
+
"projection",
|
|
858
|
+
"lifecycle",
|
|
859
|
+
"presentation"
|
|
860
|
+
]
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
}
|