@vibe-validate/core 0.17.0-rc.8 → 0.17.0-rc.9
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.
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/result-schema.d.ts +67 -67
- package/dist/result-schema.d.ts.map +1 -1
- package/dist/result-schema.js +1 -1
- package/dist/result-schema.js.map +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -51,7 +51,7 @@ export { runValidation, runStepsInParallel, parseFailures, setupSignalHandlers,
|
|
|
51
51
|
export { stopProcessGroup, spawnCommand, captureCommandOutput, getGitRoot, resolveGitRelativePath, type CaptureCommandOptions, } from './process-utils.js';
|
|
52
52
|
export { ensureDir, getTempDir, createLogFileWrite, createCombinedJsonl, } from './fs-utils.js';
|
|
53
53
|
export { ValidationResultSchema, StepResultSchema, PhaseResultSchema, CommandExecutionSchema, OperationMetadataSchema, OutputFilesSchema, safeValidateResult, validateResult, } from './result-schema.js';
|
|
54
|
-
export { createSafeValidator, createStrictValidator, } from '
|
|
54
|
+
export { createSafeValidator, createStrictValidator, } from '@vibe-validate/config';
|
|
55
55
|
export { validationResultJsonSchema, generateValidationResultJsonSchema, } from './result-schema-export.js';
|
|
56
56
|
export { parseVibeValidateOutput, type ParsedVibeValidateOutput, } from './run-output-parser.js';
|
|
57
57
|
export type { OutputLine, CapturedOutput, } from './output-capture-schema.js';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6CG;AAGH,YAAY,EACV,cAAc,EACd,eAAe,GAChB,MAAM,uBAAuB,CAAC;AAG/B,YAAY,EACV,gBAAgB,EAChB,UAAU,EACV,WAAW,EACX,WAAW,GACZ,MAAM,oBAAoB,CAAC;AAG5B,YAAY,EACV,gBAAgB,GACjB,MAAM,aAAa,CAAC;AAGrB,OAAO,EACL,aAAa,EACb,kBAAkB,EAClB,aAAa,EACb,mBAAmB,GACpB,MAAM,aAAa,CAAC;AAGrB,OAAO,EACL,gBAAgB,EAChB,YAAY,EACZ,oBAAoB,EACpB,UAAU,EACV,sBAAsB,EACtB,KAAK,qBAAqB,GAC3B,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EACL,SAAS,EACT,UAAU,EACV,kBAAkB,EAClB,mBAAmB,GACpB,MAAM,eAAe,CAAC;AAGvB,OAAO,EACL,sBAAsB,EACtB,gBAAgB,EAChB,iBAAiB,EACjB,sBAAsB,EACtB,uBAAuB,EACvB,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,GACf,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EACL,mBAAmB,EACnB,qBAAqB,GACtB,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6CG;AAGH,YAAY,EACV,cAAc,EACd,eAAe,GAChB,MAAM,uBAAuB,CAAC;AAG/B,YAAY,EACV,gBAAgB,EAChB,UAAU,EACV,WAAW,EACX,WAAW,GACZ,MAAM,oBAAoB,CAAC;AAG5B,YAAY,EACV,gBAAgB,GACjB,MAAM,aAAa,CAAC;AAGrB,OAAO,EACL,aAAa,EACb,kBAAkB,EAClB,aAAa,EACb,mBAAmB,GACpB,MAAM,aAAa,CAAC;AAGrB,OAAO,EACL,gBAAgB,EAChB,YAAY,EACZ,oBAAoB,EACpB,UAAU,EACV,sBAAsB,EACtB,KAAK,qBAAqB,GAC3B,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EACL,SAAS,EACT,UAAU,EACV,kBAAkB,EAClB,mBAAmB,GACpB,MAAM,eAAe,CAAC;AAGvB,OAAO,EACL,sBAAsB,EACtB,gBAAgB,EAChB,iBAAiB,EACjB,sBAAsB,EACtB,uBAAuB,EACvB,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,GACf,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EACL,mBAAmB,EACnB,qBAAqB,GACtB,MAAM,uBAAuB,CAAC;AAG/B,OAAO,EACL,0BAA0B,EAC1B,kCAAkC,GACnC,MAAM,2BAA2B,CAAC;AAGnC,OAAO,EACL,uBAAuB,EACvB,KAAK,wBAAwB,GAC9B,MAAM,wBAAwB,CAAC;AAGhC,YAAY,EACV,UAAU,EACV,cAAc,GACf,MAAM,4BAA4B,CAAC;AAEpC,OAAO,EACL,gBAAgB,EAChB,oBAAoB,GACrB,MAAM,4BAA4B,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -52,8 +52,8 @@ export { stopProcessGroup, spawnCommand, captureCommandOutput, getGitRoot, resol
|
|
|
52
52
|
export { ensureDir, getTempDir, createLogFileWrite, createCombinedJsonl, } from './fs-utils.js';
|
|
53
53
|
// Export validation result schema and validators
|
|
54
54
|
export { ValidationResultSchema, StepResultSchema, PhaseResultSchema, CommandExecutionSchema, OperationMetadataSchema, OutputFilesSchema, safeValidateResult, validateResult, } from './result-schema.js';
|
|
55
|
-
// Export shared schema utilities
|
|
56
|
-
export { createSafeValidator, createStrictValidator, } from '
|
|
55
|
+
// Export shared schema utilities (re-exported from @vibe-validate/config)
|
|
56
|
+
export { createSafeValidator, createStrictValidator, } from '@vibe-validate/config';
|
|
57
57
|
// Export JSON Schema generation
|
|
58
58
|
export { validationResultJsonSchema, generateValidationResultJsonSchema, } from './result-schema-export.js';
|
|
59
59
|
// Export run output parser (shared by run command and phase runner)
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6CG;AAqBH,+BAA+B;AAC/B,OAAO,EACL,aAAa,EACb,kBAAkB,EAClB,aAAa,EACb,mBAAmB,GACpB,MAAM,aAAa,CAAC;AAErB,2BAA2B;AAC3B,OAAO,EACL,gBAAgB,EAChB,YAAY,EACZ,oBAAoB,EACpB,UAAU,EACV,sBAAsB,GAEvB,MAAM,oBAAoB,CAAC;AAE5B,8BAA8B;AAC9B,OAAO,EACL,SAAS,EACT,UAAU,EACV,kBAAkB,EAClB,mBAAmB,GACpB,MAAM,eAAe,CAAC;AAEvB,iDAAiD;AACjD,OAAO,EACL,sBAAsB,EACtB,gBAAgB,EAChB,iBAAiB,EACjB,sBAAsB,EACtB,uBAAuB,EACvB,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,GACf,MAAM,oBAAoB,CAAC;AAE5B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6CG;AAqBH,+BAA+B;AAC/B,OAAO,EACL,aAAa,EACb,kBAAkB,EAClB,aAAa,EACb,mBAAmB,GACpB,MAAM,aAAa,CAAC;AAErB,2BAA2B;AAC3B,OAAO,EACL,gBAAgB,EAChB,YAAY,EACZ,oBAAoB,EACpB,UAAU,EACV,sBAAsB,GAEvB,MAAM,oBAAoB,CAAC;AAE5B,8BAA8B;AAC9B,OAAO,EACL,SAAS,EACT,UAAU,EACV,kBAAkB,EAClB,mBAAmB,GACpB,MAAM,eAAe,CAAC;AAEvB,iDAAiD;AACjD,OAAO,EACL,sBAAsB,EACtB,gBAAgB,EAChB,iBAAiB,EACjB,sBAAsB,EACtB,uBAAuB,EACvB,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,GACf,MAAM,oBAAoB,CAAC;AAE5B,0EAA0E;AAC1E,OAAO,EACL,mBAAmB,EACnB,qBAAqB,GACtB,MAAM,uBAAuB,CAAC;AAE/B,gCAAgC;AAChC,OAAO,EACL,0BAA0B,EAC1B,kCAAkC,GACnC,MAAM,2BAA2B,CAAC;AAEnC,oEAAoE;AACpE,OAAO,EACL,uBAAuB,GAExB,MAAM,wBAAwB,CAAC;AAQhC,OAAO,EACL,gBAAgB,EAChB,oBAAoB,GACrB,MAAM,4BAA4B,CAAC"}
|
package/dist/result-schema.d.ts
CHANGED
|
@@ -156,9 +156,9 @@ export declare const CommandExecutionSchema: z.ZodObject<{
|
|
|
156
156
|
} | undefined;
|
|
157
157
|
}>>;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
-
durationSecs: number;
|
|
160
159
|
command: string;
|
|
161
160
|
exitCode: number;
|
|
161
|
+
durationSecs: number;
|
|
162
162
|
extraction?: {
|
|
163
163
|
summary: string;
|
|
164
164
|
totalErrors: number;
|
|
@@ -188,9 +188,9 @@ export declare const CommandExecutionSchema: z.ZodObject<{
|
|
|
188
188
|
} | undefined;
|
|
189
189
|
} | undefined;
|
|
190
190
|
}, {
|
|
191
|
-
durationSecs: number;
|
|
192
191
|
command: string;
|
|
193
192
|
exitCode: number;
|
|
193
|
+
durationSecs: number;
|
|
194
194
|
extraction?: {
|
|
195
195
|
summary: string;
|
|
196
196
|
totalErrors: number;
|
|
@@ -451,11 +451,11 @@ export declare const StepResultSchema: z.ZodObject<{
|
|
|
451
451
|
stderr?: string | undefined;
|
|
452
452
|
}>>;
|
|
453
453
|
}, "strict", z.ZodTypeAny, {
|
|
454
|
-
name: string;
|
|
455
|
-
passed: boolean;
|
|
456
|
-
durationSecs: number;
|
|
457
454
|
command: string;
|
|
458
455
|
exitCode: number;
|
|
456
|
+
durationSecs: number;
|
|
457
|
+
name: string;
|
|
458
|
+
passed: boolean;
|
|
459
459
|
extraction?: {
|
|
460
460
|
summary: string;
|
|
461
461
|
totalErrors: number;
|
|
@@ -491,11 +491,11 @@ export declare const StepResultSchema: z.ZodObject<{
|
|
|
491
491
|
stderr?: string | undefined;
|
|
492
492
|
} | undefined;
|
|
493
493
|
}, {
|
|
494
|
-
name: string;
|
|
495
|
-
passed: boolean;
|
|
496
|
-
durationSecs: number;
|
|
497
494
|
command: string;
|
|
498
495
|
exitCode: number;
|
|
496
|
+
durationSecs: number;
|
|
497
|
+
name: string;
|
|
498
|
+
passed: boolean;
|
|
499
499
|
extraction?: {
|
|
500
500
|
summary: string;
|
|
501
501
|
totalErrors: number;
|
|
@@ -713,11 +713,11 @@ export declare const PhaseResultSchema: z.ZodObject<{
|
|
|
713
713
|
stderr?: string | undefined;
|
|
714
714
|
}>>;
|
|
715
715
|
}, "strict", z.ZodTypeAny, {
|
|
716
|
-
name: string;
|
|
717
|
-
passed: boolean;
|
|
718
|
-
durationSecs: number;
|
|
719
716
|
command: string;
|
|
720
717
|
exitCode: number;
|
|
718
|
+
durationSecs: number;
|
|
719
|
+
name: string;
|
|
720
|
+
passed: boolean;
|
|
721
721
|
extraction?: {
|
|
722
722
|
summary: string;
|
|
723
723
|
totalErrors: number;
|
|
@@ -753,11 +753,11 @@ export declare const PhaseResultSchema: z.ZodObject<{
|
|
|
753
753
|
stderr?: string | undefined;
|
|
754
754
|
} | undefined;
|
|
755
755
|
}, {
|
|
756
|
-
name: string;
|
|
757
|
-
passed: boolean;
|
|
758
|
-
durationSecs: number;
|
|
759
756
|
command: string;
|
|
760
757
|
exitCode: number;
|
|
758
|
+
durationSecs: number;
|
|
759
|
+
name: string;
|
|
760
|
+
passed: boolean;
|
|
761
761
|
extraction?: {
|
|
762
762
|
summary: string;
|
|
763
763
|
totalErrors: number;
|
|
@@ -794,15 +794,15 @@ export declare const PhaseResultSchema: z.ZodObject<{
|
|
|
794
794
|
} | undefined;
|
|
795
795
|
}>, "many">;
|
|
796
796
|
}, "strict", z.ZodTypeAny, {
|
|
797
|
+
durationSecs: number;
|
|
797
798
|
name: string;
|
|
798
799
|
passed: boolean;
|
|
799
|
-
durationSecs: number;
|
|
800
800
|
steps: {
|
|
801
|
-
name: string;
|
|
802
|
-
passed: boolean;
|
|
803
|
-
durationSecs: number;
|
|
804
801
|
command: string;
|
|
805
802
|
exitCode: number;
|
|
803
|
+
durationSecs: number;
|
|
804
|
+
name: string;
|
|
805
|
+
passed: boolean;
|
|
806
806
|
extraction?: {
|
|
807
807
|
summary: string;
|
|
808
808
|
totalErrors: number;
|
|
@@ -839,15 +839,15 @@ export declare const PhaseResultSchema: z.ZodObject<{
|
|
|
839
839
|
} | undefined;
|
|
840
840
|
}[];
|
|
841
841
|
}, {
|
|
842
|
+
durationSecs: number;
|
|
842
843
|
name: string;
|
|
843
844
|
passed: boolean;
|
|
844
|
-
durationSecs: number;
|
|
845
845
|
steps: {
|
|
846
|
-
name: string;
|
|
847
|
-
passed: boolean;
|
|
848
|
-
durationSecs: number;
|
|
849
846
|
command: string;
|
|
850
847
|
exitCode: number;
|
|
848
|
+
durationSecs: number;
|
|
849
|
+
name: string;
|
|
850
|
+
passed: boolean;
|
|
851
851
|
extraction?: {
|
|
852
852
|
summary: string;
|
|
853
853
|
totalErrors: number;
|
|
@@ -1094,11 +1094,11 @@ export declare const ValidationResultSchema: z.ZodObject<{
|
|
|
1094
1094
|
stderr?: string | undefined;
|
|
1095
1095
|
}>>;
|
|
1096
1096
|
}, "strict", z.ZodTypeAny, {
|
|
1097
|
-
name: string;
|
|
1098
|
-
passed: boolean;
|
|
1099
|
-
durationSecs: number;
|
|
1100
1097
|
command: string;
|
|
1101
1098
|
exitCode: number;
|
|
1099
|
+
durationSecs: number;
|
|
1100
|
+
name: string;
|
|
1101
|
+
passed: boolean;
|
|
1102
1102
|
extraction?: {
|
|
1103
1103
|
summary: string;
|
|
1104
1104
|
totalErrors: number;
|
|
@@ -1134,11 +1134,11 @@ export declare const ValidationResultSchema: z.ZodObject<{
|
|
|
1134
1134
|
stderr?: string | undefined;
|
|
1135
1135
|
} | undefined;
|
|
1136
1136
|
}, {
|
|
1137
|
-
name: string;
|
|
1138
|
-
passed: boolean;
|
|
1139
|
-
durationSecs: number;
|
|
1140
1137
|
command: string;
|
|
1141
1138
|
exitCode: number;
|
|
1139
|
+
durationSecs: number;
|
|
1140
|
+
name: string;
|
|
1141
|
+
passed: boolean;
|
|
1142
1142
|
extraction?: {
|
|
1143
1143
|
summary: string;
|
|
1144
1144
|
totalErrors: number;
|
|
@@ -1175,15 +1175,15 @@ export declare const ValidationResultSchema: z.ZodObject<{
|
|
|
1175
1175
|
} | undefined;
|
|
1176
1176
|
}>, "many">;
|
|
1177
1177
|
}, "strict", z.ZodTypeAny, {
|
|
1178
|
+
durationSecs: number;
|
|
1178
1179
|
name: string;
|
|
1179
1180
|
passed: boolean;
|
|
1180
|
-
durationSecs: number;
|
|
1181
1181
|
steps: {
|
|
1182
|
-
name: string;
|
|
1183
|
-
passed: boolean;
|
|
1184
|
-
durationSecs: number;
|
|
1185
1182
|
command: string;
|
|
1186
1183
|
exitCode: number;
|
|
1184
|
+
durationSecs: number;
|
|
1185
|
+
name: string;
|
|
1186
|
+
passed: boolean;
|
|
1187
1187
|
extraction?: {
|
|
1188
1188
|
summary: string;
|
|
1189
1189
|
totalErrors: number;
|
|
@@ -1220,15 +1220,15 @@ export declare const ValidationResultSchema: z.ZodObject<{
|
|
|
1220
1220
|
} | undefined;
|
|
1221
1221
|
}[];
|
|
1222
1222
|
}, {
|
|
1223
|
+
durationSecs: number;
|
|
1223
1224
|
name: string;
|
|
1224
1225
|
passed: boolean;
|
|
1225
|
-
durationSecs: number;
|
|
1226
1226
|
steps: {
|
|
1227
|
-
name: string;
|
|
1228
|
-
passed: boolean;
|
|
1229
|
-
durationSecs: number;
|
|
1230
1227
|
command: string;
|
|
1231
1228
|
exitCode: number;
|
|
1229
|
+
durationSecs: number;
|
|
1230
|
+
name: string;
|
|
1231
|
+
passed: boolean;
|
|
1232
1232
|
extraction?: {
|
|
1233
1233
|
summary: string;
|
|
1234
1234
|
totalErrors: number;
|
|
@@ -1283,27 +1283,27 @@ export declare const ValidationResultSchema: z.ZodObject<{
|
|
|
1283
1283
|
stderr?: string | undefined;
|
|
1284
1284
|
}>>;
|
|
1285
1285
|
}, "strict", z.ZodTypeAny, {
|
|
1286
|
-
passed: boolean;
|
|
1287
1286
|
timestamp: string;
|
|
1287
|
+
passed: boolean;
|
|
1288
|
+
treeHash?: string | undefined;
|
|
1288
1289
|
isCachedResult?: boolean | undefined;
|
|
1289
1290
|
outputFiles?: {
|
|
1290
1291
|
combined: string;
|
|
1291
1292
|
stdout?: string | undefined;
|
|
1292
1293
|
stderr?: string | undefined;
|
|
1293
1294
|
} | undefined;
|
|
1294
|
-
failedStep?: string | undefined;
|
|
1295
|
-
treeHash?: string | undefined;
|
|
1296
1295
|
summary?: string | undefined;
|
|
1296
|
+
failedStep?: string | undefined;
|
|
1297
1297
|
phases?: {
|
|
1298
|
+
durationSecs: number;
|
|
1298
1299
|
name: string;
|
|
1299
1300
|
passed: boolean;
|
|
1300
|
-
durationSecs: number;
|
|
1301
1301
|
steps: {
|
|
1302
|
-
name: string;
|
|
1303
|
-
passed: boolean;
|
|
1304
|
-
durationSecs: number;
|
|
1305
1302
|
command: string;
|
|
1306
1303
|
exitCode: number;
|
|
1304
|
+
durationSecs: number;
|
|
1305
|
+
name: string;
|
|
1306
|
+
passed: boolean;
|
|
1307
1307
|
extraction?: {
|
|
1308
1308
|
summary: string;
|
|
1309
1309
|
totalErrors: number;
|
|
@@ -1341,27 +1341,27 @@ export declare const ValidationResultSchema: z.ZodObject<{
|
|
|
1341
1341
|
}[];
|
|
1342
1342
|
}[] | undefined;
|
|
1343
1343
|
}, {
|
|
1344
|
-
passed: boolean;
|
|
1345
1344
|
timestamp: string;
|
|
1345
|
+
passed: boolean;
|
|
1346
|
+
treeHash?: string | undefined;
|
|
1346
1347
|
isCachedResult?: boolean | undefined;
|
|
1347
1348
|
outputFiles?: {
|
|
1348
1349
|
combined: string;
|
|
1349
1350
|
stdout?: string | undefined;
|
|
1350
1351
|
stderr?: string | undefined;
|
|
1351
1352
|
} | undefined;
|
|
1352
|
-
failedStep?: string | undefined;
|
|
1353
|
-
treeHash?: string | undefined;
|
|
1354
1353
|
summary?: string | undefined;
|
|
1354
|
+
failedStep?: string | undefined;
|
|
1355
1355
|
phases?: {
|
|
1356
|
+
durationSecs: number;
|
|
1356
1357
|
name: string;
|
|
1357
1358
|
passed: boolean;
|
|
1358
|
-
durationSecs: number;
|
|
1359
1359
|
steps: {
|
|
1360
|
-
name: string;
|
|
1361
|
-
passed: boolean;
|
|
1362
|
-
durationSecs: number;
|
|
1363
1360
|
command: string;
|
|
1364
1361
|
exitCode: number;
|
|
1362
|
+
durationSecs: number;
|
|
1363
|
+
name: string;
|
|
1364
|
+
passed: boolean;
|
|
1365
1365
|
extraction?: {
|
|
1366
1366
|
summary: string;
|
|
1367
1367
|
totalErrors: number;
|
|
@@ -1410,29 +1410,32 @@ export type ValidationResult = z.infer<typeof ValidationResultSchema>;
|
|
|
1410
1410
|
* Safe validation function (uses shared utility)
|
|
1411
1411
|
*/
|
|
1412
1412
|
export declare const safeValidateResult: (data: unknown) => {
|
|
1413
|
+
success: false;
|
|
1414
|
+
errors: string[];
|
|
1415
|
+
} | {
|
|
1413
1416
|
success: true;
|
|
1414
1417
|
data: {
|
|
1415
|
-
passed: boolean;
|
|
1416
1418
|
timestamp: string;
|
|
1419
|
+
passed: boolean;
|
|
1420
|
+
treeHash?: string | undefined;
|
|
1417
1421
|
isCachedResult?: boolean | undefined;
|
|
1418
1422
|
outputFiles?: {
|
|
1419
1423
|
combined: string;
|
|
1420
1424
|
stdout?: string | undefined;
|
|
1421
1425
|
stderr?: string | undefined;
|
|
1422
1426
|
} | undefined;
|
|
1423
|
-
failedStep?: string | undefined;
|
|
1424
|
-
treeHash?: string | undefined;
|
|
1425
1427
|
summary?: string | undefined;
|
|
1428
|
+
failedStep?: string | undefined;
|
|
1426
1429
|
phases?: {
|
|
1430
|
+
durationSecs: number;
|
|
1427
1431
|
name: string;
|
|
1428
1432
|
passed: boolean;
|
|
1429
|
-
durationSecs: number;
|
|
1430
1433
|
steps: {
|
|
1431
|
-
name: string;
|
|
1432
|
-
passed: boolean;
|
|
1433
|
-
durationSecs: number;
|
|
1434
1434
|
command: string;
|
|
1435
1435
|
exitCode: number;
|
|
1436
|
+
durationSecs: number;
|
|
1437
|
+
name: string;
|
|
1438
|
+
passed: boolean;
|
|
1436
1439
|
extraction?: {
|
|
1437
1440
|
summary: string;
|
|
1438
1441
|
totalErrors: number;
|
|
@@ -1470,35 +1473,32 @@ export declare const safeValidateResult: (data: unknown) => {
|
|
|
1470
1473
|
}[];
|
|
1471
1474
|
}[] | undefined;
|
|
1472
1475
|
};
|
|
1473
|
-
} | {
|
|
1474
|
-
success: false;
|
|
1475
|
-
errors: string[];
|
|
1476
1476
|
};
|
|
1477
1477
|
/**
|
|
1478
1478
|
* Strict validation function (uses shared utility)
|
|
1479
1479
|
*/
|
|
1480
1480
|
export declare const validateResult: (data: unknown) => {
|
|
1481
|
-
passed: boolean;
|
|
1482
1481
|
timestamp: string;
|
|
1482
|
+
passed: boolean;
|
|
1483
|
+
treeHash?: string | undefined;
|
|
1483
1484
|
isCachedResult?: boolean | undefined;
|
|
1484
1485
|
outputFiles?: {
|
|
1485
1486
|
combined: string;
|
|
1486
1487
|
stdout?: string | undefined;
|
|
1487
1488
|
stderr?: string | undefined;
|
|
1488
1489
|
} | undefined;
|
|
1489
|
-
failedStep?: string | undefined;
|
|
1490
|
-
treeHash?: string | undefined;
|
|
1491
1490
|
summary?: string | undefined;
|
|
1491
|
+
failedStep?: string | undefined;
|
|
1492
1492
|
phases?: {
|
|
1493
|
+
durationSecs: number;
|
|
1493
1494
|
name: string;
|
|
1494
1495
|
passed: boolean;
|
|
1495
|
-
durationSecs: number;
|
|
1496
1496
|
steps: {
|
|
1497
|
-
name: string;
|
|
1498
|
-
passed: boolean;
|
|
1499
|
-
durationSecs: number;
|
|
1500
1497
|
command: string;
|
|
1501
1498
|
exitCode: number;
|
|
1499
|
+
durationSecs: number;
|
|
1500
|
+
name: string;
|
|
1501
|
+
passed: boolean;
|
|
1502
1502
|
extraction?: {
|
|
1503
1503
|
summary: string;
|
|
1504
1504
|
totalErrors: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"result-schema.d.ts","sourceRoot":"","sources":["../src/result-schema.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;;;;;GASG;AACH,eAAO,MAAM,sBAAsB;IACjC,gCAAgC;;IAGhC,iCAAiC;;IAGjC,oCAAoC;;IAGpC,qEAAqE;;;;;;;;;;;;;;;gBA+
|
|
1
|
+
{"version":3,"file":"result-schema.d.ts","sourceRoot":"","sources":["../src/result-schema.ts"],"names":[],"mappings":"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"}
|
package/dist/result-schema.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { z } from 'zod';
|
|
8
8
|
import { ErrorExtractorResultSchema } from '@vibe-validate/extractors';
|
|
9
|
-
import { createSafeValidator, createStrictValidator } from '
|
|
9
|
+
import { createSafeValidator, createStrictValidator } from '@vibe-validate/config';
|
|
10
10
|
/**
|
|
11
11
|
* Base: Command Execution Schema
|
|
12
12
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"result-schema.js","sourceRoot":"","sources":["../src/result-schema.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"result-schema.js","sourceRoot":"","sources":["../src/result-schema.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibe-validate/core",
|
|
3
|
-
"version": "0.17.0-rc.
|
|
3
|
+
"version": "0.17.0-rc.9",
|
|
4
4
|
"description": "Core validation orchestration engine for vibe-validate",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"yaml": "^2.6.1",
|
|
41
41
|
"zod": "^3.24.1",
|
|
42
42
|
"zod-to-json-schema": "^3.24.6",
|
|
43
|
-
"@vibe-validate/config": "0.17.0-rc.
|
|
44
|
-
"@vibe-validate/
|
|
45
|
-
"@vibe-validate/
|
|
43
|
+
"@vibe-validate/config": "0.17.0-rc.9",
|
|
44
|
+
"@vibe-validate/git": "0.17.0-rc.9",
|
|
45
|
+
"@vibe-validate/extractors": "0.17.0-rc.9"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/node": "^20.17.6",
|