@vibe-engineer/artifacts 0.1.0 → 0.2.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.
@@ -16,9 +16,7 @@
16
16
  "type": "string",
17
17
  "minLength": 1,
18
18
  "const": "schematic_manifest",
19
- "enum": [
20
- "schematic_manifest"
21
- ]
19
+ "enum": ["schematic_manifest"]
22
20
  },
23
21
  "artifactId": {
24
22
  "type": "string",
@@ -76,21 +74,12 @@
76
74
  "pattern": "^[a-z0-9][a-z0-9._:-]*$"
77
75
  }
78
76
  },
79
- "required": [
80
- "kind",
81
- "id",
82
- "name"
83
- ]
77
+ "required": ["kind", "id", "name"]
84
78
  },
85
79
  "status": {
86
80
  "type": "string",
87
81
  "minLength": 1,
88
- "enum": [
89
- "active",
90
- "deprecated",
91
- "experimental",
92
- "disabled"
93
- ]
82
+ "enum": ["active", "deprecated", "experimental", "disabled"]
94
83
  },
95
84
  "ownership": {
96
85
  "type": "object",
@@ -203,14 +192,7 @@
203
192
  "minLength": 1
204
193
  }
205
194
  },
206
- "required": [
207
- "rel",
208
- "artifactKind",
209
- "artifactId",
210
- "path",
211
- "required",
212
- "statusAtLinkTime"
213
- ]
195
+ "required": ["rel", "artifactKind", "artifactId", "path", "required", "statusAtLinkTime"]
214
196
  },
215
197
  "minItems": 1
216
198
  },
@@ -221,9 +203,7 @@
221
203
  },
222
204
  "additionalProperties": {
223
205
  "type": "object",
224
- "required": [
225
- "schemaVersion"
226
- ],
206
+ "required": ["schemaVersion"],
227
207
  "properties": {
228
208
  "schemaVersion": {
229
209
  "type": "string",
@@ -253,24 +233,14 @@
253
233
  "kind": {
254
234
  "type": "string",
255
235
  "minLength": 1,
256
- "enum": [
257
- "source_doc",
258
- "prompt",
259
- "issue",
260
- "url",
261
- "artifact",
262
- "raw_intent"
263
- ]
236
+ "enum": ["source_doc", "prompt", "issue", "url", "artifact", "raw_intent"]
264
237
  },
265
238
  "ref": {
266
239
  "type": "string",
267
240
  "minLength": 1
268
241
  }
269
242
  },
270
- "required": [
271
- "kind",
272
- "ref"
273
- ]
243
+ "required": ["kind", "ref"]
274
244
  }
275
245
  },
276
246
  "approvedBy": {
@@ -314,11 +284,7 @@
314
284
  "pattern": "^[a-z0-9][a-z0-9._:-]*$"
315
285
  }
316
286
  },
317
- "required": [
318
- "kind",
319
- "id",
320
- "name"
321
- ]
287
+ "required": ["kind", "id", "name"]
322
288
  },
323
289
  "approvedAt": {
324
290
  "type": "string",
@@ -326,10 +292,7 @@
326
292
  "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z$|^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"
327
293
  }
328
294
  },
329
- "required": [
330
- "producer",
331
- "approvedAt"
332
- ]
295
+ "required": ["producer", "approvedAt"]
333
296
  },
334
297
  "supersessionReason": {
335
298
  "type": "string"
@@ -347,10 +310,7 @@
347
310
  "minLength": 1
348
311
  }
349
312
  },
350
- "required": [
351
- "policy",
352
- "reason"
353
- ]
313
+ "required": ["policy", "reason"]
354
314
  },
355
315
  "schematicId": {
356
316
  "type": "string",
@@ -409,11 +369,7 @@
409
369
  ]
410
370
  }
411
371
  },
412
- "required": [
413
- "schemaId",
414
- "schemaVersion",
415
- "artifactKind"
416
- ]
372
+ "required": ["schemaId", "schemaVersion", "artifactKind"]
417
373
  },
418
374
  "required": {
419
375
  "type": "boolean"
@@ -421,20 +377,12 @@
421
377
  "defaultsPolicy": {
422
378
  "type": "string",
423
379
  "minLength": 1,
424
- "enum": [
425
- "no_default",
426
- "domain_neutral_default",
427
- "user_supplied_only"
428
- ]
380
+ "enum": ["no_default", "domain_neutral_default", "user_supplied_only"]
429
381
  },
430
382
  "domainNeutralityClassification": {
431
383
  "type": "string",
432
384
  "minLength": 1,
433
- "enum": [
434
- "core_generic",
435
- "sample_demo",
436
- "project_extension"
437
- ]
385
+ "enum": ["core_generic", "sample_demo", "project_extension"]
438
386
  }
439
387
  },
440
388
  "required": [
@@ -464,28 +412,15 @@
464
412
  "conflictPolicy": {
465
413
  "type": "string",
466
414
  "minLength": 1,
467
- "enum": [
468
- "fail",
469
- "merge_with_typed_strategy",
470
- "skip_if_identical"
471
- ]
415
+ "enum": ["fail", "merge_with_typed_strategy", "skip_if_identical"]
472
416
  },
473
417
  "classification": {
474
418
  "type": "string",
475
419
  "minLength": 1,
476
- "enum": [
477
- "generated",
478
- "vendor",
479
- "operator_owned"
480
- ]
420
+ "enum": ["generated", "vendor", "operator_owned"]
481
421
  }
482
422
  },
483
- "required": [
484
- "pathTemplate",
485
- "ownership",
486
- "conflictPolicy",
487
- "classification"
488
- ]
423
+ "required": ["pathTemplate", "ownership", "conflictPolicy", "classification"]
489
424
  },
490
425
  "minItems": 1
491
426
  },
@@ -509,20 +444,12 @@
509
444
  "minLength": 1
510
445
  }
511
446
  },
512
- "required": [
513
- "strategy",
514
- "stableIdentifiers",
515
- "rerunBehavior"
516
- ]
447
+ "required": ["strategy", "stableIdentifiers", "rerunBehavior"]
517
448
  },
518
449
  "conflictBehavior": {
519
450
  "type": "string",
520
451
  "minLength": 1,
521
- "enum": [
522
- "fail",
523
- "merge_with_typed_strategy",
524
- "skip_if_identical"
525
- ]
452
+ "enum": ["fail", "merge_with_typed_strategy", "skip_if_identical"]
526
453
  },
527
454
  "dryRunBehavior": {
528
455
  "type": "object",
@@ -536,10 +463,7 @@
536
463
  "const": false
537
464
  }
538
465
  },
539
- "required": [
540
- "reportsPlannedChanges",
541
- "writesFiles"
542
- ]
466
+ "required": ["reportsPlannedChanges", "writesFiles"]
543
467
  },
544
468
  "requiredTests": {
545
469
  "type": "array",
@@ -622,24 +546,13 @@
622
546
  "result": {
623
547
  "type": "string",
624
548
  "minLength": 1,
625
- "enum": [
626
- "pass",
627
- "fail",
628
- "blocked",
629
- "advisory",
630
- "skipped"
631
- ]
549
+ "enum": ["pass", "fail", "blocked", "advisory", "skipped"]
632
550
  },
633
551
  "blocking": {
634
552
  "type": "boolean"
635
553
  }
636
554
  },
637
- "required": [
638
- "evidencePacketRef",
639
- "summary",
640
- "result",
641
- "blocking"
642
- ]
555
+ "required": ["evidencePacketRef", "summary", "result", "blocking"]
643
556
  }
644
557
  },
645
558
  "contextUpdates": {
@@ -703,14 +616,7 @@
703
616
  "minLength": 1
704
617
  }
705
618
  },
706
- "required": [
707
- "rel",
708
- "artifactKind",
709
- "artifactId",
710
- "path",
711
- "required",
712
- "statusAtLinkTime"
713
- ]
619
+ "required": ["rel", "artifactKind", "artifactId", "path", "required", "statusAtLinkTime"]
714
620
  }
715
621
  },
716
622
  "domainNeutrality": {
@@ -735,11 +641,7 @@
735
641
  }
736
642
  }
737
643
  },
738
- "required": [
739
- "coreSurface",
740
- "allowedGenericTerms",
741
- "extensionBoundaries"
742
- ]
644
+ "required": ["coreSurface", "allowedGenericTerms", "extensionBoundaries"]
743
645
  },
744
646
  "owner": {
745
647
  "type": "string",
@@ -761,10 +663,7 @@
761
663
  }
762
664
  },
763
665
  "deprecation": {
764
- "type": [
765
- "object",
766
- "null"
767
- ],
666
+ "type": ["object", "null"],
768
667
  "additionalProperties": true
769
668
  },
770
669
  "changelog": {
@@ -16,9 +16,7 @@
16
16
  "type": "string",
17
17
  "minLength": 1,
18
18
  "const": "ship_packet",
19
- "enum": [
20
- "ship_packet"
21
- ]
19
+ "enum": ["ship_packet"]
22
20
  },
23
21
  "artifactId": {
24
22
  "type": "string",
@@ -76,21 +74,12 @@
76
74
  "pattern": "^[a-z0-9][a-z0-9._:-]*$"
77
75
  }
78
76
  },
79
- "required": [
80
- "kind",
81
- "id",
82
- "name"
83
- ]
77
+ "required": ["kind", "id", "name"]
84
78
  },
85
79
  "status": {
86
80
  "type": "string",
87
81
  "minLength": 1,
88
- "enum": [
89
- "ready_for_review",
90
- "blocked",
91
- "superseded",
92
- "approved_for_operator_action"
93
- ]
82
+ "enum": ["ready_for_review", "blocked", "superseded", "approved_for_operator_action"]
94
83
  },
95
84
  "ownership": {
96
85
  "type": "object",
@@ -203,14 +192,7 @@
203
192
  "minLength": 1
204
193
  }
205
194
  },
206
- "required": [
207
- "rel",
208
- "artifactKind",
209
- "artifactId",
210
- "path",
211
- "required",
212
- "statusAtLinkTime"
213
- ]
195
+ "required": ["rel", "artifactKind", "artifactId", "path", "required", "statusAtLinkTime"]
214
196
  },
215
197
  "minItems": 1
216
198
  },
@@ -221,9 +203,7 @@
221
203
  },
222
204
  "additionalProperties": {
223
205
  "type": "object",
224
- "required": [
225
- "schemaVersion"
226
- ],
206
+ "required": ["schemaVersion"],
227
207
  "properties": {
228
208
  "schemaVersion": {
229
209
  "type": "string",
@@ -253,24 +233,14 @@
253
233
  "kind": {
254
234
  "type": "string",
255
235
  "minLength": 1,
256
- "enum": [
257
- "source_doc",
258
- "prompt",
259
- "issue",
260
- "url",
261
- "artifact",
262
- "raw_intent"
263
- ]
236
+ "enum": ["source_doc", "prompt", "issue", "url", "artifact", "raw_intent"]
264
237
  },
265
238
  "ref": {
266
239
  "type": "string",
267
240
  "minLength": 1
268
241
  }
269
242
  },
270
- "required": [
271
- "kind",
272
- "ref"
273
- ]
243
+ "required": ["kind", "ref"]
274
244
  }
275
245
  },
276
246
  "approvedBy": {
@@ -314,11 +284,7 @@
314
284
  "pattern": "^[a-z0-9][a-z0-9._:-]*$"
315
285
  }
316
286
  },
317
- "required": [
318
- "kind",
319
- "id",
320
- "name"
321
- ]
287
+ "required": ["kind", "id", "name"]
322
288
  },
323
289
  "approvedAt": {
324
290
  "type": "string",
@@ -326,10 +292,7 @@
326
292
  "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z$|^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"
327
293
  }
328
294
  },
329
- "required": [
330
- "producer",
331
- "approvedAt"
332
- ]
295
+ "required": ["producer", "approvedAt"]
333
296
  },
334
297
  "supersessionReason": {
335
298
  "type": "string"
@@ -347,10 +310,7 @@
347
310
  "minLength": 1
348
311
  }
349
312
  },
350
- "required": [
351
- "policy",
352
- "reason"
353
- ]
313
+ "required": ["policy", "reason"]
354
314
  },
355
315
  "buildResultRef": {
356
316
  "type": "object",
@@ -411,14 +371,7 @@
411
371
  "minLength": 1
412
372
  }
413
373
  },
414
- "required": [
415
- "rel",
416
- "artifactKind",
417
- "artifactId",
418
- "path",
419
- "required",
420
- "statusAtLinkTime"
421
- ]
374
+ "required": ["rel", "artifactKind", "artifactId", "path", "required", "statusAtLinkTime"]
422
375
  },
423
376
  "finalVerification": {
424
377
  "type": "array",
@@ -501,24 +454,13 @@
501
454
  "result": {
502
455
  "type": "string",
503
456
  "minLength": 1,
504
- "enum": [
505
- "pass",
506
- "fail",
507
- "blocked",
508
- "advisory",
509
- "skipped"
510
- ]
457
+ "enum": ["pass", "fail", "blocked", "advisory", "skipped"]
511
458
  },
512
459
  "blocking": {
513
460
  "type": "boolean"
514
461
  }
515
462
  },
516
- "required": [
517
- "evidencePacketRef",
518
- "summary",
519
- "result",
520
- "blocking"
521
- ]
463
+ "required": ["evidencePacketRef", "summary", "result", "blocking"]
522
464
  },
523
465
  "minItems": 1
524
466
  },
@@ -671,18 +613,10 @@
671
613
  "updateStatus": {
672
614
  "type": "string",
673
615
  "minLength": 1,
674
- "enum": [
675
- "updated",
676
- "clean",
677
- "blocked"
678
- ]
616
+ "enum": ["updated", "clean", "blocked"]
679
617
  }
680
618
  },
681
- "required": [
682
- "contextHeaderRefs",
683
- "driftCheckEvidenceRefs",
684
- "updateStatus"
685
- ]
619
+ "required": ["contextHeaderRefs", "driftCheckEvidenceRefs", "updateStatus"]
686
620
  },
687
621
  "commitPreparation": {
688
622
  "type": "object",
@@ -700,10 +634,7 @@
700
634
  "const": false
701
635
  }
702
636
  },
703
- "required": [
704
- "suggestedCommitMessage",
705
- "commitPerformedByAgent"
706
- ]
637
+ "required": ["suggestedCommitMessage", "commitPerformedByAgent"]
707
638
  },
708
639
  "prPreparation": {
709
640
  "type": "object",
@@ -729,12 +660,7 @@
729
660
  "const": false
730
661
  }
731
662
  },
732
- "required": [
733
- "suggestedTitle",
734
- "suggestedBody",
735
- "reviewerNotes",
736
- "prOpenedByAgent"
737
- ]
663
+ "required": ["suggestedTitle", "suggestedBody", "reviewerNotes", "prOpenedByAgent"]
738
664
  },
739
665
  "releaseOrMigrationNotes": {
740
666
  "type": "array",
@@ -751,10 +677,7 @@
751
677
  "minLength": 1
752
678
  }
753
679
  },
754
- "required": [
755
- "note",
756
- "rationale"
757
- ]
680
+ "required": ["note", "rationale"]
758
681
  }
759
682
  },
760
683
  "followUps": {
@@ -775,11 +698,7 @@
775
698
  "type": "boolean"
776
699
  }
777
700
  },
778
- "required": [
779
- "owner",
780
- "description",
781
- "blocking"
782
- ]
701
+ "required": ["owner", "description", "blocking"]
783
702
  }
784
703
  },
785
704
  "noPushWithoutApproval": {
@@ -845,14 +764,7 @@
845
764
  "minLength": 1
846
765
  }
847
766
  },
848
- "required": [
849
- "rel",
850
- "artifactKind",
851
- "artifactId",
852
- "path",
853
- "required",
854
- "statusAtLinkTime"
855
- ]
767
+ "required": ["rel", "artifactKind", "artifactId", "path", "required", "statusAtLinkTime"]
856
768
  },
857
769
  "rollbackNotes": {
858
770
  "type": "string",
@@ -926,14 +838,7 @@
926
838
  "minLength": 1
927
839
  }
928
840
  },
929
- "required": [
930
- "rel",
931
- "artifactKind",
932
- "artifactId",
933
- "path",
934
- "required",
935
- "statusAtLinkTime"
936
- ]
841
+ "required": ["rel", "artifactKind", "artifactId", "path", "required", "statusAtLinkTime"]
937
842
  }
938
843
  }
939
844
  },