@vibe-agent-toolkit/resources 0.1.30-rc.1 → 0.1.30
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.
|
@@ -389,8 +389,8 @@ export declare const SkillPackagingConfigSchema: z.ZodObject<{
|
|
|
389
389
|
}>>;
|
|
390
390
|
validation: z.ZodOptional<z.ZodObject<{
|
|
391
391
|
severity: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<["error", "warning", "ignore"]>>>;
|
|
392
|
-
|
|
393
|
-
paths: z.ZodArray<z.ZodString, "many"
|
|
392
|
+
allow: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
393
|
+
paths: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
394
394
|
reason: z.ZodString;
|
|
395
395
|
expires: z.ZodOptional<z.ZodString>;
|
|
396
396
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -398,22 +398,22 @@ export declare const SkillPackagingConfigSchema: z.ZodObject<{
|
|
|
398
398
|
reason: string;
|
|
399
399
|
expires?: string | undefined;
|
|
400
400
|
}, {
|
|
401
|
-
paths: string[];
|
|
402
401
|
reason: string;
|
|
402
|
+
paths?: string[] | undefined;
|
|
403
403
|
expires?: string | undefined;
|
|
404
404
|
}>, "many">>>;
|
|
405
405
|
}, "strict", z.ZodTypeAny, {
|
|
406
406
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
407
|
-
|
|
407
|
+
allow?: Record<string, {
|
|
408
408
|
paths: string[];
|
|
409
409
|
reason: string;
|
|
410
410
|
expires?: string | undefined;
|
|
411
411
|
}[]> | undefined;
|
|
412
412
|
}, {
|
|
413
413
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
414
|
-
|
|
415
|
-
paths: string[];
|
|
414
|
+
allow?: Record<string, {
|
|
416
415
|
reason: string;
|
|
416
|
+
paths?: string[] | undefined;
|
|
417
417
|
expires?: string | undefined;
|
|
418
418
|
}[]> | undefined;
|
|
419
419
|
}>>;
|
|
@@ -430,7 +430,7 @@ export declare const SkillPackagingConfigSchema: z.ZodObject<{
|
|
|
430
430
|
}, "strict", z.ZodTypeAny, {
|
|
431
431
|
validation?: {
|
|
432
432
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
433
|
-
|
|
433
|
+
allow?: Record<string, {
|
|
434
434
|
paths: string[];
|
|
435
435
|
reason: string;
|
|
436
436
|
expires?: string | undefined;
|
|
@@ -455,9 +455,9 @@ export declare const SkillPackagingConfigSchema: z.ZodObject<{
|
|
|
455
455
|
}, {
|
|
456
456
|
validation?: {
|
|
457
457
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
458
|
-
|
|
459
|
-
paths: string[];
|
|
458
|
+
allow?: Record<string, {
|
|
460
459
|
reason: string;
|
|
460
|
+
paths?: string[] | undefined;
|
|
461
461
|
expires?: string | undefined;
|
|
462
462
|
}[]> | undefined;
|
|
463
463
|
} | undefined;
|
|
@@ -520,8 +520,8 @@ export declare const SkillsConfigSchema: z.ZodObject<{
|
|
|
520
520
|
}>>;
|
|
521
521
|
validation: z.ZodOptional<z.ZodObject<{
|
|
522
522
|
severity: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<["error", "warning", "ignore"]>>>;
|
|
523
|
-
|
|
524
|
-
paths: z.ZodArray<z.ZodString, "many"
|
|
523
|
+
allow: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
524
|
+
paths: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
525
525
|
reason: z.ZodString;
|
|
526
526
|
expires: z.ZodOptional<z.ZodString>;
|
|
527
527
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -529,22 +529,22 @@ export declare const SkillsConfigSchema: z.ZodObject<{
|
|
|
529
529
|
reason: string;
|
|
530
530
|
expires?: string | undefined;
|
|
531
531
|
}, {
|
|
532
|
-
paths: string[];
|
|
533
532
|
reason: string;
|
|
533
|
+
paths?: string[] | undefined;
|
|
534
534
|
expires?: string | undefined;
|
|
535
535
|
}>, "many">>>;
|
|
536
536
|
}, "strict", z.ZodTypeAny, {
|
|
537
537
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
538
|
-
|
|
538
|
+
allow?: Record<string, {
|
|
539
539
|
paths: string[];
|
|
540
540
|
reason: string;
|
|
541
541
|
expires?: string | undefined;
|
|
542
542
|
}[]> | undefined;
|
|
543
543
|
}, {
|
|
544
544
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
545
|
-
|
|
546
|
-
paths: string[];
|
|
545
|
+
allow?: Record<string, {
|
|
547
546
|
reason: string;
|
|
547
|
+
paths?: string[] | undefined;
|
|
548
548
|
expires?: string | undefined;
|
|
549
549
|
}[]> | undefined;
|
|
550
550
|
}>>;
|
|
@@ -561,7 +561,7 @@ export declare const SkillsConfigSchema: z.ZodObject<{
|
|
|
561
561
|
}, "strict", z.ZodTypeAny, {
|
|
562
562
|
validation?: {
|
|
563
563
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
564
|
-
|
|
564
|
+
allow?: Record<string, {
|
|
565
565
|
paths: string[];
|
|
566
566
|
reason: string;
|
|
567
567
|
expires?: string | undefined;
|
|
@@ -586,9 +586,9 @@ export declare const SkillsConfigSchema: z.ZodObject<{
|
|
|
586
586
|
}, {
|
|
587
587
|
validation?: {
|
|
588
588
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
589
|
-
|
|
590
|
-
paths: string[];
|
|
589
|
+
allow?: Record<string, {
|
|
591
590
|
reason: string;
|
|
591
|
+
paths?: string[] | undefined;
|
|
592
592
|
expires?: string | undefined;
|
|
593
593
|
}[]> | undefined;
|
|
594
594
|
} | undefined;
|
|
@@ -642,8 +642,8 @@ export declare const SkillsConfigSchema: z.ZodObject<{
|
|
|
642
642
|
}>>;
|
|
643
643
|
validation: z.ZodOptional<z.ZodObject<{
|
|
644
644
|
severity: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<["error", "warning", "ignore"]>>>;
|
|
645
|
-
|
|
646
|
-
paths: z.ZodArray<z.ZodString, "many"
|
|
645
|
+
allow: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
646
|
+
paths: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
647
647
|
reason: z.ZodString;
|
|
648
648
|
expires: z.ZodOptional<z.ZodString>;
|
|
649
649
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -651,22 +651,22 @@ export declare const SkillsConfigSchema: z.ZodObject<{
|
|
|
651
651
|
reason: string;
|
|
652
652
|
expires?: string | undefined;
|
|
653
653
|
}, {
|
|
654
|
-
paths: string[];
|
|
655
654
|
reason: string;
|
|
655
|
+
paths?: string[] | undefined;
|
|
656
656
|
expires?: string | undefined;
|
|
657
657
|
}>, "many">>>;
|
|
658
658
|
}, "strict", z.ZodTypeAny, {
|
|
659
659
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
660
|
-
|
|
660
|
+
allow?: Record<string, {
|
|
661
661
|
paths: string[];
|
|
662
662
|
reason: string;
|
|
663
663
|
expires?: string | undefined;
|
|
664
664
|
}[]> | undefined;
|
|
665
665
|
}, {
|
|
666
666
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
667
|
-
|
|
668
|
-
paths: string[];
|
|
667
|
+
allow?: Record<string, {
|
|
669
668
|
reason: string;
|
|
669
|
+
paths?: string[] | undefined;
|
|
670
670
|
expires?: string | undefined;
|
|
671
671
|
}[]> | undefined;
|
|
672
672
|
}>>;
|
|
@@ -683,7 +683,7 @@ export declare const SkillsConfigSchema: z.ZodObject<{
|
|
|
683
683
|
}, "strict", z.ZodTypeAny, {
|
|
684
684
|
validation?: {
|
|
685
685
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
686
|
-
|
|
686
|
+
allow?: Record<string, {
|
|
687
687
|
paths: string[];
|
|
688
688
|
reason: string;
|
|
689
689
|
expires?: string | undefined;
|
|
@@ -708,9 +708,9 @@ export declare const SkillsConfigSchema: z.ZodObject<{
|
|
|
708
708
|
}, {
|
|
709
709
|
validation?: {
|
|
710
710
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
711
|
-
|
|
712
|
-
paths: string[];
|
|
711
|
+
allow?: Record<string, {
|
|
713
712
|
reason: string;
|
|
713
|
+
paths?: string[] | undefined;
|
|
714
714
|
expires?: string | undefined;
|
|
715
715
|
}[]> | undefined;
|
|
716
716
|
} | undefined;
|
|
@@ -737,7 +737,7 @@ export declare const SkillsConfigSchema: z.ZodObject<{
|
|
|
737
737
|
defaults?: {
|
|
738
738
|
validation?: {
|
|
739
739
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
740
|
-
|
|
740
|
+
allow?: Record<string, {
|
|
741
741
|
paths: string[];
|
|
742
742
|
reason: string;
|
|
743
743
|
expires?: string | undefined;
|
|
@@ -763,7 +763,7 @@ export declare const SkillsConfigSchema: z.ZodObject<{
|
|
|
763
763
|
config?: Record<string, {
|
|
764
764
|
validation?: {
|
|
765
765
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
766
|
-
|
|
766
|
+
allow?: Record<string, {
|
|
767
767
|
paths: string[];
|
|
768
768
|
reason: string;
|
|
769
769
|
expires?: string | undefined;
|
|
@@ -792,9 +792,9 @@ export declare const SkillsConfigSchema: z.ZodObject<{
|
|
|
792
792
|
defaults?: {
|
|
793
793
|
validation?: {
|
|
794
794
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
795
|
-
|
|
796
|
-
paths: string[];
|
|
795
|
+
allow?: Record<string, {
|
|
797
796
|
reason: string;
|
|
797
|
+
paths?: string[] | undefined;
|
|
798
798
|
expires?: string | undefined;
|
|
799
799
|
}[]> | undefined;
|
|
800
800
|
} | undefined;
|
|
@@ -818,9 +818,9 @@ export declare const SkillsConfigSchema: z.ZodObject<{
|
|
|
818
818
|
config?: Record<string, {
|
|
819
819
|
validation?: {
|
|
820
820
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
821
|
-
|
|
822
|
-
paths: string[];
|
|
821
|
+
allow?: Record<string, {
|
|
823
822
|
reason: string;
|
|
823
|
+
paths?: string[] | undefined;
|
|
824
824
|
expires?: string | undefined;
|
|
825
825
|
}[]> | undefined;
|
|
826
826
|
} | undefined;
|
|
@@ -1155,8 +1155,8 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1155
1155
|
}>>;
|
|
1156
1156
|
validation: z.ZodOptional<z.ZodObject<{
|
|
1157
1157
|
severity: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<["error", "warning", "ignore"]>>>;
|
|
1158
|
-
|
|
1159
|
-
paths: z.ZodArray<z.ZodString, "many"
|
|
1158
|
+
allow: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
1159
|
+
paths: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
1160
1160
|
reason: z.ZodString;
|
|
1161
1161
|
expires: z.ZodOptional<z.ZodString>;
|
|
1162
1162
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -1164,22 +1164,22 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1164
1164
|
reason: string;
|
|
1165
1165
|
expires?: string | undefined;
|
|
1166
1166
|
}, {
|
|
1167
|
-
paths: string[];
|
|
1168
1167
|
reason: string;
|
|
1168
|
+
paths?: string[] | undefined;
|
|
1169
1169
|
expires?: string | undefined;
|
|
1170
1170
|
}>, "many">>>;
|
|
1171
1171
|
}, "strict", z.ZodTypeAny, {
|
|
1172
1172
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
1173
|
-
|
|
1173
|
+
allow?: Record<string, {
|
|
1174
1174
|
paths: string[];
|
|
1175
1175
|
reason: string;
|
|
1176
1176
|
expires?: string | undefined;
|
|
1177
1177
|
}[]> | undefined;
|
|
1178
1178
|
}, {
|
|
1179
1179
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
1180
|
-
|
|
1181
|
-
paths: string[];
|
|
1180
|
+
allow?: Record<string, {
|
|
1182
1181
|
reason: string;
|
|
1182
|
+
paths?: string[] | undefined;
|
|
1183
1183
|
expires?: string | undefined;
|
|
1184
1184
|
}[]> | undefined;
|
|
1185
1185
|
}>>;
|
|
@@ -1196,7 +1196,7 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1196
1196
|
}, "strict", z.ZodTypeAny, {
|
|
1197
1197
|
validation?: {
|
|
1198
1198
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
1199
|
-
|
|
1199
|
+
allow?: Record<string, {
|
|
1200
1200
|
paths: string[];
|
|
1201
1201
|
reason: string;
|
|
1202
1202
|
expires?: string | undefined;
|
|
@@ -1221,9 +1221,9 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1221
1221
|
}, {
|
|
1222
1222
|
validation?: {
|
|
1223
1223
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
1224
|
-
|
|
1225
|
-
paths: string[];
|
|
1224
|
+
allow?: Record<string, {
|
|
1226
1225
|
reason: string;
|
|
1226
|
+
paths?: string[] | undefined;
|
|
1227
1227
|
expires?: string | undefined;
|
|
1228
1228
|
}[]> | undefined;
|
|
1229
1229
|
} | undefined;
|
|
@@ -1277,8 +1277,8 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1277
1277
|
}>>;
|
|
1278
1278
|
validation: z.ZodOptional<z.ZodObject<{
|
|
1279
1279
|
severity: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<["error", "warning", "ignore"]>>>;
|
|
1280
|
-
|
|
1281
|
-
paths: z.ZodArray<z.ZodString, "many"
|
|
1280
|
+
allow: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
1281
|
+
paths: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
1282
1282
|
reason: z.ZodString;
|
|
1283
1283
|
expires: z.ZodOptional<z.ZodString>;
|
|
1284
1284
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -1286,22 +1286,22 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1286
1286
|
reason: string;
|
|
1287
1287
|
expires?: string | undefined;
|
|
1288
1288
|
}, {
|
|
1289
|
-
paths: string[];
|
|
1290
1289
|
reason: string;
|
|
1290
|
+
paths?: string[] | undefined;
|
|
1291
1291
|
expires?: string | undefined;
|
|
1292
1292
|
}>, "many">>>;
|
|
1293
1293
|
}, "strict", z.ZodTypeAny, {
|
|
1294
1294
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
1295
|
-
|
|
1295
|
+
allow?: Record<string, {
|
|
1296
1296
|
paths: string[];
|
|
1297
1297
|
reason: string;
|
|
1298
1298
|
expires?: string | undefined;
|
|
1299
1299
|
}[]> | undefined;
|
|
1300
1300
|
}, {
|
|
1301
1301
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
1302
|
-
|
|
1303
|
-
paths: string[];
|
|
1302
|
+
allow?: Record<string, {
|
|
1304
1303
|
reason: string;
|
|
1304
|
+
paths?: string[] | undefined;
|
|
1305
1305
|
expires?: string | undefined;
|
|
1306
1306
|
}[]> | undefined;
|
|
1307
1307
|
}>>;
|
|
@@ -1318,7 +1318,7 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1318
1318
|
}, "strict", z.ZodTypeAny, {
|
|
1319
1319
|
validation?: {
|
|
1320
1320
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
1321
|
-
|
|
1321
|
+
allow?: Record<string, {
|
|
1322
1322
|
paths: string[];
|
|
1323
1323
|
reason: string;
|
|
1324
1324
|
expires?: string | undefined;
|
|
@@ -1343,9 +1343,9 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1343
1343
|
}, {
|
|
1344
1344
|
validation?: {
|
|
1345
1345
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
1346
|
-
|
|
1347
|
-
paths: string[];
|
|
1346
|
+
allow?: Record<string, {
|
|
1348
1347
|
reason: string;
|
|
1348
|
+
paths?: string[] | undefined;
|
|
1349
1349
|
expires?: string | undefined;
|
|
1350
1350
|
}[]> | undefined;
|
|
1351
1351
|
} | undefined;
|
|
@@ -1372,7 +1372,7 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1372
1372
|
defaults?: {
|
|
1373
1373
|
validation?: {
|
|
1374
1374
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
1375
|
-
|
|
1375
|
+
allow?: Record<string, {
|
|
1376
1376
|
paths: string[];
|
|
1377
1377
|
reason: string;
|
|
1378
1378
|
expires?: string | undefined;
|
|
@@ -1398,7 +1398,7 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1398
1398
|
config?: Record<string, {
|
|
1399
1399
|
validation?: {
|
|
1400
1400
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
1401
|
-
|
|
1401
|
+
allow?: Record<string, {
|
|
1402
1402
|
paths: string[];
|
|
1403
1403
|
reason: string;
|
|
1404
1404
|
expires?: string | undefined;
|
|
@@ -1427,9 +1427,9 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1427
1427
|
defaults?: {
|
|
1428
1428
|
validation?: {
|
|
1429
1429
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
1430
|
-
|
|
1431
|
-
paths: string[];
|
|
1430
|
+
allow?: Record<string, {
|
|
1432
1431
|
reason: string;
|
|
1432
|
+
paths?: string[] | undefined;
|
|
1433
1433
|
expires?: string | undefined;
|
|
1434
1434
|
}[]> | undefined;
|
|
1435
1435
|
} | undefined;
|
|
@@ -1453,9 +1453,9 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1453
1453
|
config?: Record<string, {
|
|
1454
1454
|
validation?: {
|
|
1455
1455
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
1456
|
-
|
|
1457
|
-
paths: string[];
|
|
1456
|
+
allow?: Record<string, {
|
|
1458
1457
|
reason: string;
|
|
1458
|
+
paths?: string[] | undefined;
|
|
1459
1459
|
expires?: string | undefined;
|
|
1460
1460
|
}[]> | undefined;
|
|
1461
1461
|
} | undefined;
|
|
@@ -1738,7 +1738,7 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1738
1738
|
defaults?: {
|
|
1739
1739
|
validation?: {
|
|
1740
1740
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
1741
|
-
|
|
1741
|
+
allow?: Record<string, {
|
|
1742
1742
|
paths: string[];
|
|
1743
1743
|
reason: string;
|
|
1744
1744
|
expires?: string | undefined;
|
|
@@ -1764,7 +1764,7 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1764
1764
|
config?: Record<string, {
|
|
1765
1765
|
validation?: {
|
|
1766
1766
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
1767
|
-
|
|
1767
|
+
allow?: Record<string, {
|
|
1768
1768
|
paths: string[];
|
|
1769
1769
|
reason: string;
|
|
1770
1770
|
expires?: string | undefined;
|
|
@@ -1839,9 +1839,9 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1839
1839
|
defaults?: {
|
|
1840
1840
|
validation?: {
|
|
1841
1841
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
1842
|
-
|
|
1843
|
-
paths: string[];
|
|
1842
|
+
allow?: Record<string, {
|
|
1844
1843
|
reason: string;
|
|
1844
|
+
paths?: string[] | undefined;
|
|
1845
1845
|
expires?: string | undefined;
|
|
1846
1846
|
}[]> | undefined;
|
|
1847
1847
|
} | undefined;
|
|
@@ -1865,9 +1865,9 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1865
1865
|
config?: Record<string, {
|
|
1866
1866
|
validation?: {
|
|
1867
1867
|
severity?: Record<string, "error" | "warning" | "ignore"> | undefined;
|
|
1868
|
-
|
|
1869
|
-
paths: string[];
|
|
1868
|
+
allow?: Record<string, {
|
|
1870
1869
|
reason: string;
|
|
1870
|
+
paths?: string[] | undefined;
|
|
1871
1871
|
expires?: string | undefined;
|
|
1872
1872
|
}[]> | undefined;
|
|
1873
1873
|
} | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project-config.d.ts","sourceRoot":"","sources":["../../src/schemas/project-config.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAE1E;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,qCAC+B,CAAC;AAEjE,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAElE;;;;;;;;GAQG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;EASY,CAAC;AAErD,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEhF;;GAEG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWiB,CAAC;AAEzD,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO6B,CAAC;AAEjE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEtE;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOuB,CAAC;AAE1D,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAMpE;;GAEG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;EAGrC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;EAG5C,CAAC;AAEH;;;;;;GAMG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;EAG/B,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAElE;;;;;GAKG;AACH,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"project-config.d.ts","sourceRoot":"","sources":["../../src/schemas/project-config.ts"],"names":[],"mappings":"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"}
|
|
@@ -112,7 +112,7 @@ export const SkillPackagingConfigSchema = z.object({
|
|
|
112
112
|
excludeNavigationFiles: z.boolean().optional(),
|
|
113
113
|
excludeReferencesFromBundle: ExcludeReferencesFromBundleSchema.optional(),
|
|
114
114
|
validation: ValidationConfigSchema.optional()
|
|
115
|
-
.describe('Validation framework config: severity overrides and per-path
|
|
115
|
+
.describe('Validation framework config: severity overrides and per-path allow entries'),
|
|
116
116
|
files: z.array(SkillFileEntrySchema).optional().describe('Explicit source→dest file mappings for build artifacts, unlinked files, or routing overrides'),
|
|
117
117
|
}).strict().describe('Skill packaging configuration');
|
|
118
118
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project-config.js","sourceRoot":"","sources":["../../src/schemas/project-config.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"project-config.js","sourceRoot":"","sources":["../../src/schemas/project-config.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibe-agent-toolkit/resources",
|
|
3
|
-
"version": "0.1.30
|
|
3
|
+
"version": "0.1.30",
|
|
4
4
|
"description": "Markdown resource parsing, validation, and link integrity checking",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"author": "Jeff Dutton",
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@vibe-agent-toolkit/agent-schema": "0.1.30
|
|
37
|
-
"@vibe-agent-toolkit/utils": "0.1.30
|
|
36
|
+
"@vibe-agent-toolkit/agent-schema": "0.1.30",
|
|
37
|
+
"@vibe-agent-toolkit/utils": "0.1.30",
|
|
38
38
|
"ajv": "^8.17.1",
|
|
39
39
|
"github-slugger": "^2.0.0",
|
|
40
40
|
"js-yaml": "^4.1.1",
|
|
@@ -135,7 +135,7 @@ export const SkillPackagingConfigSchema = z.object({
|
|
|
135
135
|
excludeNavigationFiles: z.boolean().optional(),
|
|
136
136
|
excludeReferencesFromBundle: ExcludeReferencesFromBundleSchema.optional(),
|
|
137
137
|
validation: ValidationConfigSchema.optional()
|
|
138
|
-
.describe('Validation framework config: severity overrides and per-path
|
|
138
|
+
.describe('Validation framework config: severity overrides and per-path allow entries'),
|
|
139
139
|
files: z.array(SkillFileEntrySchema).optional().describe('Explicit source→dest file mappings for build artifacts, unlinked files, or routing overrides'),
|
|
140
140
|
}).strict().describe('Skill packaging configuration');
|
|
141
141
|
|