@crewx/sdk 0.9.0-rc.9 → 0.9.0-rc.91
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/README.md +1 -1
- package/dist/account/auth-client.d.ts +61 -0
- package/dist/account/auth-json-v2.d.ts +1 -0
- package/dist/account/auth-json.d.ts +30 -0
- package/dist/account/config.d.ts +8 -0
- package/dist/account/errors.d.ts +24 -0
- package/dist/account/index.d.ts +10 -0
- package/dist/account/index.js +1 -0
- package/dist/account/session-manager.d.ts +47 -0
- package/dist/activity-log/builder.d.ts +55 -6
- package/dist/config/canonicalize-agent-options.d.ts +17 -0
- package/dist/config/global-settings.d.ts +33 -0
- package/dist/config/migrate-grok-mode.d.ts +6 -0
- package/dist/config/model-compat.d.ts +31 -0
- package/dist/config/models.generated.d.ts +37 -0
- package/dist/config/models.remote.d.ts +1 -0
- package/dist/config/overdrive.d.ts +7 -0
- package/dist/config/pricing.d.ts +8 -5
- package/dist/config/pricing.generated.d.ts +4 -0
- package/dist/config/pricing.types.d.ts +4 -10
- package/dist/config/timeout.config.d.ts +3 -0
- package/dist/config/wi-boards.d.ts +19 -0
- package/dist/context-budget/continuity.d.ts +61 -0
- package/dist/context-budget/index.d.ts +140 -0
- package/dist/conversation/index.d.ts +1 -1
- package/dist/conversation/sqlite-provider.d.ts +5 -1
- package/dist/conversation/to-template-messages.d.ts +7 -0
- package/dist/conversation/types.d.ts +43 -0
- package/dist/desktop/command-runner.d.ts +4 -0
- package/dist/desktop/default-adapters.d.ts +4 -0
- package/dist/desktop/global-install.d.ts +19 -0
- package/dist/desktop/index.d.ts +2 -0
- package/dist/desktop/index.js +3 -0
- package/dist/desktop/install.d.ts +5 -0
- package/dist/desktop/lnk.d.ts +22 -0
- package/dist/desktop/manifest.d.ts +21 -0
- package/dist/desktop/types.d.ts +67 -0
- package/dist/desktop/version.d.ts +1 -0
- package/dist/desktop/windows-paths.d.ts +21 -0
- package/dist/desktop/wrapper.d.ts +18 -0
- package/dist/esm/account/index.js +1 -0
- package/dist/esm/desktop/index.js +3 -0
- package/dist/esm/index.js +354 -99
- package/dist/esm/plugins/index.js +213 -103
- package/dist/esm/publish/index.js +1 -0
- package/dist/esm/repository/index.js +200 -94
- package/dist/esm/testing/index.js +1 -1
- package/dist/events/types.d.ts +4 -0
- package/dist/facade/Crewx.d.ts +40 -2
- package/dist/highlight/thread-highlight-prompt.d.ts +2 -0
- package/dist/highlight/thread-highlighter.d.ts +326 -0
- package/dist/index.browser.d.ts +11 -1
- package/dist/index.browser.js +6 -2
- package/dist/index.d.ts +73 -11
- package/dist/index.js +354 -99
- package/dist/internal/console-decoder.d.ts +38 -0
- package/dist/internal/windows-spawn.d.ts +10 -0
- package/dist/layout/types.d.ts +17 -1
- package/dist/local-server/base-url.d.ts +18 -0
- package/dist/local-server/index.d.ts +8 -0
- package/dist/local-server/opencode.d.ts +8 -0
- package/dist/local-server/probe.d.ts +3 -0
- package/dist/local-server/runtime.d.ts +26 -0
- package/dist/local-server/types.d.ts +43 -0
- package/dist/migrations/0008_careful_black_bird.sql +17 -0
- package/dist/migrations/0009_hot_dark_phoenix.sql +1 -0
- package/dist/migrations/0010_analyze_stats.sql +6 -0
- package/dist/migrations/0011_far_black_tarantula.sql +1 -0
- package/dist/migrations/0012_blue_turbo.sql +23 -0
- package/dist/migrations/0013_hesitant_adam_destine.sql +15 -0
- package/dist/migrations/0014_organic_mongu.sql +73 -0
- package/dist/migrations/0015_panoramic_gorilla_man.sql +71 -0
- package/dist/migrations/0016_fuzzy_hemingway.sql +14 -0
- package/dist/migrations/0017_project_stage_sdk_migration.sql +29 -0
- package/dist/migrations/0018_bored_jackal.sql +33 -0
- package/dist/migrations/0019_backfill_task_thread_ids.sql +74 -0
- package/dist/migrations/0020_useful_iron_lad.sql +55 -0
- package/dist/migrations/0021_dashing_peter_quill.sql +51 -0
- package/dist/migrations/0022_wandering_bucky.sql +1 -0
- package/dist/migrations/0023_red_payback.sql +1 -0
- package/dist/migrations/meta/0008_snapshot.json +1327 -0
- package/dist/migrations/meta/0009_snapshot.json +1335 -0
- package/dist/migrations/meta/0010_snapshot.json +1335 -0
- package/dist/migrations/meta/0011_snapshot.json +1342 -0
- package/dist/migrations/meta/0012_snapshot.json +1494 -0
- package/dist/migrations/meta/0013_snapshot.json +1592 -0
- package/dist/migrations/meta/0014_snapshot.json +1975 -0
- package/dist/migrations/meta/0015_snapshot.json +2315 -0
- package/dist/migrations/meta/0016_snapshot.json +2419 -0
- package/dist/migrations/meta/0017_snapshot.json +2419 -0
- package/dist/migrations/meta/0018_snapshot.json +2570 -0
- package/dist/migrations/meta/0020_snapshot.json +2895 -0
- package/dist/migrations/meta/0021_snapshot.json +3031 -0
- package/dist/migrations/meta/0022_snapshot.json +3039 -0
- package/dist/migrations/meta/0023_snapshot.json +3047 -0
- package/dist/migrations/meta/_journal.json +112 -0
- package/dist/paths.d.ts +1 -0
- package/dist/plugin/types.d.ts +1 -0
- package/dist/plugins/index.js +213 -103
- package/dist/plugins/sqlite-tracing.d.ts +23 -0
- package/dist/provider/acp/connection.d.ts +6 -0
- package/dist/provider/acp/meta.d.ts +11 -0
- package/dist/provider/bridge.d.ts +6 -0
- package/dist/provider/classify-task-error.d.ts +2 -0
- package/dist/provider/cli/adapter.types.d.ts +8 -1
- package/dist/provider/cli/adapters/agent-call.util.d.ts +1 -1
- package/dist/provider/cli/adapters/cli-knob.util.d.ts +7 -0
- package/dist/provider/cli/adapters/grok.d.ts +2 -0
- package/dist/provider/cli/adapters/index.d.ts +1 -0
- package/dist/provider/cli/index.d.ts +1 -1
- package/dist/provider/cli/meta.d.ts +5 -0
- package/dist/provider/cli/protocol-envelope.d.ts +2 -0
- package/dist/provider/errors.d.ts +1 -0
- package/dist/provider/idle-watchdog.d.ts +19 -0
- package/dist/provider/models.d.ts +17 -12
- package/dist/provider/order.d.ts +1 -1
- package/dist/provider/parse-usage.d.ts +6 -0
- package/dist/provider/provider-selection.d.ts +8 -0
- package/dist/provider/redact-technical-message.d.ts +1 -0
- package/dist/provider/task-error.types.d.ts +16 -0
- package/dist/publish/constants.d.ts +6 -0
- package/dist/publish/index.d.ts +26 -0
- package/dist/publish/index.js +1 -0
- package/dist/publish/manifest.d.ts +17 -0
- package/dist/publish/marketplace-api.constants.d.ts +1 -0
- package/dist/publish/pack.d.ts +2 -0
- package/dist/publish/scan.d.ts +9 -0
- package/dist/publish/secrets.d.ts +6 -0
- package/dist/publish/upload.d.ts +18 -0
- package/dist/remote/execution-profile.d.ts +9 -0
- package/dist/remote/index.d.ts +1 -0
- package/dist/remote/types.d.ts +28 -0
- package/dist/repository/agent-suggestion.repository.d.ts +34 -0
- package/dist/repository/common-code.repository.d.ts +45 -0
- package/dist/repository/db.d.ts +8 -0
- package/dist/repository/index.d.ts +28 -4
- package/dist/repository/index.js +200 -94
- package/dist/repository/notification.repository.d.ts +58 -0
- package/dist/repository/project.repository.d.ts +90 -0
- package/dist/repository/request-log.repository.d.ts +1 -0
- package/dist/repository/task-log-migration.d.ts +74 -0
- package/dist/repository/task-log.repository.d.ts +44 -0
- package/dist/repository/task.repository.d.ts +120 -0
- package/dist/repository/thread-history.repository.d.ts +193 -0
- package/dist/repository/thread-title-common-code-migration.d.ts +13 -0
- package/dist/repository/thread-title.types.d.ts +29 -0
- package/dist/repository/thread.repository.d.ts +21 -2
- package/dist/repository/usage-report.repository.d.ts +27 -0
- package/dist/repository/workspace.repository.d.ts +3 -0
- package/dist/schema/agent-suggestions.d.ts +199 -0
- package/dist/schema/common-codes.d.ts +216 -0
- package/dist/schema/index.d.ts +9 -0
- package/dist/schema/notifications.d.ts +303 -0
- package/dist/schema/projects.d.ts +610 -0
- package/dist/schema/task-log-events.d.ts +119 -0
- package/dist/schema/tasks.d.ts +53 -0
- package/dist/schema/thread-history.d.ts +734 -0
- package/dist/schema/threads.d.ts +2 -0
- package/dist/schema/ui-action-receipts.d.ts +303 -0
- package/dist/schema/ui-instances.d.ts +267 -0
- package/dist/schema/usage-reports.d.ts +252 -0
- package/dist/schema/workspaces.d.ts +17 -0
- package/dist/task-log/anchor-child-tasks.d.ts +7 -0
- package/dist/task-log/delegation-trailer.d.ts +34 -0
- package/dist/testing/index.js +1 -1
- package/dist/types/index.d.ts +1536 -3
- package/dist/types/task-log.types.d.ts +2 -0
- package/dist/ui-card/index.d.ts +2 -0
- package/dist/ui-card/legacy-card-parser.d.ts +11 -0
- package/dist/ui-instance/definition.d.ts +6 -0
- package/dist/ui-instance/errors.d.ts +17 -0
- package/dist/ui-instance/index.d.ts +6 -0
- package/dist/ui-instance/json.d.ts +5 -0
- package/dist/ui-instance/runtime.d.ts +13 -0
- package/dist/ui-instance/store.d.ts +65 -0
- package/dist/ui-instance/types.d.ts +200 -0
- package/dist/ui-plugin/index.d.ts +3 -0
- package/dist/ui-plugin/manifest.d.ts +3 -0
- package/dist/ui-plugin/types.d.ts +76 -0
- package/dist/ui-plugin/validator.d.ts +9 -0
- package/dist/utils/crewx-executable.d.ts +54 -0
- package/dist/utils/crewx-home.d.ts +1 -0
- package/dist/utils/env-defaults.d.ts +2 -0
- package/dist/utils/id.d.ts +1 -1
- package/dist/utils/timestamp.d.ts +1 -0
- package/dist/wi/create.d.ts +48 -0
- package/dist/wi/select.d.ts +20 -0
- package/package.json +25 -2
- package/templates/agents/default.yaml +244 -120
- package/templates/documents/crewx-manual.md +138 -138
- package/templates/workflows/wi-default-flow.yaml +65 -0
- package/templates/workflows/wi-plan-flow.yaml +140 -0
package/dist/types/index.d.ts
CHANGED
|
@@ -21,10 +21,38 @@ export declare const AgentInlineSchema: z.ZodObject<{
|
|
|
21
21
|
props: Record<string, unknown>;
|
|
22
22
|
}>, z.ZodObject<{
|
|
23
23
|
template: z.ZodString;
|
|
24
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
25
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
26
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
27
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
28
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
29
|
+
}, "strip", z.ZodTypeAny, {
|
|
30
|
+
semanticContinuity?: boolean | undefined;
|
|
31
|
+
continuity?: boolean | undefined;
|
|
32
|
+
continuitySlot?: string | undefined;
|
|
33
|
+
slot?: string | undefined;
|
|
34
|
+
}, {
|
|
35
|
+
semanticContinuity?: boolean | undefined;
|
|
36
|
+
continuity?: boolean | undefined;
|
|
37
|
+
continuitySlot?: string | undefined;
|
|
38
|
+
slot?: string | undefined;
|
|
39
|
+
}>>;
|
|
24
40
|
}, "strip", z.ZodTypeAny, {
|
|
25
41
|
template: string;
|
|
42
|
+
capabilities?: {
|
|
43
|
+
semanticContinuity?: boolean | undefined;
|
|
44
|
+
continuity?: boolean | undefined;
|
|
45
|
+
continuitySlot?: string | undefined;
|
|
46
|
+
slot?: string | undefined;
|
|
47
|
+
} | undefined;
|
|
26
48
|
}, {
|
|
27
49
|
template: string;
|
|
50
|
+
capabilities?: {
|
|
51
|
+
semanticContinuity?: boolean | undefined;
|
|
52
|
+
continuity?: boolean | undefined;
|
|
53
|
+
continuitySlot?: string | undefined;
|
|
54
|
+
slot?: string | undefined;
|
|
55
|
+
} | undefined;
|
|
28
56
|
}>]>>;
|
|
29
57
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
30
58
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -47,10 +75,38 @@ export declare const AgentInlineSchema: z.ZodObject<{
|
|
|
47
75
|
props: Record<string, unknown>;
|
|
48
76
|
}>, z.ZodObject<{
|
|
49
77
|
template: z.ZodString;
|
|
78
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
79
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
80
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
81
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
82
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
83
|
+
}, "strip", z.ZodTypeAny, {
|
|
84
|
+
semanticContinuity?: boolean | undefined;
|
|
85
|
+
continuity?: boolean | undefined;
|
|
86
|
+
continuitySlot?: string | undefined;
|
|
87
|
+
slot?: string | undefined;
|
|
88
|
+
}, {
|
|
89
|
+
semanticContinuity?: boolean | undefined;
|
|
90
|
+
continuity?: boolean | undefined;
|
|
91
|
+
continuitySlot?: string | undefined;
|
|
92
|
+
slot?: string | undefined;
|
|
93
|
+
}>>;
|
|
50
94
|
}, "strip", z.ZodTypeAny, {
|
|
51
95
|
template: string;
|
|
96
|
+
capabilities?: {
|
|
97
|
+
semanticContinuity?: boolean | undefined;
|
|
98
|
+
continuity?: boolean | undefined;
|
|
99
|
+
continuitySlot?: string | undefined;
|
|
100
|
+
slot?: string | undefined;
|
|
101
|
+
} | undefined;
|
|
52
102
|
}, {
|
|
53
103
|
template: string;
|
|
104
|
+
capabilities?: {
|
|
105
|
+
semanticContinuity?: boolean | undefined;
|
|
106
|
+
continuity?: boolean | undefined;
|
|
107
|
+
continuitySlot?: string | undefined;
|
|
108
|
+
slot?: string | undefined;
|
|
109
|
+
} | undefined;
|
|
54
110
|
}>]>>;
|
|
55
111
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
56
112
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -73,10 +129,38 @@ export declare const AgentInlineSchema: z.ZodObject<{
|
|
|
73
129
|
props: Record<string, unknown>;
|
|
74
130
|
}>, z.ZodObject<{
|
|
75
131
|
template: z.ZodString;
|
|
132
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
133
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
134
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
135
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
136
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
137
|
+
}, "strip", z.ZodTypeAny, {
|
|
138
|
+
semanticContinuity?: boolean | undefined;
|
|
139
|
+
continuity?: boolean | undefined;
|
|
140
|
+
continuitySlot?: string | undefined;
|
|
141
|
+
slot?: string | undefined;
|
|
142
|
+
}, {
|
|
143
|
+
semanticContinuity?: boolean | undefined;
|
|
144
|
+
continuity?: boolean | undefined;
|
|
145
|
+
continuitySlot?: string | undefined;
|
|
146
|
+
slot?: string | undefined;
|
|
147
|
+
}>>;
|
|
76
148
|
}, "strip", z.ZodTypeAny, {
|
|
77
149
|
template: string;
|
|
150
|
+
capabilities?: {
|
|
151
|
+
semanticContinuity?: boolean | undefined;
|
|
152
|
+
continuity?: boolean | undefined;
|
|
153
|
+
continuitySlot?: string | undefined;
|
|
154
|
+
slot?: string | undefined;
|
|
155
|
+
} | undefined;
|
|
78
156
|
}, {
|
|
79
157
|
template: string;
|
|
158
|
+
capabilities?: {
|
|
159
|
+
semanticContinuity?: boolean | undefined;
|
|
160
|
+
continuity?: boolean | undefined;
|
|
161
|
+
continuitySlot?: string | undefined;
|
|
162
|
+
slot?: string | undefined;
|
|
163
|
+
} | undefined;
|
|
80
164
|
}>]>>;
|
|
81
165
|
}, z.ZodUnknown, "strip">>;
|
|
82
166
|
export declare const AgentSkillsSchema: z.ZodOptional<z.ZodObject<{
|
|
@@ -116,10 +200,38 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
116
200
|
props: Record<string, unknown>;
|
|
117
201
|
}>, z.ZodObject<{
|
|
118
202
|
template: z.ZodString;
|
|
203
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
204
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
205
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
206
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
207
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
208
|
+
}, "strip", z.ZodTypeAny, {
|
|
209
|
+
semanticContinuity?: boolean | undefined;
|
|
210
|
+
continuity?: boolean | undefined;
|
|
211
|
+
continuitySlot?: string | undefined;
|
|
212
|
+
slot?: string | undefined;
|
|
213
|
+
}, {
|
|
214
|
+
semanticContinuity?: boolean | undefined;
|
|
215
|
+
continuity?: boolean | undefined;
|
|
216
|
+
continuitySlot?: string | undefined;
|
|
217
|
+
slot?: string | undefined;
|
|
218
|
+
}>>;
|
|
119
219
|
}, "strip", z.ZodTypeAny, {
|
|
120
220
|
template: string;
|
|
221
|
+
capabilities?: {
|
|
222
|
+
semanticContinuity?: boolean | undefined;
|
|
223
|
+
continuity?: boolean | undefined;
|
|
224
|
+
continuitySlot?: string | undefined;
|
|
225
|
+
slot?: string | undefined;
|
|
226
|
+
} | undefined;
|
|
121
227
|
}, {
|
|
122
228
|
template: string;
|
|
229
|
+
capabilities?: {
|
|
230
|
+
semanticContinuity?: boolean | undefined;
|
|
231
|
+
continuity?: boolean | undefined;
|
|
232
|
+
continuitySlot?: string | undefined;
|
|
233
|
+
slot?: string | undefined;
|
|
234
|
+
} | undefined;
|
|
123
235
|
}>]>>;
|
|
124
236
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
125
237
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -142,10 +254,38 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
142
254
|
props: Record<string, unknown>;
|
|
143
255
|
}>, z.ZodObject<{
|
|
144
256
|
template: z.ZodString;
|
|
257
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
258
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
259
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
260
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
261
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
262
|
+
}, "strip", z.ZodTypeAny, {
|
|
263
|
+
semanticContinuity?: boolean | undefined;
|
|
264
|
+
continuity?: boolean | undefined;
|
|
265
|
+
continuitySlot?: string | undefined;
|
|
266
|
+
slot?: string | undefined;
|
|
267
|
+
}, {
|
|
268
|
+
semanticContinuity?: boolean | undefined;
|
|
269
|
+
continuity?: boolean | undefined;
|
|
270
|
+
continuitySlot?: string | undefined;
|
|
271
|
+
slot?: string | undefined;
|
|
272
|
+
}>>;
|
|
145
273
|
}, "strip", z.ZodTypeAny, {
|
|
146
274
|
template: string;
|
|
275
|
+
capabilities?: {
|
|
276
|
+
semanticContinuity?: boolean | undefined;
|
|
277
|
+
continuity?: boolean | undefined;
|
|
278
|
+
continuitySlot?: string | undefined;
|
|
279
|
+
slot?: string | undefined;
|
|
280
|
+
} | undefined;
|
|
147
281
|
}, {
|
|
148
282
|
template: string;
|
|
283
|
+
capabilities?: {
|
|
284
|
+
semanticContinuity?: boolean | undefined;
|
|
285
|
+
continuity?: boolean | undefined;
|
|
286
|
+
continuitySlot?: string | undefined;
|
|
287
|
+
slot?: string | undefined;
|
|
288
|
+
} | undefined;
|
|
149
289
|
}>]>>;
|
|
150
290
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
151
291
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -168,10 +308,38 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
168
308
|
props: Record<string, unknown>;
|
|
169
309
|
}>, z.ZodObject<{
|
|
170
310
|
template: z.ZodString;
|
|
311
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
312
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
313
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
314
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
315
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
316
|
+
}, "strip", z.ZodTypeAny, {
|
|
317
|
+
semanticContinuity?: boolean | undefined;
|
|
318
|
+
continuity?: boolean | undefined;
|
|
319
|
+
continuitySlot?: string | undefined;
|
|
320
|
+
slot?: string | undefined;
|
|
321
|
+
}, {
|
|
322
|
+
semanticContinuity?: boolean | undefined;
|
|
323
|
+
continuity?: boolean | undefined;
|
|
324
|
+
continuitySlot?: string | undefined;
|
|
325
|
+
slot?: string | undefined;
|
|
326
|
+
}>>;
|
|
171
327
|
}, "strip", z.ZodTypeAny, {
|
|
172
328
|
template: string;
|
|
329
|
+
capabilities?: {
|
|
330
|
+
semanticContinuity?: boolean | undefined;
|
|
331
|
+
continuity?: boolean | undefined;
|
|
332
|
+
continuitySlot?: string | undefined;
|
|
333
|
+
slot?: string | undefined;
|
|
334
|
+
} | undefined;
|
|
173
335
|
}, {
|
|
174
336
|
template: string;
|
|
337
|
+
capabilities?: {
|
|
338
|
+
semanticContinuity?: boolean | undefined;
|
|
339
|
+
continuity?: boolean | undefined;
|
|
340
|
+
continuitySlot?: string | undefined;
|
|
341
|
+
slot?: string | undefined;
|
|
342
|
+
} | undefined;
|
|
175
343
|
}>]>>;
|
|
176
344
|
}, z.ZodUnknown, "strip">>>;
|
|
177
345
|
skills: z.ZodOptional<z.ZodObject<{
|
|
@@ -211,10 +379,38 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
211
379
|
props: Record<string, unknown>;
|
|
212
380
|
}>, z.ZodObject<{
|
|
213
381
|
template: z.ZodString;
|
|
382
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
383
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
384
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
385
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
386
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
387
|
+
}, "strip", z.ZodTypeAny, {
|
|
388
|
+
semanticContinuity?: boolean | undefined;
|
|
389
|
+
continuity?: boolean | undefined;
|
|
390
|
+
continuitySlot?: string | undefined;
|
|
391
|
+
slot?: string | undefined;
|
|
392
|
+
}, {
|
|
393
|
+
semanticContinuity?: boolean | undefined;
|
|
394
|
+
continuity?: boolean | undefined;
|
|
395
|
+
continuitySlot?: string | undefined;
|
|
396
|
+
slot?: string | undefined;
|
|
397
|
+
}>>;
|
|
214
398
|
}, "strip", z.ZodTypeAny, {
|
|
215
399
|
template: string;
|
|
400
|
+
capabilities?: {
|
|
401
|
+
semanticContinuity?: boolean | undefined;
|
|
402
|
+
continuity?: boolean | undefined;
|
|
403
|
+
continuitySlot?: string | undefined;
|
|
404
|
+
slot?: string | undefined;
|
|
405
|
+
} | undefined;
|
|
216
406
|
}, {
|
|
217
407
|
template: string;
|
|
408
|
+
capabilities?: {
|
|
409
|
+
semanticContinuity?: boolean | undefined;
|
|
410
|
+
continuity?: boolean | undefined;
|
|
411
|
+
continuitySlot?: string | undefined;
|
|
412
|
+
slot?: string | undefined;
|
|
413
|
+
} | undefined;
|
|
218
414
|
}>]>>;
|
|
219
415
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
220
416
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -237,10 +433,38 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
237
433
|
props: Record<string, unknown>;
|
|
238
434
|
}>, z.ZodObject<{
|
|
239
435
|
template: z.ZodString;
|
|
436
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
437
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
438
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
439
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
440
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
441
|
+
}, "strip", z.ZodTypeAny, {
|
|
442
|
+
semanticContinuity?: boolean | undefined;
|
|
443
|
+
continuity?: boolean | undefined;
|
|
444
|
+
continuitySlot?: string | undefined;
|
|
445
|
+
slot?: string | undefined;
|
|
446
|
+
}, {
|
|
447
|
+
semanticContinuity?: boolean | undefined;
|
|
448
|
+
continuity?: boolean | undefined;
|
|
449
|
+
continuitySlot?: string | undefined;
|
|
450
|
+
slot?: string | undefined;
|
|
451
|
+
}>>;
|
|
240
452
|
}, "strip", z.ZodTypeAny, {
|
|
241
453
|
template: string;
|
|
454
|
+
capabilities?: {
|
|
455
|
+
semanticContinuity?: boolean | undefined;
|
|
456
|
+
continuity?: boolean | undefined;
|
|
457
|
+
continuitySlot?: string | undefined;
|
|
458
|
+
slot?: string | undefined;
|
|
459
|
+
} | undefined;
|
|
242
460
|
}, {
|
|
243
461
|
template: string;
|
|
462
|
+
capabilities?: {
|
|
463
|
+
semanticContinuity?: boolean | undefined;
|
|
464
|
+
continuity?: boolean | undefined;
|
|
465
|
+
continuitySlot?: string | undefined;
|
|
466
|
+
slot?: string | undefined;
|
|
467
|
+
} | undefined;
|
|
244
468
|
}>]>>;
|
|
245
469
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
246
470
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -263,10 +487,38 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
263
487
|
props: Record<string, unknown>;
|
|
264
488
|
}>, z.ZodObject<{
|
|
265
489
|
template: z.ZodString;
|
|
490
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
491
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
492
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
493
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
494
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
495
|
+
}, "strip", z.ZodTypeAny, {
|
|
496
|
+
semanticContinuity?: boolean | undefined;
|
|
497
|
+
continuity?: boolean | undefined;
|
|
498
|
+
continuitySlot?: string | undefined;
|
|
499
|
+
slot?: string | undefined;
|
|
500
|
+
}, {
|
|
501
|
+
semanticContinuity?: boolean | undefined;
|
|
502
|
+
continuity?: boolean | undefined;
|
|
503
|
+
continuitySlot?: string | undefined;
|
|
504
|
+
slot?: string | undefined;
|
|
505
|
+
}>>;
|
|
266
506
|
}, "strip", z.ZodTypeAny, {
|
|
267
507
|
template: string;
|
|
508
|
+
capabilities?: {
|
|
509
|
+
semanticContinuity?: boolean | undefined;
|
|
510
|
+
continuity?: boolean | undefined;
|
|
511
|
+
continuitySlot?: string | undefined;
|
|
512
|
+
slot?: string | undefined;
|
|
513
|
+
} | undefined;
|
|
268
514
|
}, {
|
|
269
515
|
template: string;
|
|
516
|
+
capabilities?: {
|
|
517
|
+
semanticContinuity?: boolean | undefined;
|
|
518
|
+
continuity?: boolean | undefined;
|
|
519
|
+
continuitySlot?: string | undefined;
|
|
520
|
+
slot?: string | undefined;
|
|
521
|
+
} | undefined;
|
|
270
522
|
}>]>>;
|
|
271
523
|
}, z.ZodUnknown, "strip">>>;
|
|
272
524
|
skills: z.ZodOptional<z.ZodObject<{
|
|
@@ -306,10 +558,38 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
306
558
|
props: Record<string, unknown>;
|
|
307
559
|
}>, z.ZodObject<{
|
|
308
560
|
template: z.ZodString;
|
|
561
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
562
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
563
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
564
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
565
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
566
|
+
}, "strip", z.ZodTypeAny, {
|
|
567
|
+
semanticContinuity?: boolean | undefined;
|
|
568
|
+
continuity?: boolean | undefined;
|
|
569
|
+
continuitySlot?: string | undefined;
|
|
570
|
+
slot?: string | undefined;
|
|
571
|
+
}, {
|
|
572
|
+
semanticContinuity?: boolean | undefined;
|
|
573
|
+
continuity?: boolean | undefined;
|
|
574
|
+
continuitySlot?: string | undefined;
|
|
575
|
+
slot?: string | undefined;
|
|
576
|
+
}>>;
|
|
309
577
|
}, "strip", z.ZodTypeAny, {
|
|
310
578
|
template: string;
|
|
579
|
+
capabilities?: {
|
|
580
|
+
semanticContinuity?: boolean | undefined;
|
|
581
|
+
continuity?: boolean | undefined;
|
|
582
|
+
continuitySlot?: string | undefined;
|
|
583
|
+
slot?: string | undefined;
|
|
584
|
+
} | undefined;
|
|
311
585
|
}, {
|
|
312
586
|
template: string;
|
|
587
|
+
capabilities?: {
|
|
588
|
+
semanticContinuity?: boolean | undefined;
|
|
589
|
+
continuity?: boolean | undefined;
|
|
590
|
+
continuitySlot?: string | undefined;
|
|
591
|
+
slot?: string | undefined;
|
|
592
|
+
} | undefined;
|
|
313
593
|
}>]>>;
|
|
314
594
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
315
595
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -332,10 +612,38 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
332
612
|
props: Record<string, unknown>;
|
|
333
613
|
}>, z.ZodObject<{
|
|
334
614
|
template: z.ZodString;
|
|
615
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
616
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
617
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
618
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
619
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
620
|
+
}, "strip", z.ZodTypeAny, {
|
|
621
|
+
semanticContinuity?: boolean | undefined;
|
|
622
|
+
continuity?: boolean | undefined;
|
|
623
|
+
continuitySlot?: string | undefined;
|
|
624
|
+
slot?: string | undefined;
|
|
625
|
+
}, {
|
|
626
|
+
semanticContinuity?: boolean | undefined;
|
|
627
|
+
continuity?: boolean | undefined;
|
|
628
|
+
continuitySlot?: string | undefined;
|
|
629
|
+
slot?: string | undefined;
|
|
630
|
+
}>>;
|
|
335
631
|
}, "strip", z.ZodTypeAny, {
|
|
336
632
|
template: string;
|
|
633
|
+
capabilities?: {
|
|
634
|
+
semanticContinuity?: boolean | undefined;
|
|
635
|
+
continuity?: boolean | undefined;
|
|
636
|
+
continuitySlot?: string | undefined;
|
|
637
|
+
slot?: string | undefined;
|
|
638
|
+
} | undefined;
|
|
337
639
|
}, {
|
|
338
640
|
template: string;
|
|
641
|
+
capabilities?: {
|
|
642
|
+
semanticContinuity?: boolean | undefined;
|
|
643
|
+
continuity?: boolean | undefined;
|
|
644
|
+
continuitySlot?: string | undefined;
|
|
645
|
+
slot?: string | undefined;
|
|
646
|
+
} | undefined;
|
|
339
647
|
}>]>>;
|
|
340
648
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
341
649
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -358,10 +666,38 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
358
666
|
props: Record<string, unknown>;
|
|
359
667
|
}>, z.ZodObject<{
|
|
360
668
|
template: z.ZodString;
|
|
669
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
670
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
671
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
672
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
673
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
674
|
+
}, "strip", z.ZodTypeAny, {
|
|
675
|
+
semanticContinuity?: boolean | undefined;
|
|
676
|
+
continuity?: boolean | undefined;
|
|
677
|
+
continuitySlot?: string | undefined;
|
|
678
|
+
slot?: string | undefined;
|
|
679
|
+
}, {
|
|
680
|
+
semanticContinuity?: boolean | undefined;
|
|
681
|
+
continuity?: boolean | undefined;
|
|
682
|
+
continuitySlot?: string | undefined;
|
|
683
|
+
slot?: string | undefined;
|
|
684
|
+
}>>;
|
|
361
685
|
}, "strip", z.ZodTypeAny, {
|
|
362
686
|
template: string;
|
|
687
|
+
capabilities?: {
|
|
688
|
+
semanticContinuity?: boolean | undefined;
|
|
689
|
+
continuity?: boolean | undefined;
|
|
690
|
+
continuitySlot?: string | undefined;
|
|
691
|
+
slot?: string | undefined;
|
|
692
|
+
} | undefined;
|
|
363
693
|
}, {
|
|
364
694
|
template: string;
|
|
695
|
+
capabilities?: {
|
|
696
|
+
semanticContinuity?: boolean | undefined;
|
|
697
|
+
continuity?: boolean | undefined;
|
|
698
|
+
continuitySlot?: string | undefined;
|
|
699
|
+
slot?: string | undefined;
|
|
700
|
+
} | undefined;
|
|
365
701
|
}>]>>;
|
|
366
702
|
}, z.ZodUnknown, "strip">>>;
|
|
367
703
|
skills: z.ZodOptional<z.ZodObject<{
|
|
@@ -397,6 +733,129 @@ export interface GuideRule {
|
|
|
397
733
|
say: string;
|
|
398
734
|
once?: boolean;
|
|
399
735
|
}
|
|
736
|
+
export declare const WiBoardSchema: z.ZodObject<{
|
|
737
|
+
id: z.ZodString;
|
|
738
|
+
name: z.ZodString;
|
|
739
|
+
workflow_id: z.ZodString;
|
|
740
|
+
description: z.ZodOptional<z.ZodString>;
|
|
741
|
+
goal_id: z.ZodOptional<z.ZodString>;
|
|
742
|
+
}, "strip", z.ZodTypeAny, {
|
|
743
|
+
id: string;
|
|
744
|
+
name: string;
|
|
745
|
+
workflow_id: string;
|
|
746
|
+
description?: string | undefined;
|
|
747
|
+
goal_id?: string | undefined;
|
|
748
|
+
}, {
|
|
749
|
+
id: string;
|
|
750
|
+
name: string;
|
|
751
|
+
workflow_id: string;
|
|
752
|
+
description?: string | undefined;
|
|
753
|
+
goal_id?: string | undefined;
|
|
754
|
+
}>;
|
|
755
|
+
export type WiBoardConfig = z.infer<typeof WiBoardSchema>;
|
|
756
|
+
export declare const SettingsSchema: z.ZodObject<{
|
|
757
|
+
bin_resolution: z.ZodOptional<z.ZodEnum<["global_first", "local_first"]>>;
|
|
758
|
+
dreaming: z.ZodOptional<z.ZodObject<{
|
|
759
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
760
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
761
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
762
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
763
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
764
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
765
|
+
}, z.ZodUnknown, "strip">>>;
|
|
766
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
767
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
768
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
769
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
770
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
771
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
772
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
773
|
+
}, z.ZodUnknown, "strip">>>;
|
|
774
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
775
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
776
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
777
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
778
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
779
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
780
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
781
|
+
}, z.ZodUnknown, "strip">>>;
|
|
782
|
+
}, z.ZodUnknown, "strip">>>;
|
|
783
|
+
wi: z.ZodCatch<z.ZodOptional<z.ZodObject<{
|
|
784
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
785
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
786
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
787
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
788
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
789
|
+
}, z.ZodUnknown, "strip">>>>;
|
|
790
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
791
|
+
bin_resolution: z.ZodOptional<z.ZodEnum<["global_first", "local_first"]>>;
|
|
792
|
+
dreaming: z.ZodOptional<z.ZodObject<{
|
|
793
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
794
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
795
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
796
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
797
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
798
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
799
|
+
}, z.ZodUnknown, "strip">>>;
|
|
800
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
801
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
802
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
803
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
804
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
805
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
806
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
807
|
+
}, z.ZodUnknown, "strip">>>;
|
|
808
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
809
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
810
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
811
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
812
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
813
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
814
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
815
|
+
}, z.ZodUnknown, "strip">>>;
|
|
816
|
+
}, z.ZodUnknown, "strip">>>;
|
|
817
|
+
wi: z.ZodCatch<z.ZodOptional<z.ZodObject<{
|
|
818
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
819
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
820
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
821
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
822
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
823
|
+
}, z.ZodUnknown, "strip">>>>;
|
|
824
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
825
|
+
bin_resolution: z.ZodOptional<z.ZodEnum<["global_first", "local_first"]>>;
|
|
826
|
+
dreaming: z.ZodOptional<z.ZodObject<{
|
|
827
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
828
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
829
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
830
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
831
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
832
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
833
|
+
}, z.ZodUnknown, "strip">>>;
|
|
834
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
835
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
836
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
837
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
838
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
839
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
840
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
841
|
+
}, z.ZodUnknown, "strip">>>;
|
|
842
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
843
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
844
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
845
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
846
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
847
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
848
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
849
|
+
}, z.ZodUnknown, "strip">>>;
|
|
850
|
+
}, z.ZodUnknown, "strip">>>;
|
|
851
|
+
wi: z.ZodCatch<z.ZodOptional<z.ZodObject<{
|
|
852
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
853
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
854
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
855
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
856
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
857
|
+
}, z.ZodUnknown, "strip">>>>;
|
|
858
|
+
}, z.ZodUnknown, "strip">>;
|
|
400
859
|
export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
401
860
|
agents: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
402
861
|
id: z.ZodString;
|
|
@@ -428,10 +887,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
428
887
|
props: Record<string, unknown>;
|
|
429
888
|
}>, z.ZodObject<{
|
|
430
889
|
template: z.ZodString;
|
|
890
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
891
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
892
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
893
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
894
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
895
|
+
}, "strip", z.ZodTypeAny, {
|
|
896
|
+
semanticContinuity?: boolean | undefined;
|
|
897
|
+
continuity?: boolean | undefined;
|
|
898
|
+
continuitySlot?: string | undefined;
|
|
899
|
+
slot?: string | undefined;
|
|
900
|
+
}, {
|
|
901
|
+
semanticContinuity?: boolean | undefined;
|
|
902
|
+
continuity?: boolean | undefined;
|
|
903
|
+
continuitySlot?: string | undefined;
|
|
904
|
+
slot?: string | undefined;
|
|
905
|
+
}>>;
|
|
431
906
|
}, "strip", z.ZodTypeAny, {
|
|
432
907
|
template: string;
|
|
908
|
+
capabilities?: {
|
|
909
|
+
semanticContinuity?: boolean | undefined;
|
|
910
|
+
continuity?: boolean | undefined;
|
|
911
|
+
continuitySlot?: string | undefined;
|
|
912
|
+
slot?: string | undefined;
|
|
913
|
+
} | undefined;
|
|
433
914
|
}, {
|
|
434
915
|
template: string;
|
|
916
|
+
capabilities?: {
|
|
917
|
+
semanticContinuity?: boolean | undefined;
|
|
918
|
+
continuity?: boolean | undefined;
|
|
919
|
+
continuitySlot?: string | undefined;
|
|
920
|
+
slot?: string | undefined;
|
|
921
|
+
} | undefined;
|
|
435
922
|
}>]>>;
|
|
436
923
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
437
924
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -454,10 +941,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
454
941
|
props: Record<string, unknown>;
|
|
455
942
|
}>, z.ZodObject<{
|
|
456
943
|
template: z.ZodString;
|
|
944
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
945
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
946
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
947
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
948
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
949
|
+
}, "strip", z.ZodTypeAny, {
|
|
950
|
+
semanticContinuity?: boolean | undefined;
|
|
951
|
+
continuity?: boolean | undefined;
|
|
952
|
+
continuitySlot?: string | undefined;
|
|
953
|
+
slot?: string | undefined;
|
|
954
|
+
}, {
|
|
955
|
+
semanticContinuity?: boolean | undefined;
|
|
956
|
+
continuity?: boolean | undefined;
|
|
957
|
+
continuitySlot?: string | undefined;
|
|
958
|
+
slot?: string | undefined;
|
|
959
|
+
}>>;
|
|
457
960
|
}, "strip", z.ZodTypeAny, {
|
|
458
961
|
template: string;
|
|
962
|
+
capabilities?: {
|
|
963
|
+
semanticContinuity?: boolean | undefined;
|
|
964
|
+
continuity?: boolean | undefined;
|
|
965
|
+
continuitySlot?: string | undefined;
|
|
966
|
+
slot?: string | undefined;
|
|
967
|
+
} | undefined;
|
|
459
968
|
}, {
|
|
460
969
|
template: string;
|
|
970
|
+
capabilities?: {
|
|
971
|
+
semanticContinuity?: boolean | undefined;
|
|
972
|
+
continuity?: boolean | undefined;
|
|
973
|
+
continuitySlot?: string | undefined;
|
|
974
|
+
slot?: string | undefined;
|
|
975
|
+
} | undefined;
|
|
461
976
|
}>]>>;
|
|
462
977
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
463
978
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -480,10 +995,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
480
995
|
props: Record<string, unknown>;
|
|
481
996
|
}>, z.ZodObject<{
|
|
482
997
|
template: z.ZodString;
|
|
998
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
999
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
1000
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
1001
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
1002
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
1003
|
+
}, "strip", z.ZodTypeAny, {
|
|
1004
|
+
semanticContinuity?: boolean | undefined;
|
|
1005
|
+
continuity?: boolean | undefined;
|
|
1006
|
+
continuitySlot?: string | undefined;
|
|
1007
|
+
slot?: string | undefined;
|
|
1008
|
+
}, {
|
|
1009
|
+
semanticContinuity?: boolean | undefined;
|
|
1010
|
+
continuity?: boolean | undefined;
|
|
1011
|
+
continuitySlot?: string | undefined;
|
|
1012
|
+
slot?: string | undefined;
|
|
1013
|
+
}>>;
|
|
483
1014
|
}, "strip", z.ZodTypeAny, {
|
|
484
1015
|
template: string;
|
|
1016
|
+
capabilities?: {
|
|
1017
|
+
semanticContinuity?: boolean | undefined;
|
|
1018
|
+
continuity?: boolean | undefined;
|
|
1019
|
+
continuitySlot?: string | undefined;
|
|
1020
|
+
slot?: string | undefined;
|
|
1021
|
+
} | undefined;
|
|
485
1022
|
}, {
|
|
486
1023
|
template: string;
|
|
1024
|
+
capabilities?: {
|
|
1025
|
+
semanticContinuity?: boolean | undefined;
|
|
1026
|
+
continuity?: boolean | undefined;
|
|
1027
|
+
continuitySlot?: string | undefined;
|
|
1028
|
+
slot?: string | undefined;
|
|
1029
|
+
} | undefined;
|
|
487
1030
|
}>]>>;
|
|
488
1031
|
}, z.ZodUnknown, "strip">>>;
|
|
489
1032
|
skills: z.ZodOptional<z.ZodObject<{
|
|
@@ -523,10 +1066,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
523
1066
|
props: Record<string, unknown>;
|
|
524
1067
|
}>, z.ZodObject<{
|
|
525
1068
|
template: z.ZodString;
|
|
1069
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
1070
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
1071
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
1072
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
1073
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
1074
|
+
}, "strip", z.ZodTypeAny, {
|
|
1075
|
+
semanticContinuity?: boolean | undefined;
|
|
1076
|
+
continuity?: boolean | undefined;
|
|
1077
|
+
continuitySlot?: string | undefined;
|
|
1078
|
+
slot?: string | undefined;
|
|
1079
|
+
}, {
|
|
1080
|
+
semanticContinuity?: boolean | undefined;
|
|
1081
|
+
continuity?: boolean | undefined;
|
|
1082
|
+
continuitySlot?: string | undefined;
|
|
1083
|
+
slot?: string | undefined;
|
|
1084
|
+
}>>;
|
|
526
1085
|
}, "strip", z.ZodTypeAny, {
|
|
527
1086
|
template: string;
|
|
1087
|
+
capabilities?: {
|
|
1088
|
+
semanticContinuity?: boolean | undefined;
|
|
1089
|
+
continuity?: boolean | undefined;
|
|
1090
|
+
continuitySlot?: string | undefined;
|
|
1091
|
+
slot?: string | undefined;
|
|
1092
|
+
} | undefined;
|
|
528
1093
|
}, {
|
|
529
1094
|
template: string;
|
|
1095
|
+
capabilities?: {
|
|
1096
|
+
semanticContinuity?: boolean | undefined;
|
|
1097
|
+
continuity?: boolean | undefined;
|
|
1098
|
+
continuitySlot?: string | undefined;
|
|
1099
|
+
slot?: string | undefined;
|
|
1100
|
+
} | undefined;
|
|
530
1101
|
}>]>>;
|
|
531
1102
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
532
1103
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -549,10 +1120,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
549
1120
|
props: Record<string, unknown>;
|
|
550
1121
|
}>, z.ZodObject<{
|
|
551
1122
|
template: z.ZodString;
|
|
1123
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
1124
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
1125
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
1126
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
1127
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
1128
|
+
}, "strip", z.ZodTypeAny, {
|
|
1129
|
+
semanticContinuity?: boolean | undefined;
|
|
1130
|
+
continuity?: boolean | undefined;
|
|
1131
|
+
continuitySlot?: string | undefined;
|
|
1132
|
+
slot?: string | undefined;
|
|
1133
|
+
}, {
|
|
1134
|
+
semanticContinuity?: boolean | undefined;
|
|
1135
|
+
continuity?: boolean | undefined;
|
|
1136
|
+
continuitySlot?: string | undefined;
|
|
1137
|
+
slot?: string | undefined;
|
|
1138
|
+
}>>;
|
|
552
1139
|
}, "strip", z.ZodTypeAny, {
|
|
553
1140
|
template: string;
|
|
1141
|
+
capabilities?: {
|
|
1142
|
+
semanticContinuity?: boolean | undefined;
|
|
1143
|
+
continuity?: boolean | undefined;
|
|
1144
|
+
continuitySlot?: string | undefined;
|
|
1145
|
+
slot?: string | undefined;
|
|
1146
|
+
} | undefined;
|
|
554
1147
|
}, {
|
|
555
1148
|
template: string;
|
|
1149
|
+
capabilities?: {
|
|
1150
|
+
semanticContinuity?: boolean | undefined;
|
|
1151
|
+
continuity?: boolean | undefined;
|
|
1152
|
+
continuitySlot?: string | undefined;
|
|
1153
|
+
slot?: string | undefined;
|
|
1154
|
+
} | undefined;
|
|
556
1155
|
}>]>>;
|
|
557
1156
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
558
1157
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -575,10 +1174,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
575
1174
|
props: Record<string, unknown>;
|
|
576
1175
|
}>, z.ZodObject<{
|
|
577
1176
|
template: z.ZodString;
|
|
1177
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
1178
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
1179
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
1180
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
1181
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
1182
|
+
}, "strip", z.ZodTypeAny, {
|
|
1183
|
+
semanticContinuity?: boolean | undefined;
|
|
1184
|
+
continuity?: boolean | undefined;
|
|
1185
|
+
continuitySlot?: string | undefined;
|
|
1186
|
+
slot?: string | undefined;
|
|
1187
|
+
}, {
|
|
1188
|
+
semanticContinuity?: boolean | undefined;
|
|
1189
|
+
continuity?: boolean | undefined;
|
|
1190
|
+
continuitySlot?: string | undefined;
|
|
1191
|
+
slot?: string | undefined;
|
|
1192
|
+
}>>;
|
|
578
1193
|
}, "strip", z.ZodTypeAny, {
|
|
579
1194
|
template: string;
|
|
1195
|
+
capabilities?: {
|
|
1196
|
+
semanticContinuity?: boolean | undefined;
|
|
1197
|
+
continuity?: boolean | undefined;
|
|
1198
|
+
continuitySlot?: string | undefined;
|
|
1199
|
+
slot?: string | undefined;
|
|
1200
|
+
} | undefined;
|
|
580
1201
|
}, {
|
|
581
1202
|
template: string;
|
|
1203
|
+
capabilities?: {
|
|
1204
|
+
semanticContinuity?: boolean | undefined;
|
|
1205
|
+
continuity?: boolean | undefined;
|
|
1206
|
+
continuitySlot?: string | undefined;
|
|
1207
|
+
slot?: string | undefined;
|
|
1208
|
+
} | undefined;
|
|
582
1209
|
}>]>>;
|
|
583
1210
|
}, z.ZodUnknown, "strip">>>;
|
|
584
1211
|
skills: z.ZodOptional<z.ZodObject<{
|
|
@@ -618,10 +1245,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
618
1245
|
props: Record<string, unknown>;
|
|
619
1246
|
}>, z.ZodObject<{
|
|
620
1247
|
template: z.ZodString;
|
|
1248
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
1249
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
1250
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
1251
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
1252
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
1253
|
+
}, "strip", z.ZodTypeAny, {
|
|
1254
|
+
semanticContinuity?: boolean | undefined;
|
|
1255
|
+
continuity?: boolean | undefined;
|
|
1256
|
+
continuitySlot?: string | undefined;
|
|
1257
|
+
slot?: string | undefined;
|
|
1258
|
+
}, {
|
|
1259
|
+
semanticContinuity?: boolean | undefined;
|
|
1260
|
+
continuity?: boolean | undefined;
|
|
1261
|
+
continuitySlot?: string | undefined;
|
|
1262
|
+
slot?: string | undefined;
|
|
1263
|
+
}>>;
|
|
621
1264
|
}, "strip", z.ZodTypeAny, {
|
|
622
1265
|
template: string;
|
|
1266
|
+
capabilities?: {
|
|
1267
|
+
semanticContinuity?: boolean | undefined;
|
|
1268
|
+
continuity?: boolean | undefined;
|
|
1269
|
+
continuitySlot?: string | undefined;
|
|
1270
|
+
slot?: string | undefined;
|
|
1271
|
+
} | undefined;
|
|
623
1272
|
}, {
|
|
624
1273
|
template: string;
|
|
1274
|
+
capabilities?: {
|
|
1275
|
+
semanticContinuity?: boolean | undefined;
|
|
1276
|
+
continuity?: boolean | undefined;
|
|
1277
|
+
continuitySlot?: string | undefined;
|
|
1278
|
+
slot?: string | undefined;
|
|
1279
|
+
} | undefined;
|
|
625
1280
|
}>]>>;
|
|
626
1281
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
627
1282
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -644,10 +1299,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
644
1299
|
props: Record<string, unknown>;
|
|
645
1300
|
}>, z.ZodObject<{
|
|
646
1301
|
template: z.ZodString;
|
|
1302
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
1303
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
1304
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
1305
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
1306
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
1307
|
+
}, "strip", z.ZodTypeAny, {
|
|
1308
|
+
semanticContinuity?: boolean | undefined;
|
|
1309
|
+
continuity?: boolean | undefined;
|
|
1310
|
+
continuitySlot?: string | undefined;
|
|
1311
|
+
slot?: string | undefined;
|
|
1312
|
+
}, {
|
|
1313
|
+
semanticContinuity?: boolean | undefined;
|
|
1314
|
+
continuity?: boolean | undefined;
|
|
1315
|
+
continuitySlot?: string | undefined;
|
|
1316
|
+
slot?: string | undefined;
|
|
1317
|
+
}>>;
|
|
647
1318
|
}, "strip", z.ZodTypeAny, {
|
|
648
1319
|
template: string;
|
|
1320
|
+
capabilities?: {
|
|
1321
|
+
semanticContinuity?: boolean | undefined;
|
|
1322
|
+
continuity?: boolean | undefined;
|
|
1323
|
+
continuitySlot?: string | undefined;
|
|
1324
|
+
slot?: string | undefined;
|
|
1325
|
+
} | undefined;
|
|
649
1326
|
}, {
|
|
650
1327
|
template: string;
|
|
1328
|
+
capabilities?: {
|
|
1329
|
+
semanticContinuity?: boolean | undefined;
|
|
1330
|
+
continuity?: boolean | undefined;
|
|
1331
|
+
continuitySlot?: string | undefined;
|
|
1332
|
+
slot?: string | undefined;
|
|
1333
|
+
} | undefined;
|
|
651
1334
|
}>]>>;
|
|
652
1335
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
653
1336
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -670,10 +1353,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
670
1353
|
props: Record<string, unknown>;
|
|
671
1354
|
}>, z.ZodObject<{
|
|
672
1355
|
template: z.ZodString;
|
|
1356
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
1357
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
1358
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
1359
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
1360
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
1361
|
+
}, "strip", z.ZodTypeAny, {
|
|
1362
|
+
semanticContinuity?: boolean | undefined;
|
|
1363
|
+
continuity?: boolean | undefined;
|
|
1364
|
+
continuitySlot?: string | undefined;
|
|
1365
|
+
slot?: string | undefined;
|
|
1366
|
+
}, {
|
|
1367
|
+
semanticContinuity?: boolean | undefined;
|
|
1368
|
+
continuity?: boolean | undefined;
|
|
1369
|
+
continuitySlot?: string | undefined;
|
|
1370
|
+
slot?: string | undefined;
|
|
1371
|
+
}>>;
|
|
673
1372
|
}, "strip", z.ZodTypeAny, {
|
|
674
1373
|
template: string;
|
|
1374
|
+
capabilities?: {
|
|
1375
|
+
semanticContinuity?: boolean | undefined;
|
|
1376
|
+
continuity?: boolean | undefined;
|
|
1377
|
+
continuitySlot?: string | undefined;
|
|
1378
|
+
slot?: string | undefined;
|
|
1379
|
+
} | undefined;
|
|
675
1380
|
}, {
|
|
676
1381
|
template: string;
|
|
1382
|
+
capabilities?: {
|
|
1383
|
+
semanticContinuity?: boolean | undefined;
|
|
1384
|
+
continuity?: boolean | undefined;
|
|
1385
|
+
continuitySlot?: string | undefined;
|
|
1386
|
+
slot?: string | undefined;
|
|
1387
|
+
} | undefined;
|
|
677
1388
|
}>]>>;
|
|
678
1389
|
}, z.ZodUnknown, "strip">>>;
|
|
679
1390
|
skills: z.ZodOptional<z.ZodObject<{
|
|
@@ -685,7 +1396,109 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
685
1396
|
}>>;
|
|
686
1397
|
}, z.ZodUnknown, "strip">>, "many">>;
|
|
687
1398
|
hooks: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
688
|
-
settings: z.ZodOptional<z.
|
|
1399
|
+
settings: z.ZodOptional<z.ZodObject<{
|
|
1400
|
+
bin_resolution: z.ZodOptional<z.ZodEnum<["global_first", "local_first"]>>;
|
|
1401
|
+
dreaming: z.ZodOptional<z.ZodObject<{
|
|
1402
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
1403
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1404
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1405
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1406
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1407
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1408
|
+
}, z.ZodUnknown, "strip">>>;
|
|
1409
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1410
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
1411
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1412
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1413
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1414
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1415
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1416
|
+
}, z.ZodUnknown, "strip">>>;
|
|
1417
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1418
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
1419
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1420
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1421
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1422
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1423
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1424
|
+
}, z.ZodUnknown, "strip">>>;
|
|
1425
|
+
}, z.ZodUnknown, "strip">>>;
|
|
1426
|
+
wi: z.ZodCatch<z.ZodOptional<z.ZodObject<{
|
|
1427
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
1428
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1429
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
1430
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1431
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
1432
|
+
}, z.ZodUnknown, "strip">>>>;
|
|
1433
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1434
|
+
bin_resolution: z.ZodOptional<z.ZodEnum<["global_first", "local_first"]>>;
|
|
1435
|
+
dreaming: z.ZodOptional<z.ZodObject<{
|
|
1436
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
1437
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1438
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1439
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1440
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1441
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1442
|
+
}, z.ZodUnknown, "strip">>>;
|
|
1443
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1444
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
1445
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1446
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1447
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1448
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1449
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1450
|
+
}, z.ZodUnknown, "strip">>>;
|
|
1451
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1452
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
1453
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1454
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1455
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1456
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1457
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1458
|
+
}, z.ZodUnknown, "strip">>>;
|
|
1459
|
+
}, z.ZodUnknown, "strip">>>;
|
|
1460
|
+
wi: z.ZodCatch<z.ZodOptional<z.ZodObject<{
|
|
1461
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
1462
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1463
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
1464
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1465
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
1466
|
+
}, z.ZodUnknown, "strip">>>>;
|
|
1467
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1468
|
+
bin_resolution: z.ZodOptional<z.ZodEnum<["global_first", "local_first"]>>;
|
|
1469
|
+
dreaming: z.ZodOptional<z.ZodObject<{
|
|
1470
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
1471
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1472
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1473
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1474
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1475
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1476
|
+
}, z.ZodUnknown, "strip">>>;
|
|
1477
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1478
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
1479
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1480
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1481
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1482
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1483
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1484
|
+
}, z.ZodUnknown, "strip">>>;
|
|
1485
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1486
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
1487
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1488
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1489
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1490
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1491
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
1492
|
+
}, z.ZodUnknown, "strip">>>;
|
|
1493
|
+
}, z.ZodUnknown, "strip">>>;
|
|
1494
|
+
wi: z.ZodCatch<z.ZodOptional<z.ZodObject<{
|
|
1495
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
1496
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1497
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
1498
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1499
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
1500
|
+
}, z.ZodUnknown, "strip">>>>;
|
|
1501
|
+
}, z.ZodUnknown, "strip">>>;
|
|
689
1502
|
skills: z.ZodOptional<z.ZodUnknown>;
|
|
690
1503
|
layouts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
691
1504
|
documents: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -720,10 +1533,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
720
1533
|
props: Record<string, unknown>;
|
|
721
1534
|
}>, z.ZodObject<{
|
|
722
1535
|
template: z.ZodString;
|
|
1536
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
1537
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
1538
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
1539
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
1540
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
1541
|
+
}, "strip", z.ZodTypeAny, {
|
|
1542
|
+
semanticContinuity?: boolean | undefined;
|
|
1543
|
+
continuity?: boolean | undefined;
|
|
1544
|
+
continuitySlot?: string | undefined;
|
|
1545
|
+
slot?: string | undefined;
|
|
1546
|
+
}, {
|
|
1547
|
+
semanticContinuity?: boolean | undefined;
|
|
1548
|
+
continuity?: boolean | undefined;
|
|
1549
|
+
continuitySlot?: string | undefined;
|
|
1550
|
+
slot?: string | undefined;
|
|
1551
|
+
}>>;
|
|
723
1552
|
}, "strip", z.ZodTypeAny, {
|
|
724
1553
|
template: string;
|
|
1554
|
+
capabilities?: {
|
|
1555
|
+
semanticContinuity?: boolean | undefined;
|
|
1556
|
+
continuity?: boolean | undefined;
|
|
1557
|
+
continuitySlot?: string | undefined;
|
|
1558
|
+
slot?: string | undefined;
|
|
1559
|
+
} | undefined;
|
|
725
1560
|
}, {
|
|
726
1561
|
template: string;
|
|
1562
|
+
capabilities?: {
|
|
1563
|
+
semanticContinuity?: boolean | undefined;
|
|
1564
|
+
continuity?: boolean | undefined;
|
|
1565
|
+
continuitySlot?: string | undefined;
|
|
1566
|
+
slot?: string | undefined;
|
|
1567
|
+
} | undefined;
|
|
727
1568
|
}>]>>;
|
|
728
1569
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
729
1570
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -746,10 +1587,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
746
1587
|
props: Record<string, unknown>;
|
|
747
1588
|
}>, z.ZodObject<{
|
|
748
1589
|
template: z.ZodString;
|
|
1590
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
1591
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
1592
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
1593
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
1594
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
1595
|
+
}, "strip", z.ZodTypeAny, {
|
|
1596
|
+
semanticContinuity?: boolean | undefined;
|
|
1597
|
+
continuity?: boolean | undefined;
|
|
1598
|
+
continuitySlot?: string | undefined;
|
|
1599
|
+
slot?: string | undefined;
|
|
1600
|
+
}, {
|
|
1601
|
+
semanticContinuity?: boolean | undefined;
|
|
1602
|
+
continuity?: boolean | undefined;
|
|
1603
|
+
continuitySlot?: string | undefined;
|
|
1604
|
+
slot?: string | undefined;
|
|
1605
|
+
}>>;
|
|
749
1606
|
}, "strip", z.ZodTypeAny, {
|
|
750
1607
|
template: string;
|
|
1608
|
+
capabilities?: {
|
|
1609
|
+
semanticContinuity?: boolean | undefined;
|
|
1610
|
+
continuity?: boolean | undefined;
|
|
1611
|
+
continuitySlot?: string | undefined;
|
|
1612
|
+
slot?: string | undefined;
|
|
1613
|
+
} | undefined;
|
|
751
1614
|
}, {
|
|
752
1615
|
template: string;
|
|
1616
|
+
capabilities?: {
|
|
1617
|
+
semanticContinuity?: boolean | undefined;
|
|
1618
|
+
continuity?: boolean | undefined;
|
|
1619
|
+
continuitySlot?: string | undefined;
|
|
1620
|
+
slot?: string | undefined;
|
|
1621
|
+
} | undefined;
|
|
753
1622
|
}>]>>;
|
|
754
1623
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
755
1624
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -772,10 +1641,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
772
1641
|
props: Record<string, unknown>;
|
|
773
1642
|
}>, z.ZodObject<{
|
|
774
1643
|
template: z.ZodString;
|
|
1644
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
1645
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
1646
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
1647
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
1648
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
1649
|
+
}, "strip", z.ZodTypeAny, {
|
|
1650
|
+
semanticContinuity?: boolean | undefined;
|
|
1651
|
+
continuity?: boolean | undefined;
|
|
1652
|
+
continuitySlot?: string | undefined;
|
|
1653
|
+
slot?: string | undefined;
|
|
1654
|
+
}, {
|
|
1655
|
+
semanticContinuity?: boolean | undefined;
|
|
1656
|
+
continuity?: boolean | undefined;
|
|
1657
|
+
continuitySlot?: string | undefined;
|
|
1658
|
+
slot?: string | undefined;
|
|
1659
|
+
}>>;
|
|
775
1660
|
}, "strip", z.ZodTypeAny, {
|
|
776
1661
|
template: string;
|
|
1662
|
+
capabilities?: {
|
|
1663
|
+
semanticContinuity?: boolean | undefined;
|
|
1664
|
+
continuity?: boolean | undefined;
|
|
1665
|
+
continuitySlot?: string | undefined;
|
|
1666
|
+
slot?: string | undefined;
|
|
1667
|
+
} | undefined;
|
|
777
1668
|
}, {
|
|
778
1669
|
template: string;
|
|
1670
|
+
capabilities?: {
|
|
1671
|
+
semanticContinuity?: boolean | undefined;
|
|
1672
|
+
continuity?: boolean | undefined;
|
|
1673
|
+
continuitySlot?: string | undefined;
|
|
1674
|
+
slot?: string | undefined;
|
|
1675
|
+
} | undefined;
|
|
779
1676
|
}>]>>;
|
|
780
1677
|
}, z.ZodUnknown, "strip">>>;
|
|
781
1678
|
skills: z.ZodOptional<z.ZodObject<{
|
|
@@ -815,10 +1712,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
815
1712
|
props: Record<string, unknown>;
|
|
816
1713
|
}>, z.ZodObject<{
|
|
817
1714
|
template: z.ZodString;
|
|
1715
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
1716
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
1717
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
1718
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
1719
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
1720
|
+
}, "strip", z.ZodTypeAny, {
|
|
1721
|
+
semanticContinuity?: boolean | undefined;
|
|
1722
|
+
continuity?: boolean | undefined;
|
|
1723
|
+
continuitySlot?: string | undefined;
|
|
1724
|
+
slot?: string | undefined;
|
|
1725
|
+
}, {
|
|
1726
|
+
semanticContinuity?: boolean | undefined;
|
|
1727
|
+
continuity?: boolean | undefined;
|
|
1728
|
+
continuitySlot?: string | undefined;
|
|
1729
|
+
slot?: string | undefined;
|
|
1730
|
+
}>>;
|
|
818
1731
|
}, "strip", z.ZodTypeAny, {
|
|
819
1732
|
template: string;
|
|
1733
|
+
capabilities?: {
|
|
1734
|
+
semanticContinuity?: boolean | undefined;
|
|
1735
|
+
continuity?: boolean | undefined;
|
|
1736
|
+
continuitySlot?: string | undefined;
|
|
1737
|
+
slot?: string | undefined;
|
|
1738
|
+
} | undefined;
|
|
820
1739
|
}, {
|
|
821
1740
|
template: string;
|
|
1741
|
+
capabilities?: {
|
|
1742
|
+
semanticContinuity?: boolean | undefined;
|
|
1743
|
+
continuity?: boolean | undefined;
|
|
1744
|
+
continuitySlot?: string | undefined;
|
|
1745
|
+
slot?: string | undefined;
|
|
1746
|
+
} | undefined;
|
|
822
1747
|
}>]>>;
|
|
823
1748
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
824
1749
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -841,10 +1766,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
841
1766
|
props: Record<string, unknown>;
|
|
842
1767
|
}>, z.ZodObject<{
|
|
843
1768
|
template: z.ZodString;
|
|
1769
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
1770
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
1771
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
1772
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
1773
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
1774
|
+
}, "strip", z.ZodTypeAny, {
|
|
1775
|
+
semanticContinuity?: boolean | undefined;
|
|
1776
|
+
continuity?: boolean | undefined;
|
|
1777
|
+
continuitySlot?: string | undefined;
|
|
1778
|
+
slot?: string | undefined;
|
|
1779
|
+
}, {
|
|
1780
|
+
semanticContinuity?: boolean | undefined;
|
|
1781
|
+
continuity?: boolean | undefined;
|
|
1782
|
+
continuitySlot?: string | undefined;
|
|
1783
|
+
slot?: string | undefined;
|
|
1784
|
+
}>>;
|
|
844
1785
|
}, "strip", z.ZodTypeAny, {
|
|
845
1786
|
template: string;
|
|
1787
|
+
capabilities?: {
|
|
1788
|
+
semanticContinuity?: boolean | undefined;
|
|
1789
|
+
continuity?: boolean | undefined;
|
|
1790
|
+
continuitySlot?: string | undefined;
|
|
1791
|
+
slot?: string | undefined;
|
|
1792
|
+
} | undefined;
|
|
846
1793
|
}, {
|
|
847
1794
|
template: string;
|
|
1795
|
+
capabilities?: {
|
|
1796
|
+
semanticContinuity?: boolean | undefined;
|
|
1797
|
+
continuity?: boolean | undefined;
|
|
1798
|
+
continuitySlot?: string | undefined;
|
|
1799
|
+
slot?: string | undefined;
|
|
1800
|
+
} | undefined;
|
|
848
1801
|
}>]>>;
|
|
849
1802
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
850
1803
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -867,10 +1820,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
867
1820
|
props: Record<string, unknown>;
|
|
868
1821
|
}>, z.ZodObject<{
|
|
869
1822
|
template: z.ZodString;
|
|
1823
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
1824
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
1825
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
1826
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
1827
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
1828
|
+
}, "strip", z.ZodTypeAny, {
|
|
1829
|
+
semanticContinuity?: boolean | undefined;
|
|
1830
|
+
continuity?: boolean | undefined;
|
|
1831
|
+
continuitySlot?: string | undefined;
|
|
1832
|
+
slot?: string | undefined;
|
|
1833
|
+
}, {
|
|
1834
|
+
semanticContinuity?: boolean | undefined;
|
|
1835
|
+
continuity?: boolean | undefined;
|
|
1836
|
+
continuitySlot?: string | undefined;
|
|
1837
|
+
slot?: string | undefined;
|
|
1838
|
+
}>>;
|
|
870
1839
|
}, "strip", z.ZodTypeAny, {
|
|
871
1840
|
template: string;
|
|
1841
|
+
capabilities?: {
|
|
1842
|
+
semanticContinuity?: boolean | undefined;
|
|
1843
|
+
continuity?: boolean | undefined;
|
|
1844
|
+
continuitySlot?: string | undefined;
|
|
1845
|
+
slot?: string | undefined;
|
|
1846
|
+
} | undefined;
|
|
872
1847
|
}, {
|
|
873
1848
|
template: string;
|
|
1849
|
+
capabilities?: {
|
|
1850
|
+
semanticContinuity?: boolean | undefined;
|
|
1851
|
+
continuity?: boolean | undefined;
|
|
1852
|
+
continuitySlot?: string | undefined;
|
|
1853
|
+
slot?: string | undefined;
|
|
1854
|
+
} | undefined;
|
|
874
1855
|
}>]>>;
|
|
875
1856
|
}, z.ZodUnknown, "strip">>>;
|
|
876
1857
|
skills: z.ZodOptional<z.ZodObject<{
|
|
@@ -910,10 +1891,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
910
1891
|
props: Record<string, unknown>;
|
|
911
1892
|
}>, z.ZodObject<{
|
|
912
1893
|
template: z.ZodString;
|
|
1894
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
1895
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
1896
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
1897
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
1898
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
1899
|
+
}, "strip", z.ZodTypeAny, {
|
|
1900
|
+
semanticContinuity?: boolean | undefined;
|
|
1901
|
+
continuity?: boolean | undefined;
|
|
1902
|
+
continuitySlot?: string | undefined;
|
|
1903
|
+
slot?: string | undefined;
|
|
1904
|
+
}, {
|
|
1905
|
+
semanticContinuity?: boolean | undefined;
|
|
1906
|
+
continuity?: boolean | undefined;
|
|
1907
|
+
continuitySlot?: string | undefined;
|
|
1908
|
+
slot?: string | undefined;
|
|
1909
|
+
}>>;
|
|
913
1910
|
}, "strip", z.ZodTypeAny, {
|
|
914
1911
|
template: string;
|
|
1912
|
+
capabilities?: {
|
|
1913
|
+
semanticContinuity?: boolean | undefined;
|
|
1914
|
+
continuity?: boolean | undefined;
|
|
1915
|
+
continuitySlot?: string | undefined;
|
|
1916
|
+
slot?: string | undefined;
|
|
1917
|
+
} | undefined;
|
|
915
1918
|
}, {
|
|
916
1919
|
template: string;
|
|
1920
|
+
capabilities?: {
|
|
1921
|
+
semanticContinuity?: boolean | undefined;
|
|
1922
|
+
continuity?: boolean | undefined;
|
|
1923
|
+
continuitySlot?: string | undefined;
|
|
1924
|
+
slot?: string | undefined;
|
|
1925
|
+
} | undefined;
|
|
917
1926
|
}>]>>;
|
|
918
1927
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
919
1928
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -936,10 +1945,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
936
1945
|
props: Record<string, unknown>;
|
|
937
1946
|
}>, z.ZodObject<{
|
|
938
1947
|
template: z.ZodString;
|
|
1948
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
1949
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
1950
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
1951
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
1952
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
1953
|
+
}, "strip", z.ZodTypeAny, {
|
|
1954
|
+
semanticContinuity?: boolean | undefined;
|
|
1955
|
+
continuity?: boolean | undefined;
|
|
1956
|
+
continuitySlot?: string | undefined;
|
|
1957
|
+
slot?: string | undefined;
|
|
1958
|
+
}, {
|
|
1959
|
+
semanticContinuity?: boolean | undefined;
|
|
1960
|
+
continuity?: boolean | undefined;
|
|
1961
|
+
continuitySlot?: string | undefined;
|
|
1962
|
+
slot?: string | undefined;
|
|
1963
|
+
}>>;
|
|
939
1964
|
}, "strip", z.ZodTypeAny, {
|
|
940
1965
|
template: string;
|
|
1966
|
+
capabilities?: {
|
|
1967
|
+
semanticContinuity?: boolean | undefined;
|
|
1968
|
+
continuity?: boolean | undefined;
|
|
1969
|
+
continuitySlot?: string | undefined;
|
|
1970
|
+
slot?: string | undefined;
|
|
1971
|
+
} | undefined;
|
|
941
1972
|
}, {
|
|
942
1973
|
template: string;
|
|
1974
|
+
capabilities?: {
|
|
1975
|
+
semanticContinuity?: boolean | undefined;
|
|
1976
|
+
continuity?: boolean | undefined;
|
|
1977
|
+
continuitySlot?: string | undefined;
|
|
1978
|
+
slot?: string | undefined;
|
|
1979
|
+
} | undefined;
|
|
943
1980
|
}>]>>;
|
|
944
1981
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
945
1982
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -962,10 +1999,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
962
1999
|
props: Record<string, unknown>;
|
|
963
2000
|
}>, z.ZodObject<{
|
|
964
2001
|
template: z.ZodString;
|
|
2002
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
2003
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
2004
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
2005
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
2006
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
2007
|
+
}, "strip", z.ZodTypeAny, {
|
|
2008
|
+
semanticContinuity?: boolean | undefined;
|
|
2009
|
+
continuity?: boolean | undefined;
|
|
2010
|
+
continuitySlot?: string | undefined;
|
|
2011
|
+
slot?: string | undefined;
|
|
2012
|
+
}, {
|
|
2013
|
+
semanticContinuity?: boolean | undefined;
|
|
2014
|
+
continuity?: boolean | undefined;
|
|
2015
|
+
continuitySlot?: string | undefined;
|
|
2016
|
+
slot?: string | undefined;
|
|
2017
|
+
}>>;
|
|
965
2018
|
}, "strip", z.ZodTypeAny, {
|
|
966
2019
|
template: string;
|
|
2020
|
+
capabilities?: {
|
|
2021
|
+
semanticContinuity?: boolean | undefined;
|
|
2022
|
+
continuity?: boolean | undefined;
|
|
2023
|
+
continuitySlot?: string | undefined;
|
|
2024
|
+
slot?: string | undefined;
|
|
2025
|
+
} | undefined;
|
|
967
2026
|
}, {
|
|
968
2027
|
template: string;
|
|
2028
|
+
capabilities?: {
|
|
2029
|
+
semanticContinuity?: boolean | undefined;
|
|
2030
|
+
continuity?: boolean | undefined;
|
|
2031
|
+
continuitySlot?: string | undefined;
|
|
2032
|
+
slot?: string | undefined;
|
|
2033
|
+
} | undefined;
|
|
969
2034
|
}>]>>;
|
|
970
2035
|
}, z.ZodUnknown, "strip">>>;
|
|
971
2036
|
skills: z.ZodOptional<z.ZodObject<{
|
|
@@ -977,7 +2042,109 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
977
2042
|
}>>;
|
|
978
2043
|
}, z.ZodUnknown, "strip">>, "many">>;
|
|
979
2044
|
hooks: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
980
|
-
settings: z.ZodOptional<z.
|
|
2045
|
+
settings: z.ZodOptional<z.ZodObject<{
|
|
2046
|
+
bin_resolution: z.ZodOptional<z.ZodEnum<["global_first", "local_first"]>>;
|
|
2047
|
+
dreaming: z.ZodOptional<z.ZodObject<{
|
|
2048
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2049
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2050
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2051
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2052
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2053
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2054
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2055
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2056
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2057
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2058
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2059
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2060
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2061
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2062
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2063
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2064
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2065
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2066
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2067
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2068
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2069
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2070
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2071
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2072
|
+
wi: z.ZodCatch<z.ZodOptional<z.ZodObject<{
|
|
2073
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2074
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2075
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2076
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2077
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2078
|
+
}, z.ZodUnknown, "strip">>>>;
|
|
2079
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2080
|
+
bin_resolution: z.ZodOptional<z.ZodEnum<["global_first", "local_first"]>>;
|
|
2081
|
+
dreaming: z.ZodOptional<z.ZodObject<{
|
|
2082
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2083
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2084
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2085
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2086
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2087
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2088
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2089
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2090
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2091
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2092
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2093
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2094
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2095
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2096
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2097
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2098
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2099
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2100
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2101
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2102
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2103
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2104
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2105
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2106
|
+
wi: z.ZodCatch<z.ZodOptional<z.ZodObject<{
|
|
2107
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2108
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2109
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2110
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2111
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2112
|
+
}, z.ZodUnknown, "strip">>>>;
|
|
2113
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2114
|
+
bin_resolution: z.ZodOptional<z.ZodEnum<["global_first", "local_first"]>>;
|
|
2115
|
+
dreaming: z.ZodOptional<z.ZodObject<{
|
|
2116
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2117
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2118
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2119
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2120
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2121
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2122
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2123
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2124
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2125
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2126
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2127
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2128
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2129
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2130
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2131
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2132
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2133
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2134
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2135
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2136
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2137
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2138
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2139
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2140
|
+
wi: z.ZodCatch<z.ZodOptional<z.ZodObject<{
|
|
2141
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2142
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2143
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2144
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2145
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2146
|
+
}, z.ZodUnknown, "strip">>>>;
|
|
2147
|
+
}, z.ZodUnknown, "strip">>>;
|
|
981
2148
|
skills: z.ZodOptional<z.ZodUnknown>;
|
|
982
2149
|
layouts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
983
2150
|
documents: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -1012,10 +2179,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
1012
2179
|
props: Record<string, unknown>;
|
|
1013
2180
|
}>, z.ZodObject<{
|
|
1014
2181
|
template: z.ZodString;
|
|
2182
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
2183
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
2184
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
2185
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
2186
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
2187
|
+
}, "strip", z.ZodTypeAny, {
|
|
2188
|
+
semanticContinuity?: boolean | undefined;
|
|
2189
|
+
continuity?: boolean | undefined;
|
|
2190
|
+
continuitySlot?: string | undefined;
|
|
2191
|
+
slot?: string | undefined;
|
|
2192
|
+
}, {
|
|
2193
|
+
semanticContinuity?: boolean | undefined;
|
|
2194
|
+
continuity?: boolean | undefined;
|
|
2195
|
+
continuitySlot?: string | undefined;
|
|
2196
|
+
slot?: string | undefined;
|
|
2197
|
+
}>>;
|
|
1015
2198
|
}, "strip", z.ZodTypeAny, {
|
|
1016
2199
|
template: string;
|
|
2200
|
+
capabilities?: {
|
|
2201
|
+
semanticContinuity?: boolean | undefined;
|
|
2202
|
+
continuity?: boolean | undefined;
|
|
2203
|
+
continuitySlot?: string | undefined;
|
|
2204
|
+
slot?: string | undefined;
|
|
2205
|
+
} | undefined;
|
|
1017
2206
|
}, {
|
|
1018
2207
|
template: string;
|
|
2208
|
+
capabilities?: {
|
|
2209
|
+
semanticContinuity?: boolean | undefined;
|
|
2210
|
+
continuity?: boolean | undefined;
|
|
2211
|
+
continuitySlot?: string | undefined;
|
|
2212
|
+
slot?: string | undefined;
|
|
2213
|
+
} | undefined;
|
|
1019
2214
|
}>]>>;
|
|
1020
2215
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1021
2216
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -1038,10 +2233,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
1038
2233
|
props: Record<string, unknown>;
|
|
1039
2234
|
}>, z.ZodObject<{
|
|
1040
2235
|
template: z.ZodString;
|
|
2236
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
2237
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
2238
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
2239
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
2240
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
2241
|
+
}, "strip", z.ZodTypeAny, {
|
|
2242
|
+
semanticContinuity?: boolean | undefined;
|
|
2243
|
+
continuity?: boolean | undefined;
|
|
2244
|
+
continuitySlot?: string | undefined;
|
|
2245
|
+
slot?: string | undefined;
|
|
2246
|
+
}, {
|
|
2247
|
+
semanticContinuity?: boolean | undefined;
|
|
2248
|
+
continuity?: boolean | undefined;
|
|
2249
|
+
continuitySlot?: string | undefined;
|
|
2250
|
+
slot?: string | undefined;
|
|
2251
|
+
}>>;
|
|
1041
2252
|
}, "strip", z.ZodTypeAny, {
|
|
1042
2253
|
template: string;
|
|
2254
|
+
capabilities?: {
|
|
2255
|
+
semanticContinuity?: boolean | undefined;
|
|
2256
|
+
continuity?: boolean | undefined;
|
|
2257
|
+
continuitySlot?: string | undefined;
|
|
2258
|
+
slot?: string | undefined;
|
|
2259
|
+
} | undefined;
|
|
1043
2260
|
}, {
|
|
1044
2261
|
template: string;
|
|
2262
|
+
capabilities?: {
|
|
2263
|
+
semanticContinuity?: boolean | undefined;
|
|
2264
|
+
continuity?: boolean | undefined;
|
|
2265
|
+
continuitySlot?: string | undefined;
|
|
2266
|
+
slot?: string | undefined;
|
|
2267
|
+
} | undefined;
|
|
1045
2268
|
}>]>>;
|
|
1046
2269
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1047
2270
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -1064,10 +2287,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
1064
2287
|
props: Record<string, unknown>;
|
|
1065
2288
|
}>, z.ZodObject<{
|
|
1066
2289
|
template: z.ZodString;
|
|
2290
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
2291
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
2292
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
2293
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
2294
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
2295
|
+
}, "strip", z.ZodTypeAny, {
|
|
2296
|
+
semanticContinuity?: boolean | undefined;
|
|
2297
|
+
continuity?: boolean | undefined;
|
|
2298
|
+
continuitySlot?: string | undefined;
|
|
2299
|
+
slot?: string | undefined;
|
|
2300
|
+
}, {
|
|
2301
|
+
semanticContinuity?: boolean | undefined;
|
|
2302
|
+
continuity?: boolean | undefined;
|
|
2303
|
+
continuitySlot?: string | undefined;
|
|
2304
|
+
slot?: string | undefined;
|
|
2305
|
+
}>>;
|
|
1067
2306
|
}, "strip", z.ZodTypeAny, {
|
|
1068
2307
|
template: string;
|
|
2308
|
+
capabilities?: {
|
|
2309
|
+
semanticContinuity?: boolean | undefined;
|
|
2310
|
+
continuity?: boolean | undefined;
|
|
2311
|
+
continuitySlot?: string | undefined;
|
|
2312
|
+
slot?: string | undefined;
|
|
2313
|
+
} | undefined;
|
|
1069
2314
|
}, {
|
|
1070
2315
|
template: string;
|
|
2316
|
+
capabilities?: {
|
|
2317
|
+
semanticContinuity?: boolean | undefined;
|
|
2318
|
+
continuity?: boolean | undefined;
|
|
2319
|
+
continuitySlot?: string | undefined;
|
|
2320
|
+
slot?: string | undefined;
|
|
2321
|
+
} | undefined;
|
|
1071
2322
|
}>]>>;
|
|
1072
2323
|
}, z.ZodUnknown, "strip">>>;
|
|
1073
2324
|
skills: z.ZodOptional<z.ZodObject<{
|
|
@@ -1107,10 +2358,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
1107
2358
|
props: Record<string, unknown>;
|
|
1108
2359
|
}>, z.ZodObject<{
|
|
1109
2360
|
template: z.ZodString;
|
|
2361
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
2362
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
2363
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
2364
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
2365
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
2366
|
+
}, "strip", z.ZodTypeAny, {
|
|
2367
|
+
semanticContinuity?: boolean | undefined;
|
|
2368
|
+
continuity?: boolean | undefined;
|
|
2369
|
+
continuitySlot?: string | undefined;
|
|
2370
|
+
slot?: string | undefined;
|
|
2371
|
+
}, {
|
|
2372
|
+
semanticContinuity?: boolean | undefined;
|
|
2373
|
+
continuity?: boolean | undefined;
|
|
2374
|
+
continuitySlot?: string | undefined;
|
|
2375
|
+
slot?: string | undefined;
|
|
2376
|
+
}>>;
|
|
1110
2377
|
}, "strip", z.ZodTypeAny, {
|
|
1111
2378
|
template: string;
|
|
2379
|
+
capabilities?: {
|
|
2380
|
+
semanticContinuity?: boolean | undefined;
|
|
2381
|
+
continuity?: boolean | undefined;
|
|
2382
|
+
continuitySlot?: string | undefined;
|
|
2383
|
+
slot?: string | undefined;
|
|
2384
|
+
} | undefined;
|
|
1112
2385
|
}, {
|
|
1113
2386
|
template: string;
|
|
2387
|
+
capabilities?: {
|
|
2388
|
+
semanticContinuity?: boolean | undefined;
|
|
2389
|
+
continuity?: boolean | undefined;
|
|
2390
|
+
continuitySlot?: string | undefined;
|
|
2391
|
+
slot?: string | undefined;
|
|
2392
|
+
} | undefined;
|
|
1114
2393
|
}>]>>;
|
|
1115
2394
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1116
2395
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -1133,10 +2412,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
1133
2412
|
props: Record<string, unknown>;
|
|
1134
2413
|
}>, z.ZodObject<{
|
|
1135
2414
|
template: z.ZodString;
|
|
2415
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
2416
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
2417
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
2418
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
2419
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
2420
|
+
}, "strip", z.ZodTypeAny, {
|
|
2421
|
+
semanticContinuity?: boolean | undefined;
|
|
2422
|
+
continuity?: boolean | undefined;
|
|
2423
|
+
continuitySlot?: string | undefined;
|
|
2424
|
+
slot?: string | undefined;
|
|
2425
|
+
}, {
|
|
2426
|
+
semanticContinuity?: boolean | undefined;
|
|
2427
|
+
continuity?: boolean | undefined;
|
|
2428
|
+
continuitySlot?: string | undefined;
|
|
2429
|
+
slot?: string | undefined;
|
|
2430
|
+
}>>;
|
|
1136
2431
|
}, "strip", z.ZodTypeAny, {
|
|
1137
2432
|
template: string;
|
|
2433
|
+
capabilities?: {
|
|
2434
|
+
semanticContinuity?: boolean | undefined;
|
|
2435
|
+
continuity?: boolean | undefined;
|
|
2436
|
+
continuitySlot?: string | undefined;
|
|
2437
|
+
slot?: string | undefined;
|
|
2438
|
+
} | undefined;
|
|
1138
2439
|
}, {
|
|
1139
2440
|
template: string;
|
|
2441
|
+
capabilities?: {
|
|
2442
|
+
semanticContinuity?: boolean | undefined;
|
|
2443
|
+
continuity?: boolean | undefined;
|
|
2444
|
+
continuitySlot?: string | undefined;
|
|
2445
|
+
slot?: string | undefined;
|
|
2446
|
+
} | undefined;
|
|
1140
2447
|
}>]>>;
|
|
1141
2448
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1142
2449
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -1159,10 +2466,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
1159
2466
|
props: Record<string, unknown>;
|
|
1160
2467
|
}>, z.ZodObject<{
|
|
1161
2468
|
template: z.ZodString;
|
|
2469
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
2470
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
2471
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
2472
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
2473
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
2474
|
+
}, "strip", z.ZodTypeAny, {
|
|
2475
|
+
semanticContinuity?: boolean | undefined;
|
|
2476
|
+
continuity?: boolean | undefined;
|
|
2477
|
+
continuitySlot?: string | undefined;
|
|
2478
|
+
slot?: string | undefined;
|
|
2479
|
+
}, {
|
|
2480
|
+
semanticContinuity?: boolean | undefined;
|
|
2481
|
+
continuity?: boolean | undefined;
|
|
2482
|
+
continuitySlot?: string | undefined;
|
|
2483
|
+
slot?: string | undefined;
|
|
2484
|
+
}>>;
|
|
1162
2485
|
}, "strip", z.ZodTypeAny, {
|
|
1163
2486
|
template: string;
|
|
2487
|
+
capabilities?: {
|
|
2488
|
+
semanticContinuity?: boolean | undefined;
|
|
2489
|
+
continuity?: boolean | undefined;
|
|
2490
|
+
continuitySlot?: string | undefined;
|
|
2491
|
+
slot?: string | undefined;
|
|
2492
|
+
} | undefined;
|
|
1164
2493
|
}, {
|
|
1165
2494
|
template: string;
|
|
2495
|
+
capabilities?: {
|
|
2496
|
+
semanticContinuity?: boolean | undefined;
|
|
2497
|
+
continuity?: boolean | undefined;
|
|
2498
|
+
continuitySlot?: string | undefined;
|
|
2499
|
+
slot?: string | undefined;
|
|
2500
|
+
} | undefined;
|
|
1166
2501
|
}>]>>;
|
|
1167
2502
|
}, z.ZodUnknown, "strip">>>;
|
|
1168
2503
|
skills: z.ZodOptional<z.ZodObject<{
|
|
@@ -1202,10 +2537,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
1202
2537
|
props: Record<string, unknown>;
|
|
1203
2538
|
}>, z.ZodObject<{
|
|
1204
2539
|
template: z.ZodString;
|
|
2540
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
2541
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
2542
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
2543
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
2544
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
2545
|
+
}, "strip", z.ZodTypeAny, {
|
|
2546
|
+
semanticContinuity?: boolean | undefined;
|
|
2547
|
+
continuity?: boolean | undefined;
|
|
2548
|
+
continuitySlot?: string | undefined;
|
|
2549
|
+
slot?: string | undefined;
|
|
2550
|
+
}, {
|
|
2551
|
+
semanticContinuity?: boolean | undefined;
|
|
2552
|
+
continuity?: boolean | undefined;
|
|
2553
|
+
continuitySlot?: string | undefined;
|
|
2554
|
+
slot?: string | undefined;
|
|
2555
|
+
}>>;
|
|
1205
2556
|
}, "strip", z.ZodTypeAny, {
|
|
1206
2557
|
template: string;
|
|
2558
|
+
capabilities?: {
|
|
2559
|
+
semanticContinuity?: boolean | undefined;
|
|
2560
|
+
continuity?: boolean | undefined;
|
|
2561
|
+
continuitySlot?: string | undefined;
|
|
2562
|
+
slot?: string | undefined;
|
|
2563
|
+
} | undefined;
|
|
1207
2564
|
}, {
|
|
1208
2565
|
template: string;
|
|
2566
|
+
capabilities?: {
|
|
2567
|
+
semanticContinuity?: boolean | undefined;
|
|
2568
|
+
continuity?: boolean | undefined;
|
|
2569
|
+
continuitySlot?: string | undefined;
|
|
2570
|
+
slot?: string | undefined;
|
|
2571
|
+
} | undefined;
|
|
1209
2572
|
}>]>>;
|
|
1210
2573
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
1211
2574
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -1228,10 +2591,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
1228
2591
|
props: Record<string, unknown>;
|
|
1229
2592
|
}>, z.ZodObject<{
|
|
1230
2593
|
template: z.ZodString;
|
|
2594
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
2595
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
2596
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
2597
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
2598
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
2599
|
+
}, "strip", z.ZodTypeAny, {
|
|
2600
|
+
semanticContinuity?: boolean | undefined;
|
|
2601
|
+
continuity?: boolean | undefined;
|
|
2602
|
+
continuitySlot?: string | undefined;
|
|
2603
|
+
slot?: string | undefined;
|
|
2604
|
+
}, {
|
|
2605
|
+
semanticContinuity?: boolean | undefined;
|
|
2606
|
+
continuity?: boolean | undefined;
|
|
2607
|
+
continuitySlot?: string | undefined;
|
|
2608
|
+
slot?: string | undefined;
|
|
2609
|
+
}>>;
|
|
1231
2610
|
}, "strip", z.ZodTypeAny, {
|
|
1232
2611
|
template: string;
|
|
2612
|
+
capabilities?: {
|
|
2613
|
+
semanticContinuity?: boolean | undefined;
|
|
2614
|
+
continuity?: boolean | undefined;
|
|
2615
|
+
continuitySlot?: string | undefined;
|
|
2616
|
+
slot?: string | undefined;
|
|
2617
|
+
} | undefined;
|
|
1233
2618
|
}, {
|
|
1234
2619
|
template: string;
|
|
2620
|
+
capabilities?: {
|
|
2621
|
+
semanticContinuity?: boolean | undefined;
|
|
2622
|
+
continuity?: boolean | undefined;
|
|
2623
|
+
continuitySlot?: string | undefined;
|
|
2624
|
+
slot?: string | undefined;
|
|
2625
|
+
} | undefined;
|
|
1235
2626
|
}>]>>;
|
|
1236
2627
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
1237
2628
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -1254,10 +2645,38 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
1254
2645
|
props: Record<string, unknown>;
|
|
1255
2646
|
}>, z.ZodObject<{
|
|
1256
2647
|
template: z.ZodString;
|
|
2648
|
+
capabilities: z.ZodOptional<z.ZodObject<{
|
|
2649
|
+
semanticContinuity: z.ZodOptional<z.ZodBoolean>;
|
|
2650
|
+
continuity: z.ZodOptional<z.ZodBoolean>;
|
|
2651
|
+
continuitySlot: z.ZodOptional<z.ZodString>;
|
|
2652
|
+
slot: z.ZodOptional<z.ZodString>;
|
|
2653
|
+
}, "strip", z.ZodTypeAny, {
|
|
2654
|
+
semanticContinuity?: boolean | undefined;
|
|
2655
|
+
continuity?: boolean | undefined;
|
|
2656
|
+
continuitySlot?: string | undefined;
|
|
2657
|
+
slot?: string | undefined;
|
|
2658
|
+
}, {
|
|
2659
|
+
semanticContinuity?: boolean | undefined;
|
|
2660
|
+
continuity?: boolean | undefined;
|
|
2661
|
+
continuitySlot?: string | undefined;
|
|
2662
|
+
slot?: string | undefined;
|
|
2663
|
+
}>>;
|
|
1257
2664
|
}, "strip", z.ZodTypeAny, {
|
|
1258
2665
|
template: string;
|
|
2666
|
+
capabilities?: {
|
|
2667
|
+
semanticContinuity?: boolean | undefined;
|
|
2668
|
+
continuity?: boolean | undefined;
|
|
2669
|
+
continuitySlot?: string | undefined;
|
|
2670
|
+
slot?: string | undefined;
|
|
2671
|
+
} | undefined;
|
|
1259
2672
|
}, {
|
|
1260
2673
|
template: string;
|
|
2674
|
+
capabilities?: {
|
|
2675
|
+
semanticContinuity?: boolean | undefined;
|
|
2676
|
+
continuity?: boolean | undefined;
|
|
2677
|
+
continuitySlot?: string | undefined;
|
|
2678
|
+
slot?: string | undefined;
|
|
2679
|
+
} | undefined;
|
|
1261
2680
|
}>]>>;
|
|
1262
2681
|
}, z.ZodUnknown, "strip">>>;
|
|
1263
2682
|
skills: z.ZodOptional<z.ZodObject<{
|
|
@@ -1269,7 +2688,109 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
1269
2688
|
}>>;
|
|
1270
2689
|
}, z.ZodUnknown, "strip">>, "many">>;
|
|
1271
2690
|
hooks: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
1272
|
-
settings: z.ZodOptional<z.
|
|
2691
|
+
settings: z.ZodOptional<z.ZodObject<{
|
|
2692
|
+
bin_resolution: z.ZodOptional<z.ZodEnum<["global_first", "local_first"]>>;
|
|
2693
|
+
dreaming: z.ZodOptional<z.ZodObject<{
|
|
2694
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2695
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2696
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2697
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2698
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2699
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2700
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2701
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2702
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2703
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2704
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2705
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2706
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2707
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2708
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2709
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2710
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2711
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2712
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2713
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2714
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2715
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2716
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2717
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2718
|
+
wi: z.ZodCatch<z.ZodOptional<z.ZodObject<{
|
|
2719
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2720
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2721
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2722
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2723
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2724
|
+
}, z.ZodUnknown, "strip">>>>;
|
|
2725
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2726
|
+
bin_resolution: z.ZodOptional<z.ZodEnum<["global_first", "local_first"]>>;
|
|
2727
|
+
dreaming: z.ZodOptional<z.ZodObject<{
|
|
2728
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2729
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2730
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2731
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2732
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2733
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2734
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2735
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2736
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2737
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2738
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2739
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2740
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2741
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2742
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2743
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2744
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2745
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2746
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2747
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2748
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2749
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2750
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2751
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2752
|
+
wi: z.ZodCatch<z.ZodOptional<z.ZodObject<{
|
|
2753
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2754
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2755
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2756
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2757
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2758
|
+
}, z.ZodUnknown, "strip">>>>;
|
|
2759
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2760
|
+
bin_resolution: z.ZodOptional<z.ZodEnum<["global_first", "local_first"]>>;
|
|
2761
|
+
dreaming: z.ZodOptional<z.ZodObject<{
|
|
2762
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2763
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2764
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2765
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2766
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2767
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2768
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2769
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2770
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2771
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2772
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2773
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2774
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2775
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2776
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2777
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2778
|
+
continuity: z.ZodOptional<z.ZodObject<{
|
|
2779
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2780
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2781
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2782
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2783
|
+
inputBudgetPercent: z.ZodOptional<z.ZodNumber>;
|
|
2784
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2785
|
+
}, z.ZodUnknown, "strip">>>;
|
|
2786
|
+
wi: z.ZodCatch<z.ZodOptional<z.ZodObject<{
|
|
2787
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2788
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
2789
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2790
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
2791
|
+
boards: z.ZodCatch<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2792
|
+
}, z.ZodUnknown, "strip">>>>;
|
|
2793
|
+
}, z.ZodUnknown, "strip">>>;
|
|
1273
2794
|
skills: z.ZodOptional<z.ZodUnknown>;
|
|
1274
2795
|
layouts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1275
2796
|
documents: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -1300,24 +2821,30 @@ export interface CrewxOptions {
|
|
|
1300
2821
|
remoteFactory?: (configPath: string) => Promise<import('../facade/Crewx').Crewx>;
|
|
1301
2822
|
includeBuiltIns?: boolean;
|
|
1302
2823
|
additionalArgsProvider?: import('../provider/bridge').AdditionalArgsProvider;
|
|
2824
|
+
globalSettings?: import('../config/global-settings').GlobalSettingsStore;
|
|
1303
2825
|
}
|
|
2826
|
+
export type ContextMode = 'full' | 'instruction-only';
|
|
1304
2827
|
export interface QueryOptions {
|
|
1305
2828
|
model?: string;
|
|
1306
2829
|
provider?: string;
|
|
1307
2830
|
effort?: string;
|
|
1308
2831
|
context?: string;
|
|
2832
|
+
contextMode?: ContextMode;
|
|
1309
2833
|
metadata?: Record<string, unknown>;
|
|
1310
2834
|
overdrive?: boolean | {
|
|
1311
2835
|
mode?: 'count' | 'latch';
|
|
1312
2836
|
};
|
|
1313
2837
|
threadId?: string;
|
|
2838
|
+
projectId?: string;
|
|
1314
2839
|
taskId?: string;
|
|
1315
2840
|
platform?: Platform;
|
|
1316
2841
|
messages?: import('../conversation/types').TemplateMessage[];
|
|
2842
|
+
uiProjections?: readonly import('../ui-instance/types').UiAgentContextProjection[];
|
|
1317
2843
|
vars?: Record<string, unknown>;
|
|
1318
2844
|
cwd?: string;
|
|
1319
2845
|
resumeSessionId?: string;
|
|
1320
2846
|
trace?: TraceContext;
|
|
2847
|
+
callerIdentity?: CollaborationWorkspaceContext;
|
|
1321
2848
|
}
|
|
1322
2849
|
export interface QueryResult {
|
|
1323
2850
|
ok: boolean;
|
|
@@ -1332,6 +2859,7 @@ export interface QueryResult {
|
|
|
1332
2859
|
error?: {
|
|
1333
2860
|
code: string;
|
|
1334
2861
|
message: string;
|
|
2862
|
+
providerCode?: string;
|
|
1335
2863
|
};
|
|
1336
2864
|
meta: {
|
|
1337
2865
|
agentId: string;
|
|
@@ -1346,18 +2874,22 @@ export interface ExecuteOptions {
|
|
|
1346
2874
|
provider?: string;
|
|
1347
2875
|
effort?: string;
|
|
1348
2876
|
context?: string;
|
|
2877
|
+
contextMode?: ContextMode;
|
|
1349
2878
|
metadata?: Record<string, unknown>;
|
|
1350
2879
|
overdrive?: boolean | {
|
|
1351
2880
|
mode?: 'count' | 'latch';
|
|
1352
2881
|
};
|
|
1353
2882
|
threadId?: string;
|
|
2883
|
+
projectId?: string;
|
|
1354
2884
|
taskId?: string;
|
|
1355
2885
|
platform?: Platform;
|
|
1356
2886
|
messages?: import('../conversation/types').TemplateMessage[];
|
|
2887
|
+
uiProjections?: readonly import('../ui-instance/types').UiAgentContextProjection[];
|
|
1357
2888
|
vars?: Record<string, unknown>;
|
|
1358
2889
|
cwd?: string;
|
|
1359
2890
|
resumeSessionId?: string;
|
|
1360
2891
|
trace?: TraceContext;
|
|
2892
|
+
callerIdentity?: CollaborationWorkspaceContext;
|
|
1361
2893
|
}
|
|
1362
2894
|
export interface ExecuteResult {
|
|
1363
2895
|
ok: boolean;
|
|
@@ -1365,6 +2897,7 @@ export interface ExecuteResult {
|
|
|
1365
2897
|
error?: {
|
|
1366
2898
|
code: string;
|
|
1367
2899
|
message: string;
|
|
2900
|
+
providerCode?: string;
|
|
1368
2901
|
};
|
|
1369
2902
|
meta: {
|
|
1370
2903
|
agentId: string;
|