@makaio/framework 1.0.0-dev-1782132847242 → 1.0.0-dev-1782135086866
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.makaio-build.json +2 -2
- package/dist/contracts/adapter/index.d.mts +1 -1
- package/dist/contracts/artifact/index.d.mts +1 -1
- package/dist/contracts/extension/index.d.mts +2 -2
- package/dist/contracts/facet/index.d.mts +1 -1
- package/dist/contracts/harness/index.d.mts +1 -1
- package/dist/contracts/index.d.mts +35 -35
- package/dist/contracts/materialization/index.d.mts +3 -3
- package/dist/contracts/session/index.d.mts +2 -2
- package/dist/contracts/workflow/index.d.mts +2 -2
- package/dist/{definition-0EXM1tyu.d.mts → definition-DePb3ke-.d.mts} +1 -1
- package/dist/{index-DnLf0YKC.d.mts → index-2fK9iSHI.d.mts} +12 -12
- package/dist/{index-vUhaDyDa.d.mts → index-5v0jVUGD.d.mts} +2 -2
- package/dist/{index-CuILCdip.d.mts → index-BMbmoarE.d.mts} +16 -16
- package/dist/{index-ES_PkK4d.d.mts → index-BvFjmhZj.d.mts} +1 -1
- package/dist/{index-B5w-0Gg9.d.mts → index-BvjLe_w9.d.mts} +12 -12
- package/dist/{index-BKZhnb2B.d.mts → index-CUSOL0X_.d.mts} +3 -3
- package/dist/{index-DImePakw.d.mts → index-CcAggMuC.d.mts} +20 -20
- package/dist/{index-X2xf5vSA.d.mts → index-DIKiA3Sr.d.mts} +1 -1
- package/dist/{index-Dsw66R3Z.d.mts → index-DvLCzle5.d.mts} +12 -12
- package/dist/{index-BN8MOIKm.d.mts → index-bRLjj6L4.d.mts} +97 -97
- package/dist/{index-BI0f85po.d.mts → index-pUYIAV_M.d.mts} +5 -5
- package/dist/{index-CfIW5biI.d.mts → index-wfSedMR9.d.mts} +1 -1
- package/dist/kernel/extension/index.d.mts +1 -1
- package/dist/kernel/index.d.mts +2 -2
- package/dist/kernel/observability/index.d.mts +1 -1
- package/dist/{namespace-CJkAriut.d.mts → namespace-BMglTf9p.d.mts} +42 -42
- package/dist/{namespace-KMxsPJwm.d.mts → namespace-Bv8B89uB.d.mts} +9 -9
- package/dist/{namespace-Do_rmLFb.d.mts → namespace-j7vFsmYL.d.mts} +2 -2
- package/dist/package.json +1 -1
- package/dist/{schema-B3sB8_cB.d.mts → schema-GFRQiPk0.d.mts} +2 -2
- package/dist/{schemas-DDaP5WkH.d.mts → schemas-D512XweP.d.mts} +4 -4
- package/dist/{schemas-CwgS7KoL2.d.mts → schemas-TQPiRl642.d.mts} +4 -4
- package/dist/{schemas-CDGld_OC.d.mts → schemas-lnE9YoG7.d.mts} +3 -3
- package/dist/services/context-rules/index.d.mts +3 -3
- package/dist/services/filesystem/namespace.d.mts +6 -6
- package/dist/services/filesystem/schemas.d.mts +3 -3
- package/dist/services/harness/index.d.mts +3 -3
- package/dist/services/index.d.mts +14 -14
- package/dist/services/log-import/browser.d.mts +2 -2
- package/dist/services/log-import/index.d.mts +2 -2
- package/dist/services/log-import/log-import.d.mts +1 -1
- package/dist/services/log-import/namespace.d.mts +2 -2
- package/dist/services/log-import/schemas.d.mts +1 -1
- package/dist/services/session/index.d.mts +4 -4
- package/dist/services/session/session-events/namespace.d.mts +1 -1
- package/dist/services/session/storage/namespace.d.mts +1 -1
- package/dist/services/session/storage/schema.d.mts +1 -1
- package/dist/services/settings/namespace.d.mts +4 -4
- package/dist/services/subagent-template/index.d.mts +1 -1
- package/dist/services/subagent-template/schemas.d.mts +1 -1
- package/dist/services/tray-menu/index.d.mts +2 -2
- package/dist/services/tray-menu/namespace.d.mts +1 -1
- package/dist/services/tray-menu/schemas.d.mts +1 -1
- package/dist/{transition-BBElJqQ8.d.mts → transition-Cufc_u3_.d.mts} +1 -1
- package/dist/{types-Cog8MogZ.d.mts → types-CNIsRx86.d.mts} +34 -34
- package/dist/{types-BslClRkH.d.mts → types-InWSdi-V.d.mts} +1 -1
- package/package.json +1 -1
|
@@ -24,9 +24,9 @@ declare const SessionCreateBaseSchema: z.ZodObject<{
|
|
|
24
24
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
25
25
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
26
26
|
fork: "fork";
|
|
27
|
+
branch: "branch";
|
|
27
28
|
subagent: "subagent";
|
|
28
29
|
compress: "compress";
|
|
29
|
-
branch: "branch";
|
|
30
30
|
rewrite: "rewrite";
|
|
31
31
|
coordinator: "coordinator";
|
|
32
32
|
aside: "aside";
|
|
@@ -163,9 +163,9 @@ declare const MakaioSessionSchema: z.ZodObject<{
|
|
|
163
163
|
}, z.core.$strip>>;
|
|
164
164
|
status: z.ZodEnum<{
|
|
165
165
|
closed: "closed";
|
|
166
|
-
discovered: "discovered";
|
|
167
166
|
active: "active";
|
|
168
167
|
archived: "archived";
|
|
168
|
+
discovered: "discovered";
|
|
169
169
|
}>;
|
|
170
170
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
171
171
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -177,9 +177,9 @@ declare const MakaioSessionSchema: z.ZodObject<{
|
|
|
177
177
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
178
178
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
179
179
|
fork: "fork";
|
|
180
|
+
branch: "branch";
|
|
180
181
|
subagent: "subagent";
|
|
181
182
|
compress: "compress";
|
|
182
|
-
branch: "branch";
|
|
183
183
|
rewrite: "rewrite";
|
|
184
184
|
coordinator: "coordinator";
|
|
185
185
|
aside: "aside";
|
|
@@ -289,9 +289,9 @@ declare const SessionWithPreviewSchema: z.ZodObject<{
|
|
|
289
289
|
}, z.core.$strip>>;
|
|
290
290
|
status: z.ZodEnum<{
|
|
291
291
|
closed: "closed";
|
|
292
|
-
discovered: "discovered";
|
|
293
292
|
active: "active";
|
|
294
293
|
archived: "archived";
|
|
294
|
+
discovered: "discovered";
|
|
295
295
|
}>;
|
|
296
296
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
297
297
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -303,9 +303,9 @@ declare const SessionWithPreviewSchema: z.ZodObject<{
|
|
|
303
303
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
304
304
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
305
305
|
fork: "fork";
|
|
306
|
+
branch: "branch";
|
|
306
307
|
subagent: "subagent";
|
|
307
308
|
compress: "compress";
|
|
308
|
-
branch: "branch";
|
|
309
309
|
rewrite: "rewrite";
|
|
310
310
|
coordinator: "coordinator";
|
|
311
311
|
aside: "aside";
|
|
@@ -489,9 +489,9 @@ declare const SessionSnapshotSchema: z.ZodObject<{
|
|
|
489
489
|
}, z.core.$strip>>;
|
|
490
490
|
status: z.ZodEnum<{
|
|
491
491
|
closed: "closed";
|
|
492
|
-
discovered: "discovered";
|
|
493
492
|
active: "active";
|
|
494
493
|
archived: "archived";
|
|
494
|
+
discovered: "discovered";
|
|
495
495
|
}>;
|
|
496
496
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
497
497
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -503,9 +503,9 @@ declare const SessionSnapshotSchema: z.ZodObject<{
|
|
|
503
503
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
504
504
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
505
505
|
fork: "fork";
|
|
506
|
+
branch: "branch";
|
|
506
507
|
subagent: "subagent";
|
|
507
508
|
compress: "compress";
|
|
508
|
-
branch: "branch";
|
|
509
509
|
rewrite: "rewrite";
|
|
510
510
|
coordinator: "coordinator";
|
|
511
511
|
aside: "aside";
|
|
@@ -981,9 +981,9 @@ declare const SessionSnapshotSchema: z.ZodObject<{
|
|
|
981
981
|
parentSessionId: z.ZodString;
|
|
982
982
|
kind: z.ZodEnum<{
|
|
983
983
|
fork: "fork";
|
|
984
|
+
branch: "branch";
|
|
984
985
|
subagent: "subagent";
|
|
985
986
|
compress: "compress";
|
|
986
|
-
branch: "branch";
|
|
987
987
|
rewrite: "rewrite";
|
|
988
988
|
coordinator: "coordinator";
|
|
989
989
|
aside: "aside";
|
|
@@ -1065,9 +1065,9 @@ type AgentRole = z.infer<typeof AgentRoleSchema>;
|
|
|
1065
1065
|
*/
|
|
1066
1066
|
declare const BranchKindSchema: z.ZodEnum<{
|
|
1067
1067
|
fork: "fork";
|
|
1068
|
+
branch: "branch";
|
|
1068
1069
|
subagent: "subagent";
|
|
1069
1070
|
compress: "compress";
|
|
1070
|
-
branch: "branch";
|
|
1071
1071
|
rewrite: "rewrite";
|
|
1072
1072
|
coordinator: "coordinator";
|
|
1073
1073
|
aside: "aside";
|
|
@@ -3224,9 +3224,9 @@ declare const MakaioSessionEventSchema: z.ZodUnion<readonly [z.ZodDiscriminatedU
|
|
|
3224
3224
|
parentSessionId: z.ZodString;
|
|
3225
3225
|
kind: z.ZodEnum<{
|
|
3226
3226
|
fork: "fork";
|
|
3227
|
+
branch: "branch";
|
|
3227
3228
|
subagent: "subagent";
|
|
3228
3229
|
compress: "compress";
|
|
3229
|
-
branch: "branch";
|
|
3230
3230
|
rewrite: "rewrite";
|
|
3231
3231
|
coordinator: "coordinator";
|
|
3232
3232
|
aside: "aside";
|
|
@@ -3415,9 +3415,9 @@ declare const ForkChildInfoSchema: z.ZodObject<{
|
|
|
3415
3415
|
forkPointMessageId: z.ZodNullable<z.ZodString>;
|
|
3416
3416
|
branchKind: z.ZodNullable<z.ZodEnum<{
|
|
3417
3417
|
fork: "fork";
|
|
3418
|
+
branch: "branch";
|
|
3418
3419
|
subagent: "subagent";
|
|
3419
3420
|
compress: "compress";
|
|
3420
|
-
branch: "branch";
|
|
3421
3421
|
rewrite: "rewrite";
|
|
3422
3422
|
coordinator: "coordinator";
|
|
3423
3423
|
aside: "aside";
|
|
@@ -3489,9 +3489,9 @@ declare const SessionCreatedEventSchema: z.ZodObject<{
|
|
|
3489
3489
|
parentSessionId: z.ZodNullable<z.ZodString>;
|
|
3490
3490
|
branchKind: z.ZodNullable<z.ZodEnum<{
|
|
3491
3491
|
fork: "fork";
|
|
3492
|
+
branch: "branch";
|
|
3492
3493
|
subagent: "subagent";
|
|
3493
3494
|
compress: "compress";
|
|
3494
|
-
branch: "branch";
|
|
3495
3495
|
rewrite: "rewrite";
|
|
3496
3496
|
coordinator: "coordinator";
|
|
3497
3497
|
aside: "aside";
|
|
@@ -5104,9 +5104,9 @@ declare const SessionSchemas: {
|
|
|
5104
5104
|
forkPointMessageId: _$zod.ZodNullable<_$zod.ZodString>;
|
|
5105
5105
|
branchKind: _$zod.ZodNullable<_$zod.ZodEnum<{
|
|
5106
5106
|
fork: "fork";
|
|
5107
|
+
branch: "branch";
|
|
5107
5108
|
subagent: "subagent";
|
|
5108
5109
|
compress: "compress";
|
|
5109
|
-
branch: "branch";
|
|
5110
5110
|
rewrite: "rewrite";
|
|
5111
5111
|
coordinator: "coordinator";
|
|
5112
5112
|
aside: "aside";
|
|
@@ -5161,9 +5161,9 @@ declare const SessionSchemas: {
|
|
|
5161
5161
|
parentSessionId: _$zod.ZodString;
|
|
5162
5162
|
kind: _$zod.ZodEnum<{
|
|
5163
5163
|
fork: "fork";
|
|
5164
|
+
branch: "branch";
|
|
5164
5165
|
subagent: "subagent";
|
|
5165
5166
|
compress: "compress";
|
|
5166
|
-
branch: "branch";
|
|
5167
5167
|
rewrite: "rewrite";
|
|
5168
5168
|
coordinator: "coordinator";
|
|
5169
5169
|
aside: "aside";
|
|
@@ -5209,9 +5209,9 @@ declare const SessionSchemas: {
|
|
|
5209
5209
|
parentSessionId: _$zod.ZodNullable<_$zod.ZodString>;
|
|
5210
5210
|
branchKind: _$zod.ZodNullable<_$zod.ZodEnum<{
|
|
5211
5211
|
fork: "fork";
|
|
5212
|
+
branch: "branch";
|
|
5212
5213
|
subagent: "subagent";
|
|
5213
5214
|
compress: "compress";
|
|
5214
|
-
branch: "branch";
|
|
5215
5215
|
rewrite: "rewrite";
|
|
5216
5216
|
coordinator: "coordinator";
|
|
5217
5217
|
aside: "aside";
|
|
@@ -5296,9 +5296,9 @@ declare const SessionSchemas: {
|
|
|
5296
5296
|
}, _$zod_v4_core0.$strip>>;
|
|
5297
5297
|
status: _$zod.ZodEnum<{
|
|
5298
5298
|
closed: "closed";
|
|
5299
|
-
discovered: "discovered";
|
|
5300
5299
|
active: "active";
|
|
5301
5300
|
archived: "archived";
|
|
5301
|
+
discovered: "discovered";
|
|
5302
5302
|
}>;
|
|
5303
5303
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
5304
5304
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -5310,9 +5310,9 @@ declare const SessionSchemas: {
|
|
|
5310
5310
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
5311
5311
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
5312
5312
|
fork: "fork";
|
|
5313
|
+
branch: "branch";
|
|
5313
5314
|
subagent: "subagent";
|
|
5314
5315
|
compress: "compress";
|
|
5315
|
-
branch: "branch";
|
|
5316
5316
|
rewrite: "rewrite";
|
|
5317
5317
|
coordinator: "coordinator";
|
|
5318
5318
|
aside: "aside";
|
|
@@ -5788,9 +5788,9 @@ declare const SessionSchemas: {
|
|
|
5788
5788
|
parentSessionId: _$zod.ZodString;
|
|
5789
5789
|
kind: _$zod.ZodEnum<{
|
|
5790
5790
|
fork: "fork";
|
|
5791
|
+
branch: "branch";
|
|
5791
5792
|
subagent: "subagent";
|
|
5792
5793
|
compress: "compress";
|
|
5793
|
-
branch: "branch";
|
|
5794
5794
|
rewrite: "rewrite";
|
|
5795
5795
|
coordinator: "coordinator";
|
|
5796
5796
|
aside: "aside";
|
|
@@ -5878,9 +5878,9 @@ declare const SessionSchemas: {
|
|
|
5878
5878
|
}, _$zod_v4_core0.$strip>>;
|
|
5879
5879
|
status: _$zod.ZodEnum<{
|
|
5880
5880
|
closed: "closed";
|
|
5881
|
-
discovered: "discovered";
|
|
5882
5881
|
active: "active";
|
|
5883
5882
|
archived: "archived";
|
|
5883
|
+
discovered: "discovered";
|
|
5884
5884
|
}>;
|
|
5885
5885
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
5886
5886
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -5892,9 +5892,9 @@ declare const SessionSchemas: {
|
|
|
5892
5892
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
5893
5893
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
5894
5894
|
fork: "fork";
|
|
5895
|
+
branch: "branch";
|
|
5895
5896
|
subagent: "subagent";
|
|
5896
5897
|
compress: "compress";
|
|
5897
|
-
branch: "branch";
|
|
5898
5898
|
rewrite: "rewrite";
|
|
5899
5899
|
coordinator: "coordinator";
|
|
5900
5900
|
aside: "aside";
|
|
@@ -6370,9 +6370,9 @@ declare const SessionSchemas: {
|
|
|
6370
6370
|
parentSessionId: _$zod.ZodString;
|
|
6371
6371
|
kind: _$zod.ZodEnum<{
|
|
6372
6372
|
fork: "fork";
|
|
6373
|
+
branch: "branch";
|
|
6373
6374
|
subagent: "subagent";
|
|
6374
6375
|
compress: "compress";
|
|
6375
|
-
branch: "branch";
|
|
6376
6376
|
rewrite: "rewrite";
|
|
6377
6377
|
coordinator: "coordinator";
|
|
6378
6378
|
aside: "aside";
|
|
@@ -6793,9 +6793,9 @@ declare const SessionSchemas: {
|
|
|
6793
6793
|
parentSessionId: _$zod.ZodString;
|
|
6794
6794
|
kind: _$zod.ZodEnum<{
|
|
6795
6795
|
fork: "fork";
|
|
6796
|
+
branch: "branch";
|
|
6796
6797
|
subagent: "subagent";
|
|
6797
6798
|
compress: "compress";
|
|
6798
|
-
branch: "branch";
|
|
6799
6799
|
rewrite: "rewrite";
|
|
6800
6800
|
coordinator: "coordinator";
|
|
6801
6801
|
aside: "aside";
|
|
@@ -6836,9 +6836,9 @@ declare const SessionSchemas: {
|
|
|
6836
6836
|
status: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
6837
6837
|
all: "all";
|
|
6838
6838
|
closed: "closed";
|
|
6839
|
-
discovered: "discovered";
|
|
6840
6839
|
active: "active";
|
|
6841
6840
|
archived: "archived";
|
|
6841
|
+
discovered: "discovered";
|
|
6842
6842
|
}>>;
|
|
6843
6843
|
limit: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
6844
6844
|
offset: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
@@ -6884,9 +6884,9 @@ declare const SessionSchemas: {
|
|
|
6884
6884
|
}, _$zod_v4_core0.$strip>>;
|
|
6885
6885
|
status: _$zod.ZodEnum<{
|
|
6886
6886
|
closed: "closed";
|
|
6887
|
-
discovered: "discovered";
|
|
6888
6887
|
active: "active";
|
|
6889
6888
|
archived: "archived";
|
|
6889
|
+
discovered: "discovered";
|
|
6890
6890
|
}>;
|
|
6891
6891
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
6892
6892
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -6898,9 +6898,9 @@ declare const SessionSchemas: {
|
|
|
6898
6898
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
6899
6899
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
6900
6900
|
fork: "fork";
|
|
6901
|
+
branch: "branch";
|
|
6901
6902
|
subagent: "subagent";
|
|
6902
6903
|
compress: "compress";
|
|
6903
|
-
branch: "branch";
|
|
6904
6904
|
rewrite: "rewrite";
|
|
6905
6905
|
coordinator: "coordinator";
|
|
6906
6906
|
aside: "aside";
|
|
@@ -6975,9 +6975,9 @@ declare const SessionSchemas: {
|
|
|
6975
6975
|
status: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
6976
6976
|
all: "all";
|
|
6977
6977
|
closed: "closed";
|
|
6978
|
-
discovered: "discovered";
|
|
6979
6978
|
active: "active";
|
|
6980
6979
|
archived: "archived";
|
|
6980
|
+
discovered: "discovered";
|
|
6981
6981
|
}>>;
|
|
6982
6982
|
isImported: _$zod.ZodOptional<_$zod.ZodBoolean>;
|
|
6983
6983
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -7020,9 +7020,9 @@ declare const SessionSchemas: {
|
|
|
7020
7020
|
}, _$zod_v4_core0.$strip>>;
|
|
7021
7021
|
status: _$zod.ZodEnum<{
|
|
7022
7022
|
closed: "closed";
|
|
7023
|
-
discovered: "discovered";
|
|
7024
7023
|
active: "active";
|
|
7025
7024
|
archived: "archived";
|
|
7025
|
+
discovered: "discovered";
|
|
7026
7026
|
}>;
|
|
7027
7027
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7028
7028
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -7034,9 +7034,9 @@ declare const SessionSchemas: {
|
|
|
7034
7034
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7035
7035
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7036
7036
|
fork: "fork";
|
|
7037
|
+
branch: "branch";
|
|
7037
7038
|
subagent: "subagent";
|
|
7038
7039
|
compress: "compress";
|
|
7039
|
-
branch: "branch";
|
|
7040
7040
|
rewrite: "rewrite";
|
|
7041
7041
|
coordinator: "coordinator";
|
|
7042
7042
|
aside: "aside";
|
|
@@ -7147,9 +7147,9 @@ declare const SessionSchemas: {
|
|
|
7147
7147
|
}, _$zod_v4_core0.$strip>>;
|
|
7148
7148
|
status: _$zod.ZodEnum<{
|
|
7149
7149
|
closed: "closed";
|
|
7150
|
-
discovered: "discovered";
|
|
7151
7150
|
active: "active";
|
|
7152
7151
|
archived: "archived";
|
|
7152
|
+
discovered: "discovered";
|
|
7153
7153
|
}>;
|
|
7154
7154
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7155
7155
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -7161,9 +7161,9 @@ declare const SessionSchemas: {
|
|
|
7161
7161
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7162
7162
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7163
7163
|
fork: "fork";
|
|
7164
|
+
branch: "branch";
|
|
7164
7165
|
subagent: "subagent";
|
|
7165
7166
|
compress: "compress";
|
|
7166
|
-
branch: "branch";
|
|
7167
7167
|
rewrite: "rewrite";
|
|
7168
7168
|
coordinator: "coordinator";
|
|
7169
7169
|
aside: "aside";
|
|
@@ -7237,9 +7237,9 @@ declare const SessionSchemas: {
|
|
|
7237
7237
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7238
7238
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7239
7239
|
fork: "fork";
|
|
7240
|
+
branch: "branch";
|
|
7240
7241
|
subagent: "subagent";
|
|
7241
7242
|
compress: "compress";
|
|
7242
|
-
branch: "branch";
|
|
7243
7243
|
rewrite: "rewrite";
|
|
7244
7244
|
coordinator: "coordinator";
|
|
7245
7245
|
aside: "aside";
|
|
@@ -7386,9 +7386,9 @@ declare const SessionSchemas: {
|
|
|
7386
7386
|
}, _$zod_v4_core0.$strip>>;
|
|
7387
7387
|
status: _$zod.ZodEnum<{
|
|
7388
7388
|
closed: "closed";
|
|
7389
|
-
discovered: "discovered";
|
|
7390
7389
|
active: "active";
|
|
7391
7390
|
archived: "archived";
|
|
7391
|
+
discovered: "discovered";
|
|
7392
7392
|
}>;
|
|
7393
7393
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7394
7394
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -7400,9 +7400,9 @@ declare const SessionSchemas: {
|
|
|
7400
7400
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7401
7401
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7402
7402
|
fork: "fork";
|
|
7403
|
+
branch: "branch";
|
|
7403
7404
|
subagent: "subagent";
|
|
7404
7405
|
compress: "compress";
|
|
7405
|
-
branch: "branch";
|
|
7406
7406
|
rewrite: "rewrite";
|
|
7407
7407
|
coordinator: "coordinator";
|
|
7408
7408
|
aside: "aside";
|
|
@@ -7486,9 +7486,9 @@ declare const SessionSchemas: {
|
|
|
7486
7486
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7487
7487
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7488
7488
|
fork: "fork";
|
|
7489
|
+
branch: "branch";
|
|
7489
7490
|
subagent: "subagent";
|
|
7490
7491
|
compress: "compress";
|
|
7491
|
-
branch: "branch";
|
|
7492
7492
|
rewrite: "rewrite";
|
|
7493
7493
|
coordinator: "coordinator";
|
|
7494
7494
|
aside: "aside";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as LogImportMode, t as LogImporterInfo } from "./index-
|
|
1
|
+
import { r as LogImportMode, t as LogImporterInfo } from "./index-wfSedMR9.mjs";
|
|
2
2
|
import * as _$_makaio_bus_core0 from "@makaio/framework/bus";
|
|
3
3
|
import { IMakaioBus } from "@makaio/framework/bus";
|
|
4
4
|
import { LogImportOrchestrator, LogImporter } from "@makaio/framework/adapters";
|