@ornexus/neocortex 4.60.18 → 4.60.20

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 (88) hide show
  1. package/dist/sbom.cdx.json +6504 -6410
  2. package/docs/install/installer-diagnostics.md +52 -0
  3. package/install.ps1 +1 -1
  4. package/install.sh +1 -1
  5. package/package.json +27 -4
  6. package/packages/client/dist/agent/refresh-stubs.d.ts +7 -0
  7. package/packages/client/dist/agent/refresh-stubs.js +2 -2
  8. package/packages/client/dist/cache/encrypted-cache.d.ts +3 -0
  9. package/packages/client/dist/cache/encrypted-cache.js +1 -1
  10. package/packages/client/dist/checkpoint/checkpoint-client-reader.js +2 -2
  11. package/packages/client/dist/cli.js +3 -3
  12. package/packages/client/dist/commands/activate.js +7 -7
  13. package/packages/client/dist/commands/config.js +1 -1
  14. package/packages/client/dist/commands/invoke.d.ts +64 -0
  15. package/packages/client/dist/commands/invoke.js +54 -47
  16. package/packages/client/dist/config/secure-config.d.ts +9 -3
  17. package/packages/client/dist/config/secure-config.js +8 -8
  18. package/packages/client/dist/config.d.ts +1 -1
  19. package/packages/client/dist/config.js +1 -1
  20. package/packages/client/dist/continuity/continuity-client-state-store.d.ts +1 -0
  21. package/packages/client/dist/continuity/continuity-client-state-store.js +1 -1
  22. package/packages/client/dist/continuity/invoke-hooks.d.ts +2 -1
  23. package/packages/client/dist/continuity/invoke-hooks.js +1 -1
  24. package/packages/client/dist/continuity/sqlite-store.d.ts +21 -0
  25. package/packages/client/dist/continuity/sqlite-store.js +49 -49
  26. package/packages/client/dist/effects/invoke-effect-gateways.d.ts +22 -0
  27. package/packages/client/dist/effects/invoke-effect-gateways.js +1 -0
  28. package/packages/client/dist/errors/frontmatter-diagnostics.d.ts +20 -0
  29. package/packages/client/dist/errors/frontmatter-diagnostics.js +1 -0
  30. package/packages/client/dist/generated/command-registry.generated.d.ts +2836 -0
  31. package/packages/client/dist/generated/command-registry.generated.js +1 -0
  32. package/packages/client/dist/graph-retrieval/pre-command-hook.d.ts +2 -0
  33. package/packages/client/dist/graph-retrieval/pre-command-hook.js +1 -1
  34. package/packages/client/dist/index.d.ts +1 -0
  35. package/packages/client/dist/index.js +1 -1
  36. package/packages/client/dist/license/license-client.d.ts +3 -0
  37. package/packages/client/dist/license/license-client.js +1 -1
  38. package/packages/client/dist/machine/fingerprint.d.ts +3 -1
  39. package/packages/client/dist/machine/fingerprint.js +2 -2
  40. package/packages/client/dist/memory/project-memory-writer.js +19 -15
  41. package/packages/client/dist/{subagent-approval-policy.d.ts → policy/subagent-approval-policy.d.ts} +8 -3
  42. package/packages/client/dist/policy/subagent-approval-policy.js +1 -0
  43. package/packages/client/dist/resolvers/local-resolver.d.ts +3 -0
  44. package/packages/client/dist/resolvers/local-resolver.js +4 -4
  45. package/packages/client/dist/runner/cli.d.ts +1 -0
  46. package/packages/client/dist/runner/cli.js +1 -1
  47. package/packages/client/dist/runner/headless/prepared-story-bundle.d.ts +20 -0
  48. package/packages/client/dist/runner/headless/prepared-story-bundle.js +1 -0
  49. package/packages/client/dist/runner/headless/run-yoloop.d.ts +2 -0
  50. package/packages/client/dist/runner/headless/run-yoloop.js +1 -1
  51. package/packages/client/dist/runner/portal-sync-worker.js +1 -1
  52. package/packages/client/dist/runner/scheduler.d.ts +3 -0
  53. package/packages/client/dist/runner/scheduler.js +7 -7
  54. package/packages/client/dist/state/project-state-snapshot.js +1 -1
  55. package/packages/client/dist/tier/tier-aware-client.js +1 -1
  56. package/packages/client/dist/version.d.ts +3 -0
  57. package/packages/client/dist/version.js +1 -0
  58. package/packages/client/dist/yoloop/discovery-hook.js +2 -2
  59. package/packages/client/dist/yoloop/invoke-hooks.js +4 -4
  60. package/packages/client/dist/yoloop/shared-discover-epics.d.ts +9 -3
  61. package/packages/client/dist/yoloop/shared-discover-epics.js +1 -1
  62. package/packages/client/dist/yoloop/shared-yoloop-types.d.ts +24 -0
  63. package/packages/client/dist/yoloop/target-normalization.d.ts +24 -0
  64. package/packages/client/dist/yoloop/target-normalization.js +1 -0
  65. package/packages/client/dist/yoloop/yoloop-client-state-store.d.ts +4 -0
  66. package/packages/client/dist/yoloop/yoloop-client-state-store.js +1 -1
  67. package/packages/shared/dist/command-registry-contract.js +382 -0
  68. package/packages/shared/dist/generated/command-registry.generated.js +4216 -0
  69. package/packages/shared/dist/generated/invocation-schema.generated.js +1850 -0
  70. package/packages/shared/dist/invocation/index.d.ts +175 -0
  71. package/packages/shared/dist/invocation/index.js +587 -0
  72. package/packages/shared/dist/nx-invoke-signature.js +233 -0
  73. package/packages/shared/dist/strict-readonly.js +381 -0
  74. package/packages/shared/dist/yoloop/wave-decision-receipt.js +77 -0
  75. package/targets-stubs/antigravity/gemini.md +1 -1
  76. package/targets-stubs/antigravity/skill/SKILL.md +1 -1
  77. package/targets-stubs/claude-code/neocortex-root.agent.yaml +1 -1
  78. package/targets-stubs/claude-code/neocortex-root.md +5 -2
  79. package/targets-stubs/claude-code/neocortex.agent.yaml +1 -1
  80. package/targets-stubs/claude-code/neocortex.md +7 -2
  81. package/targets-stubs/codex/AGENTS.md +4 -1
  82. package/targets-stubs/codex/neocortex.toml +4 -0
  83. package/targets-stubs/cursor/agent.md +2 -2
  84. package/targets-stubs/gemini-cli/agent.md +2 -2
  85. package/targets-stubs/opencode/neocortex-root.md +4 -1
  86. package/targets-stubs/opencode/neocortex.md +3 -0
  87. package/targets-stubs/vscode/neocortex.agent.md +2 -2
  88. package/packages/client/dist/subagent-approval-policy.js +0 -1
@@ -0,0 +1,1850 @@
1
+ /** Generated by scripts/generate-command-registry.mjs. Do not edit. */
2
+ export const GENERATED_INVOCATION_SCHEMA_MANIFEST = {
3
+ "schemaVersion": "p205-invocation-schema-v1",
4
+ "registryVersion": "1.0.0",
5
+ "registryChecksum": "b8fcdb246f7e22f820f667442f7a489bf3f53376b6540280d59fb89495ff4520",
6
+ "schemaChecksum": "667c67ed7a55553d74eab12ec46c2e0f12b0529ad01303d4ca9cae14d49270bd",
7
+ "commandCount": 62,
8
+ "optionCount": 47,
9
+ "positionalCount": 44,
10
+ "operationCount": 33,
11
+ "projectionSha256": "84ffc9791306d642d0603ce81e0b0a12ee48a2ebbc6bf4ad3bb45b9eb940abff",
12
+ "commands": [
13
+ {
14
+ "commandId": "arch-api-contracts",
15
+ "inputShape": "epic-id",
16
+ "operation": {
17
+ "required": false,
18
+ "unknownAsPositional": false,
19
+ "operations": []
20
+ },
21
+ "options": [],
22
+ "positionals": [
23
+ {
24
+ "cardinality": "one",
25
+ "id": "epic",
26
+ "kind": "epic-ref",
27
+ "order": 0,
28
+ "required": true
29
+ }
30
+ ],
31
+ "terminator": true
32
+ },
33
+ {
34
+ "commandId": "arch-api-integrations",
35
+ "inputShape": "epic-id",
36
+ "operation": {
37
+ "required": false,
38
+ "unknownAsPositional": false,
39
+ "operations": []
40
+ },
41
+ "options": [],
42
+ "positionals": [
43
+ {
44
+ "cardinality": "one",
45
+ "id": "epic",
46
+ "kind": "epic-ref",
47
+ "order": 0,
48
+ "required": true
49
+ }
50
+ ],
51
+ "terminator": true
52
+ },
53
+ {
54
+ "commandId": "arch-architecture",
55
+ "inputShape": "epic-id",
56
+ "operation": {
57
+ "required": false,
58
+ "unknownAsPositional": false,
59
+ "operations": []
60
+ },
61
+ "options": [],
62
+ "positionals": [
63
+ {
64
+ "cardinality": "one",
65
+ "id": "epic",
66
+ "kind": "epic-ref",
67
+ "order": 0,
68
+ "required": true
69
+ }
70
+ ],
71
+ "terminator": true
72
+ },
73
+ {
74
+ "commandId": "arch-database",
75
+ "inputShape": "epic-id",
76
+ "operation": {
77
+ "required": false,
78
+ "unknownAsPositional": false,
79
+ "operations": []
80
+ },
81
+ "options": [],
82
+ "positionals": [
83
+ {
84
+ "cardinality": "one",
85
+ "id": "epic",
86
+ "kind": "epic-ref",
87
+ "order": 0,
88
+ "required": true
89
+ }
90
+ ],
91
+ "terminator": true
92
+ },
93
+ {
94
+ "commandId": "arch-design-system",
95
+ "inputShape": "epic-id",
96
+ "operation": {
97
+ "required": false,
98
+ "unknownAsPositional": false,
99
+ "operations": []
100
+ },
101
+ "options": [],
102
+ "positionals": [
103
+ {
104
+ "cardinality": "one",
105
+ "id": "epic",
106
+ "kind": "epic-ref",
107
+ "order": 0,
108
+ "required": true
109
+ }
110
+ ],
111
+ "terminator": true
112
+ },
113
+ {
114
+ "commandId": "arch-fitness-functions",
115
+ "inputShape": "epic-id",
116
+ "operation": {
117
+ "required": false,
118
+ "unknownAsPositional": false,
119
+ "operations": []
120
+ },
121
+ "options": [],
122
+ "positionals": [
123
+ {
124
+ "cardinality": "one",
125
+ "id": "epic",
126
+ "kind": "epic-ref",
127
+ "order": 0,
128
+ "required": true
129
+ }
130
+ ],
131
+ "terminator": true
132
+ },
133
+ {
134
+ "commandId": "arch-infrastructure",
135
+ "inputShape": "epic-id",
136
+ "operation": {
137
+ "required": false,
138
+ "unknownAsPositional": false,
139
+ "operations": []
140
+ },
141
+ "options": [],
142
+ "positionals": [
143
+ {
144
+ "cardinality": "one",
145
+ "id": "epic",
146
+ "kind": "epic-ref",
147
+ "order": 0,
148
+ "required": true
149
+ }
150
+ ],
151
+ "terminator": true
152
+ },
153
+ {
154
+ "commandId": "arch-performance",
155
+ "inputShape": "epic-id",
156
+ "operation": {
157
+ "required": false,
158
+ "unknownAsPositional": false,
159
+ "operations": []
160
+ },
161
+ "options": [],
162
+ "positionals": [
163
+ {
164
+ "cardinality": "one",
165
+ "id": "epic",
166
+ "kind": "epic-ref",
167
+ "order": 0,
168
+ "required": true
169
+ }
170
+ ],
171
+ "terminator": true
172
+ },
173
+ {
174
+ "commandId": "arch-plan",
175
+ "inputShape": "idea",
176
+ "operation": {
177
+ "required": false,
178
+ "unknownAsPositional": false,
179
+ "operations": []
180
+ },
181
+ "options": [
182
+ {
183
+ "aliases": [],
184
+ "cardinality": "one",
185
+ "default": false,
186
+ "id": "project-evidence",
187
+ "kind": "boolean",
188
+ "required": false,
189
+ "syntax": [
190
+ "bare"
191
+ ],
192
+ "valuePattern": null
193
+ }
194
+ ],
195
+ "positionals": [
196
+ {
197
+ "cardinality": "many",
198
+ "id": "input",
199
+ "kind": "string",
200
+ "order": 0,
201
+ "required": true
202
+ }
203
+ ],
204
+ "terminator": true
205
+ },
206
+ {
207
+ "commandId": "arch-prd",
208
+ "inputShape": "idea",
209
+ "operation": {
210
+ "required": false,
211
+ "unknownAsPositional": false,
212
+ "operations": []
213
+ },
214
+ "options": [],
215
+ "positionals": [
216
+ {
217
+ "cardinality": "many",
218
+ "id": "input",
219
+ "kind": "string",
220
+ "order": 0,
221
+ "required": true
222
+ }
223
+ ],
224
+ "terminator": true
225
+ },
226
+ {
227
+ "commandId": "arch-review",
228
+ "inputShape": "epic-id",
229
+ "operation": {
230
+ "required": false,
231
+ "unknownAsPositional": false,
232
+ "operations": []
233
+ },
234
+ "options": [],
235
+ "positionals": [
236
+ {
237
+ "cardinality": "one",
238
+ "id": "epic",
239
+ "kind": "epic-ref",
240
+ "order": 0,
241
+ "required": true
242
+ }
243
+ ],
244
+ "terminator": true
245
+ },
246
+ {
247
+ "commandId": "arch-security",
248
+ "inputShape": "epic-id",
249
+ "operation": {
250
+ "required": false,
251
+ "unknownAsPositional": false,
252
+ "operations": []
253
+ },
254
+ "options": [],
255
+ "positionals": [
256
+ {
257
+ "cardinality": "one",
258
+ "id": "epic",
259
+ "kind": "epic-ref",
260
+ "order": 0,
261
+ "required": true
262
+ }
263
+ ],
264
+ "terminator": true
265
+ },
266
+ {
267
+ "commandId": "arch-testing",
268
+ "inputShape": "epic-id",
269
+ "operation": {
270
+ "required": false,
271
+ "unknownAsPositional": false,
272
+ "operations": []
273
+ },
274
+ "options": [],
275
+ "positionals": [
276
+ {
277
+ "cardinality": "one",
278
+ "id": "epic",
279
+ "kind": "epic-ref",
280
+ "order": 0,
281
+ "required": true
282
+ }
283
+ ],
284
+ "terminator": true
285
+ },
286
+ {
287
+ "commandId": "arch-ux-design",
288
+ "inputShape": "epic-id",
289
+ "operation": {
290
+ "required": false,
291
+ "unknownAsPositional": false,
292
+ "operations": []
293
+ },
294
+ "options": [],
295
+ "positionals": [
296
+ {
297
+ "cardinality": "one",
298
+ "id": "epic",
299
+ "kind": "epic-ref",
300
+ "order": 0,
301
+ "required": true
302
+ }
303
+ ],
304
+ "terminator": true
305
+ },
306
+ {
307
+ "commandId": "audit",
308
+ "inputShape": "standalone",
309
+ "operation": {
310
+ "required": false,
311
+ "unknownAsPositional": false,
312
+ "operations": []
313
+ },
314
+ "options": [
315
+ {
316
+ "aliases": [],
317
+ "cardinality": "one",
318
+ "default": false,
319
+ "id": "full",
320
+ "kind": "boolean",
321
+ "required": false,
322
+ "syntax": [
323
+ "bare"
324
+ ],
325
+ "valuePattern": null
326
+ },
327
+ {
328
+ "aliases": [],
329
+ "cardinality": "one",
330
+ "default": false,
331
+ "id": "json",
332
+ "kind": "boolean",
333
+ "required": false,
334
+ "syntax": [
335
+ "bare"
336
+ ],
337
+ "valuePattern": null
338
+ }
339
+ ],
340
+ "positionals": [],
341
+ "terminator": true
342
+ },
343
+ {
344
+ "commandId": "billing",
345
+ "inputShape": "standalone",
346
+ "operation": {
347
+ "required": false,
348
+ "unknownAsPositional": false,
349
+ "operations": []
350
+ },
351
+ "options": [],
352
+ "positionals": [],
353
+ "terminator": true
354
+ },
355
+ {
356
+ "commandId": "chaos-plan",
357
+ "inputShape": "standalone",
358
+ "operation": {
359
+ "required": false,
360
+ "unknownAsPositional": false,
361
+ "operations": []
362
+ },
363
+ "options": [],
364
+ "positionals": [],
365
+ "terminator": true
366
+ },
367
+ {
368
+ "commandId": "cleanup",
369
+ "inputShape": "standalone",
370
+ "operation": {
371
+ "required": false,
372
+ "unknownAsPositional": false,
373
+ "operations": []
374
+ },
375
+ "options": [],
376
+ "positionals": [],
377
+ "terminator": true
378
+ },
379
+ {
380
+ "commandId": "commit",
381
+ "inputShape": "story",
382
+ "operation": {
383
+ "required": false,
384
+ "unknownAsPositional": false,
385
+ "operations": []
386
+ },
387
+ "options": [],
388
+ "positionals": [
389
+ {
390
+ "cardinality": "one",
391
+ "id": "story",
392
+ "kind": "story-ref",
393
+ "order": 0,
394
+ "required": true
395
+ }
396
+ ],
397
+ "terminator": true
398
+ },
399
+ {
400
+ "commandId": "create-epic",
401
+ "inputShape": "idea",
402
+ "operation": {
403
+ "required": false,
404
+ "unknownAsPositional": false,
405
+ "operations": []
406
+ },
407
+ "options": [],
408
+ "positionals": [
409
+ {
410
+ "cardinality": "many",
411
+ "id": "input",
412
+ "kind": "string",
413
+ "order": 0,
414
+ "required": true
415
+ }
416
+ ],
417
+ "terminator": true
418
+ },
419
+ {
420
+ "commandId": "create-pr",
421
+ "inputShape": "story",
422
+ "operation": {
423
+ "required": false,
424
+ "unknownAsPositional": false,
425
+ "operations": []
426
+ },
427
+ "options": [],
428
+ "positionals": [
429
+ {
430
+ "cardinality": "one",
431
+ "id": "story",
432
+ "kind": "story-ref",
433
+ "order": 0,
434
+ "required": true
435
+ }
436
+ ],
437
+ "terminator": true
438
+ },
439
+ {
440
+ "commandId": "create-tasks",
441
+ "inputShape": "story",
442
+ "operation": {
443
+ "required": false,
444
+ "unknownAsPositional": false,
445
+ "operations": []
446
+ },
447
+ "options": [],
448
+ "positionals": [
449
+ {
450
+ "cardinality": "one",
451
+ "id": "story",
452
+ "kind": "story-ref",
453
+ "order": 0,
454
+ "required": true
455
+ }
456
+ ],
457
+ "terminator": true
458
+ },
459
+ {
460
+ "commandId": "diagnose",
461
+ "inputShape": "story-or-context",
462
+ "operation": {
463
+ "required": false,
464
+ "unknownAsPositional": false,
465
+ "operations": []
466
+ },
467
+ "options": [],
468
+ "positionals": [
469
+ {
470
+ "cardinality": "many",
471
+ "id": "storyOrContext",
472
+ "kind": "string",
473
+ "order": 0,
474
+ "required": true
475
+ }
476
+ ],
477
+ "terminator": true
478
+ },
479
+ {
480
+ "commandId": "epic",
481
+ "inputShape": "epic-target",
482
+ "operation": {
483
+ "required": false,
484
+ "unknownAsPositional": false,
485
+ "operations": []
486
+ },
487
+ "options": [],
488
+ "positionals": [
489
+ {
490
+ "cardinality": "one",
491
+ "id": "epic",
492
+ "kind": "epic-ref",
493
+ "order": 0,
494
+ "required": true
495
+ }
496
+ ],
497
+ "terminator": true
498
+ },
499
+ {
500
+ "commandId": "exec",
501
+ "inputShape": "story",
502
+ "operation": {
503
+ "required": false,
504
+ "unknownAsPositional": false,
505
+ "operations": []
506
+ },
507
+ "options": [],
508
+ "positionals": [
509
+ {
510
+ "cardinality": "one",
511
+ "id": "story",
512
+ "kind": "story-ref",
513
+ "order": 0,
514
+ "required": true
515
+ }
516
+ ],
517
+ "terminator": true
518
+ },
519
+ {
520
+ "commandId": "finalize-epic",
521
+ "inputShape": "epic-id",
522
+ "operation": {
523
+ "required": false,
524
+ "unknownAsPositional": false,
525
+ "operations": []
526
+ },
527
+ "options": [],
528
+ "positionals": [
529
+ {
530
+ "cardinality": "one",
531
+ "id": "epic",
532
+ "kind": "epic-ref",
533
+ "order": 0,
534
+ "required": true
535
+ }
536
+ ],
537
+ "terminator": true
538
+ },
539
+ {
540
+ "commandId": "fix-blocked",
541
+ "inputShape": "story",
542
+ "operation": {
543
+ "required": false,
544
+ "unknownAsPositional": false,
545
+ "operations": []
546
+ },
547
+ "options": [],
548
+ "positionals": [
549
+ {
550
+ "cardinality": "one",
551
+ "id": "story",
552
+ "kind": "story-ref",
553
+ "order": 0,
554
+ "required": true
555
+ }
556
+ ],
557
+ "terminator": true
558
+ },
559
+ {
560
+ "commandId": "generate-epic",
561
+ "inputShape": "epic-id",
562
+ "operation": {
563
+ "required": false,
564
+ "unknownAsPositional": false,
565
+ "operations": []
566
+ },
567
+ "options": [],
568
+ "positionals": [
569
+ {
570
+ "cardinality": "one",
571
+ "id": "epic",
572
+ "kind": "epic-ref",
573
+ "order": 0,
574
+ "required": true
575
+ }
576
+ ],
577
+ "terminator": true
578
+ },
579
+ {
580
+ "commandId": "generate-pacts",
581
+ "inputShape": "standalone",
582
+ "operation": {
583
+ "required": false,
584
+ "unknownAsPositional": false,
585
+ "operations": []
586
+ },
587
+ "options": [],
588
+ "positionals": [],
589
+ "terminator": true
590
+ },
591
+ {
592
+ "commandId": "goal",
593
+ "inputShape": "continuity-goal",
594
+ "operation": {
595
+ "required": false,
596
+ "unknownAsPositional": true,
597
+ "operations": [
598
+ {
599
+ "id": "answer-decision",
600
+ "aliases": []
601
+ },
602
+ {
603
+ "id": "approve-review-gate",
604
+ "aliases": []
605
+ },
606
+ {
607
+ "id": "cancel",
608
+ "aliases": []
609
+ },
610
+ {
611
+ "id": "deny-review-gate",
612
+ "aliases": []
613
+ },
614
+ {
615
+ "id": "pause",
616
+ "aliases": []
617
+ },
618
+ {
619
+ "id": "plan",
620
+ "aliases": []
621
+ },
622
+ {
623
+ "id": "report",
624
+ "aliases": []
625
+ },
626
+ {
627
+ "id": "resume",
628
+ "aliases": []
629
+ },
630
+ {
631
+ "id": "start",
632
+ "aliases": []
633
+ },
634
+ {
635
+ "id": "status",
636
+ "aliases": []
637
+ },
638
+ {
639
+ "id": "tick",
640
+ "aliases": []
641
+ }
642
+ ]
643
+ },
644
+ "options": [
645
+ {
646
+ "aliases": [],
647
+ "cardinality": "one",
648
+ "default": null,
649
+ "id": "decision",
650
+ "kind": "string",
651
+ "required": false,
652
+ "syntax": [
653
+ "split",
654
+ "inline"
655
+ ],
656
+ "valuePattern": null
657
+ },
658
+ {
659
+ "aliases": [],
660
+ "cardinality": "one",
661
+ "default": null,
662
+ "id": "epic",
663
+ "kind": "string",
664
+ "required": false,
665
+ "syntax": [
666
+ "split",
667
+ "inline"
668
+ ],
669
+ "valuePattern": null
670
+ },
671
+ {
672
+ "aliases": [],
673
+ "cardinality": "one",
674
+ "default": null,
675
+ "id": "headless-model",
676
+ "kind": "string",
677
+ "required": false,
678
+ "syntax": [
679
+ "split",
680
+ "inline"
681
+ ],
682
+ "valuePattern": null
683
+ },
684
+ {
685
+ "aliases": [],
686
+ "cardinality": "one",
687
+ "default": null,
688
+ "id": "headless-runtime",
689
+ "kind": "string",
690
+ "required": false,
691
+ "syntax": [
692
+ "split",
693
+ "inline"
694
+ ],
695
+ "valuePattern": null
696
+ },
697
+ {
698
+ "aliases": [],
699
+ "cardinality": "one",
700
+ "default": null,
701
+ "id": "lease-id",
702
+ "kind": "string",
703
+ "required": false,
704
+ "syntax": [
705
+ "split",
706
+ "inline"
707
+ ],
708
+ "valuePattern": null
709
+ },
710
+ {
711
+ "aliases": [],
712
+ "cardinality": "one",
713
+ "default": false,
714
+ "id": "plan",
715
+ "kind": "boolean",
716
+ "required": false,
717
+ "syntax": [
718
+ "bare"
719
+ ],
720
+ "valuePattern": null
721
+ },
722
+ {
723
+ "aliases": [],
724
+ "cardinality": "one",
725
+ "default": null,
726
+ "id": "runner-id",
727
+ "kind": "string",
728
+ "required": false,
729
+ "syntax": [
730
+ "split",
731
+ "inline"
732
+ ],
733
+ "valuePattern": null
734
+ },
735
+ {
736
+ "aliases": [],
737
+ "cardinality": "one",
738
+ "default": null,
739
+ "id": "story",
740
+ "kind": "string",
741
+ "required": false,
742
+ "syntax": [
743
+ "split",
744
+ "inline"
745
+ ],
746
+ "valuePattern": null
747
+ },
748
+ {
749
+ "aliases": [],
750
+ "cardinality": "one",
751
+ "default": null,
752
+ "id": "tick-id",
753
+ "kind": "string",
754
+ "required": false,
755
+ "syntax": [
756
+ "split",
757
+ "inline"
758
+ ],
759
+ "valuePattern": null
760
+ }
761
+ ],
762
+ "positionals": [
763
+ {
764
+ "cardinality": "many",
765
+ "id": "input",
766
+ "kind": "string",
767
+ "order": 0,
768
+ "required": false
769
+ }
770
+ ],
771
+ "terminator": true
772
+ },
773
+ {
774
+ "commandId": "idea-diagnose",
775
+ "inputShape": "idea",
776
+ "operation": {
777
+ "required": false,
778
+ "unknownAsPositional": false,
779
+ "operations": []
780
+ },
781
+ "options": [],
782
+ "positionals": [
783
+ {
784
+ "cardinality": "many",
785
+ "id": "input",
786
+ "kind": "string",
787
+ "order": 0,
788
+ "required": true
789
+ }
790
+ ],
791
+ "terminator": true
792
+ },
793
+ {
794
+ "commandId": "idea-research",
795
+ "inputShape": "epic-id",
796
+ "operation": {
797
+ "required": false,
798
+ "unknownAsPositional": false,
799
+ "operations": []
800
+ },
801
+ "options": [],
802
+ "positionals": [
803
+ {
804
+ "cardinality": "one",
805
+ "id": "epic",
806
+ "kind": "epic-ref",
807
+ "order": 0,
808
+ "required": true
809
+ }
810
+ ],
811
+ "terminator": true
812
+ },
813
+ {
814
+ "commandId": "implement",
815
+ "inputShape": "story",
816
+ "operation": {
817
+ "required": false,
818
+ "unknownAsPositional": false,
819
+ "operations": []
820
+ },
821
+ "options": [],
822
+ "positionals": [
823
+ {
824
+ "cardinality": "one",
825
+ "id": "story",
826
+ "kind": "story-ref",
827
+ "order": 0,
828
+ "required": true
829
+ }
830
+ ],
831
+ "terminator": true
832
+ },
833
+ {
834
+ "commandId": "init",
835
+ "inputShape": "epics",
836
+ "operation": {
837
+ "required": false,
838
+ "unknownAsPositional": false,
839
+ "operations": []
840
+ },
841
+ "options": [],
842
+ "positionals": [
843
+ {
844
+ "cardinality": "one",
845
+ "id": "epics",
846
+ "kind": "target-ref",
847
+ "order": 0,
848
+ "required": false
849
+ }
850
+ ],
851
+ "terminator": true
852
+ },
853
+ {
854
+ "commandId": "jobs",
855
+ "inputShape": "continuity-jobs",
856
+ "operation": {
857
+ "required": false,
858
+ "unknownAsPositional": false,
859
+ "operations": [
860
+ {
861
+ "id": "cancel",
862
+ "aliases": []
863
+ },
864
+ {
865
+ "id": "list",
866
+ "aliases": []
867
+ },
868
+ {
869
+ "id": "logs",
870
+ "aliases": []
871
+ },
872
+ {
873
+ "id": "report",
874
+ "aliases": []
875
+ },
876
+ {
877
+ "id": "status",
878
+ "aliases": []
879
+ },
880
+ {
881
+ "id": "watch",
882
+ "aliases": []
883
+ }
884
+ ]
885
+ },
886
+ "options": [
887
+ {
888
+ "aliases": [],
889
+ "cardinality": "one",
890
+ "default": false,
891
+ "id": "json",
892
+ "kind": "boolean",
893
+ "required": false,
894
+ "syntax": [
895
+ "bare"
896
+ ],
897
+ "valuePattern": null
898
+ },
899
+ {
900
+ "aliases": [],
901
+ "cardinality": "one",
902
+ "default": null,
903
+ "id": "limit",
904
+ "kind": "string",
905
+ "required": false,
906
+ "syntax": [
907
+ "split",
908
+ "inline"
909
+ ],
910
+ "valuePattern": null
911
+ },
912
+ {
913
+ "aliases": [],
914
+ "cardinality": "one",
915
+ "default": null,
916
+ "id": "since",
917
+ "kind": "string",
918
+ "required": false,
919
+ "syntax": [
920
+ "split",
921
+ "inline"
922
+ ],
923
+ "valuePattern": null
924
+ }
925
+ ],
926
+ "positionals": [
927
+ {
928
+ "cardinality": "many",
929
+ "id": "target",
930
+ "kind": "string",
931
+ "order": 0,
932
+ "required": false
933
+ }
934
+ ],
935
+ "terminator": true
936
+ },
937
+ {
938
+ "commandId": "loop",
939
+ "inputShape": "continuity-loop",
940
+ "operation": {
941
+ "required": false,
942
+ "unknownAsPositional": true,
943
+ "operations": [
944
+ {
945
+ "id": "cancel",
946
+ "aliases": []
947
+ },
948
+ {
949
+ "id": "pause",
950
+ "aliases": []
951
+ },
952
+ {
953
+ "id": "plan",
954
+ "aliases": []
955
+ },
956
+ {
957
+ "id": "report",
958
+ "aliases": []
959
+ },
960
+ {
961
+ "id": "resume",
962
+ "aliases": []
963
+ },
964
+ {
965
+ "id": "run-once",
966
+ "aliases": []
967
+ },
968
+ {
969
+ "id": "start",
970
+ "aliases": []
971
+ },
972
+ {
973
+ "id": "status",
974
+ "aliases": []
975
+ },
976
+ {
977
+ "id": "tick",
978
+ "aliases": []
979
+ }
980
+ ]
981
+ },
982
+ "options": [
983
+ {
984
+ "aliases": [],
985
+ "cardinality": "one",
986
+ "default": null,
987
+ "id": "cap",
988
+ "kind": "string",
989
+ "required": false,
990
+ "syntax": [
991
+ "split",
992
+ "inline"
993
+ ],
994
+ "valuePattern": null
995
+ },
996
+ {
997
+ "aliases": [],
998
+ "cardinality": "one",
999
+ "default": null,
1000
+ "id": "headless-model",
1001
+ "kind": "string",
1002
+ "required": false,
1003
+ "syntax": [
1004
+ "split",
1005
+ "inline"
1006
+ ],
1007
+ "valuePattern": null
1008
+ },
1009
+ {
1010
+ "aliases": [],
1011
+ "cardinality": "one",
1012
+ "default": null,
1013
+ "id": "headless-runtime",
1014
+ "kind": "string",
1015
+ "required": false,
1016
+ "syntax": [
1017
+ "split",
1018
+ "inline"
1019
+ ],
1020
+ "valuePattern": null
1021
+ },
1022
+ {
1023
+ "aliases": [],
1024
+ "cardinality": "one",
1025
+ "default": null,
1026
+ "id": "lease-id",
1027
+ "kind": "string",
1028
+ "required": false,
1029
+ "syntax": [
1030
+ "split",
1031
+ "inline"
1032
+ ],
1033
+ "valuePattern": null
1034
+ },
1035
+ {
1036
+ "aliases": [],
1037
+ "cardinality": "one",
1038
+ "default": null,
1039
+ "id": "max-duration",
1040
+ "kind": "string",
1041
+ "required": false,
1042
+ "syntax": [
1043
+ "split",
1044
+ "inline"
1045
+ ],
1046
+ "valuePattern": null
1047
+ },
1048
+ {
1049
+ "aliases": [],
1050
+ "cardinality": "one",
1051
+ "default": null,
1052
+ "id": "overlap",
1053
+ "kind": "string",
1054
+ "required": false,
1055
+ "syntax": [
1056
+ "split",
1057
+ "inline"
1058
+ ],
1059
+ "valuePattern": null
1060
+ },
1061
+ {
1062
+ "aliases": [],
1063
+ "cardinality": "one",
1064
+ "default": null,
1065
+ "id": "runner-id",
1066
+ "kind": "string",
1067
+ "required": false,
1068
+ "syntax": [
1069
+ "split",
1070
+ "inline"
1071
+ ],
1072
+ "valuePattern": null
1073
+ },
1074
+ {
1075
+ "aliases": [],
1076
+ "cardinality": "one",
1077
+ "default": null,
1078
+ "id": "tick-id",
1079
+ "kind": "string",
1080
+ "required": false,
1081
+ "syntax": [
1082
+ "split",
1083
+ "inline"
1084
+ ],
1085
+ "valuePattern": null
1086
+ }
1087
+ ],
1088
+ "positionals": [
1089
+ {
1090
+ "cardinality": "many",
1091
+ "id": "input",
1092
+ "kind": "string",
1093
+ "order": 0,
1094
+ "required": false
1095
+ }
1096
+ ],
1097
+ "terminator": true
1098
+ },
1099
+ {
1100
+ "commandId": "menu",
1101
+ "inputShape": "standalone",
1102
+ "operation": {
1103
+ "required": false,
1104
+ "unknownAsPositional": false,
1105
+ "operations": []
1106
+ },
1107
+ "options": [],
1108
+ "positionals": [],
1109
+ "terminator": true
1110
+ },
1111
+ {
1112
+ "commandId": "merge",
1113
+ "inputShape": "story",
1114
+ "operation": {
1115
+ "required": false,
1116
+ "unknownAsPositional": false,
1117
+ "operations": []
1118
+ },
1119
+ "options": [],
1120
+ "positionals": [
1121
+ {
1122
+ "cardinality": "one",
1123
+ "id": "story",
1124
+ "kind": "story-ref",
1125
+ "order": 0,
1126
+ "required": true
1127
+ }
1128
+ ],
1129
+ "terminator": true
1130
+ },
1131
+ {
1132
+ "commandId": "migrate-state",
1133
+ "inputShape": "standalone",
1134
+ "operation": {
1135
+ "required": false,
1136
+ "unknownAsPositional": false,
1137
+ "operations": []
1138
+ },
1139
+ "options": [
1140
+ {
1141
+ "aliases": [],
1142
+ "cardinality": "one",
1143
+ "default": false,
1144
+ "id": "apply",
1145
+ "kind": "boolean",
1146
+ "required": false,
1147
+ "syntax": [
1148
+ "bare"
1149
+ ],
1150
+ "valuePattern": null
1151
+ },
1152
+ {
1153
+ "aliases": [],
1154
+ "cardinality": "one",
1155
+ "default": false,
1156
+ "id": "dry-run",
1157
+ "kind": "boolean",
1158
+ "required": false,
1159
+ "syntax": [
1160
+ "bare"
1161
+ ],
1162
+ "valuePattern": null
1163
+ },
1164
+ {
1165
+ "aliases": [],
1166
+ "cardinality": "one",
1167
+ "default": false,
1168
+ "id": "preview",
1169
+ "kind": "boolean",
1170
+ "required": false,
1171
+ "syntax": [
1172
+ "bare"
1173
+ ],
1174
+ "valuePattern": null
1175
+ }
1176
+ ],
1177
+ "positionals": [],
1178
+ "terminator": true
1179
+ },
1180
+ {
1181
+ "commandId": "mutation-test",
1182
+ "inputShape": "standalone",
1183
+ "operation": {
1184
+ "required": false,
1185
+ "unknownAsPositional": false,
1186
+ "operations": []
1187
+ },
1188
+ "options": [],
1189
+ "positionals": [],
1190
+ "terminator": true
1191
+ },
1192
+ {
1193
+ "commandId": "plans",
1194
+ "inputShape": "standalone",
1195
+ "operation": {
1196
+ "required": false,
1197
+ "unknownAsPositional": false,
1198
+ "operations": []
1199
+ },
1200
+ "options": [],
1201
+ "positionals": [],
1202
+ "terminator": true
1203
+ },
1204
+ {
1205
+ "commandId": "policy-audit",
1206
+ "inputShape": "standalone",
1207
+ "operation": {
1208
+ "required": false,
1209
+ "unknownAsPositional": false,
1210
+ "operations": []
1211
+ },
1212
+ "options": [
1213
+ {
1214
+ "aliases": [],
1215
+ "cardinality": "one",
1216
+ "default": null,
1217
+ "id": "days",
1218
+ "kind": "string",
1219
+ "required": false,
1220
+ "syntax": [
1221
+ "split",
1222
+ "inline"
1223
+ ],
1224
+ "valuePattern": "^(?:[1-9]|[1-8][0-9]|90)$"
1225
+ }
1226
+ ],
1227
+ "positionals": [],
1228
+ "terminator": true
1229
+ },
1230
+ {
1231
+ "commandId": "property-test",
1232
+ "inputShape": "standalone",
1233
+ "operation": {
1234
+ "required": false,
1235
+ "unknownAsPositional": false,
1236
+ "operations": []
1237
+ },
1238
+ "options": [],
1239
+ "positionals": [],
1240
+ "terminator": true
1241
+ },
1242
+ {
1243
+ "commandId": "qa-scan",
1244
+ "inputShape": "standalone",
1245
+ "operation": {
1246
+ "required": false,
1247
+ "unknownAsPositional": false,
1248
+ "operations": []
1249
+ },
1250
+ "options": [],
1251
+ "positionals": [],
1252
+ "terminator": true
1253
+ },
1254
+ {
1255
+ "commandId": "refactor",
1256
+ "inputShape": "story-or-epic-or-idea",
1257
+ "operation": {
1258
+ "required": false,
1259
+ "unknownAsPositional": false,
1260
+ "operations": []
1261
+ },
1262
+ "options": [],
1263
+ "positionals": [
1264
+ {
1265
+ "cardinality": "many",
1266
+ "id": "targetOrIdea",
1267
+ "kind": "string",
1268
+ "order": 0,
1269
+ "required": true
1270
+ }
1271
+ ],
1272
+ "terminator": true
1273
+ },
1274
+ {
1275
+ "commandId": "research",
1276
+ "inputShape": "story-or-context",
1277
+ "operation": {
1278
+ "required": false,
1279
+ "unknownAsPositional": false,
1280
+ "operations": []
1281
+ },
1282
+ "options": [],
1283
+ "positionals": [
1284
+ {
1285
+ "cardinality": "many",
1286
+ "id": "storyOrContext",
1287
+ "kind": "string",
1288
+ "order": 0,
1289
+ "required": true
1290
+ }
1291
+ ],
1292
+ "terminator": true
1293
+ },
1294
+ {
1295
+ "commandId": "resolve-conflicts",
1296
+ "inputShape": "story",
1297
+ "operation": {
1298
+ "required": false,
1299
+ "unknownAsPositional": false,
1300
+ "operations": []
1301
+ },
1302
+ "options": [],
1303
+ "positionals": [
1304
+ {
1305
+ "cardinality": "one",
1306
+ "id": "story",
1307
+ "kind": "story-ref",
1308
+ "order": 0,
1309
+ "required": true
1310
+ }
1311
+ ],
1312
+ "terminator": true
1313
+ },
1314
+ {
1315
+ "commandId": "review",
1316
+ "inputShape": "story",
1317
+ "operation": {
1318
+ "required": false,
1319
+ "unknownAsPositional": false,
1320
+ "operations": []
1321
+ },
1322
+ "options": [],
1323
+ "positionals": [
1324
+ {
1325
+ "cardinality": "one",
1326
+ "id": "story",
1327
+ "kind": "story-ref",
1328
+ "order": 0,
1329
+ "required": true
1330
+ }
1331
+ ],
1332
+ "terminator": true
1333
+ },
1334
+ {
1335
+ "commandId": "runner",
1336
+ "inputShape": "continuity-runner",
1337
+ "operation": {
1338
+ "required": true,
1339
+ "unknownAsPositional": false,
1340
+ "operations": [
1341
+ {
1342
+ "id": "doctor",
1343
+ "aliases": []
1344
+ },
1345
+ {
1346
+ "id": "install",
1347
+ "aliases": []
1348
+ },
1349
+ {
1350
+ "id": "start",
1351
+ "aliases": []
1352
+ },
1353
+ {
1354
+ "id": "status",
1355
+ "aliases": []
1356
+ },
1357
+ {
1358
+ "id": "stop",
1359
+ "aliases": []
1360
+ },
1361
+ {
1362
+ "id": "tick",
1363
+ "aliases": []
1364
+ }
1365
+ ]
1366
+ },
1367
+ "options": [
1368
+ {
1369
+ "aliases": [],
1370
+ "cardinality": "one",
1371
+ "default": false,
1372
+ "id": "json",
1373
+ "kind": "boolean",
1374
+ "required": false,
1375
+ "syntax": [
1376
+ "bare"
1377
+ ],
1378
+ "valuePattern": null
1379
+ },
1380
+ {
1381
+ "aliases": [],
1382
+ "cardinality": "one",
1383
+ "default": null,
1384
+ "id": "runner-id",
1385
+ "kind": "string",
1386
+ "required": false,
1387
+ "syntax": [
1388
+ "split",
1389
+ "inline"
1390
+ ],
1391
+ "valuePattern": null
1392
+ }
1393
+ ],
1394
+ "positionals": [
1395
+ {
1396
+ "cardinality": "many",
1397
+ "id": "target",
1398
+ "kind": "string",
1399
+ "order": 0,
1400
+ "required": false
1401
+ }
1402
+ ],
1403
+ "terminator": true
1404
+ },
1405
+ {
1406
+ "commandId": "setup-branch",
1407
+ "inputShape": "story",
1408
+ "operation": {
1409
+ "required": false,
1410
+ "unknownAsPositional": false,
1411
+ "operations": []
1412
+ },
1413
+ "options": [],
1414
+ "positionals": [
1415
+ {
1416
+ "cardinality": "one",
1417
+ "id": "story",
1418
+ "kind": "story-ref",
1419
+ "order": 0,
1420
+ "required": true
1421
+ }
1422
+ ],
1423
+ "terminator": true
1424
+ },
1425
+ {
1426
+ "commandId": "solyd-system",
1427
+ "inputShape": "solyd-system",
1428
+ "operation": {
1429
+ "required": false,
1430
+ "unknownAsPositional": false,
1431
+ "operations": []
1432
+ },
1433
+ "options": [],
1434
+ "positionals": [
1435
+ {
1436
+ "cardinality": "many",
1437
+ "id": "input",
1438
+ "kind": "string",
1439
+ "order": 0,
1440
+ "required": false
1441
+ }
1442
+ ],
1443
+ "terminator": true
1444
+ },
1445
+ {
1446
+ "commandId": "status",
1447
+ "inputShape": "standalone",
1448
+ "operation": {
1449
+ "required": false,
1450
+ "unknownAsPositional": false,
1451
+ "operations": []
1452
+ },
1453
+ "options": [
1454
+ {
1455
+ "aliases": [],
1456
+ "cardinality": "one",
1457
+ "default": false,
1458
+ "id": "epics",
1459
+ "kind": "boolean",
1460
+ "required": false,
1461
+ "syntax": [
1462
+ "bare"
1463
+ ],
1464
+ "valuePattern": null
1465
+ },
1466
+ {
1467
+ "aliases": [],
1468
+ "cardinality": "one",
1469
+ "default": false,
1470
+ "id": "full",
1471
+ "kind": "boolean",
1472
+ "required": false,
1473
+ "syntax": [
1474
+ "bare"
1475
+ ],
1476
+ "valuePattern": null
1477
+ },
1478
+ {
1479
+ "aliases": [],
1480
+ "cardinality": "one",
1481
+ "default": false,
1482
+ "id": "health",
1483
+ "kind": "boolean",
1484
+ "required": false,
1485
+ "syntax": [
1486
+ "bare"
1487
+ ],
1488
+ "valuePattern": null
1489
+ },
1490
+ {
1491
+ "aliases": [],
1492
+ "cardinality": "one",
1493
+ "default": false,
1494
+ "id": "json",
1495
+ "kind": "boolean",
1496
+ "required": false,
1497
+ "syntax": [
1498
+ "bare"
1499
+ ],
1500
+ "valuePattern": null
1501
+ }
1502
+ ],
1503
+ "positionals": [],
1504
+ "terminator": true
1505
+ },
1506
+ {
1507
+ "commandId": "subscribe",
1508
+ "inputShape": "standalone",
1509
+ "operation": {
1510
+ "required": false,
1511
+ "unknownAsPositional": false,
1512
+ "operations": []
1513
+ },
1514
+ "options": [],
1515
+ "positionals": [],
1516
+ "terminator": true
1517
+ },
1518
+ {
1519
+ "commandId": "sync",
1520
+ "inputShape": "story",
1521
+ "operation": {
1522
+ "required": false,
1523
+ "unknownAsPositional": false,
1524
+ "operations": []
1525
+ },
1526
+ "options": [],
1527
+ "positionals": [
1528
+ {
1529
+ "cardinality": "one",
1530
+ "id": "story",
1531
+ "kind": "story-ref",
1532
+ "order": 0,
1533
+ "required": true
1534
+ }
1535
+ ],
1536
+ "terminator": true
1537
+ },
1538
+ {
1539
+ "commandId": "sync-openapi",
1540
+ "inputShape": "standalone",
1541
+ "operation": {
1542
+ "required": false,
1543
+ "unknownAsPositional": false,
1544
+ "operations": []
1545
+ },
1546
+ "options": [],
1547
+ "positionals": [],
1548
+ "terminator": true
1549
+ },
1550
+ {
1551
+ "commandId": "tech-debt",
1552
+ "inputShape": "standalone",
1553
+ "operation": {
1554
+ "required": false,
1555
+ "unknownAsPositional": false,
1556
+ "operations": [
1557
+ {
1558
+ "id": "scan",
1559
+ "aliases": []
1560
+ }
1561
+ ]
1562
+ },
1563
+ "options": [
1564
+ {
1565
+ "aliases": [],
1566
+ "cardinality": "one",
1567
+ "default": false,
1568
+ "id": "scan",
1569
+ "kind": "boolean",
1570
+ "required": false,
1571
+ "syntax": [
1572
+ "bare"
1573
+ ],
1574
+ "valuePattern": null
1575
+ }
1576
+ ],
1577
+ "positionals": [],
1578
+ "terminator": true
1579
+ },
1580
+ {
1581
+ "commandId": "ui-ux-review",
1582
+ "inputShape": "ui-ux-review",
1583
+ "operation": {
1584
+ "required": false,
1585
+ "unknownAsPositional": false,
1586
+ "operations": []
1587
+ },
1588
+ "options": [
1589
+ {
1590
+ "aliases": [],
1591
+ "cardinality": "one",
1592
+ "default": null,
1593
+ "id": "architecture-dir",
1594
+ "kind": "path",
1595
+ "required": false,
1596
+ "syntax": [
1597
+ "split",
1598
+ "inline"
1599
+ ],
1600
+ "valuePattern": null
1601
+ },
1602
+ {
1603
+ "aliases": [],
1604
+ "cardinality": "one",
1605
+ "default": null,
1606
+ "id": "brand",
1607
+ "kind": "string",
1608
+ "required": false,
1609
+ "syntax": [
1610
+ "split",
1611
+ "inline"
1612
+ ],
1613
+ "valuePattern": null
1614
+ },
1615
+ {
1616
+ "aliases": [],
1617
+ "cardinality": "one",
1618
+ "default": null,
1619
+ "id": "design-system",
1620
+ "kind": "string",
1621
+ "required": false,
1622
+ "syntax": [
1623
+ "split",
1624
+ "inline"
1625
+ ],
1626
+ "valuePattern": null
1627
+ },
1628
+ {
1629
+ "aliases": [],
1630
+ "cardinality": "one",
1631
+ "default": null,
1632
+ "id": "evidence-out",
1633
+ "kind": "path",
1634
+ "required": false,
1635
+ "syntax": [
1636
+ "split",
1637
+ "inline"
1638
+ ],
1639
+ "valuePattern": null
1640
+ },
1641
+ {
1642
+ "aliases": [],
1643
+ "cardinality": "one",
1644
+ "default": false,
1645
+ "id": "json",
1646
+ "kind": "boolean",
1647
+ "required": false,
1648
+ "syntax": [
1649
+ "bare"
1650
+ ],
1651
+ "valuePattern": null
1652
+ },
1653
+ {
1654
+ "aliases": [],
1655
+ "cardinality": "one",
1656
+ "default": false,
1657
+ "id": "project-evidence",
1658
+ "kind": "boolean",
1659
+ "required": false,
1660
+ "syntax": [
1661
+ "bare"
1662
+ ],
1663
+ "valuePattern": null
1664
+ },
1665
+ {
1666
+ "aliases": [],
1667
+ "cardinality": "one",
1668
+ "default": false,
1669
+ "id": "screenshots",
1670
+ "kind": "boolean",
1671
+ "required": false,
1672
+ "syntax": [
1673
+ "bare"
1674
+ ],
1675
+ "valuePattern": null
1676
+ },
1677
+ {
1678
+ "aliases": [],
1679
+ "cardinality": "one",
1680
+ "default": null,
1681
+ "id": "surface",
1682
+ "kind": "string-list",
1683
+ "required": false,
1684
+ "syntax": [
1685
+ "split",
1686
+ "inline"
1687
+ ],
1688
+ "valuePattern": null
1689
+ },
1690
+ {
1691
+ "aliases": [],
1692
+ "cardinality": "one",
1693
+ "default": null,
1694
+ "id": "url",
1695
+ "kind": "url",
1696
+ "required": false,
1697
+ "syntax": [
1698
+ "split",
1699
+ "inline"
1700
+ ],
1701
+ "valuePattern": null
1702
+ }
1703
+ ],
1704
+ "positionals": [
1705
+ {
1706
+ "cardinality": "many",
1707
+ "id": "brief",
1708
+ "kind": "uiux-part",
1709
+ "order": 0,
1710
+ "required": false
1711
+ }
1712
+ ],
1713
+ "terminator": true
1714
+ },
1715
+ {
1716
+ "commandId": "update-memory",
1717
+ "inputShape": "standalone",
1718
+ "operation": {
1719
+ "required": false,
1720
+ "unknownAsPositional": false,
1721
+ "operations": []
1722
+ },
1723
+ "options": [],
1724
+ "positionals": [],
1725
+ "terminator": true
1726
+ },
1727
+ {
1728
+ "commandId": "verify-pacts",
1729
+ "inputShape": "standalone",
1730
+ "operation": {
1731
+ "required": false,
1732
+ "unknownAsPositional": false,
1733
+ "operations": []
1734
+ },
1735
+ "options": [],
1736
+ "positionals": [],
1737
+ "terminator": true
1738
+ },
1739
+ {
1740
+ "commandId": "write-spec",
1741
+ "inputShape": "story",
1742
+ "operation": {
1743
+ "required": false,
1744
+ "unknownAsPositional": false,
1745
+ "operations": []
1746
+ },
1747
+ "options": [],
1748
+ "positionals": [
1749
+ {
1750
+ "cardinality": "one",
1751
+ "id": "story",
1752
+ "kind": "story-ref",
1753
+ "order": 0,
1754
+ "required": true
1755
+ }
1756
+ ],
1757
+ "terminator": true
1758
+ },
1759
+ {
1760
+ "commandId": "yolo",
1761
+ "inputShape": "story-or-inline-user-story",
1762
+ "operation": {
1763
+ "required": false,
1764
+ "unknownAsPositional": false,
1765
+ "operations": []
1766
+ },
1767
+ "options": [],
1768
+ "positionals": [
1769
+ {
1770
+ "cardinality": "many",
1771
+ "id": "storyOrInline",
1772
+ "kind": "string",
1773
+ "order": 0,
1774
+ "required": true
1775
+ }
1776
+ ],
1777
+ "terminator": true
1778
+ },
1779
+ {
1780
+ "commandId": "yoloop",
1781
+ "inputShape": "directory-or-file-or-id",
1782
+ "operation": {
1783
+ "required": false,
1784
+ "unknownAsPositional": false,
1785
+ "operations": []
1786
+ },
1787
+ "options": [
1788
+ {
1789
+ "aliases": [],
1790
+ "cardinality": "one",
1791
+ "default": false,
1792
+ "id": "dry-run",
1793
+ "kind": "boolean",
1794
+ "required": false,
1795
+ "syntax": [
1796
+ "bare"
1797
+ ],
1798
+ "valuePattern": null
1799
+ },
1800
+ {
1801
+ "aliases": [],
1802
+ "cardinality": "one",
1803
+ "default": false,
1804
+ "id": "epics",
1805
+ "kind": "boolean",
1806
+ "required": false,
1807
+ "syntax": [
1808
+ "bare"
1809
+ ],
1810
+ "valuePattern": null
1811
+ },
1812
+ {
1813
+ "aliases": [],
1814
+ "cardinality": "one",
1815
+ "default": false,
1816
+ "id": "full",
1817
+ "kind": "boolean",
1818
+ "required": false,
1819
+ "syntax": [
1820
+ "bare"
1821
+ ],
1822
+ "valuePattern": null
1823
+ },
1824
+ {
1825
+ "aliases": [],
1826
+ "cardinality": "one",
1827
+ "default": false,
1828
+ "id": "preview",
1829
+ "kind": "boolean",
1830
+ "required": false,
1831
+ "syntax": [
1832
+ "bare"
1833
+ ],
1834
+ "valuePattern": null
1835
+ }
1836
+ ],
1837
+ "positionals": [
1838
+ {
1839
+ "cardinality": "one",
1840
+ "id": "target",
1841
+ "kind": "target-ref",
1842
+ "order": 0,
1843
+ "required": false
1844
+ }
1845
+ ],
1846
+ "terminator": true
1847
+ }
1848
+ ]
1849
+ };
1850
+ export const GENERATED_INVOCATION_SCHEMAS = GENERATED_INVOCATION_SCHEMA_MANIFEST.commands;