@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": "implementation_plan",
19
- "enum": [
20
- "implementation_plan"
21
- ]
19
+ "enum": ["implementation_plan"]
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
- "draft",
90
- "approved",
91
- "blocked",
92
- "superseded"
93
- ]
82
+ "enum": ["draft", "approved", "blocked", "superseded"]
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
  "workBriefRef": {
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
  "objective": {
424
377
  "type": "string",
@@ -500,14 +453,7 @@
500
453
  "minLength": 1
501
454
  }
502
455
  },
503
- "required": [
504
- "rel",
505
- "artifactKind",
506
- "artifactId",
507
- "path",
508
- "required",
509
- "statusAtLinkTime"
510
- ]
456
+ "required": ["rel", "artifactKind", "artifactId", "path", "required", "statusAtLinkTime"]
511
457
  },
512
458
  "minItems": 1
513
459
  },
@@ -544,11 +490,7 @@
544
490
  "minLength": 1
545
491
  }
546
492
  },
547
- "required": [
548
- "kind",
549
- "path",
550
- "reason"
551
- ]
493
+ "required": ["kind", "path", "reason"]
552
494
  },
553
495
  "minItems": 1
554
496
  },
@@ -699,11 +641,7 @@
699
641
  "minLength": 1
700
642
  }
701
643
  },
702
- "required": [
703
- "schematicRef",
704
- "plannedInputsRef",
705
- "purpose"
706
- ]
644
+ "required": ["schematicRef", "plannedInputsRef", "purpose"]
707
645
  }
708
646
  },
709
647
  "implementationSteps": {
@@ -762,11 +700,7 @@
762
700
  "minLength": 1
763
701
  }
764
702
  },
765
- "required": [
766
- "kind",
767
- "path",
768
- "reason"
769
- ]
703
+ "required": ["kind", "path", "reason"]
770
704
  }
771
705
  },
772
706
  "acceptanceLinks": {
@@ -778,12 +712,7 @@
778
712
  }
779
713
  }
780
714
  },
781
- "required": [
782
- "id",
783
- "description",
784
- "expectedTouchedAreas",
785
- "acceptanceLinks"
786
- ]
715
+ "required": ["id", "description", "expectedTouchedAreas", "acceptanceLinks"]
787
716
  },
788
717
  "minItems": 1
789
718
  },
@@ -803,10 +732,7 @@
803
732
  "minLength": 1
804
733
  }
805
734
  },
806
- "required": [
807
- "id",
808
- "description"
809
- ]
735
+ "required": ["id", "description"]
810
736
  },
811
737
  "minItems": 1
812
738
  },
@@ -829,11 +755,7 @@
829
755
  "type": "boolean"
830
756
  }
831
757
  },
832
- "required": [
833
- "id",
834
- "description",
835
- "blocking"
836
- ]
758
+ "required": ["id", "description", "blocking"]
837
759
  },
838
760
  "minItems": 1
839
761
  },
@@ -861,12 +783,7 @@
861
783
  "minLength": 1
862
784
  }
863
785
  },
864
- "required": [
865
- "id",
866
- "description",
867
- "sensitiveArea",
868
- "mitigation"
869
- ]
786
+ "required": ["id", "description", "sensitiveArea", "mitigation"]
870
787
  }
871
788
  },
872
789
  "openBlockers": {
@@ -892,12 +809,7 @@
892
809
  "minLength": 1
893
810
  }
894
811
  },
895
- "required": [
896
- "id",
897
- "description",
898
- "blocking",
899
- "owner"
900
- ]
812
+ "required": ["id", "description", "blocking", "owner"]
901
813
  }
902
814
  },
903
815
  "verificationDelta": {
@@ -914,9 +826,7 @@
914
826
  "type": "string",
915
827
  "minLength": 1,
916
828
  "const": "verification_delta",
917
- "enum": [
918
- "verification_delta"
919
- ]
829
+ "enum": ["verification_delta"]
920
830
  },
921
831
  "artifactId": {
922
832
  "type": "string",
@@ -974,20 +884,12 @@
974
884
  "pattern": "^[a-z0-9][a-z0-9._:-]*$"
975
885
  }
976
886
  },
977
- "required": [
978
- "kind",
979
- "id",
980
- "name"
981
- ]
887
+ "required": ["kind", "id", "name"]
982
888
  },
983
889
  "status": {
984
890
  "type": "string",
985
891
  "minLength": 1,
986
- "enum": [
987
- "complete",
988
- "blocked",
989
- "superseded"
990
- ]
892
+ "enum": ["complete", "blocked", "superseded"]
991
893
  },
992
894
  "ownership": {
993
895
  "type": "object",
@@ -1118,9 +1020,7 @@
1118
1020
  },
1119
1021
  "additionalProperties": {
1120
1022
  "type": "object",
1121
- "required": [
1122
- "schemaVersion"
1123
- ],
1023
+ "required": ["schemaVersion"],
1124
1024
  "properties": {
1125
1025
  "schemaVersion": {
1126
1026
  "type": "string",
@@ -1150,24 +1050,14 @@
1150
1050
  "kind": {
1151
1051
  "type": "string",
1152
1052
  "minLength": 1,
1153
- "enum": [
1154
- "source_doc",
1155
- "prompt",
1156
- "issue",
1157
- "url",
1158
- "artifact",
1159
- "raw_intent"
1160
- ]
1053
+ "enum": ["source_doc", "prompt", "issue", "url", "artifact", "raw_intent"]
1161
1054
  },
1162
1055
  "ref": {
1163
1056
  "type": "string",
1164
1057
  "minLength": 1
1165
1058
  }
1166
1059
  },
1167
- "required": [
1168
- "kind",
1169
- "ref"
1170
- ]
1060
+ "required": ["kind", "ref"]
1171
1061
  }
1172
1062
  },
1173
1063
  "approvedBy": {
@@ -1211,11 +1101,7 @@
1211
1101
  "pattern": "^[a-z0-9][a-z0-9._:-]*$"
1212
1102
  }
1213
1103
  },
1214
- "required": [
1215
- "kind",
1216
- "id",
1217
- "name"
1218
- ]
1104
+ "required": ["kind", "id", "name"]
1219
1105
  },
1220
1106
  "approvedAt": {
1221
1107
  "type": "string",
@@ -1223,10 +1109,7 @@
1223
1109
  "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$"
1224
1110
  }
1225
1111
  },
1226
- "required": [
1227
- "producer",
1228
- "approvedAt"
1229
- ]
1112
+ "required": ["producer", "approvedAt"]
1230
1113
  },
1231
1114
  "supersessionReason": {
1232
1115
  "type": "string"
@@ -1244,10 +1127,7 @@
1244
1127
  "minLength": 1
1245
1128
  }
1246
1129
  },
1247
- "required": [
1248
- "policy",
1249
- "reason"
1250
- ]
1130
+ "required": ["policy", "reason"]
1251
1131
  },
1252
1132
  "summary": {
1253
1133
  "type": "string",
@@ -1312,14 +1192,7 @@
1312
1192
  "minLength": 1
1313
1193
  }
1314
1194
  },
1315
- "required": [
1316
- "rel",
1317
- "artifactKind",
1318
- "artifactId",
1319
- "path",
1320
- "required",
1321
- "statusAtLinkTime"
1322
- ]
1195
+ "required": ["rel", "artifactKind", "artifactId", "path", "required", "statusAtLinkTime"]
1323
1196
  },
1324
1197
  "sensitiveAreas": {
1325
1198
  "type": "array",
@@ -1370,13 +1243,7 @@
1370
1243
  "action": {
1371
1244
  "type": "string",
1372
1245
  "minLength": 1,
1373
- "enum": [
1374
- "add",
1375
- "update",
1376
- "reuse",
1377
- "not_applicable",
1378
- "blocked"
1379
- ]
1246
+ "enum": ["add", "update", "reuse", "not_applicable", "blocked"]
1380
1247
  },
1381
1248
  "rationale": {
1382
1249
  "type": "string",
@@ -1429,11 +1296,7 @@
1429
1296
  "type": "boolean"
1430
1297
  }
1431
1298
  },
1432
- "required": [
1433
- "kind",
1434
- "description",
1435
- "blocking"
1436
- ]
1299
+ "required": ["kind", "description", "blocking"]
1437
1300
  },
1438
1301
  "minItems": 1
1439
1302
  },
@@ -1634,11 +1497,7 @@
1634
1497
  "pattern": "^[a-z0-9][a-z0-9._:-]*$"
1635
1498
  }
1636
1499
  },
1637
- "required": [
1638
- "kind",
1639
- "id",
1640
- "name"
1641
- ]
1500
+ "required": ["kind", "id", "name"]
1642
1501
  },
1643
1502
  "approvedAt": {
1644
1503
  "type": "string",
@@ -1650,11 +1509,7 @@
1650
1509
  "minLength": 1
1651
1510
  }
1652
1511
  },
1653
- "required": [
1654
- "approvedBy",
1655
- "approvedAt",
1656
- "notes"
1657
- ]
1512
+ "required": ["approvedBy", "approvedAt", "notes"]
1658
1513
  },
1659
1514
  "reviewNotes": {
1660
1515
  "type": "array",