@research-engineering/agentic-proofkit 0.1.136

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 (30) hide show
  1. package/ADOPTION.md +198 -0
  2. package/AGENTS.md +160 -0
  3. package/BACKLOG.md +217 -0
  4. package/CONTRIBUTING.md +70 -0
  5. package/LICENSE +21 -0
  6. package/NON_CLAIMS.md +45 -0
  7. package/README.md +50 -0
  8. package/SECURITY.md +52 -0
  9. package/dist/agentic-proofkit +36 -0
  10. package/dist/platform/darwin-arm64/agentic-proofkit +0 -0
  11. package/dist/platform/darwin-x64/agentic-proofkit +0 -0
  12. package/dist/platform/linux-arm64/agentic-proofkit +0 -0
  13. package/dist/platform/linux-x64/agentic-proofkit +0 -0
  14. package/docs/proofkit-contract-map.md +148 -0
  15. package/docs/release-process.md +228 -0
  16. package/docs/specs/proofkit-consumer-infra-retirement/overview.md +62 -0
  17. package/docs/specs/proofkit-consumer-infra-retirement/requirements.v1.json +283 -0
  18. package/docs/specs/proofkit-package-boundary/overview.md +43 -0
  19. package/docs/specs/proofkit-package-boundary/requirements.v1.json +176 -0
  20. package/docs/specs/proofkit-receipt-authority/overview.md +35 -0
  21. package/docs/specs/proofkit-receipt-authority/requirements.v1.json +121 -0
  22. package/docs/specs/proofkit-spec-proof-core/overview.md +98 -0
  23. package/docs/specs/proofkit-spec-proof-core/requirements.v1.json +448 -0
  24. package/docs/specs/proofkit-supply-chain-quality/overview.md +95 -0
  25. package/docs/specs/proofkit-supply-chain-quality/requirements.v1.json +260 -0
  26. package/package.json +71 -0
  27. package/proofkit/cli-contract.v1.json +1601 -0
  28. package/proofkit/receipt-producer-policy.json +49 -0
  29. package/proofkit/requirement-bindings.json +1914 -0
  30. package/proofkit/witness-plan.json +1226 -0
@@ -0,0 +1,1601 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "contractId": "proofkit.cli-contract.v1",
4
+ "packageName": "@research-engineering/agentic-proofkit",
5
+ "processContract": {
6
+ "successExitCode": 0,
7
+ "failureExitCode": 1,
8
+ "stdout": "Successful JSON commands write exactly one JSON value to stdout unless an admitted explicit output-file flag writes that JSON value to the selected path and leaves stdout empty. Successful text or help commands write text to stdout unless an admitted explicit output-file flag writes the selected representation to the selected path and leaves stdout empty. Commands do not write stderr on success.",
9
+ "stderr": "Argument parsing, unsupported command, input admission, and output serialization failures write human diagnostics to stderr. Failed report commands may still write a machine-readable failed report to stdout when admission succeeds. Opt-in agent-envelope repair packets may write deterministic invalid-input JSON to stdout with exit code 1 and empty stderr."
10
+ },
11
+ "commands": [
12
+ {
13
+ "command": "adoption-checklist",
14
+ "input": "required",
15
+ "stdin": true,
16
+ "inputPointer": true,
17
+ "scopeClass": "explicit_caller_input",
18
+ "outputModes": [
19
+ "json"
20
+ ],
21
+ "allowedFlags": [
22
+ "--input",
23
+ "--input-pointer"
24
+ ]
25
+ },
26
+ {
27
+ "command": "adoption-contract-envelope",
28
+ "input": "required",
29
+ "stdin": true,
30
+ "inputPointer": false,
31
+ "scopeClass": "explicit_caller_input",
32
+ "agentEnvelope": true,
33
+ "outputModes": [
34
+ "json"
35
+ ],
36
+ "allowedFlags": [
37
+ "--agent-envelope",
38
+ "--checked-scope",
39
+ "--guidance-mode",
40
+ "--input",
41
+ "--materialization-manifest",
42
+ "--mode",
43
+ "--pilot",
44
+ "--touched-rule-id"
45
+ ]
46
+ },
47
+ {
48
+ "command": "adoption-doctor",
49
+ "input": "required",
50
+ "stdin": true,
51
+ "inputPointer": true,
52
+ "scopeClass": "explicit_caller_input",
53
+ "agentEnvelope": true,
54
+ "outputModes": [
55
+ "json"
56
+ ],
57
+ "allowedFlags": [
58
+ "--agent-envelope",
59
+ "--input",
60
+ "--input-pointer"
61
+ ]
62
+ },
63
+ {
64
+ "command": "adoption-workflow-plan",
65
+ "input": "required",
66
+ "stdin": true,
67
+ "inputPointer": true,
68
+ "scopeClass": "explicit_caller_input",
69
+ "contractEnvelope": true,
70
+ "agentEnvelope": true,
71
+ "outputModes": [
72
+ "json"
73
+ ],
74
+ "allowedFlags": [
75
+ "--agent-envelope",
76
+ "--contract-envelope",
77
+ "--input",
78
+ "--input-pointer"
79
+ ]
80
+ },
81
+ {
82
+ "command": "agent-route",
83
+ "input": "required",
84
+ "stdin": true,
85
+ "inputPointer": true,
86
+ "scopeClass": "explicit_caller_input",
87
+ "agentEnvelope": true,
88
+ "outputModes": [
89
+ "json"
90
+ ],
91
+ "allowedFlags": [
92
+ "--agent-envelope",
93
+ "--input",
94
+ "--input-pointer"
95
+ ],
96
+ "inputContract": {
97
+ "contractId": "proofkit.agent-route.input.v1",
98
+ "schemaVersion": 1,
99
+ "authority": "agent-route input admission",
100
+ "fields": {
101
+ "availableInputs": {
102
+ "default": [],
103
+ "item": {
104
+ "kind": {
105
+ "enum": [
106
+ "adoption_workflow",
107
+ "authoring_plan",
108
+ "changed_path_set",
109
+ "coverage_view_input",
110
+ "deployment_evidence_input",
111
+ "impact_input",
112
+ "migration_parity",
113
+ "migration_plan",
114
+ "obligation_decision",
115
+ "overview_claims",
116
+ "proof_binding",
117
+ "readiness_closeout_input",
118
+ "registry_consumer_input",
119
+ "release_authority_input",
120
+ "requirement_source",
121
+ "requirement_source_transition",
122
+ "scaffold_profile_plan",
123
+ "scaffold_project_structure",
124
+ "selective_evidence",
125
+ "selective_gate_plan_input",
126
+ "spec_tree_bundle",
127
+ "test_inventory",
128
+ "typescript_public_api_manifest",
129
+ "typescript_public_api_repo_root",
130
+ "witness_command_catalog"
131
+ ]
132
+ },
133
+ "ref": {
134
+ "format": "safe repo-relative caller-owned file, report ref, or scanner root ref; scanner root refs may be ."
135
+ }
136
+ },
137
+ "uniqueBy": "kind"
138
+ },
139
+ "browserMode": {
140
+ "default": "view_plan",
141
+ "enum": [
142
+ "serve_local_view",
143
+ "view_plan"
144
+ ],
145
+ "nonClaim": "serve_local_view only adds --serve to requirement-browser-server routes; it does not create a public server or approve rendered artifacts."
146
+ },
147
+ "goal": {
148
+ "required": true,
149
+ "enum": [
150
+ "admit_receipts",
151
+ "adopt_repository",
152
+ "author_requirements",
153
+ "bind_requirement_proofs",
154
+ "check_overview_claims",
155
+ "decide_obligations",
156
+ "inspect_coverage",
157
+ "inventory_tests",
158
+ "plan_selective_checks",
159
+ "release_or_deploy_evidence",
160
+ "render_human_view",
161
+ "retire_local_infrastructure",
162
+ "scaffold_first_module",
163
+ "unknown",
164
+ "validate_requirement_source",
165
+ "verify_typescript_public_api"
166
+ ]
167
+ },
168
+ "knownChangedPaths": {
169
+ "default": [],
170
+ "format": "safe repo-relative paths",
171
+ "nonClaim": "knownChangedPaths is diagnostic-only; selective routing requires a caller-owned changed_path_set input ref."
172
+ },
173
+ "mode": {
174
+ "required": true,
175
+ "enum": [
176
+ "enforce-all",
177
+ "enforce-touched",
178
+ "observe",
179
+ "warn"
180
+ ]
181
+ },
182
+ "nonClaims": {
183
+ "default": [],
184
+ "maxItems": 8,
185
+ "maxItemRunes": 240
186
+ },
187
+ "observedReports": {
188
+ "default": [],
189
+ "item": {
190
+ "kind": {
191
+ "enum": [
192
+ "adoption",
193
+ "coverage",
194
+ "evidence",
195
+ "obligation",
196
+ "proof_binding",
197
+ "release",
198
+ "requirement_source",
199
+ "transition"
200
+ ]
201
+ },
202
+ "ref": {
203
+ "format": "safe repo-relative report ref"
204
+ },
205
+ "state": {
206
+ "enum": [
207
+ "blocked",
208
+ "failed",
209
+ "passed",
210
+ "skipped",
211
+ "warning"
212
+ ]
213
+ }
214
+ },
215
+ "blockingSemantics": "any observed report state other than passed blocks command emission",
216
+ "uniqueBy": "ref"
217
+ },
218
+ "openBrowser": {
219
+ "default": false,
220
+ "nonClaim": "openBrowser only adds --open when browserMode is serve_local_view."
221
+ },
222
+ "routeId": {
223
+ "required": true,
224
+ "format": "safe stable id",
225
+ "maxRunes": 96
226
+ },
227
+ "schemaVersion": {
228
+ "required": true,
229
+ "value": 1
230
+ }
231
+ },
232
+ "nonClaims": [
233
+ "This input contract describes agent-route admission only.",
234
+ "It does not validate referenced file contents, execute commands, read repositories, or approve merge."
235
+ ]
236
+ }
237
+ },
238
+ {
239
+ "command": "binding-partition",
240
+ "input": "required",
241
+ "stdin": true,
242
+ "inputPointer": true,
243
+ "scopeClass": "explicit_caller_input",
244
+ "outputModes": [
245
+ "json"
246
+ ],
247
+ "allowedFlags": [
248
+ "--input",
249
+ "--input-pointer"
250
+ ]
251
+ },
252
+ {
253
+ "command": "branch-authority",
254
+ "input": "required",
255
+ "stdin": true,
256
+ "inputPointer": true,
257
+ "scopeClass": "explicit_caller_input",
258
+ "outputModes": [
259
+ "json"
260
+ ],
261
+ "allowedFlags": [
262
+ "--input",
263
+ "--input-pointer"
264
+ ]
265
+ },
266
+ {
267
+ "command": "changed-path-set",
268
+ "input": "required",
269
+ "stdin": true,
270
+ "inputPointer": true,
271
+ "scopeClass": "explicit_caller_input",
272
+ "agentEnvelope": true,
273
+ "outputModes": [
274
+ "json"
275
+ ],
276
+ "allowedFlags": [
277
+ "--agent-envelope",
278
+ "--input",
279
+ "--input-pointer"
280
+ ]
281
+ },
282
+ {
283
+ "command": "completion-criteria",
284
+ "input": "required",
285
+ "stdin": true,
286
+ "inputPointer": true,
287
+ "scopeClass": "explicit_caller_input",
288
+ "outputModes": [
289
+ "json"
290
+ ],
291
+ "allowedFlags": [
292
+ "--input",
293
+ "--input-pointer"
294
+ ]
295
+ },
296
+ {
297
+ "command": "conformance-profile",
298
+ "input": "required",
299
+ "stdin": true,
300
+ "inputPointer": true,
301
+ "scopeClass": "explicit_caller_input",
302
+ "outputModes": [
303
+ "json",
304
+ "markdown"
305
+ ],
306
+ "allowedFlags": [
307
+ "--format",
308
+ "--input",
309
+ "--input-pointer",
310
+ "--list",
311
+ "--profile",
312
+ "--verify"
313
+ ]
314
+ },
315
+ {
316
+ "command": "custom-rule-boundary",
317
+ "input": "required",
318
+ "stdin": true,
319
+ "inputPointer": true,
320
+ "scopeClass": "explicit_caller_input",
321
+ "outputModes": [
322
+ "json"
323
+ ],
324
+ "allowedFlags": [
325
+ "--input",
326
+ "--input-pointer"
327
+ ]
328
+ },
329
+ {
330
+ "command": "deployment-evidence-admission",
331
+ "input": "required",
332
+ "stdin": true,
333
+ "inputPointer": true,
334
+ "scopeClass": "explicit_caller_input",
335
+ "outputModes": [
336
+ "json"
337
+ ],
338
+ "allowedFlags": [
339
+ "--input",
340
+ "--input-pointer"
341
+ ]
342
+ },
343
+ {
344
+ "command": "document-lifecycle-boundary",
345
+ "input": "required",
346
+ "stdin": true,
347
+ "inputPointer": true,
348
+ "scopeClass": "explicit_caller_input",
349
+ "outputModes": [
350
+ "json"
351
+ ],
352
+ "allowedFlags": [
353
+ "--input",
354
+ "--input-pointer"
355
+ ]
356
+ },
357
+ {
358
+ "command": "evidence-graph",
359
+ "input": "required",
360
+ "stdin": true,
361
+ "inputPointer": true,
362
+ "scopeClass": "explicit_caller_input",
363
+ "outputModes": [
364
+ "json"
365
+ ],
366
+ "allowedFlags": [
367
+ "--input",
368
+ "--input-pointer"
369
+ ]
370
+ },
371
+ {
372
+ "command": "external-consumer",
373
+ "input": "required",
374
+ "stdin": true,
375
+ "inputPointer": true,
376
+ "scopeClass": "explicit_caller_input",
377
+ "outputModes": [
378
+ "json"
379
+ ],
380
+ "allowedFlags": [
381
+ "--input",
382
+ "--input-pointer"
383
+ ]
384
+ },
385
+ {
386
+ "command": "gradual-adoption",
387
+ "input": "required",
388
+ "stdin": true,
389
+ "inputPointer": true,
390
+ "scopeClass": "explicit_caller_input",
391
+ "contractEnvelope": true,
392
+ "outputModes": [
393
+ "json"
394
+ ],
395
+ "allowedFlags": [
396
+ "--contract-envelope",
397
+ "--input",
398
+ "--input-pointer"
399
+ ]
400
+ },
401
+ {
402
+ "command": "gradual-adoption-bootstrap",
403
+ "input": "required",
404
+ "stdin": true,
405
+ "inputPointer": true,
406
+ "scopeClass": "explicit_caller_input",
407
+ "contractEnvelope": true,
408
+ "agentEnvelope": true,
409
+ "outputModes": [
410
+ "json"
411
+ ],
412
+ "allowedFlags": [
413
+ "--agent-envelope",
414
+ "--contract-envelope",
415
+ "--input",
416
+ "--input-pointer",
417
+ "--materialization-manifest"
418
+ ]
419
+ },
420
+ {
421
+ "command": "gradual-adoption-guidance",
422
+ "input": "required",
423
+ "stdin": true,
424
+ "inputPointer": true,
425
+ "scopeClass": "explicit_caller_input",
426
+ "contractEnvelope": true,
427
+ "agentEnvelope": true,
428
+ "outputModes": [
429
+ "json"
430
+ ],
431
+ "allowedFlags": [
432
+ "--agent-envelope",
433
+ "--checked-scope",
434
+ "--contract-envelope",
435
+ "--guidance-mode",
436
+ "--input",
437
+ "--input-pointer",
438
+ "--touched-rule-id"
439
+ ]
440
+ },
441
+ {
442
+ "command": "help",
443
+ "input": "none",
444
+ "stdin": false,
445
+ "inputPointer": false,
446
+ "scopeClass": "built_in_package_catalog",
447
+ "outputModes": [
448
+ "text"
449
+ ],
450
+ "allowedFlags": [
451
+ "--help",
452
+ "-h"
453
+ ]
454
+ },
455
+ {
456
+ "command": "impact",
457
+ "input": "required",
458
+ "stdin": true,
459
+ "inputPointer": true,
460
+ "scopeClass": "explicit_caller_input",
461
+ "outputModes": [
462
+ "json"
463
+ ],
464
+ "allowedFlags": [
465
+ "--input",
466
+ "--input-pointer"
467
+ ]
468
+ },
469
+ {
470
+ "command": "json-report-cli-adapter-source",
471
+ "input": "none",
472
+ "stdin": false,
473
+ "inputPointer": false,
474
+ "scopeClass": "built_in_package_catalog",
475
+ "outputModes": [
476
+ "json"
477
+ ],
478
+ "allowedFlags": [
479
+ "--format",
480
+ "--language"
481
+ ],
482
+ "outputContract": {
483
+ "contractId": "proofkit.json-report-cli-adapter-source.output.v1",
484
+ "schemaVersion": 1,
485
+ "commonFields": [
486
+ "artifactKind",
487
+ "exportedSymbols",
488
+ "format",
489
+ "generatorId",
490
+ "language",
491
+ "nonClaims",
492
+ "schemaVersion",
493
+ "source",
494
+ "sourceFileName",
495
+ "sourceSha256",
496
+ "summary"
497
+ ],
498
+ "nonClaims": [
499
+ "The generated source is not a package-root SDK contract or npm subpath API.",
500
+ "The generated source does not resolve package pins, lockfiles, repository roots, installed binary paths, native witnesses, proof freshness, merge policy, or rollout policy."
501
+ ]
502
+ }
503
+ },
504
+ {
505
+ "command": "migration-parity-admission",
506
+ "input": "required",
507
+ "stdin": true,
508
+ "inputPointer": true,
509
+ "scopeClass": "explicit_caller_input",
510
+ "outputModes": [
511
+ "json"
512
+ ],
513
+ "allowedFlags": [
514
+ "--input",
515
+ "--input-pointer"
516
+ ]
517
+ },
518
+ {
519
+ "command": "migration-plan",
520
+ "input": "required",
521
+ "stdin": true,
522
+ "inputPointer": true,
523
+ "scopeClass": "explicit_caller_input",
524
+ "outputModes": [
525
+ "json"
526
+ ],
527
+ "allowedFlags": [
528
+ "--input",
529
+ "--input-pointer"
530
+ ]
531
+ },
532
+ {
533
+ "command": "obligation-decision",
534
+ "input": "required",
535
+ "stdin": true,
536
+ "inputPointer": true,
537
+ "scopeClass": "explicit_caller_input",
538
+ "agentEnvelope": true,
539
+ "outputModes": [
540
+ "json"
541
+ ],
542
+ "allowedFlags": [
543
+ "--agent-envelope",
544
+ "--input",
545
+ "--input-pointer"
546
+ ]
547
+ },
548
+ {
549
+ "command": "package-runtime-dependency-admission",
550
+ "input": "required",
551
+ "stdin": true,
552
+ "inputPointer": true,
553
+ "scopeClass": "explicit_caller_input",
554
+ "outputModes": [
555
+ "json"
556
+ ],
557
+ "allowedFlags": [
558
+ "--input",
559
+ "--input-pointer"
560
+ ]
561
+ },
562
+ {
563
+ "command": "pilot-admission",
564
+ "input": "required",
565
+ "stdin": true,
566
+ "inputPointer": true,
567
+ "scopeClass": "explicit_caller_input",
568
+ "contractEnvelope": true,
569
+ "outputModes": [
570
+ "json"
571
+ ],
572
+ "allowedFlags": [
573
+ "--contract-envelope",
574
+ "--input",
575
+ "--input-pointer",
576
+ "--pilot",
577
+ "--stack-diverse"
578
+ ]
579
+ },
580
+ {
581
+ "command": "producer-policy-self-proof",
582
+ "input": "required",
583
+ "stdin": true,
584
+ "inputPointer": true,
585
+ "scopeClass": "explicit_caller_input",
586
+ "outputModes": [
587
+ "json"
588
+ ],
589
+ "allowedFlags": [
590
+ "--input",
591
+ "--input-pointer"
592
+ ]
593
+ },
594
+ {
595
+ "command": "proof-obligation-algebra",
596
+ "input": "required",
597
+ "stdin": true,
598
+ "inputPointer": true,
599
+ "scopeClass": "explicit_caller_input",
600
+ "outputModes": [
601
+ "json"
602
+ ],
603
+ "allowedFlags": [
604
+ "--input",
605
+ "--input-pointer"
606
+ ]
607
+ },
608
+ {
609
+ "command": "proof-receipt-admission",
610
+ "input": "required",
611
+ "stdin": true,
612
+ "inputPointer": true,
613
+ "scopeClass": "explicit_caller_input",
614
+ "outputModes": [
615
+ "json"
616
+ ],
617
+ "allowedFlags": [
618
+ "--input",
619
+ "--input-pointer"
620
+ ]
621
+ },
622
+ {
623
+ "command": "proof-slice",
624
+ "input": "required",
625
+ "stdin": true,
626
+ "inputPointer": true,
627
+ "scopeClass": "explicit_caller_input",
628
+ "outputModes": [
629
+ "json"
630
+ ],
631
+ "allowedFlags": [
632
+ "--input",
633
+ "--input-pointer"
634
+ ]
635
+ },
636
+ {
637
+ "command": "readiness-closeout",
638
+ "input": "required",
639
+ "stdin": true,
640
+ "inputPointer": true,
641
+ "scopeClass": "explicit_caller_input",
642
+ "outputModes": [
643
+ "json"
644
+ ],
645
+ "allowedFlags": [
646
+ "--input",
647
+ "--input-pointer"
648
+ ]
649
+ },
650
+ {
651
+ "command": "receipt-currentness-scope",
652
+ "input": "required",
653
+ "stdin": true,
654
+ "inputPointer": true,
655
+ "scopeClass": "explicit_caller_input",
656
+ "outputModes": [
657
+ "json"
658
+ ],
659
+ "allowedFlags": [
660
+ "--input",
661
+ "--input-pointer"
662
+ ]
663
+ },
664
+ {
665
+ "command": "receipt-producer-admission",
666
+ "input": "required",
667
+ "stdin": true,
668
+ "inputPointer": true,
669
+ "scopeClass": "explicit_caller_input",
670
+ "outputModes": [
671
+ "json"
672
+ ],
673
+ "allowedFlags": [
674
+ "--input",
675
+ "--input-pointer"
676
+ ]
677
+ },
678
+ {
679
+ "command": "receipt-trust-class",
680
+ "input": "required",
681
+ "stdin": true,
682
+ "inputPointer": true,
683
+ "scopeClass": "explicit_caller_input",
684
+ "outputModes": [
685
+ "json"
686
+ ],
687
+ "allowedFlags": [
688
+ "--input",
689
+ "--input-pointer"
690
+ ]
691
+ },
692
+ {
693
+ "command": "registry-consumer",
694
+ "input": "required",
695
+ "stdin": true,
696
+ "inputPointer": true,
697
+ "scopeClass": "explicit_caller_input",
698
+ "outputModes": [
699
+ "json"
700
+ ],
701
+ "allowedFlags": [
702
+ "--input",
703
+ "--input-pointer"
704
+ ]
705
+ },
706
+ {
707
+ "command": "registry-consumer-proof-input-compose",
708
+ "input": "required",
709
+ "stdin": true,
710
+ "inputPointer": true,
711
+ "scopeClass": "explicit_caller_input",
712
+ "outputModes": [
713
+ "json"
714
+ ],
715
+ "allowedFlags": [
716
+ "--input",
717
+ "--input-pointer"
718
+ ]
719
+ },
720
+ {
721
+ "command": "release-authority",
722
+ "input": "required",
723
+ "stdin": true,
724
+ "inputPointer": true,
725
+ "scopeClass": "explicit_caller_input",
726
+ "outputModes": [
727
+ "json"
728
+ ],
729
+ "allowedFlags": [
730
+ "--input",
731
+ "--input-pointer"
732
+ ]
733
+ },
734
+ {
735
+ "command": "rendered-artifact-freshness",
736
+ "input": "required",
737
+ "stdin": true,
738
+ "inputPointer": true,
739
+ "scopeClass": "explicit_caller_input",
740
+ "outputModes": [
741
+ "json"
742
+ ],
743
+ "allowedFlags": [
744
+ "--input",
745
+ "--input-pointer"
746
+ ]
747
+ },
748
+ {
749
+ "command": "repo-profile-admission",
750
+ "input": "required",
751
+ "stdin": true,
752
+ "inputPointer": true,
753
+ "scopeClass": "explicit_caller_input",
754
+ "outputModes": [
755
+ "json"
756
+ ],
757
+ "allowedFlags": [
758
+ "--input",
759
+ "--input-pointer"
760
+ ]
761
+ },
762
+ {
763
+ "command": "requirement-authoring-plan",
764
+ "input": "required",
765
+ "stdin": true,
766
+ "inputPointer": true,
767
+ "scopeClass": "explicit_caller_input",
768
+ "outputModes": [
769
+ "json"
770
+ ],
771
+ "allowedFlags": [
772
+ "--input",
773
+ "--input-pointer"
774
+ ]
775
+ },
776
+ {
777
+ "command": "requirement-bindings",
778
+ "input": "required",
779
+ "stdin": true,
780
+ "inputPointer": true,
781
+ "scopeClass": "explicit_caller_input",
782
+ "outputModes": [
783
+ "json"
784
+ ],
785
+ "allowedFlags": [
786
+ "--input",
787
+ "--input-pointer"
788
+ ]
789
+ },
790
+ {
791
+ "command": "requirement-browser-server",
792
+ "input": "required",
793
+ "stdin": true,
794
+ "inputPointer": true,
795
+ "scopeClass": "explicit_caller_input",
796
+ "outputModes": [
797
+ "json",
798
+ "server"
799
+ ],
800
+ "allowedFlags": [
801
+ "--empty-local-environment-policy",
802
+ "--host",
803
+ "--input",
804
+ "--input-pointer",
805
+ "--local-environment-class",
806
+ "--open",
807
+ "--port",
808
+ "--scope",
809
+ "--serve",
810
+ "--view"
811
+ ]
812
+ },
813
+ {
814
+ "command": "requirement-coverage-input-compose",
815
+ "input": "required",
816
+ "stdin": true,
817
+ "inputPointer": true,
818
+ "scopeClass": "explicit_caller_input",
819
+ "outputModes": [
820
+ "json"
821
+ ],
822
+ "allowedFlags": [
823
+ "--input",
824
+ "--input-pointer"
825
+ ],
826
+ "outputContract": {
827
+ "contractId": "proofkit.requirement-coverage-input-compose.output.v1",
828
+ "schemaVersion": 1,
829
+ "authority": "requirement coverage input compose output contract",
830
+ "requiredFields": [
831
+ "compactProofContract",
832
+ "coverageUniverse",
833
+ "localEnvironmentPolicy",
834
+ "options",
835
+ "ownerInvariantRegistry",
836
+ "requirementProofBinding",
837
+ "requirementSource",
838
+ "schemaVersion",
839
+ "testEvidenceInventory",
840
+ "viewInputId"
841
+ ],
842
+ "nonClaims": [
843
+ "Coverage input composition emits a direct requirement-coverage-view input and does not execute native tests, authenticate receipts, decide freshness, or approve merge."
844
+ ]
845
+ }
846
+ },
847
+ {
848
+ "command": "requirement-coverage-view",
849
+ "input": "required",
850
+ "stdin": true,
851
+ "inputPointer": true,
852
+ "scopeClass": "explicit_caller_input",
853
+ "agentEnvelope": true,
854
+ "outputModes": [
855
+ "html",
856
+ "json",
857
+ "markdown"
858
+ ],
859
+ "allowedFlags": [
860
+ "--agent-envelope",
861
+ "--format",
862
+ "--input",
863
+ "--input-pointer"
864
+ ],
865
+ "outputContract": {
866
+ "contractId": "proofkit.requirement-coverage-view.output.v1",
867
+ "schemaVersion": 1,
868
+ "authority": "requirement coverage view output contract",
869
+ "classificationRecords": {
870
+ "failureClassifications": {
871
+ "severity": "failure",
872
+ "sourceField": "failures"
873
+ },
874
+ "warningClassifications": {
875
+ "severity": "warning",
876
+ "sourceField": "warnings"
877
+ }
878
+ },
879
+ "classificationIds": [
880
+ "declared_dead_zone",
881
+ "failed_test_inventory",
882
+ "missing_requirement_binding",
883
+ "missing_semantic_test",
884
+ "nonsemantic_command_evidence",
885
+ "nonsemantic_governance_evidence",
886
+ "not_applicable_with_reason",
887
+ "owner_scope_violation",
888
+ "routing_smoke_only",
889
+ "unknown_reference"
890
+ ],
891
+ "requiredFields": [
892
+ "failureClassifications",
893
+ "failures",
894
+ "ownerInvariantCoverage",
895
+ "state",
896
+ "warningClassifications",
897
+ "warnings"
898
+ ],
899
+ "nonClaims": [
900
+ "Classification records describe Proofkit coverage diagnostics only; consumer repositories own severity policy, merge admission, escalation, and native witness execution."
901
+ ]
902
+ }
903
+ },
904
+ {
905
+ "command": "requirement-impact-input-compose",
906
+ "input": "required",
907
+ "stdin": true,
908
+ "inputPointer": true,
909
+ "scopeClass": "explicit_caller_input",
910
+ "outputModes": [
911
+ "json"
912
+ ],
913
+ "allowedFlags": [
914
+ "--input",
915
+ "--input-pointer"
916
+ ],
917
+ "outputContract": {
918
+ "contractId": "proofkit.requirement-impact-input-compose.output.v1",
919
+ "schemaVersion": 1,
920
+ "authority": "requirement impact input compose output contract",
921
+ "requiredFields": [
922
+ "baseCommit",
923
+ "baseRef",
924
+ "changedBindingRecordIds",
925
+ "changedPaths",
926
+ "changedRecordIds",
927
+ "changedWitnessPathCoverage",
928
+ "generatedArtifactRules",
929
+ "headCommit",
930
+ "headRef",
931
+ "ignoredProofLikePaths",
932
+ "nonClaims",
933
+ "obligationCatalog",
934
+ "preexistingFailures",
935
+ "proofLikePaths",
936
+ "schemaVersion"
937
+ ],
938
+ "optionalFields": [
939
+ "unboundProofChangeRationale"
940
+ ],
941
+ "nonClaims": [
942
+ "Impact input composition emits a direct impact command input and does not execute native tests, authenticate receipts, decide freshness, or approve merge."
943
+ ]
944
+ }
945
+ },
946
+ {
947
+ "command": "requirement-proof-resolver",
948
+ "input": "required",
949
+ "stdin": true,
950
+ "inputPointer": true,
951
+ "scopeClass": "explicit_caller_input",
952
+ "outputModes": [
953
+ "json"
954
+ ],
955
+ "allowedFlags": [
956
+ "--empty-local-environment-policy",
957
+ "--input",
958
+ "--input-pointer",
959
+ "--local-environment-class"
960
+ ]
961
+ },
962
+ {
963
+ "command": "requirement-proof-source-set",
964
+ "input": "required",
965
+ "stdin": true,
966
+ "inputPointer": true,
967
+ "scopeClass": "explicit_caller_input",
968
+ "outputModes": [
969
+ "json"
970
+ ],
971
+ "allowedFlags": [
972
+ "--input",
973
+ "--input-pointer"
974
+ ],
975
+ "inputContract": {
976
+ "contractId": "proofkit.requirement-proof-source-set.input.v1",
977
+ "schemaVersion": 1,
978
+ "authority": "requirement proof source-set input admission",
979
+ "requiredFields": [
980
+ "canonicalEnvelope",
981
+ "sourceSet",
982
+ "sources"
983
+ ],
984
+ "optionalFields": {
985
+ "projection": {
986
+ "default": {
987
+ "kind": "canonical_contract"
988
+ },
989
+ "fields": {
990
+ "kind": {
991
+ "default": "canonical_contract",
992
+ "enum": [
993
+ "canonical_contract",
994
+ "resolver_input"
995
+ ]
996
+ },
997
+ "selectedSourceIds": {
998
+ "default": "all sourceSet rows",
999
+ "format": "non-empty array of stable source_id values when provided",
1000
+ "semantics": "Restricts output to caller-selected source rows while preserving source-set order."
1001
+ }
1002
+ }
1003
+ }
1004
+ },
1005
+ "nonClaims": [
1006
+ "The command does not discover repository files, infer source completeness, execute witnesses, decide proof freshness, approve merge, or approve rollout."
1007
+ ]
1008
+ },
1009
+ "outputContract": {
1010
+ "contractId": "proofkit.requirement-proof-source-set.output.v1",
1011
+ "schemaVersion": 1,
1012
+ "commonFields": [
1013
+ "inputPaths",
1014
+ "projectionKind",
1015
+ "selectedSourceIds",
1016
+ "sourceCount",
1017
+ "sourceSetCount"
1018
+ ],
1019
+ "variants": [
1020
+ {
1021
+ "projectionKind": "proofkit.requirement-proof-source-set.canonical_contract",
1022
+ "payloadField": "contract"
1023
+ },
1024
+ {
1025
+ "projectionKind": "proofkit.requirement-proof-source-set.resolver_input",
1026
+ "payloadField": "resolverInput"
1027
+ }
1028
+ ],
1029
+ "nonClaims": [
1030
+ "Resolver projection is a shape-compatible data product, not proof freshness, native test execution, or consumer merge authority."
1031
+ ]
1032
+ }
1033
+ },
1034
+ {
1035
+ "command": "requirement-proof-view",
1036
+ "input": "required",
1037
+ "stdin": true,
1038
+ "inputPointer": true,
1039
+ "scopeClass": "explicit_caller_input",
1040
+ "outputModes": [
1041
+ "html",
1042
+ "json",
1043
+ "markdown"
1044
+ ],
1045
+ "allowedFlags": [
1046
+ "--empty-local-environment-policy",
1047
+ "--format",
1048
+ "--input",
1049
+ "--input-pointer",
1050
+ "--local-environment-class",
1051
+ "--scope"
1052
+ ]
1053
+ },
1054
+ {
1055
+ "command": "requirement-source-admission",
1056
+ "input": "required",
1057
+ "stdin": true,
1058
+ "inputPointer": true,
1059
+ "scopeClass": "explicit_caller_input",
1060
+ "outputModes": [
1061
+ "json"
1062
+ ],
1063
+ "allowedFlags": [
1064
+ "--input",
1065
+ "--input-pointer"
1066
+ ]
1067
+ },
1068
+ {
1069
+ "command": "requirement-source-transition",
1070
+ "input": "required",
1071
+ "stdin": true,
1072
+ "inputPointer": true,
1073
+ "scopeClass": "explicit_caller_input",
1074
+ "outputModes": [
1075
+ "json"
1076
+ ],
1077
+ "allowedFlags": [
1078
+ "--input",
1079
+ "--input-pointer"
1080
+ ]
1081
+ },
1082
+ {
1083
+ "command": "requirement-source-view",
1084
+ "input": "required",
1085
+ "stdin": true,
1086
+ "inputPointer": true,
1087
+ "scopeClass": "explicit_caller_input",
1088
+ "outputModes": [
1089
+ "html",
1090
+ "json",
1091
+ "markdown"
1092
+ ],
1093
+ "allowedFlags": [
1094
+ "--format",
1095
+ "--input",
1096
+ "--input-pointer"
1097
+ ]
1098
+ },
1099
+ {
1100
+ "command": "requirement-spec-tree",
1101
+ "input": "required",
1102
+ "stdin": true,
1103
+ "inputPointer": true,
1104
+ "scopeClass": "explicit_caller_input",
1105
+ "outputModes": [
1106
+ "json"
1107
+ ],
1108
+ "allowedFlags": [
1109
+ "--input",
1110
+ "--input-pointer"
1111
+ ]
1112
+ },
1113
+ {
1114
+ "command": "requirement-spec-tree-view",
1115
+ "input": "required",
1116
+ "stdin": true,
1117
+ "inputPointer": true,
1118
+ "scopeClass": "explicit_caller_input",
1119
+ "outputModes": [
1120
+ "html",
1121
+ "json",
1122
+ "markdown"
1123
+ ],
1124
+ "allowedFlags": [
1125
+ "--format",
1126
+ "--input",
1127
+ "--input-pointer",
1128
+ "--output"
1129
+ ],
1130
+ "outputContract": {
1131
+ "contractId": "proofkit.requirement-spec-tree-view.output.v1",
1132
+ "schemaVersion": 1,
1133
+ "authority": "requirement spec tree view output contract",
1134
+ "requiredFields": [
1135
+ "authority",
1136
+ "nodeCount",
1137
+ "rootNodeId",
1138
+ "treeId",
1139
+ "viewKind"
1140
+ ],
1141
+ "nonClaims": [
1142
+ "Requirement spec tree views are presentation projections only.",
1143
+ "Requirement spec tree views do not scan repositories, compute source freshness, execute witnesses, approve merge, or replace the requirement spec tree admission report."
1144
+ ]
1145
+ }
1146
+ },
1147
+ {
1148
+ "command": "scaffold-profile-plan",
1149
+ "input": "required",
1150
+ "stdin": true,
1151
+ "inputPointer": true,
1152
+ "scopeClass": "explicit_caller_input",
1153
+ "outputModes": [
1154
+ "json"
1155
+ ],
1156
+ "allowedFlags": [
1157
+ "--input",
1158
+ "--input-pointer"
1159
+ ]
1160
+ },
1161
+ {
1162
+ "command": "scaffold-project-structure",
1163
+ "input": "required",
1164
+ "stdin": true,
1165
+ "inputPointer": true,
1166
+ "scopeClass": "explicit_caller_input",
1167
+ "agentEnvelope": true,
1168
+ "outputModes": [
1169
+ "json"
1170
+ ],
1171
+ "allowedFlags": [
1172
+ "--agent-envelope",
1173
+ "--input",
1174
+ "--input-pointer"
1175
+ ]
1176
+ },
1177
+ {
1178
+ "command": "selective-gate-evidence",
1179
+ "input": "required",
1180
+ "stdin": true,
1181
+ "inputPointer": true,
1182
+ "scopeClass": "explicit_caller_input",
1183
+ "agentEnvelope": true,
1184
+ "outputModes": [
1185
+ "json"
1186
+ ],
1187
+ "allowedFlags": [
1188
+ "--agent-envelope",
1189
+ "--input",
1190
+ "--input-pointer"
1191
+ ]
1192
+ },
1193
+ {
1194
+ "command": "selective-gate-obligation-decision-input",
1195
+ "input": "required",
1196
+ "stdin": true,
1197
+ "inputPointer": true,
1198
+ "scopeClass": "explicit_caller_input",
1199
+ "outputModes": [
1200
+ "json"
1201
+ ],
1202
+ "allowedFlags": [
1203
+ "--input",
1204
+ "--input-pointer"
1205
+ ]
1206
+ },
1207
+ {
1208
+ "command": "selective-gate-plan",
1209
+ "input": "required",
1210
+ "stdin": true,
1211
+ "inputPointer": true,
1212
+ "scopeClass": "explicit_caller_input",
1213
+ "agentEnvelope": true,
1214
+ "outputModes": [
1215
+ "json"
1216
+ ],
1217
+ "allowedFlags": [
1218
+ "--agent-envelope",
1219
+ "--input",
1220
+ "--input-pointer"
1221
+ ]
1222
+ },
1223
+ {
1224
+ "command": "self-check",
1225
+ "input": "required",
1226
+ "stdin": true,
1227
+ "inputPointer": false,
1228
+ "scopeClass": "explicit_caller_input",
1229
+ "outputModes": [
1230
+ "json"
1231
+ ],
1232
+ "allowedFlags": [
1233
+ "--input"
1234
+ ]
1235
+ },
1236
+ {
1237
+ "command": "spec-overview-claims",
1238
+ "input": "required",
1239
+ "stdin": true,
1240
+ "inputPointer": true,
1241
+ "scopeClass": "explicit_caller_input",
1242
+ "outputModes": [
1243
+ "json"
1244
+ ],
1245
+ "allowedFlags": [
1246
+ "--input",
1247
+ "--input-pointer"
1248
+ ]
1249
+ },
1250
+ {
1251
+ "command": "spec-proof-bundle-admission",
1252
+ "input": "required",
1253
+ "stdin": true,
1254
+ "inputPointer": true,
1255
+ "scopeClass": "explicit_caller_input",
1256
+ "outputModes": [
1257
+ "json"
1258
+ ],
1259
+ "allowedFlags": [
1260
+ "--input",
1261
+ "--input-pointer"
1262
+ ]
1263
+ },
1264
+ {
1265
+ "command": "stack-preset",
1266
+ "input": "none",
1267
+ "stdin": false,
1268
+ "inputPointer": false,
1269
+ "scopeClass": "built_in_package_catalog",
1270
+ "outputModes": [
1271
+ "json"
1272
+ ],
1273
+ "allowedFlags": [
1274
+ "--preset"
1275
+ ]
1276
+ },
1277
+ {
1278
+ "command": "test-evidence-inventory",
1279
+ "input": "required",
1280
+ "stdin": true,
1281
+ "inputPointer": true,
1282
+ "scopeClass": "explicit_caller_input",
1283
+ "outputModes": [
1284
+ "json",
1285
+ "normalized-inventory"
1286
+ ],
1287
+ "allowedFlags": [
1288
+ "--input",
1289
+ "--input-pointer",
1290
+ "--normalized-inventory",
1291
+ "--projection"
1292
+ ],
1293
+ "inputContract": {
1294
+ "contractId": "proofkit.test-evidence-inventory.proof-binding-derived.input.v1",
1295
+ "schemaVersion": 1,
1296
+ "authority": "proof-binding-derived test inventory projection admission",
1297
+ "appliesWhen": "--projection proof-binding-derived",
1298
+ "fields": {
1299
+ "commandRefPolicy": {
1300
+ "required": true,
1301
+ "fields": {
1302
+ "prefix": {
1303
+ "required": true,
1304
+ "format": "stable rule id namespace used to derive commandRefs"
1305
+ }
1306
+ }
1307
+ },
1308
+ "compactProofContract": {
1309
+ "required": true,
1310
+ "format": "compact requirement proof binding contract"
1311
+ },
1312
+ "inventoryId": {
1313
+ "required": true,
1314
+ "format": "stable rule id"
1315
+ },
1316
+ "nonClaims": {
1317
+ "default": []
1318
+ },
1319
+ "requirementSource": {
1320
+ "required": true,
1321
+ "fields": {
1322
+ "requirements": {
1323
+ "required": true,
1324
+ "itemFields": {
1325
+ "ownerId": "stable rule id",
1326
+ "requirementId": "stable rule id"
1327
+ }
1328
+ }
1329
+ }
1330
+ },
1331
+ "schemaVersion": {
1332
+ "required": true,
1333
+ "value": 1
1334
+ }
1335
+ },
1336
+ "nonClaims": [
1337
+ "This projection input does not make Proofkit the owner of requirement meaning, native test execution, repository scanning, proof freshness, or merge policy.",
1338
+ "The derived inventory remains caller-owned input for downstream coverage views."
1339
+ ]
1340
+ },
1341
+ "outputContract": {
1342
+ "contractId": "proofkit.test-evidence-inventory.output.v1",
1343
+ "schemaVersion": 1,
1344
+ "authority": "test evidence inventory output contract",
1345
+ "classificationRecords": {
1346
+ "failureClassifications": {
1347
+ "severity": "failure",
1348
+ "sourceDiagnosticKey": "failures"
1349
+ },
1350
+ "warningClassifications": {
1351
+ "severity": "warning",
1352
+ "sourceDiagnosticKey": "warnings"
1353
+ }
1354
+ },
1355
+ "classificationIds": [
1356
+ "declared_duplicate_falsifier",
1357
+ "duplicate_falsifier_candidate",
1358
+ "empty_oracle",
1359
+ "fixture_leak_risk",
1360
+ "flaky_time",
1361
+ "implementation_mirror",
1362
+ "import_cost_leak",
1363
+ "invalid_falsifier_supersession",
1364
+ "missing_edge",
1365
+ "missing_executable_command_ref",
1366
+ "missing_semantic_anchor",
1367
+ "mock_tests_mock",
1368
+ "over_broad_integration",
1369
+ "routing_smoke_only",
1370
+ "snapshot_without_oracle",
1371
+ "tautology",
1372
+ "unasserted_diagnostic",
1373
+ "weak_or_empty_oracle",
1374
+ "wrong_boundary",
1375
+ "wrong_evidence_boundary"
1376
+ ],
1377
+ "qualityFindingFields": {
1378
+ "class": "known weak-test class",
1379
+ "evidenceRefs": "sorted stable rule id refs",
1380
+ "findingId": "stable rule id",
1381
+ "nonClaims": "sorted caller-owned non-claims",
1382
+ "ownerReviewState": "candidate|confirmed",
1383
+ "severity": "failure|warning"
1384
+ },
1385
+ "nonClaims": [
1386
+ "Test evidence inventory classifications describe admitted caller-owned inventory facts and Proofkit-derived structural diagnostics only.",
1387
+ "Proofkit does not infer weak tests from names, prose, mocks, sleeps, snapshots, or repository scans."
1388
+ ]
1389
+ }
1390
+ },
1391
+ {
1392
+ "command": "text-policy",
1393
+ "input": "required",
1394
+ "stdin": true,
1395
+ "inputPointer": true,
1396
+ "scopeClass": "explicit_caller_input",
1397
+ "outputModes": [
1398
+ "json"
1399
+ ],
1400
+ "allowedFlags": [
1401
+ "--input",
1402
+ "--input-pointer"
1403
+ ]
1404
+ },
1405
+ {
1406
+ "command": "typescript-public-api-surfaces",
1407
+ "input": "required",
1408
+ "stdin": true,
1409
+ "inputPointer": true,
1410
+ "scopeClass": "explicit_filesystem_scan",
1411
+ "outputModes": [
1412
+ "json"
1413
+ ],
1414
+ "allowedFlags": [
1415
+ "--input",
1416
+ "--input-pointer",
1417
+ "--repo-root"
1418
+ ]
1419
+ },
1420
+ {
1421
+ "command": "witness-plan",
1422
+ "input": "required",
1423
+ "stdin": true,
1424
+ "inputPointer": true,
1425
+ "scopeClass": "explicit_caller_input",
1426
+ "outputModes": [
1427
+ "json"
1428
+ ],
1429
+ "allowedFlags": [
1430
+ "--input",
1431
+ "--input-pointer"
1432
+ ]
1433
+ },
1434
+ {
1435
+ "command": "witness-scheduler-plan",
1436
+ "input": "required",
1437
+ "stdin": true,
1438
+ "inputPointer": true,
1439
+ "scopeClass": "explicit_caller_input",
1440
+ "outputModes": [
1441
+ "json"
1442
+ ],
1443
+ "allowedFlags": [
1444
+ "--input",
1445
+ "--input-pointer"
1446
+ ]
1447
+ },
1448
+ {
1449
+ "command": "workspace-changed-package-plan",
1450
+ "input": "required",
1451
+ "stdin": true,
1452
+ "inputPointer": true,
1453
+ "scopeClass": "explicit_caller_input",
1454
+ "agentEnvelope": true,
1455
+ "outputModes": [
1456
+ "json"
1457
+ ],
1458
+ "allowedFlags": [
1459
+ "--agent-envelope",
1460
+ "--input",
1461
+ "--input-pointer"
1462
+ ]
1463
+ },
1464
+ {
1465
+ "command": "workspace-manifest-facts",
1466
+ "input": "required",
1467
+ "stdin": true,
1468
+ "inputPointer": true,
1469
+ "scopeClass": "explicit_caller_input",
1470
+ "outputModes": [
1471
+ "json"
1472
+ ],
1473
+ "allowedFlags": [
1474
+ "--input",
1475
+ "--input-pointer"
1476
+ ],
1477
+ "outputContract": {
1478
+ "contractId": "proofkit.workspace-manifest-facts.output.v1",
1479
+ "schemaVersion": 1,
1480
+ "authority": "workspace manifest facts output contract",
1481
+ "requiredFields": [
1482
+ "changedPackagePlanPackages",
1483
+ "diagnostics",
1484
+ "knownPackageNames",
1485
+ "manifestSources",
1486
+ "nonClaims",
1487
+ "packageUniverse",
1488
+ "packages",
1489
+ "projectionId",
1490
+ "reportId",
1491
+ "reportKind",
1492
+ "root",
1493
+ "schemaVersion",
1494
+ "shardPartitionPackages",
1495
+ "state",
1496
+ "summary"
1497
+ ],
1498
+ "records": {
1499
+ "root": {
1500
+ "requiredFields": [
1501
+ "dependencyRefs",
1502
+ "name",
1503
+ "scripts"
1504
+ ]
1505
+ },
1506
+ "package": {
1507
+ "requiredFields": [
1508
+ "dependencyRefs",
1509
+ "dirName",
1510
+ "name",
1511
+ "scripts"
1512
+ ]
1513
+ },
1514
+ "script": {
1515
+ "requiredFields": [
1516
+ "command",
1517
+ "name"
1518
+ ]
1519
+ },
1520
+ "dependencyRef": {
1521
+ "requiredFields": [
1522
+ "field",
1523
+ "name",
1524
+ "version"
1525
+ ]
1526
+ },
1527
+ "rootManifestSource": {
1528
+ "requiredFields": [
1529
+ "manifestPath",
1530
+ "name",
1531
+ "packageDir"
1532
+ ]
1533
+ },
1534
+ "packageManifestSource": {
1535
+ "requiredFields": [
1536
+ "dirName",
1537
+ "manifestPath",
1538
+ "name",
1539
+ "packageDir"
1540
+ ]
1541
+ },
1542
+ "workspaceDependencyEdge": {
1543
+ "requiredFields": [
1544
+ "field",
1545
+ "fromKind",
1546
+ "fromName",
1547
+ "toName",
1548
+ "version"
1549
+ ]
1550
+ },
1551
+ "changedPackagePlanPackage": {
1552
+ "requiredFields": [
1553
+ "dirName",
1554
+ "name",
1555
+ "workspaceDependencies"
1556
+ ]
1557
+ },
1558
+ "shardPartitionPackage": {
1559
+ "requiredFields": [
1560
+ "name",
1561
+ "workspaceDependencies"
1562
+ ]
1563
+ }
1564
+ },
1565
+ "nonClaims": [
1566
+ "Workspace manifest facts project explicit caller-owned manifest records and do not scan repositories, read package files, interpret package-manager policy, execute commands, or approve merge."
1567
+ ]
1568
+ }
1569
+ },
1570
+ {
1571
+ "command": "workspace-registry",
1572
+ "input": "required",
1573
+ "stdin": true,
1574
+ "inputPointer": true,
1575
+ "scopeClass": "explicit_caller_input",
1576
+ "outputModes": [
1577
+ "json"
1578
+ ],
1579
+ "allowedFlags": [
1580
+ "--input",
1581
+ "--input-pointer"
1582
+ ]
1583
+ },
1584
+ {
1585
+ "command": "workspace-shard-partition",
1586
+ "input": "required",
1587
+ "stdin": true,
1588
+ "inputPointer": true,
1589
+ "scopeClass": "explicit_caller_input",
1590
+ "agentEnvelope": true,
1591
+ "outputModes": [
1592
+ "json"
1593
+ ],
1594
+ "allowedFlags": [
1595
+ "--agent-envelope",
1596
+ "--input",
1597
+ "--input-pointer"
1598
+ ]
1599
+ }
1600
+ ]
1601
+ }