@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": "skill_manifest",
19
- "enum": [
20
- "skill_manifest"
21
- ]
19
+ "enum": ["skill_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,22 +310,12 @@
347
310
  "minLength": 1
348
311
  }
349
312
  },
350
- "required": [
351
- "policy",
352
- "reason"
353
- ]
313
+ "required": ["policy", "reason"]
354
314
  },
355
315
  "skillId": {
356
316
  "type": "string",
357
317
  "minLength": 1,
358
- "enum": [
359
- "brainstorm",
360
- "grill-me",
361
- "task",
362
- "plan",
363
- "build",
364
- "ship"
365
- ]
318
+ "enum": ["brainstorm", "grill-me", "task", "plan", "build", "ship"]
366
319
  },
367
320
  "skillVersion": {
368
321
  "type": "string",
@@ -407,11 +360,7 @@
407
360
  ]
408
361
  }
409
362
  },
410
- "required": [
411
- "schemaId",
412
- "schemaVersion",
413
- "artifactKind"
414
- ]
363
+ "required": ["schemaId", "schemaVersion", "artifactKind"]
415
364
  }
416
365
  },
417
366
  "outputArtifactSchemas": {
@@ -448,11 +397,7 @@
448
397
  ]
449
398
  }
450
399
  },
451
- "required": [
452
- "schemaId",
453
- "schemaVersion",
454
- "artifactKind"
455
- ]
400
+ "required": ["schemaId", "schemaVersion", "artifactKind"]
456
401
  },
457
402
  "minItems": 1
458
403
  },
@@ -487,10 +432,7 @@
487
432
  }
488
433
  }
489
434
  },
490
- "required": [
491
- "mayAsk",
492
- "conditions"
493
- ]
435
+ "required": ["mayAsk", "conditions"]
494
436
  },
495
437
  "blockingPolicy": {
496
438
  "type": "object",
@@ -508,10 +450,7 @@
508
450
  "type": "boolean"
509
451
  }
510
452
  },
511
- "required": [
512
- "blockWhen",
513
- "evidenceRequired"
514
- ]
453
+ "required": ["blockWhen", "evidenceRequired"]
515
454
  },
516
455
  "subagentRelationships": {
517
456
  "type": "array",
@@ -590,20 +529,10 @@
590
529
  "role": {
591
530
  "type": "string",
592
531
  "minLength": 1,
593
- "enum": [
594
- "orchestrator",
595
- "specialist",
596
- "validator",
597
- "fixer",
598
- "reviewer",
599
- "meta"
600
- ]
532
+ "enum": ["orchestrator", "specialist", "validator", "fixer", "reviewer", "meta"]
601
533
  }
602
534
  },
603
- "required": [
604
- "agentRef",
605
- "role"
606
- ]
535
+ "required": ["agentRef", "role"]
607
536
  }
608
537
  },
609
538
  "validatorFixerPolicy": {
@@ -617,10 +546,7 @@
617
546
  "type": "boolean"
618
547
  }
619
548
  },
620
- "required": [
621
- "maxIterations",
622
- "independentValidationRequired"
623
- ]
549
+ "required": ["maxIterations", "independentValidationRequired"]
624
550
  },
625
551
  "storageHandoffContract": {
626
552
  "type": "object",
@@ -713,11 +639,7 @@
713
639
  }
714
640
  }
715
641
  },
716
- "required": [
717
- "artifactRefs",
718
- "delegatedWritePaths",
719
- "nextSkillHandoffConstraints"
720
- ]
642
+ "required": ["artifactRefs", "delegatedWritePaths", "nextSkillHandoffConstraints"]
721
643
  },
722
644
  "selectedHarnessIntegrationHooks": {
723
645
  "type": "array",
@@ -780,14 +702,7 @@
780
702
  "minLength": 1
781
703
  }
782
704
  },
783
- "required": [
784
- "rel",
785
- "artifactKind",
786
- "artifactId",
787
- "path",
788
- "required",
789
- "statusAtLinkTime"
790
- ]
705
+ "required": ["rel", "artifactKind", "artifactId", "path", "required", "statusAtLinkTime"]
791
706
  }
792
707
  },
793
708
  "owner": {
@@ -862,14 +777,7 @@
862
777
  "minLength": 1
863
778
  }
864
779
  },
865
- "required": [
866
- "rel",
867
- "artifactKind",
868
- "artifactId",
869
- "path",
870
- "required",
871
- "statusAtLinkTime"
872
- ]
780
+ "required": ["rel", "artifactKind", "artifactId", "path", "required", "statusAtLinkTime"]
873
781
  }
874
782
  },
875
783
  "changelog": {
@@ -880,10 +788,7 @@
880
788
  }
881
789
  },
882
790
  "deprecation": {
883
- "type": [
884
- "object",
885
- "null"
886
- ],
791
+ "type": ["object", "null"],
887
792
  "additionalProperties": true
888
793
  },
889
794
  "securityNotes": {
@@ -16,9 +16,7 @@
16
16
  "type": "string",
17
17
  "minLength": 1,
18
18
  "const": "verification_delta",
19
- "enum": [
20
- "verification_delta"
21
- ]
19
+ "enum": ["verification_delta"]
22
20
  },
23
21
  "artifactId": {
24
22
  "type": "string",
@@ -76,20 +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
- "complete",
90
- "blocked",
91
- "superseded"
92
- ]
82
+ "enum": ["complete", "blocked", "superseded"]
93
83
  },
94
84
  "ownership": {
95
85
  "type": "object",
@@ -202,14 +192,7 @@
202
192
  "minLength": 1
203
193
  }
204
194
  },
205
- "required": [
206
- "rel",
207
- "artifactKind",
208
- "artifactId",
209
- "path",
210
- "required",
211
- "statusAtLinkTime"
212
- ]
195
+ "required": ["rel", "artifactKind", "artifactId", "path", "required", "statusAtLinkTime"]
213
196
  },
214
197
  "minItems": 1
215
198
  },
@@ -220,9 +203,7 @@
220
203
  },
221
204
  "additionalProperties": {
222
205
  "type": "object",
223
- "required": [
224
- "schemaVersion"
225
- ],
206
+ "required": ["schemaVersion"],
226
207
  "properties": {
227
208
  "schemaVersion": {
228
209
  "type": "string",
@@ -252,24 +233,14 @@
252
233
  "kind": {
253
234
  "type": "string",
254
235
  "minLength": 1,
255
- "enum": [
256
- "source_doc",
257
- "prompt",
258
- "issue",
259
- "url",
260
- "artifact",
261
- "raw_intent"
262
- ]
236
+ "enum": ["source_doc", "prompt", "issue", "url", "artifact", "raw_intent"]
263
237
  },
264
238
  "ref": {
265
239
  "type": "string",
266
240
  "minLength": 1
267
241
  }
268
242
  },
269
- "required": [
270
- "kind",
271
- "ref"
272
- ]
243
+ "required": ["kind", "ref"]
273
244
  }
274
245
  },
275
246
  "approvedBy": {
@@ -313,11 +284,7 @@
313
284
  "pattern": "^[a-z0-9][a-z0-9._:-]*$"
314
285
  }
315
286
  },
316
- "required": [
317
- "kind",
318
- "id",
319
- "name"
320
- ]
287
+ "required": ["kind", "id", "name"]
321
288
  },
322
289
  "approvedAt": {
323
290
  "type": "string",
@@ -325,10 +292,7 @@
325
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$"
326
293
  }
327
294
  },
328
- "required": [
329
- "producer",
330
- "approvedAt"
331
- ]
295
+ "required": ["producer", "approvedAt"]
332
296
  },
333
297
  "supersessionReason": {
334
298
  "type": "string"
@@ -346,10 +310,7 @@
346
310
  "minLength": 1
347
311
  }
348
312
  },
349
- "required": [
350
- "policy",
351
- "reason"
352
- ]
313
+ "required": ["policy", "reason"]
353
314
  },
354
315
  "summary": {
355
316
  "type": "string",
@@ -414,14 +375,7 @@
414
375
  "minLength": 1
415
376
  }
416
377
  },
417
- "required": [
418
- "rel",
419
- "artifactKind",
420
- "artifactId",
421
- "path",
422
- "required",
423
- "statusAtLinkTime"
424
- ]
378
+ "required": ["rel", "artifactKind", "artifactId", "path", "required", "statusAtLinkTime"]
425
379
  },
426
380
  "sensitiveAreas": {
427
381
  "type": "array",
@@ -472,13 +426,7 @@
472
426
  "action": {
473
427
  "type": "string",
474
428
  "minLength": 1,
475
- "enum": [
476
- "add",
477
- "update",
478
- "reuse",
479
- "not_applicable",
480
- "blocked"
481
- ]
429
+ "enum": ["add", "update", "reuse", "not_applicable", "blocked"]
482
430
  },
483
431
  "rationale": {
484
432
  "type": "string",
@@ -531,11 +479,7 @@
531
479
  "type": "boolean"
532
480
  }
533
481
  },
534
- "required": [
535
- "kind",
536
- "description",
537
- "blocking"
538
- ]
482
+ "required": ["kind", "description", "blocking"]
539
483
  },
540
484
  "minItems": 1
541
485
  },
@@ -644,14 +588,7 @@
644
588
  "minLength": 1
645
589
  }
646
590
  },
647
- "required": [
648
- "rel",
649
- "artifactKind",
650
- "artifactId",
651
- "path",
652
- "required",
653
- "statusAtLinkTime"
654
- ]
591
+ "required": ["rel", "artifactKind", "artifactId", "path", "required", "statusAtLinkTime"]
655
592
  }
656
593
  }
657
594
  },
@@ -16,9 +16,7 @@
16
16
  "type": "string",
17
17
  "minLength": 1,
18
18
  "const": "work_brief",
19
- "enum": [
20
- "work_brief"
21
- ]
19
+ "enum": ["work_brief"]
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
- "ready",
91
- "blocked",
92
- "superseded"
93
- ]
82
+ "enum": ["draft", "ready", "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,31 +310,17 @@
347
310
  "minLength": 1
348
311
  }
349
312
  },
350
- "required": [
351
- "policy",
352
- "reason"
353
- ]
313
+ "required": ["policy", "reason"]
354
314
  },
355
315
  "sourceSkill": {
356
316
  "type": "string",
357
317
  "minLength": 1,
358
- "enum": [
359
- "brainstorm",
360
- "grill-me",
361
- "task"
362
- ]
318
+ "enum": ["brainstorm", "grill-me", "task"]
363
319
  },
364
320
  "workType": {
365
321
  "type": "string",
366
322
  "minLength": 1,
367
- "enum": [
368
- "feature",
369
- "bug",
370
- "chore",
371
- "refactor",
372
- "research",
373
- "decision"
374
- ]
323
+ "enum": ["feature", "bug", "chore", "refactor", "research", "decision"]
375
324
  },
376
325
  "background": {
377
326
  "type": "string",
@@ -436,10 +385,7 @@
436
385
  }
437
386
  }
438
387
  },
439
- "required": [
440
- "id",
441
- "description"
442
- ]
388
+ "required": ["id", "description"]
443
389
  },
444
390
  "minItems": 1
445
391
  },
@@ -475,11 +421,7 @@
475
421
  "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$"
476
422
  }
477
423
  },
478
- "required": [
479
- "rawIntentRefs",
480
- "conversationRefs",
481
- "operatorRefs"
482
- ]
424
+ "required": ["rawIntentRefs", "conversationRefs", "operatorRefs"]
483
425
  },
484
426
  "observedBehavior": {
485
427
  "type": "string"
@@ -510,12 +452,7 @@
510
452
  "urgency": {
511
453
  "type": "string",
512
454
  "minLength": 1,
513
- "enum": [
514
- "low",
515
- "medium",
516
- "high",
517
- "urgent"
518
- ]
455
+ "enum": ["low", "medium", "high", "urgent"]
519
456
  },
520
457
  "candidateE2ECases": {
521
458
  "type": "array",
@@ -606,14 +543,7 @@
606
543
  "minLength": 1
607
544
  }
608
545
  },
609
- "required": [
610
- "rel",
611
- "artifactKind",
612
- "artifactId",
613
- "path",
614
- "required",
615
- "statusAtLinkTime"
616
- ]
546
+ "required": ["rel", "artifactKind", "artifactId", "path", "required", "statusAtLinkTime"]
617
547
  }
618
548
  }
619
549
  },