@claudexor/schema 3.1.0 → 3.1.1
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/agent-capabilities.d.ts +8 -8
- package/dist/budget.d.ts +9 -9
- package/dist/config.d.ts +70 -38
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +12 -1
- package/dist/config.js.map +1 -1
- package/dist/control-operation-responses.d.ts +27 -27
- package/dist/control-run-detail.d.ts +13 -13
- package/dist/control.d.ts +135 -84
- package/dist/control.d.ts.map +1 -1
- package/dist/effort.d.ts +132 -0
- package/dist/effort.d.ts.map +1 -0
- package/dist/effort.js +167 -0
- package/dist/effort.js.map +1 -0
- package/dist/events.d.ts +4 -4
- package/dist/events.d.ts.map +1 -1
- package/dist/events.js +6 -0
- package/dist/events.js.map +1 -1
- package/dist/gate.d.ts +2 -2
- package/dist/harness.d.ts +98 -25
- package/dist/harness.d.ts.map +1 -1
- package/dist/harness.js +30 -13
- package/dist/harness.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/operation.d.ts +16 -16
- package/dist/readiness.d.ts +48 -7
- package/dist/readiness.d.ts.map +1 -1
- package/dist/task.d.ts +62 -59
- package/dist/task.d.ts.map +1 -1
- package/dist/task.js +9 -8
- package/dist/task.js.map +1 -1
- package/dist/telemetry.d.ts +16 -16
- package/generated/AgentCapabilityCatalog.schema.json +4 -8
- package/generated/ControlHarnessListResponse.schema.json +45 -9
- package/generated/ControlHarnessSettingsPatch.schema.json +4 -8
- package/generated/ControlRunAgainDraft.schema.json +3 -7
- package/generated/ControlRunDetail.schema.json +3 -7
- package/generated/ControlRunListResponse.schema.json +3 -7
- package/generated/ControlRunStartRequest.schema.json +3 -7
- package/generated/ControlRunSummary.schema.json +3 -7
- package/generated/ControlSettingsSnapshot.schema.json +4 -8
- package/generated/ControlSettingsUpdateRequest.schema.json +4 -8
- package/generated/ControlThreadTurnRequest.schema.json +3 -7
- package/generated/GlobalConfig.schema.json +4 -8
- package/generated/HarnessManifest.schema.json +45 -9
- package/generated/HarnessStatusDto.schema.json +45 -9
- package/generated/ProjectConfig.schema.json +26 -0
- package/generated/RunEvent.schema.json +1 -0
- package/generated/TaskContract.schema.json +5 -9
- package/package.json +2 -2
|
@@ -91,7 +91,7 @@ export declare const CatalogHarness: z.ZodObject<{
|
|
|
91
91
|
max_count: number;
|
|
92
92
|
transport: "file_path" | "base64_stream" | "base64_inline" | "text_inline";
|
|
93
93
|
}>, "many">;
|
|
94
|
-
effortLevels: z.ZodArray<z.
|
|
94
|
+
effortLevels: z.ZodArray<z.ZodString, "many">;
|
|
95
95
|
accessProfilesSupported: z.ZodArray<z.ZodEnum<["readonly", "workspace_write", "full", "external_sandbox_full", "inherit_native"]>, "many">;
|
|
96
96
|
readonlyMechanism: z.ZodEnum<["fs_sandbox", "permission_deny", "tool_allowlist", "none"]>;
|
|
97
97
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -118,7 +118,7 @@ export declare const CatalogHarness: z.ZodObject<{
|
|
|
118
118
|
max_count: number;
|
|
119
119
|
transport: "file_path" | "base64_stream" | "base64_inline" | "text_inline";
|
|
120
120
|
}[];
|
|
121
|
-
effortLevels:
|
|
121
|
+
effortLevels: string[];
|
|
122
122
|
accessProfilesSupported: ("readonly" | "workspace_write" | "full" | "external_sandbox_full" | "inherit_native")[];
|
|
123
123
|
readonlyMechanism: "none" | "fs_sandbox" | "permission_deny" | "tool_allowlist";
|
|
124
124
|
}, {
|
|
@@ -145,7 +145,7 @@ export declare const CatalogHarness: z.ZodObject<{
|
|
|
145
145
|
max_count: number;
|
|
146
146
|
transport: "file_path" | "base64_stream" | "base64_inline" | "text_inline";
|
|
147
147
|
}[];
|
|
148
|
-
effortLevels:
|
|
148
|
+
effortLevels: string[];
|
|
149
149
|
accessProfilesSupported: ("readonly" | "workspace_write" | "full" | "external_sandbox_full" | "inherit_native")[];
|
|
150
150
|
readonlyMechanism: "none" | "fs_sandbox" | "permission_deny" | "tool_allowlist";
|
|
151
151
|
}>;
|
|
@@ -252,7 +252,7 @@ export declare const AgentCapabilityCatalog: z.ZodObject<{
|
|
|
252
252
|
max_count: number;
|
|
253
253
|
transport: "file_path" | "base64_stream" | "base64_inline" | "text_inline";
|
|
254
254
|
}>, "many">;
|
|
255
|
-
effortLevels: z.ZodArray<z.
|
|
255
|
+
effortLevels: z.ZodArray<z.ZodString, "many">;
|
|
256
256
|
accessProfilesSupported: z.ZodArray<z.ZodEnum<["readonly", "workspace_write", "full", "external_sandbox_full", "inherit_native"]>, "many">;
|
|
257
257
|
readonlyMechanism: z.ZodEnum<["fs_sandbox", "permission_deny", "tool_allowlist", "none"]>;
|
|
258
258
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -279,7 +279,7 @@ export declare const AgentCapabilityCatalog: z.ZodObject<{
|
|
|
279
279
|
max_count: number;
|
|
280
280
|
transport: "file_path" | "base64_stream" | "base64_inline" | "text_inline";
|
|
281
281
|
}[];
|
|
282
|
-
effortLevels:
|
|
282
|
+
effortLevels: string[];
|
|
283
283
|
accessProfilesSupported: ("readonly" | "workspace_write" | "full" | "external_sandbox_full" | "inherit_native")[];
|
|
284
284
|
readonlyMechanism: "none" | "fs_sandbox" | "permission_deny" | "tool_allowlist";
|
|
285
285
|
}, {
|
|
@@ -306,7 +306,7 @@ export declare const AgentCapabilityCatalog: z.ZodObject<{
|
|
|
306
306
|
max_count: number;
|
|
307
307
|
transport: "file_path" | "base64_stream" | "base64_inline" | "text_inline";
|
|
308
308
|
}[];
|
|
309
|
-
effortLevels:
|
|
309
|
+
effortLevels: string[];
|
|
310
310
|
accessProfilesSupported: ("readonly" | "workspace_write" | "full" | "external_sandbox_full" | "inherit_native")[];
|
|
311
311
|
readonlyMechanism: "none" | "fs_sandbox" | "permission_deny" | "tool_allowlist";
|
|
312
312
|
}>, "many">;
|
|
@@ -402,7 +402,7 @@ export declare const AgentCapabilityCatalog: z.ZodObject<{
|
|
|
402
402
|
max_count: number;
|
|
403
403
|
transport: "file_path" | "base64_stream" | "base64_inline" | "text_inline";
|
|
404
404
|
}[];
|
|
405
|
-
effortLevels:
|
|
405
|
+
effortLevels: string[];
|
|
406
406
|
accessProfilesSupported: ("readonly" | "workspace_write" | "full" | "external_sandbox_full" | "inherit_native")[];
|
|
407
407
|
readonlyMechanism: "none" | "fs_sandbox" | "permission_deny" | "tool_allowlist";
|
|
408
408
|
}[];
|
|
@@ -458,7 +458,7 @@ export declare const AgentCapabilityCatalog: z.ZodObject<{
|
|
|
458
458
|
max_count: number;
|
|
459
459
|
transport: "file_path" | "base64_stream" | "base64_inline" | "text_inline";
|
|
460
460
|
}[];
|
|
461
|
-
effortLevels:
|
|
461
|
+
effortLevels: string[];
|
|
462
462
|
accessProfilesSupported: ("readonly" | "workspace_write" | "full" | "external_sandbox_full" | "inherit_native")[];
|
|
463
463
|
readonlyMechanism: "none" | "fs_sandbox" | "permission_deny" | "tool_allowlist";
|
|
464
464
|
}[];
|
package/dist/budget.d.ts
CHANGED
|
@@ -120,43 +120,43 @@ export type RouteRankingRationale = z.infer<typeof RouteRankingRationale>;
|
|
|
120
120
|
export declare const QualityTierRoute: z.ZodObject<{
|
|
121
121
|
harness: z.ZodString;
|
|
122
122
|
model: z.ZodString;
|
|
123
|
-
effort: z.
|
|
123
|
+
effort: z.ZodString;
|
|
124
124
|
}, "strict", z.ZodTypeAny, {
|
|
125
125
|
harness: string;
|
|
126
126
|
model: string;
|
|
127
|
-
effort:
|
|
127
|
+
effort: string;
|
|
128
128
|
}, {
|
|
129
129
|
harness: string;
|
|
130
130
|
model: string;
|
|
131
|
-
effort:
|
|
131
|
+
effort: string;
|
|
132
132
|
}>;
|
|
133
133
|
export type QualityTierRoute = z.infer<typeof QualityTierRoute>;
|
|
134
134
|
export declare const QualityTier: z.ZodArray<z.ZodObject<{
|
|
135
135
|
harness: z.ZodString;
|
|
136
136
|
model: z.ZodString;
|
|
137
|
-
effort: z.
|
|
137
|
+
effort: z.ZodString;
|
|
138
138
|
}, "strict", z.ZodTypeAny, {
|
|
139
139
|
harness: string;
|
|
140
140
|
model: string;
|
|
141
|
-
effort:
|
|
141
|
+
effort: string;
|
|
142
142
|
}, {
|
|
143
143
|
harness: string;
|
|
144
144
|
model: string;
|
|
145
|
-
effort:
|
|
145
|
+
effort: string;
|
|
146
146
|
}>, "many">;
|
|
147
147
|
export type QualityTier = z.infer<typeof QualityTier>;
|
|
148
148
|
export declare const QualityTierSet: z.ZodDefault<z.ZodRecord<z.ZodEnum<["plan", "spec", "implement", "create_from_scratch", "repair", "review", "verify", "synthesize", "explain", "audit"]>, z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
149
149
|
harness: z.ZodString;
|
|
150
150
|
model: z.ZodString;
|
|
151
|
-
effort: z.
|
|
151
|
+
effort: z.ZodString;
|
|
152
152
|
}, "strict", z.ZodTypeAny, {
|
|
153
153
|
harness: string;
|
|
154
154
|
model: string;
|
|
155
|
-
effort:
|
|
155
|
+
effort: string;
|
|
156
156
|
}, {
|
|
157
157
|
harness: string;
|
|
158
158
|
model: string;
|
|
159
|
-
effort:
|
|
159
|
+
effort: string;
|
|
160
160
|
}>, "many">, "many">>>;
|
|
161
161
|
export type QualityTierSet = z.infer<typeof QualityTierSet>;
|
|
162
162
|
/** A pre-call reservation. Created before work; settled after. Never post-hoc only. */
|
package/dist/config.d.ts
CHANGED
|
@@ -11,13 +11,13 @@ export declare const ProjectConfig: z.ZodObject<{
|
|
|
11
11
|
include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
12
12
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
13
13
|
}, "strict", z.ZodTypeAny, {
|
|
14
|
-
exclude: string[];
|
|
15
14
|
mandatory_files: string[];
|
|
16
15
|
include: string[];
|
|
16
|
+
exclude: string[];
|
|
17
17
|
}, {
|
|
18
|
-
exclude?: string[] | undefined;
|
|
19
18
|
mandatory_files?: string[] | undefined;
|
|
20
19
|
include?: string[] | undefined;
|
|
20
|
+
exclude?: string[] | undefined;
|
|
21
21
|
}>>;
|
|
22
22
|
tests: z.ZodDefault<z.ZodObject<{
|
|
23
23
|
commands: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -58,12 +58,22 @@ export declare const ProjectConfig: z.ZodObject<{
|
|
|
58
58
|
}, {
|
|
59
59
|
routing_goal?: "auto" | "quality" | "economy" | undefined;
|
|
60
60
|
}>>;
|
|
61
|
+
constraints: z.ZodDefault<z.ZodObject<{
|
|
62
|
+
protected_paths: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
63
|
+
}, "strict", z.ZodTypeAny, {
|
|
64
|
+
protected_paths: string[];
|
|
65
|
+
}, {
|
|
66
|
+
protected_paths?: string[] | undefined;
|
|
67
|
+
}>>;
|
|
61
68
|
}, "strict", z.ZodTypeAny, {
|
|
69
|
+
constraints: {
|
|
70
|
+
protected_paths: string[];
|
|
71
|
+
};
|
|
62
72
|
version: 1;
|
|
63
73
|
context: {
|
|
64
|
-
exclude: string[];
|
|
65
74
|
mandatory_files: string[];
|
|
66
75
|
include: string[];
|
|
76
|
+
exclude: string[];
|
|
67
77
|
};
|
|
68
78
|
tests: {
|
|
69
79
|
commands: {
|
|
@@ -77,11 +87,14 @@ export declare const ProjectConfig: z.ZodObject<{
|
|
|
77
87
|
routing_goal?: "auto" | "quality" | "economy" | undefined;
|
|
78
88
|
};
|
|
79
89
|
}, {
|
|
90
|
+
constraints?: {
|
|
91
|
+
protected_paths?: string[] | undefined;
|
|
92
|
+
} | undefined;
|
|
80
93
|
version?: 1 | undefined;
|
|
81
94
|
context?: {
|
|
82
|
-
exclude?: string[] | undefined;
|
|
83
95
|
mandatory_files?: string[] | undefined;
|
|
84
96
|
include?: string[] | undefined;
|
|
97
|
+
exclude?: string[] | undefined;
|
|
85
98
|
} | undefined;
|
|
86
99
|
tests?: {
|
|
87
100
|
commands?: {
|
|
@@ -194,15 +207,15 @@ export declare const GlobalConfig: z.ZodObject<{
|
|
|
194
207
|
quality_tiers: z.ZodDefault<z.ZodRecord<z.ZodEnum<["plan", "spec", "implement", "create_from_scratch", "repair", "review", "verify", "synthesize", "explain", "audit"]>, z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
195
208
|
harness: z.ZodString;
|
|
196
209
|
model: z.ZodString;
|
|
197
|
-
effort: z.
|
|
210
|
+
effort: z.ZodString;
|
|
198
211
|
}, "strict", z.ZodTypeAny, {
|
|
199
212
|
harness: string;
|
|
200
213
|
model: string;
|
|
201
|
-
effort:
|
|
214
|
+
effort: string;
|
|
202
215
|
}, {
|
|
203
216
|
harness: string;
|
|
204
217
|
model: string;
|
|
205
|
-
effort:
|
|
218
|
+
effort: string;
|
|
206
219
|
}>, "many">, "many">>>;
|
|
207
220
|
}, "strict", z.ZodTypeAny, {
|
|
208
221
|
auth_preference: "auto" | "subscription" | "api_key";
|
|
@@ -214,7 +227,7 @@ export declare const GlobalConfig: z.ZodObject<{
|
|
|
214
227
|
quality_tiers: Partial<Record<"plan" | "spec" | "implement" | "create_from_scratch" | "repair" | "review" | "verify" | "synthesize" | "explain" | "audit", {
|
|
215
228
|
harness: string;
|
|
216
229
|
model: string;
|
|
217
|
-
effort:
|
|
230
|
+
effort: string;
|
|
218
231
|
}[][]>>;
|
|
219
232
|
}, {
|
|
220
233
|
auth_preference?: "auto" | "subscription" | "api_key" | undefined;
|
|
@@ -226,7 +239,7 @@ export declare const GlobalConfig: z.ZodObject<{
|
|
|
226
239
|
quality_tiers?: Partial<Record<"plan" | "spec" | "implement" | "create_from_scratch" | "repair" | "review" | "verify" | "synthesize" | "explain" | "audit", {
|
|
227
240
|
harness: string;
|
|
228
241
|
model: string;
|
|
229
|
-
effort:
|
|
242
|
+
effort: string;
|
|
230
243
|
}[][]>> | undefined;
|
|
231
244
|
}>>;
|
|
232
245
|
budget: z.ZodDefault<z.ZodObject<{
|
|
@@ -423,7 +436,7 @@ export declare const GlobalConfig: z.ZodObject<{
|
|
|
423
436
|
*/
|
|
424
437
|
native_credentials_enabled: z.ZodDefault<z.ZodBoolean>;
|
|
425
438
|
default_model: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
426
|
-
effort: z.ZodDefault<z.ZodNullable<z.
|
|
439
|
+
effort: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
427
440
|
max_turns: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
428
441
|
max_rounds: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
429
442
|
/**
|
|
@@ -459,7 +472,7 @@ export declare const GlobalConfig: z.ZodObject<{
|
|
|
459
472
|
web: "off" | "auto" | "cached" | "live";
|
|
460
473
|
max_turns: number | null;
|
|
461
474
|
auth_preference: "auto" | "subscription" | "api_key";
|
|
462
|
-
effort:
|
|
475
|
+
effort: string | null;
|
|
463
476
|
default_model: string | null;
|
|
464
477
|
max_rounds: number | null;
|
|
465
478
|
profile_policy: {
|
|
@@ -476,7 +489,7 @@ export declare const GlobalConfig: z.ZodObject<{
|
|
|
476
489
|
web?: "off" | "auto" | "cached" | "live" | undefined;
|
|
477
490
|
max_turns?: number | null | undefined;
|
|
478
491
|
auth_preference?: "auto" | "subscription" | "api_key" | undefined;
|
|
479
|
-
effort?:
|
|
492
|
+
effort?: string | null | undefined;
|
|
480
493
|
default_model?: string | null | undefined;
|
|
481
494
|
max_rounds?: number | null | undefined;
|
|
482
495
|
profile_policy?: {
|
|
@@ -496,7 +509,7 @@ export declare const GlobalConfig: z.ZodObject<{
|
|
|
496
509
|
web: "off" | "auto" | "cached" | "live";
|
|
497
510
|
max_turns: number | null;
|
|
498
511
|
auth_preference: "auto" | "subscription" | "api_key";
|
|
499
|
-
effort:
|
|
512
|
+
effort: string | null;
|
|
500
513
|
default_model: string | null;
|
|
501
514
|
max_rounds: number | null;
|
|
502
515
|
profile_policy: {
|
|
@@ -526,7 +539,7 @@ export declare const GlobalConfig: z.ZodObject<{
|
|
|
526
539
|
quality_tiers: Partial<Record<"plan" | "spec" | "implement" | "create_from_scratch" | "repair" | "review" | "verify" | "synthesize" | "explain" | "audit", {
|
|
527
540
|
harness: string;
|
|
528
541
|
model: string;
|
|
529
|
-
effort:
|
|
542
|
+
effort: string;
|
|
530
543
|
}[][]>>;
|
|
531
544
|
};
|
|
532
545
|
runtime: {
|
|
@@ -563,7 +576,7 @@ export declare const GlobalConfig: z.ZodObject<{
|
|
|
563
576
|
web?: "off" | "auto" | "cached" | "live" | undefined;
|
|
564
577
|
max_turns?: number | null | undefined;
|
|
565
578
|
auth_preference?: "auto" | "subscription" | "api_key" | undefined;
|
|
566
|
-
effort?:
|
|
579
|
+
effort?: string | null | undefined;
|
|
567
580
|
default_model?: string | null | undefined;
|
|
568
581
|
max_rounds?: number | null | undefined;
|
|
569
582
|
profile_policy?: {
|
|
@@ -593,7 +606,7 @@ export declare const GlobalConfig: z.ZodObject<{
|
|
|
593
606
|
quality_tiers?: Partial<Record<"plan" | "spec" | "implement" | "create_from_scratch" | "repair" | "review" | "verify" | "synthesize" | "explain" | "audit", {
|
|
594
607
|
harness: string;
|
|
595
608
|
model: string;
|
|
596
|
-
effort:
|
|
609
|
+
effort: string;
|
|
597
610
|
}[][]>> | undefined;
|
|
598
611
|
} | undefined;
|
|
599
612
|
runtime?: {
|
|
@@ -632,13 +645,13 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
632
645
|
include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
633
646
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
634
647
|
}, "strict", z.ZodTypeAny, {
|
|
635
|
-
exclude: string[];
|
|
636
648
|
mandatory_files: string[];
|
|
637
649
|
include: string[];
|
|
650
|
+
exclude: string[];
|
|
638
651
|
}, {
|
|
639
|
-
exclude?: string[] | undefined;
|
|
640
652
|
mandatory_files?: string[] | undefined;
|
|
641
653
|
include?: string[] | undefined;
|
|
654
|
+
exclude?: string[] | undefined;
|
|
642
655
|
}>>;
|
|
643
656
|
tests: z.ZodDefault<z.ZodObject<{
|
|
644
657
|
commands: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -679,12 +692,22 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
679
692
|
}, {
|
|
680
693
|
routing_goal?: "auto" | "quality" | "economy" | undefined;
|
|
681
694
|
}>>;
|
|
695
|
+
constraints: z.ZodDefault<z.ZodObject<{
|
|
696
|
+
protected_paths: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
697
|
+
}, "strict", z.ZodTypeAny, {
|
|
698
|
+
protected_paths: string[];
|
|
699
|
+
}, {
|
|
700
|
+
protected_paths?: string[] | undefined;
|
|
701
|
+
}>>;
|
|
682
702
|
}, "strict", z.ZodTypeAny, {
|
|
703
|
+
constraints: {
|
|
704
|
+
protected_paths: string[];
|
|
705
|
+
};
|
|
683
706
|
version: 1;
|
|
684
707
|
context: {
|
|
685
|
-
exclude: string[];
|
|
686
708
|
mandatory_files: string[];
|
|
687
709
|
include: string[];
|
|
710
|
+
exclude: string[];
|
|
688
711
|
};
|
|
689
712
|
tests: {
|
|
690
713
|
commands: {
|
|
@@ -698,11 +721,14 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
698
721
|
routing_goal?: "auto" | "quality" | "economy" | undefined;
|
|
699
722
|
};
|
|
700
723
|
}, {
|
|
724
|
+
constraints?: {
|
|
725
|
+
protected_paths?: string[] | undefined;
|
|
726
|
+
} | undefined;
|
|
701
727
|
version?: 1 | undefined;
|
|
702
728
|
context?: {
|
|
703
|
-
exclude?: string[] | undefined;
|
|
704
729
|
mandatory_files?: string[] | undefined;
|
|
705
730
|
include?: string[] | undefined;
|
|
731
|
+
exclude?: string[] | undefined;
|
|
706
732
|
} | undefined;
|
|
707
733
|
tests?: {
|
|
708
734
|
commands?: {
|
|
@@ -811,15 +837,15 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
811
837
|
quality_tiers: z.ZodDefault<z.ZodRecord<z.ZodEnum<["plan", "spec", "implement", "create_from_scratch", "repair", "review", "verify", "synthesize", "explain", "audit"]>, z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
812
838
|
harness: z.ZodString;
|
|
813
839
|
model: z.ZodString;
|
|
814
|
-
effort: z.
|
|
840
|
+
effort: z.ZodString;
|
|
815
841
|
}, "strict", z.ZodTypeAny, {
|
|
816
842
|
harness: string;
|
|
817
843
|
model: string;
|
|
818
|
-
effort:
|
|
844
|
+
effort: string;
|
|
819
845
|
}, {
|
|
820
846
|
harness: string;
|
|
821
847
|
model: string;
|
|
822
|
-
effort:
|
|
848
|
+
effort: string;
|
|
823
849
|
}>, "many">, "many">>>;
|
|
824
850
|
}, "strict", z.ZodTypeAny, {
|
|
825
851
|
auth_preference: "auto" | "subscription" | "api_key";
|
|
@@ -831,7 +857,7 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
831
857
|
quality_tiers: Partial<Record<"plan" | "spec" | "implement" | "create_from_scratch" | "repair" | "review" | "verify" | "synthesize" | "explain" | "audit", {
|
|
832
858
|
harness: string;
|
|
833
859
|
model: string;
|
|
834
|
-
effort:
|
|
860
|
+
effort: string;
|
|
835
861
|
}[][]>>;
|
|
836
862
|
}, {
|
|
837
863
|
auth_preference?: "auto" | "subscription" | "api_key" | undefined;
|
|
@@ -843,7 +869,7 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
843
869
|
quality_tiers?: Partial<Record<"plan" | "spec" | "implement" | "create_from_scratch" | "repair" | "review" | "verify" | "synthesize" | "explain" | "audit", {
|
|
844
870
|
harness: string;
|
|
845
871
|
model: string;
|
|
846
|
-
effort:
|
|
872
|
+
effort: string;
|
|
847
873
|
}[][]>> | undefined;
|
|
848
874
|
}>>;
|
|
849
875
|
budget: z.ZodDefault<z.ZodObject<{
|
|
@@ -1040,7 +1066,7 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
1040
1066
|
*/
|
|
1041
1067
|
native_credentials_enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1042
1068
|
default_model: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1043
|
-
effort: z.ZodDefault<z.ZodNullable<z.
|
|
1069
|
+
effort: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1044
1070
|
max_turns: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
1045
1071
|
max_rounds: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
1046
1072
|
/**
|
|
@@ -1076,7 +1102,7 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
1076
1102
|
web: "off" | "auto" | "cached" | "live";
|
|
1077
1103
|
max_turns: number | null;
|
|
1078
1104
|
auth_preference: "auto" | "subscription" | "api_key";
|
|
1079
|
-
effort:
|
|
1105
|
+
effort: string | null;
|
|
1080
1106
|
default_model: string | null;
|
|
1081
1107
|
max_rounds: number | null;
|
|
1082
1108
|
profile_policy: {
|
|
@@ -1093,7 +1119,7 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
1093
1119
|
web?: "off" | "auto" | "cached" | "live" | undefined;
|
|
1094
1120
|
max_turns?: number | null | undefined;
|
|
1095
1121
|
auth_preference?: "auto" | "subscription" | "api_key" | undefined;
|
|
1096
|
-
effort?:
|
|
1122
|
+
effort?: string | null | undefined;
|
|
1097
1123
|
default_model?: string | null | undefined;
|
|
1098
1124
|
max_rounds?: number | null | undefined;
|
|
1099
1125
|
profile_policy?: {
|
|
@@ -1113,7 +1139,7 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
1113
1139
|
web: "off" | "auto" | "cached" | "live";
|
|
1114
1140
|
max_turns: number | null;
|
|
1115
1141
|
auth_preference: "auto" | "subscription" | "api_key";
|
|
1116
|
-
effort:
|
|
1142
|
+
effort: string | null;
|
|
1117
1143
|
default_model: string | null;
|
|
1118
1144
|
max_rounds: number | null;
|
|
1119
1145
|
profile_policy: {
|
|
@@ -1143,7 +1169,7 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
1143
1169
|
quality_tiers: Partial<Record<"plan" | "spec" | "implement" | "create_from_scratch" | "repair" | "review" | "verify" | "synthesize" | "explain" | "audit", {
|
|
1144
1170
|
harness: string;
|
|
1145
1171
|
model: string;
|
|
1146
|
-
effort:
|
|
1172
|
+
effort: string;
|
|
1147
1173
|
}[][]>>;
|
|
1148
1174
|
};
|
|
1149
1175
|
runtime: {
|
|
@@ -1180,7 +1206,7 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
1180
1206
|
web?: "off" | "auto" | "cached" | "live" | undefined;
|
|
1181
1207
|
max_turns?: number | null | undefined;
|
|
1182
1208
|
auth_preference?: "auto" | "subscription" | "api_key" | undefined;
|
|
1183
|
-
effort?:
|
|
1209
|
+
effort?: string | null | undefined;
|
|
1184
1210
|
default_model?: string | null | undefined;
|
|
1185
1211
|
max_rounds?: number | null | undefined;
|
|
1186
1212
|
profile_policy?: {
|
|
@@ -1210,7 +1236,7 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
1210
1236
|
quality_tiers?: Partial<Record<"plan" | "spec" | "implement" | "create_from_scratch" | "repair" | "review" | "verify" | "synthesize" | "explain" | "audit", {
|
|
1211
1237
|
harness: string;
|
|
1212
1238
|
model: string;
|
|
1213
|
-
effort:
|
|
1239
|
+
effort: string;
|
|
1214
1240
|
}[][]>> | undefined;
|
|
1215
1241
|
} | undefined;
|
|
1216
1242
|
runtime?: {
|
|
@@ -1242,11 +1268,14 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
1242
1268
|
sources: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
1243
1269
|
}, "strip", z.ZodTypeAny, {
|
|
1244
1270
|
project: {
|
|
1271
|
+
constraints: {
|
|
1272
|
+
protected_paths: string[];
|
|
1273
|
+
};
|
|
1245
1274
|
version: 1;
|
|
1246
1275
|
context: {
|
|
1247
|
-
exclude: string[];
|
|
1248
1276
|
mandatory_files: string[];
|
|
1249
1277
|
include: string[];
|
|
1278
|
+
exclude: string[];
|
|
1250
1279
|
};
|
|
1251
1280
|
tests: {
|
|
1252
1281
|
commands: {
|
|
@@ -1286,7 +1315,7 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
1286
1315
|
web: "off" | "auto" | "cached" | "live";
|
|
1287
1316
|
max_turns: number | null;
|
|
1288
1317
|
auth_preference: "auto" | "subscription" | "api_key";
|
|
1289
|
-
effort:
|
|
1318
|
+
effort: string | null;
|
|
1290
1319
|
default_model: string | null;
|
|
1291
1320
|
max_rounds: number | null;
|
|
1292
1321
|
profile_policy: {
|
|
@@ -1316,7 +1345,7 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
1316
1345
|
quality_tiers: Partial<Record<"plan" | "spec" | "implement" | "create_from_scratch" | "repair" | "review" | "verify" | "synthesize" | "explain" | "audit", {
|
|
1317
1346
|
harness: string;
|
|
1318
1347
|
model: string;
|
|
1319
|
-
effort:
|
|
1348
|
+
effort: string;
|
|
1320
1349
|
}[][]>>;
|
|
1321
1350
|
};
|
|
1322
1351
|
runtime: {
|
|
@@ -1347,11 +1376,14 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
1347
1376
|
};
|
|
1348
1377
|
}, {
|
|
1349
1378
|
project: {
|
|
1379
|
+
constraints?: {
|
|
1380
|
+
protected_paths?: string[] | undefined;
|
|
1381
|
+
} | undefined;
|
|
1350
1382
|
version?: 1 | undefined;
|
|
1351
1383
|
context?: {
|
|
1352
|
-
exclude?: string[] | undefined;
|
|
1353
1384
|
mandatory_files?: string[] | undefined;
|
|
1354
1385
|
include?: string[] | undefined;
|
|
1386
|
+
exclude?: string[] | undefined;
|
|
1355
1387
|
} | undefined;
|
|
1356
1388
|
tests?: {
|
|
1357
1389
|
commands?: {
|
|
@@ -1390,7 +1422,7 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
1390
1422
|
web?: "off" | "auto" | "cached" | "live" | undefined;
|
|
1391
1423
|
max_turns?: number | null | undefined;
|
|
1392
1424
|
auth_preference?: "auto" | "subscription" | "api_key" | undefined;
|
|
1393
|
-
effort?:
|
|
1425
|
+
effort?: string | null | undefined;
|
|
1394
1426
|
default_model?: string | null | undefined;
|
|
1395
1427
|
max_rounds?: number | null | undefined;
|
|
1396
1428
|
profile_policy?: {
|
|
@@ -1420,7 +1452,7 @@ export declare const ResolvedConfig: z.ZodObject<{
|
|
|
1420
1452
|
quality_tiers?: Partial<Record<"plan" | "spec" | "implement" | "create_from_scratch" | "repair" | "review" | "verify" | "synthesize" | "explain" | "audit", {
|
|
1421
1453
|
harness: string;
|
|
1422
1454
|
model: string;
|
|
1423
|
-
effort:
|
|
1455
|
+
effort: string;
|
|
1424
1456
|
}[][]>> | undefined;
|
|
1425
1457
|
} | undefined;
|
|
1426
1458
|
runtime?: {
|
package/dist/config.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"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"}
|
package/dist/config.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import { AccessProfile, AuthPreference, ExternalContextPolicy } from "./primitives.js";
|
|
2
|
+
import { AccessProfile, AuthPreference, ExternalContextPolicy, NonBlankString, } from "./primitives.js";
|
|
3
3
|
import { EffortHint } from "./harness.js";
|
|
4
4
|
import { CredentialProfile } from "./credential-profile.js";
|
|
5
5
|
import { PaidBudget, PaidFallback, QualityTierSet, RoutingGoal } from "./budget.js";
|
|
6
6
|
import { TestCommandGrant, TestCommandInvocation } from "./task.js";
|
|
7
|
+
const ProjectProtectedPathGlob = NonBlankString.regex(/^(?!\/)(?![A-Za-z]:)(?!.*\\)(?!.*\0)(?!.*\/\/)(?!.*\/$)(?!.*(?:^|\/)\.\.?(?:\/|$))\S(?:.*\S)?$/, "must be a canonical repo-relative glob using forward slashes, without absolute roots, empty/dot segments, or '..' traversal").describe("Canonical repo-relative glob whose matching changes require human approval before apply.");
|
|
7
8
|
// All retired v1 portfolio ids are rejected; v2 routing uses the explicit
|
|
8
9
|
// auto, quality, and economy goals instead.
|
|
9
10
|
/**
|
|
@@ -44,6 +45,16 @@ export const ProjectConfig = z
|
|
|
44
45
|
.strict()
|
|
45
46
|
.default({})
|
|
46
47
|
.describe("Safe project routing preference; paid fallback remains user-global."),
|
|
48
|
+
constraints: z
|
|
49
|
+
.object({
|
|
50
|
+
protected_paths: z
|
|
51
|
+
.array(ProjectProtectedPathGlob)
|
|
52
|
+
.default([])
|
|
53
|
+
.describe("Restriction-only repo-relative globs whose matching changes require a human decision before apply; empty by default."),
|
|
54
|
+
})
|
|
55
|
+
.strict()
|
|
56
|
+
.default({})
|
|
57
|
+
.describe("Safe project restrictions that can only narrow what an unattended run may apply."),
|
|
47
58
|
})
|
|
48
59
|
.strict()
|
|
49
60
|
.describe("Project config (.claudexor/config.yaml) — safe, versioned settings only; sensitive settings live in global/user-local/trust configs.");
|
package/dist/config.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"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"}
|