@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Z as BranchKind$1, j as SessionMessage$1 } from "./types-
|
|
1
|
+
import { Z as BranchKind$1, j as SessionMessage$1 } from "./types-CNIsRx86.mjs";
|
|
2
2
|
import { o as Message$1 } from "./index-CaerrEDH.mjs";
|
|
3
3
|
import { t as ContractStorageNamespaceDefinition } from "./storage-namespace-definition-BffdI5Bz.mjs";
|
|
4
4
|
import * as _$zod from "zod";
|
|
@@ -1585,9 +1585,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
1585
1585
|
forkPointMessageId: _$zod.ZodNullable<_$zod.ZodString>;
|
|
1586
1586
|
branchKind: _$zod.ZodNullable<_$zod.ZodEnum<{
|
|
1587
1587
|
fork: "fork";
|
|
1588
|
+
branch: "branch";
|
|
1588
1589
|
subagent: "subagent";
|
|
1589
1590
|
compress: "compress";
|
|
1590
|
-
branch: "branch";
|
|
1591
1591
|
rewrite: "rewrite";
|
|
1592
1592
|
coordinator: "coordinator";
|
|
1593
1593
|
aside: "aside";
|
|
@@ -1642,9 +1642,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
1642
1642
|
parentSessionId: _$zod.ZodString;
|
|
1643
1643
|
kind: _$zod.ZodEnum<{
|
|
1644
1644
|
fork: "fork";
|
|
1645
|
+
branch: "branch";
|
|
1645
1646
|
subagent: "subagent";
|
|
1646
1647
|
compress: "compress";
|
|
1647
|
-
branch: "branch";
|
|
1648
1648
|
rewrite: "rewrite";
|
|
1649
1649
|
coordinator: "coordinator";
|
|
1650
1650
|
aside: "aside";
|
|
@@ -1690,9 +1690,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
1690
1690
|
parentSessionId: _$zod.ZodNullable<_$zod.ZodString>;
|
|
1691
1691
|
branchKind: _$zod.ZodNullable<_$zod.ZodEnum<{
|
|
1692
1692
|
fork: "fork";
|
|
1693
|
+
branch: "branch";
|
|
1693
1694
|
subagent: "subagent";
|
|
1694
1695
|
compress: "compress";
|
|
1695
|
-
branch: "branch";
|
|
1696
1696
|
rewrite: "rewrite";
|
|
1697
1697
|
coordinator: "coordinator";
|
|
1698
1698
|
aside: "aside";
|
|
@@ -1777,9 +1777,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
1777
1777
|
}, _$zod_v4_core0.$strip>>;
|
|
1778
1778
|
status: _$zod.ZodEnum<{
|
|
1779
1779
|
closed: "closed";
|
|
1780
|
-
discovered: "discovered";
|
|
1781
1780
|
active: "active";
|
|
1782
1781
|
archived: "archived";
|
|
1782
|
+
discovered: "discovered";
|
|
1783
1783
|
}>;
|
|
1784
1784
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1785
1785
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -1791,9 +1791,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
1791
1791
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1792
1792
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
1793
1793
|
fork: "fork";
|
|
1794
|
+
branch: "branch";
|
|
1794
1795
|
subagent: "subagent";
|
|
1795
1796
|
compress: "compress";
|
|
1796
|
-
branch: "branch";
|
|
1797
1797
|
rewrite: "rewrite";
|
|
1798
1798
|
coordinator: "coordinator";
|
|
1799
1799
|
aside: "aside";
|
|
@@ -2269,9 +2269,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
2269
2269
|
parentSessionId: _$zod.ZodString;
|
|
2270
2270
|
kind: _$zod.ZodEnum<{
|
|
2271
2271
|
fork: "fork";
|
|
2272
|
+
branch: "branch";
|
|
2272
2273
|
subagent: "subagent";
|
|
2273
2274
|
compress: "compress";
|
|
2274
|
-
branch: "branch";
|
|
2275
2275
|
rewrite: "rewrite";
|
|
2276
2276
|
coordinator: "coordinator";
|
|
2277
2277
|
aside: "aside";
|
|
@@ -2359,9 +2359,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
2359
2359
|
}, _$zod_v4_core0.$strip>>;
|
|
2360
2360
|
status: _$zod.ZodEnum<{
|
|
2361
2361
|
closed: "closed";
|
|
2362
|
-
discovered: "discovered";
|
|
2363
2362
|
active: "active";
|
|
2364
2363
|
archived: "archived";
|
|
2364
|
+
discovered: "discovered";
|
|
2365
2365
|
}>;
|
|
2366
2366
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2367
2367
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -2373,9 +2373,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
2373
2373
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2374
2374
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
2375
2375
|
fork: "fork";
|
|
2376
|
+
branch: "branch";
|
|
2376
2377
|
subagent: "subagent";
|
|
2377
2378
|
compress: "compress";
|
|
2378
|
-
branch: "branch";
|
|
2379
2379
|
rewrite: "rewrite";
|
|
2380
2380
|
coordinator: "coordinator";
|
|
2381
2381
|
aside: "aside";
|
|
@@ -2851,9 +2851,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
2851
2851
|
parentSessionId: _$zod.ZodString;
|
|
2852
2852
|
kind: _$zod.ZodEnum<{
|
|
2853
2853
|
fork: "fork";
|
|
2854
|
+
branch: "branch";
|
|
2854
2855
|
subagent: "subagent";
|
|
2855
2856
|
compress: "compress";
|
|
2856
|
-
branch: "branch";
|
|
2857
2857
|
rewrite: "rewrite";
|
|
2858
2858
|
coordinator: "coordinator";
|
|
2859
2859
|
aside: "aside";
|
|
@@ -3274,9 +3274,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3274
3274
|
parentSessionId: _$zod.ZodString;
|
|
3275
3275
|
kind: _$zod.ZodEnum<{
|
|
3276
3276
|
fork: "fork";
|
|
3277
|
+
branch: "branch";
|
|
3277
3278
|
subagent: "subagent";
|
|
3278
3279
|
compress: "compress";
|
|
3279
|
-
branch: "branch";
|
|
3280
3280
|
rewrite: "rewrite";
|
|
3281
3281
|
coordinator: "coordinator";
|
|
3282
3282
|
aside: "aside";
|
|
@@ -3317,9 +3317,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3317
3317
|
status: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
3318
3318
|
all: "all";
|
|
3319
3319
|
closed: "closed";
|
|
3320
|
-
discovered: "discovered";
|
|
3321
3320
|
active: "active";
|
|
3322
3321
|
archived: "archived";
|
|
3322
|
+
discovered: "discovered";
|
|
3323
3323
|
}>>;
|
|
3324
3324
|
limit: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
3325
3325
|
offset: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
@@ -3365,9 +3365,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3365
3365
|
}, _$zod_v4_core0.$strip>>;
|
|
3366
3366
|
status: _$zod.ZodEnum<{
|
|
3367
3367
|
closed: "closed";
|
|
3368
|
-
discovered: "discovered";
|
|
3369
3368
|
active: "active";
|
|
3370
3369
|
archived: "archived";
|
|
3370
|
+
discovered: "discovered";
|
|
3371
3371
|
}>;
|
|
3372
3372
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3373
3373
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -3379,9 +3379,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3379
3379
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3380
3380
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
3381
3381
|
fork: "fork";
|
|
3382
|
+
branch: "branch";
|
|
3382
3383
|
subagent: "subagent";
|
|
3383
3384
|
compress: "compress";
|
|
3384
|
-
branch: "branch";
|
|
3385
3385
|
rewrite: "rewrite";
|
|
3386
3386
|
coordinator: "coordinator";
|
|
3387
3387
|
aside: "aside";
|
|
@@ -3456,9 +3456,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3456
3456
|
status: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
3457
3457
|
all: "all";
|
|
3458
3458
|
closed: "closed";
|
|
3459
|
-
discovered: "discovered";
|
|
3460
3459
|
active: "active";
|
|
3461
3460
|
archived: "archived";
|
|
3461
|
+
discovered: "discovered";
|
|
3462
3462
|
}>>;
|
|
3463
3463
|
isImported: _$zod.ZodOptional<_$zod.ZodBoolean>;
|
|
3464
3464
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -3501,9 +3501,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3501
3501
|
}, _$zod_v4_core0.$strip>>;
|
|
3502
3502
|
status: _$zod.ZodEnum<{
|
|
3503
3503
|
closed: "closed";
|
|
3504
|
-
discovered: "discovered";
|
|
3505
3504
|
active: "active";
|
|
3506
3505
|
archived: "archived";
|
|
3506
|
+
discovered: "discovered";
|
|
3507
3507
|
}>;
|
|
3508
3508
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3509
3509
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -3515,9 +3515,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3515
3515
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3516
3516
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
3517
3517
|
fork: "fork";
|
|
3518
|
+
branch: "branch";
|
|
3518
3519
|
subagent: "subagent";
|
|
3519
3520
|
compress: "compress";
|
|
3520
|
-
branch: "branch";
|
|
3521
3521
|
rewrite: "rewrite";
|
|
3522
3522
|
coordinator: "coordinator";
|
|
3523
3523
|
aside: "aside";
|
|
@@ -3628,9 +3628,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3628
3628
|
}, _$zod_v4_core0.$strip>>;
|
|
3629
3629
|
status: _$zod.ZodEnum<{
|
|
3630
3630
|
closed: "closed";
|
|
3631
|
-
discovered: "discovered";
|
|
3632
3631
|
active: "active";
|
|
3633
3632
|
archived: "archived";
|
|
3633
|
+
discovered: "discovered";
|
|
3634
3634
|
}>;
|
|
3635
3635
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3636
3636
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -3642,9 +3642,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3642
3642
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3643
3643
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
3644
3644
|
fork: "fork";
|
|
3645
|
+
branch: "branch";
|
|
3645
3646
|
subagent: "subagent";
|
|
3646
3647
|
compress: "compress";
|
|
3647
|
-
branch: "branch";
|
|
3648
3648
|
rewrite: "rewrite";
|
|
3649
3649
|
coordinator: "coordinator";
|
|
3650
3650
|
aside: "aside";
|
|
@@ -3718,9 +3718,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3718
3718
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3719
3719
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
3720
3720
|
fork: "fork";
|
|
3721
|
+
branch: "branch";
|
|
3721
3722
|
subagent: "subagent";
|
|
3722
3723
|
compress: "compress";
|
|
3723
|
-
branch: "branch";
|
|
3724
3724
|
rewrite: "rewrite";
|
|
3725
3725
|
coordinator: "coordinator";
|
|
3726
3726
|
aside: "aside";
|
|
@@ -3867,9 +3867,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3867
3867
|
}, _$zod_v4_core0.$strip>>;
|
|
3868
3868
|
status: _$zod.ZodEnum<{
|
|
3869
3869
|
closed: "closed";
|
|
3870
|
-
discovered: "discovered";
|
|
3871
3870
|
active: "active";
|
|
3872
3871
|
archived: "archived";
|
|
3872
|
+
discovered: "discovered";
|
|
3873
3873
|
}>;
|
|
3874
3874
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3875
3875
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -3881,9 +3881,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3881
3881
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3882
3882
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
3883
3883
|
fork: "fork";
|
|
3884
|
+
branch: "branch";
|
|
3884
3885
|
subagent: "subagent";
|
|
3885
3886
|
compress: "compress";
|
|
3886
|
-
branch: "branch";
|
|
3887
3887
|
rewrite: "rewrite";
|
|
3888
3888
|
coordinator: "coordinator";
|
|
3889
3889
|
aside: "aside";
|
|
@@ -3967,9 +3967,9 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3967
3967
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3968
3968
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
3969
3969
|
fork: "fork";
|
|
3970
|
+
branch: "branch";
|
|
3970
3971
|
subagent: "subagent";
|
|
3971
3972
|
compress: "compress";
|
|
3972
|
-
branch: "branch";
|
|
3973
3973
|
rewrite: "rewrite";
|
|
3974
3974
|
coordinator: "coordinator";
|
|
3975
3975
|
aside: "aside";
|
|
@@ -5593,9 +5593,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
5593
5593
|
forkPointMessageId: _$zod.ZodNullable<_$zod.ZodString>;
|
|
5594
5594
|
branchKind: _$zod.ZodNullable<_$zod.ZodEnum<{
|
|
5595
5595
|
fork: "fork";
|
|
5596
|
+
branch: "branch";
|
|
5596
5597
|
subagent: "subagent";
|
|
5597
5598
|
compress: "compress";
|
|
5598
|
-
branch: "branch";
|
|
5599
5599
|
rewrite: "rewrite";
|
|
5600
5600
|
coordinator: "coordinator";
|
|
5601
5601
|
aside: "aside";
|
|
@@ -5650,9 +5650,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
5650
5650
|
parentSessionId: _$zod.ZodString;
|
|
5651
5651
|
kind: _$zod.ZodEnum<{
|
|
5652
5652
|
fork: "fork";
|
|
5653
|
+
branch: "branch";
|
|
5653
5654
|
subagent: "subagent";
|
|
5654
5655
|
compress: "compress";
|
|
5655
|
-
branch: "branch";
|
|
5656
5656
|
rewrite: "rewrite";
|
|
5657
5657
|
coordinator: "coordinator";
|
|
5658
5658
|
aside: "aside";
|
|
@@ -5698,9 +5698,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
5698
5698
|
parentSessionId: _$zod.ZodNullable<_$zod.ZodString>;
|
|
5699
5699
|
branchKind: _$zod.ZodNullable<_$zod.ZodEnum<{
|
|
5700
5700
|
fork: "fork";
|
|
5701
|
+
branch: "branch";
|
|
5701
5702
|
subagent: "subagent";
|
|
5702
5703
|
compress: "compress";
|
|
5703
|
-
branch: "branch";
|
|
5704
5704
|
rewrite: "rewrite";
|
|
5705
5705
|
coordinator: "coordinator";
|
|
5706
5706
|
aside: "aside";
|
|
@@ -5785,9 +5785,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
5785
5785
|
}, _$zod_v4_core0.$strip>>;
|
|
5786
5786
|
status: _$zod.ZodEnum<{
|
|
5787
5787
|
closed: "closed";
|
|
5788
|
-
discovered: "discovered";
|
|
5789
5788
|
active: "active";
|
|
5790
5789
|
archived: "archived";
|
|
5790
|
+
discovered: "discovered";
|
|
5791
5791
|
}>;
|
|
5792
5792
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
5793
5793
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -5799,9 +5799,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
5799
5799
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
5800
5800
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
5801
5801
|
fork: "fork";
|
|
5802
|
+
branch: "branch";
|
|
5802
5803
|
subagent: "subagent";
|
|
5803
5804
|
compress: "compress";
|
|
5804
|
-
branch: "branch";
|
|
5805
5805
|
rewrite: "rewrite";
|
|
5806
5806
|
coordinator: "coordinator";
|
|
5807
5807
|
aside: "aside";
|
|
@@ -6277,9 +6277,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
6277
6277
|
parentSessionId: _$zod.ZodString;
|
|
6278
6278
|
kind: _$zod.ZodEnum<{
|
|
6279
6279
|
fork: "fork";
|
|
6280
|
+
branch: "branch";
|
|
6280
6281
|
subagent: "subagent";
|
|
6281
6282
|
compress: "compress";
|
|
6282
|
-
branch: "branch";
|
|
6283
6283
|
rewrite: "rewrite";
|
|
6284
6284
|
coordinator: "coordinator";
|
|
6285
6285
|
aside: "aside";
|
|
@@ -6367,9 +6367,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
6367
6367
|
}, _$zod_v4_core0.$strip>>;
|
|
6368
6368
|
status: _$zod.ZodEnum<{
|
|
6369
6369
|
closed: "closed";
|
|
6370
|
-
discovered: "discovered";
|
|
6371
6370
|
active: "active";
|
|
6372
6371
|
archived: "archived";
|
|
6372
|
+
discovered: "discovered";
|
|
6373
6373
|
}>;
|
|
6374
6374
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
6375
6375
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -6381,9 +6381,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
6381
6381
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
6382
6382
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
6383
6383
|
fork: "fork";
|
|
6384
|
+
branch: "branch";
|
|
6384
6385
|
subagent: "subagent";
|
|
6385
6386
|
compress: "compress";
|
|
6386
|
-
branch: "branch";
|
|
6387
6387
|
rewrite: "rewrite";
|
|
6388
6388
|
coordinator: "coordinator";
|
|
6389
6389
|
aside: "aside";
|
|
@@ -6859,9 +6859,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
6859
6859
|
parentSessionId: _$zod.ZodString;
|
|
6860
6860
|
kind: _$zod.ZodEnum<{
|
|
6861
6861
|
fork: "fork";
|
|
6862
|
+
branch: "branch";
|
|
6862
6863
|
subagent: "subagent";
|
|
6863
6864
|
compress: "compress";
|
|
6864
|
-
branch: "branch";
|
|
6865
6865
|
rewrite: "rewrite";
|
|
6866
6866
|
coordinator: "coordinator";
|
|
6867
6867
|
aside: "aside";
|
|
@@ -7282,9 +7282,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7282
7282
|
parentSessionId: _$zod.ZodString;
|
|
7283
7283
|
kind: _$zod.ZodEnum<{
|
|
7284
7284
|
fork: "fork";
|
|
7285
|
+
branch: "branch";
|
|
7285
7286
|
subagent: "subagent";
|
|
7286
7287
|
compress: "compress";
|
|
7287
|
-
branch: "branch";
|
|
7288
7288
|
rewrite: "rewrite";
|
|
7289
7289
|
coordinator: "coordinator";
|
|
7290
7290
|
aside: "aside";
|
|
@@ -7325,9 +7325,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7325
7325
|
status: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7326
7326
|
all: "all";
|
|
7327
7327
|
closed: "closed";
|
|
7328
|
-
discovered: "discovered";
|
|
7329
7328
|
active: "active";
|
|
7330
7329
|
archived: "archived";
|
|
7330
|
+
discovered: "discovered";
|
|
7331
7331
|
}>>;
|
|
7332
7332
|
limit: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
7333
7333
|
offset: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
@@ -7373,9 +7373,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7373
7373
|
}, _$zod_v4_core0.$strip>>;
|
|
7374
7374
|
status: _$zod.ZodEnum<{
|
|
7375
7375
|
closed: "closed";
|
|
7376
|
-
discovered: "discovered";
|
|
7377
7376
|
active: "active";
|
|
7378
7377
|
archived: "archived";
|
|
7378
|
+
discovered: "discovered";
|
|
7379
7379
|
}>;
|
|
7380
7380
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7381
7381
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -7387,9 +7387,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7387
7387
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7388
7388
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7389
7389
|
fork: "fork";
|
|
7390
|
+
branch: "branch";
|
|
7390
7391
|
subagent: "subagent";
|
|
7391
7392
|
compress: "compress";
|
|
7392
|
-
branch: "branch";
|
|
7393
7393
|
rewrite: "rewrite";
|
|
7394
7394
|
coordinator: "coordinator";
|
|
7395
7395
|
aside: "aside";
|
|
@@ -7464,9 +7464,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7464
7464
|
status: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7465
7465
|
all: "all";
|
|
7466
7466
|
closed: "closed";
|
|
7467
|
-
discovered: "discovered";
|
|
7468
7467
|
active: "active";
|
|
7469
7468
|
archived: "archived";
|
|
7469
|
+
discovered: "discovered";
|
|
7470
7470
|
}>>;
|
|
7471
7471
|
isImported: _$zod.ZodOptional<_$zod.ZodBoolean>;
|
|
7472
7472
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -7509,9 +7509,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7509
7509
|
}, _$zod_v4_core0.$strip>>;
|
|
7510
7510
|
status: _$zod.ZodEnum<{
|
|
7511
7511
|
closed: "closed";
|
|
7512
|
-
discovered: "discovered";
|
|
7513
7512
|
active: "active";
|
|
7514
7513
|
archived: "archived";
|
|
7514
|
+
discovered: "discovered";
|
|
7515
7515
|
}>;
|
|
7516
7516
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7517
7517
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -7523,9 +7523,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7523
7523
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7524
7524
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7525
7525
|
fork: "fork";
|
|
7526
|
+
branch: "branch";
|
|
7526
7527
|
subagent: "subagent";
|
|
7527
7528
|
compress: "compress";
|
|
7528
|
-
branch: "branch";
|
|
7529
7529
|
rewrite: "rewrite";
|
|
7530
7530
|
coordinator: "coordinator";
|
|
7531
7531
|
aside: "aside";
|
|
@@ -7636,9 +7636,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7636
7636
|
}, _$zod_v4_core0.$strip>>;
|
|
7637
7637
|
status: _$zod.ZodEnum<{
|
|
7638
7638
|
closed: "closed";
|
|
7639
|
-
discovered: "discovered";
|
|
7640
7639
|
active: "active";
|
|
7641
7640
|
archived: "archived";
|
|
7641
|
+
discovered: "discovered";
|
|
7642
7642
|
}>;
|
|
7643
7643
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7644
7644
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -7650,9 +7650,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7650
7650
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7651
7651
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7652
7652
|
fork: "fork";
|
|
7653
|
+
branch: "branch";
|
|
7653
7654
|
subagent: "subagent";
|
|
7654
7655
|
compress: "compress";
|
|
7655
|
-
branch: "branch";
|
|
7656
7656
|
rewrite: "rewrite";
|
|
7657
7657
|
coordinator: "coordinator";
|
|
7658
7658
|
aside: "aside";
|
|
@@ -7726,9 +7726,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7726
7726
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7727
7727
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7728
7728
|
fork: "fork";
|
|
7729
|
+
branch: "branch";
|
|
7729
7730
|
subagent: "subagent";
|
|
7730
7731
|
compress: "compress";
|
|
7731
|
-
branch: "branch";
|
|
7732
7732
|
rewrite: "rewrite";
|
|
7733
7733
|
coordinator: "coordinator";
|
|
7734
7734
|
aside: "aside";
|
|
@@ -7875,9 +7875,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7875
7875
|
}, _$zod_v4_core0.$strip>>;
|
|
7876
7876
|
status: _$zod.ZodEnum<{
|
|
7877
7877
|
closed: "closed";
|
|
7878
|
-
discovered: "discovered";
|
|
7879
7878
|
active: "active";
|
|
7880
7879
|
archived: "archived";
|
|
7880
|
+
discovered: "discovered";
|
|
7881
7881
|
}>;
|
|
7882
7882
|
leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7883
7883
|
parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -7889,9 +7889,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7889
7889
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7890
7890
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7891
7891
|
fork: "fork";
|
|
7892
|
+
branch: "branch";
|
|
7892
7893
|
subagent: "subagent";
|
|
7893
7894
|
compress: "compress";
|
|
7894
|
-
branch: "branch";
|
|
7895
7895
|
rewrite: "rewrite";
|
|
7896
7896
|
coordinator: "coordinator";
|
|
7897
7897
|
aside: "aside";
|
|
@@ -7975,9 +7975,9 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7975
7975
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7976
7976
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7977
7977
|
fork: "fork";
|
|
7978
|
+
branch: "branch";
|
|
7978
7979
|
subagent: "subagent";
|
|
7979
7980
|
compress: "compress";
|
|
7980
|
-
branch: "branch";
|
|
7981
7981
|
rewrite: "rewrite";
|
|
7982
7982
|
coordinator: "coordinator";
|
|
7983
7983
|
aside: "aside";
|
|
@@ -10737,9 +10737,9 @@ declare const SessionEventStorageNamespace$1: ContractStorageNamespaceDefinition
|
|
|
10737
10737
|
parentSessionId: z.ZodString;
|
|
10738
10738
|
kind: z.ZodEnum<{
|
|
10739
10739
|
fork: "fork";
|
|
10740
|
+
branch: "branch";
|
|
10740
10741
|
subagent: "subagent";
|
|
10741
10742
|
compress: "compress";
|
|
10742
|
-
branch: "branch";
|
|
10743
10743
|
rewrite: "rewrite";
|
|
10744
10744
|
coordinator: "coordinator";
|
|
10745
10745
|
aside: "aside";
|
|
@@ -11073,9 +11073,9 @@ declare const SessionEventStorageNamespace$1: ContractStorageNamespaceDefinition
|
|
|
11073
11073
|
parentSessionId: z.ZodString;
|
|
11074
11074
|
kind: z.ZodEnum<{
|
|
11075
11075
|
fork: "fork";
|
|
11076
|
+
branch: "branch";
|
|
11076
11077
|
subagent: "subagent";
|
|
11077
11078
|
compress: "compress";
|
|
11078
|
-
branch: "branch";
|
|
11079
11079
|
rewrite: "rewrite";
|
|
11080
11080
|
coordinator: "coordinator";
|
|
11081
11081
|
aside: "aside";
|
|
@@ -11399,9 +11399,9 @@ declare const SessionEventStorageNamespace$1: ContractStorageNamespaceDefinition
|
|
|
11399
11399
|
parentSessionId: z.ZodString;
|
|
11400
11400
|
kind: z.ZodEnum<{
|
|
11401
11401
|
fork: "fork";
|
|
11402
|
+
branch: "branch";
|
|
11402
11403
|
subagent: "subagent";
|
|
11403
11404
|
compress: "compress";
|
|
11404
|
-
branch: "branch";
|
|
11405
11405
|
rewrite: "rewrite";
|
|
11406
11406
|
coordinator: "coordinator";
|
|
11407
11407
|
aside: "aside";
|
|
@@ -11739,9 +11739,9 @@ declare const SessionEventStorageNamespace$1: ContractStorageNamespaceDefinition
|
|
|
11739
11739
|
parentSessionId: z.ZodString;
|
|
11740
11740
|
kind: z.ZodEnum<{
|
|
11741
11741
|
fork: "fork";
|
|
11742
|
+
branch: "branch";
|
|
11742
11743
|
subagent: "subagent";
|
|
11743
11744
|
compress: "compress";
|
|
11744
|
-
branch: "branch";
|
|
11745
11745
|
rewrite: "rewrite";
|
|
11746
11746
|
coordinator: "coordinator";
|
|
11747
11747
|
aside: "aside";
|
|
@@ -12066,9 +12066,9 @@ declare const SessionEventStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio
|
|
|
12066
12066
|
parentSessionId: z.ZodString;
|
|
12067
12067
|
kind: z.ZodEnum<{
|
|
12068
12068
|
fork: "fork";
|
|
12069
|
+
branch: "branch";
|
|
12069
12070
|
subagent: "subagent";
|
|
12070
12071
|
compress: "compress";
|
|
12071
|
-
branch: "branch";
|
|
12072
12072
|
rewrite: "rewrite";
|
|
12073
12073
|
coordinator: "coordinator";
|
|
12074
12074
|
aside: "aside";
|
|
@@ -12402,9 +12402,9 @@ declare const SessionEventStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio
|
|
|
12402
12402
|
parentSessionId: z.ZodString;
|
|
12403
12403
|
kind: z.ZodEnum<{
|
|
12404
12404
|
fork: "fork";
|
|
12405
|
+
branch: "branch";
|
|
12405
12406
|
subagent: "subagent";
|
|
12406
12407
|
compress: "compress";
|
|
12407
|
-
branch: "branch";
|
|
12408
12408
|
rewrite: "rewrite";
|
|
12409
12409
|
coordinator: "coordinator";
|
|
12410
12410
|
aside: "aside";
|
|
@@ -12728,9 +12728,9 @@ declare const SessionEventStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio
|
|
|
12728
12728
|
parentSessionId: z.ZodString;
|
|
12729
12729
|
kind: z.ZodEnum<{
|
|
12730
12730
|
fork: "fork";
|
|
12731
|
+
branch: "branch";
|
|
12731
12732
|
subagent: "subagent";
|
|
12732
12733
|
compress: "compress";
|
|
12733
|
-
branch: "branch";
|
|
12734
12734
|
rewrite: "rewrite";
|
|
12735
12735
|
coordinator: "coordinator";
|
|
12736
12736
|
aside: "aside";
|
|
@@ -13068,9 +13068,9 @@ declare const SessionEventStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio
|
|
|
13068
13068
|
parentSessionId: z.ZodString;
|
|
13069
13069
|
kind: z.ZodEnum<{
|
|
13070
13070
|
fork: "fork";
|
|
13071
|
+
branch: "branch";
|
|
13071
13072
|
subagent: "subagent";
|
|
13072
13073
|
compress: "compress";
|
|
13073
|
-
branch: "branch";
|
|
13074
13074
|
rewrite: "rewrite";
|
|
13075
13075
|
coordinator: "coordinator";
|
|
13076
13076
|
aside: "aside";
|
|
@@ -13149,9 +13149,9 @@ declare const SessionStorageSetSessionSchema: z.ZodObject<{
|
|
|
13149
13149
|
}, z.core.$strip>>;
|
|
13150
13150
|
status: z.ZodEnum<{
|
|
13151
13151
|
closed: "closed";
|
|
13152
|
-
discovered: "discovered";
|
|
13153
13152
|
active: "active";
|
|
13154
13153
|
archived: "archived";
|
|
13154
|
+
discovered: "discovered";
|
|
13155
13155
|
}>;
|
|
13156
13156
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
13157
13157
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -13163,9 +13163,9 @@ declare const SessionStorageSetSessionSchema: z.ZodObject<{
|
|
|
13163
13163
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
13164
13164
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
13165
13165
|
fork: "fork";
|
|
13166
|
+
branch: "branch";
|
|
13166
13167
|
subagent: "subagent";
|
|
13167
13168
|
compress: "compress";
|
|
13168
|
-
branch: "branch";
|
|
13169
13169
|
rewrite: "rewrite";
|
|
13170
13170
|
coordinator: "coordinator";
|
|
13171
13171
|
aside: "aside";
|
|
@@ -13266,9 +13266,9 @@ declare const SessionStorageSetRequestSchema$1: z.ZodObject<{
|
|
|
13266
13266
|
}, z.core.$strip>>;
|
|
13267
13267
|
status: z.ZodEnum<{
|
|
13268
13268
|
closed: "closed";
|
|
13269
|
-
discovered: "discovered";
|
|
13270
13269
|
active: "active";
|
|
13271
13270
|
archived: "archived";
|
|
13271
|
+
discovered: "discovered";
|
|
13272
13272
|
}>;
|
|
13273
13273
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
13274
13274
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -13280,9 +13280,9 @@ declare const SessionStorageSetRequestSchema$1: z.ZodObject<{
|
|
|
13280
13280
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
13281
13281
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
13282
13282
|
fork: "fork";
|
|
13283
|
+
branch: "branch";
|
|
13283
13284
|
subagent: "subagent";
|
|
13284
13285
|
compress: "compress";
|
|
13285
|
-
branch: "branch";
|
|
13286
13286
|
rewrite: "rewrite";
|
|
13287
13287
|
coordinator: "coordinator";
|
|
13288
13288
|
aside: "aside";
|
|
@@ -13353,9 +13353,9 @@ declare const SessionStorageUpdateSchema$1: {
|
|
|
13353
13353
|
sessionId: z.ZodString;
|
|
13354
13354
|
status: z.ZodOptional<z.ZodEnum<{
|
|
13355
13355
|
closed: "closed";
|
|
13356
|
-
discovered: "discovered";
|
|
13357
13356
|
active: "active";
|
|
13358
13357
|
archived: "archived";
|
|
13358
|
+
discovered: "discovered";
|
|
13359
13359
|
}>>;
|
|
13360
13360
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
13361
13361
|
contextInheritance: z.ZodOptional<z.ZodEnum<{
|
|
@@ -13366,9 +13366,9 @@ declare const SessionStorageUpdateSchema$1: {
|
|
|
13366
13366
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
13367
13367
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
13368
13368
|
fork: "fork";
|
|
13369
|
+
branch: "branch";
|
|
13369
13370
|
subagent: "subagent";
|
|
13370
13371
|
compress: "compress";
|
|
13371
|
-
branch: "branch";
|
|
13372
13372
|
rewrite: "rewrite";
|
|
13373
13373
|
coordinator: "coordinator";
|
|
13374
13374
|
aside: "aside";
|
|
@@ -13517,9 +13517,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13517
13517
|
}, z.core.$strip>>;
|
|
13518
13518
|
status: z.ZodEnum<{
|
|
13519
13519
|
closed: "closed";
|
|
13520
|
-
discovered: "discovered";
|
|
13521
13520
|
active: "active";
|
|
13522
13521
|
archived: "archived";
|
|
13522
|
+
discovered: "discovered";
|
|
13523
13523
|
}>;
|
|
13524
13524
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
13525
13525
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -13531,9 +13531,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13531
13531
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
13532
13532
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
13533
13533
|
fork: "fork";
|
|
13534
|
+
branch: "branch";
|
|
13534
13535
|
subagent: "subagent";
|
|
13535
13536
|
compress: "compress";
|
|
13536
|
-
branch: "branch";
|
|
13537
13537
|
rewrite: "rewrite";
|
|
13538
13538
|
coordinator: "coordinator";
|
|
13539
13539
|
aside: "aside";
|
|
@@ -13643,9 +13643,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13643
13643
|
}, z.core.$strip>>;
|
|
13644
13644
|
status: z.ZodEnum<{
|
|
13645
13645
|
closed: "closed";
|
|
13646
|
-
discovered: "discovered";
|
|
13647
13646
|
active: "active";
|
|
13648
13647
|
archived: "archived";
|
|
13648
|
+
discovered: "discovered";
|
|
13649
13649
|
}>;
|
|
13650
13650
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
13651
13651
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -13657,9 +13657,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13657
13657
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
13658
13658
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
13659
13659
|
fork: "fork";
|
|
13660
|
+
branch: "branch";
|
|
13660
13661
|
subagent: "subagent";
|
|
13661
13662
|
compress: "compress";
|
|
13662
|
-
branch: "branch";
|
|
13663
13663
|
rewrite: "rewrite";
|
|
13664
13664
|
coordinator: "coordinator";
|
|
13665
13665
|
aside: "aside";
|
|
@@ -13752,9 +13752,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13752
13752
|
status: z.ZodOptional<z.ZodEnum<{
|
|
13753
13753
|
all: "all";
|
|
13754
13754
|
closed: "closed";
|
|
13755
|
-
discovered: "discovered";
|
|
13756
13755
|
active: "active";
|
|
13757
13756
|
archived: "archived";
|
|
13757
|
+
discovered: "discovered";
|
|
13758
13758
|
}>>;
|
|
13759
13759
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
13760
13760
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13800,9 +13800,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13800
13800
|
}, z.core.$strip>>;
|
|
13801
13801
|
status: z.ZodEnum<{
|
|
13802
13802
|
closed: "closed";
|
|
13803
|
-
discovered: "discovered";
|
|
13804
13803
|
active: "active";
|
|
13805
13804
|
archived: "archived";
|
|
13805
|
+
discovered: "discovered";
|
|
13806
13806
|
}>;
|
|
13807
13807
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
13808
13808
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -13814,9 +13814,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13814
13814
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
13815
13815
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
13816
13816
|
fork: "fork";
|
|
13817
|
+
branch: "branch";
|
|
13817
13818
|
subagent: "subagent";
|
|
13818
13819
|
compress: "compress";
|
|
13819
|
-
branch: "branch";
|
|
13820
13820
|
rewrite: "rewrite";
|
|
13821
13821
|
coordinator: "coordinator";
|
|
13822
13822
|
aside: "aside";
|
|
@@ -13901,9 +13901,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13901
13901
|
forkPointMessageId: z.ZodNullable<z.ZodString>;
|
|
13902
13902
|
branchKind: z.ZodNullable<z.ZodEnum<{
|
|
13903
13903
|
fork: "fork";
|
|
13904
|
+
branch: "branch";
|
|
13904
13905
|
subagent: "subagent";
|
|
13905
13906
|
compress: "compress";
|
|
13906
|
-
branch: "branch";
|
|
13907
13907
|
rewrite: "rewrite";
|
|
13908
13908
|
coordinator: "coordinator";
|
|
13909
13909
|
aside: "aside";
|
|
@@ -13928,9 +13928,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13928
13928
|
status: z.ZodOptional<z.ZodEnum<{
|
|
13929
13929
|
all: "all";
|
|
13930
13930
|
closed: "closed";
|
|
13931
|
-
discovered: "discovered";
|
|
13932
13931
|
active: "active";
|
|
13933
13932
|
archived: "archived";
|
|
13933
|
+
discovered: "discovered";
|
|
13934
13934
|
}>>;
|
|
13935
13935
|
isImported: z.ZodOptional<z.ZodBoolean>;
|
|
13936
13936
|
}, z.core.$strip>;
|
|
@@ -13973,9 +13973,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13973
13973
|
}, z.core.$strip>>;
|
|
13974
13974
|
status: z.ZodEnum<{
|
|
13975
13975
|
closed: "closed";
|
|
13976
|
-
discovered: "discovered";
|
|
13977
13976
|
active: "active";
|
|
13978
13977
|
archived: "archived";
|
|
13978
|
+
discovered: "discovered";
|
|
13979
13979
|
}>;
|
|
13980
13980
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
13981
13981
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -13987,9 +13987,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13987
13987
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
13988
13988
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
13989
13989
|
fork: "fork";
|
|
13990
|
+
branch: "branch";
|
|
13990
13991
|
subagent: "subagent";
|
|
13991
13992
|
compress: "compress";
|
|
13992
|
-
branch: "branch";
|
|
13993
13993
|
rewrite: "rewrite";
|
|
13994
13994
|
coordinator: "coordinator";
|
|
13995
13995
|
aside: "aside";
|
|
@@ -14068,9 +14068,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
14068
14068
|
sessionId: z.ZodString;
|
|
14069
14069
|
status: z.ZodOptional<z.ZodEnum<{
|
|
14070
14070
|
closed: "closed";
|
|
14071
|
-
discovered: "discovered";
|
|
14072
14071
|
active: "active";
|
|
14073
14072
|
archived: "archived";
|
|
14073
|
+
discovered: "discovered";
|
|
14074
14074
|
}>>;
|
|
14075
14075
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
14076
14076
|
contextInheritance: z.ZodOptional<z.ZodEnum<{
|
|
@@ -14081,9 +14081,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
14081
14081
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
14082
14082
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
14083
14083
|
fork: "fork";
|
|
14084
|
+
branch: "branch";
|
|
14084
14085
|
subagent: "subagent";
|
|
14085
14086
|
compress: "compress";
|
|
14086
|
-
branch: "branch";
|
|
14087
14087
|
rewrite: "rewrite";
|
|
14088
14088
|
coordinator: "coordinator";
|
|
14089
14089
|
aside: "aside";
|
|
@@ -14167,9 +14167,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
14167
14167
|
}, z.core.$strip>>;
|
|
14168
14168
|
status: z.ZodEnum<{
|
|
14169
14169
|
closed: "closed";
|
|
14170
|
-
discovered: "discovered";
|
|
14171
14170
|
active: "active";
|
|
14172
14171
|
archived: "archived";
|
|
14172
|
+
discovered: "discovered";
|
|
14173
14173
|
}>;
|
|
14174
14174
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
14175
14175
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -14181,9 +14181,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
14181
14181
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
14182
14182
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
14183
14183
|
fork: "fork";
|
|
14184
|
+
branch: "branch";
|
|
14184
14185
|
subagent: "subagent";
|
|
14185
14186
|
compress: "compress";
|
|
14186
|
-
branch: "branch";
|
|
14187
14187
|
rewrite: "rewrite";
|
|
14188
14188
|
coordinator: "coordinator";
|
|
14189
14189
|
aside: "aside";
|
|
@@ -14376,9 +14376,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
14376
14376
|
}, z.core.$strip>>;
|
|
14377
14377
|
status: z.ZodEnum<{
|
|
14378
14378
|
closed: "closed";
|
|
14379
|
-
discovered: "discovered";
|
|
14380
14379
|
active: "active";
|
|
14381
14380
|
archived: "archived";
|
|
14381
|
+
discovered: "discovered";
|
|
14382
14382
|
}>;
|
|
14383
14383
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
14384
14384
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -14390,9 +14390,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
14390
14390
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
14391
14391
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
14392
14392
|
fork: "fork";
|
|
14393
|
+
branch: "branch";
|
|
14393
14394
|
subagent: "subagent";
|
|
14394
14395
|
compress: "compress";
|
|
14395
|
-
branch: "branch";
|
|
14396
14396
|
rewrite: "rewrite";
|
|
14397
14397
|
coordinator: "coordinator";
|
|
14398
14398
|
aside: "aside";
|
|
@@ -14509,9 +14509,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
14509
14509
|
}, z.core.$strip>>;
|
|
14510
14510
|
status: z.ZodEnum<{
|
|
14511
14511
|
closed: "closed";
|
|
14512
|
-
discovered: "discovered";
|
|
14513
14512
|
active: "active";
|
|
14514
14513
|
archived: "archived";
|
|
14514
|
+
discovered: "discovered";
|
|
14515
14515
|
}>;
|
|
14516
14516
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
14517
14517
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -14523,9 +14523,9 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
14523
14523
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
14524
14524
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
14525
14525
|
fork: "fork";
|
|
14526
|
+
branch: "branch";
|
|
14526
14527
|
subagent: "subagent";
|
|
14527
14528
|
compress: "compress";
|
|
14528
|
-
branch: "branch";
|
|
14529
14529
|
rewrite: "rewrite";
|
|
14530
14530
|
coordinator: "coordinator";
|
|
14531
14531
|
aside: "aside";
|
|
@@ -14680,9 +14680,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
14680
14680
|
}, z.core.$strip>>;
|
|
14681
14681
|
status: z.ZodEnum<{
|
|
14682
14682
|
closed: "closed";
|
|
14683
|
-
discovered: "discovered";
|
|
14684
14683
|
active: "active";
|
|
14685
14684
|
archived: "archived";
|
|
14685
|
+
discovered: "discovered";
|
|
14686
14686
|
}>;
|
|
14687
14687
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
14688
14688
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -14694,9 +14694,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
14694
14694
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
14695
14695
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
14696
14696
|
fork: "fork";
|
|
14697
|
+
branch: "branch";
|
|
14697
14698
|
subagent: "subagent";
|
|
14698
14699
|
compress: "compress";
|
|
14699
|
-
branch: "branch";
|
|
14700
14700
|
rewrite: "rewrite";
|
|
14701
14701
|
coordinator: "coordinator";
|
|
14702
14702
|
aside: "aside";
|
|
@@ -14806,9 +14806,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
14806
14806
|
}, z.core.$strip>>;
|
|
14807
14807
|
status: z.ZodEnum<{
|
|
14808
14808
|
closed: "closed";
|
|
14809
|
-
discovered: "discovered";
|
|
14810
14809
|
active: "active";
|
|
14811
14810
|
archived: "archived";
|
|
14811
|
+
discovered: "discovered";
|
|
14812
14812
|
}>;
|
|
14813
14813
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
14814
14814
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -14820,9 +14820,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
14820
14820
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
14821
14821
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
14822
14822
|
fork: "fork";
|
|
14823
|
+
branch: "branch";
|
|
14823
14824
|
subagent: "subagent";
|
|
14824
14825
|
compress: "compress";
|
|
14825
|
-
branch: "branch";
|
|
14826
14826
|
rewrite: "rewrite";
|
|
14827
14827
|
coordinator: "coordinator";
|
|
14828
14828
|
aside: "aside";
|
|
@@ -14915,9 +14915,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
14915
14915
|
status: z.ZodOptional<z.ZodEnum<{
|
|
14916
14916
|
all: "all";
|
|
14917
14917
|
closed: "closed";
|
|
14918
|
-
discovered: "discovered";
|
|
14919
14918
|
active: "active";
|
|
14920
14919
|
archived: "archived";
|
|
14920
|
+
discovered: "discovered";
|
|
14921
14921
|
}>>;
|
|
14922
14922
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
14923
14923
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
@@ -14963,9 +14963,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
14963
14963
|
}, z.core.$strip>>;
|
|
14964
14964
|
status: z.ZodEnum<{
|
|
14965
14965
|
closed: "closed";
|
|
14966
|
-
discovered: "discovered";
|
|
14967
14966
|
active: "active";
|
|
14968
14967
|
archived: "archived";
|
|
14968
|
+
discovered: "discovered";
|
|
14969
14969
|
}>;
|
|
14970
14970
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
14971
14971
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -14977,9 +14977,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
14977
14977
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
14978
14978
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
14979
14979
|
fork: "fork";
|
|
14980
|
+
branch: "branch";
|
|
14980
14981
|
subagent: "subagent";
|
|
14981
14982
|
compress: "compress";
|
|
14982
|
-
branch: "branch";
|
|
14983
14983
|
rewrite: "rewrite";
|
|
14984
14984
|
coordinator: "coordinator";
|
|
14985
14985
|
aside: "aside";
|
|
@@ -15064,9 +15064,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15064
15064
|
forkPointMessageId: z.ZodNullable<z.ZodString>;
|
|
15065
15065
|
branchKind: z.ZodNullable<z.ZodEnum<{
|
|
15066
15066
|
fork: "fork";
|
|
15067
|
+
branch: "branch";
|
|
15067
15068
|
subagent: "subagent";
|
|
15068
15069
|
compress: "compress";
|
|
15069
|
-
branch: "branch";
|
|
15070
15070
|
rewrite: "rewrite";
|
|
15071
15071
|
coordinator: "coordinator";
|
|
15072
15072
|
aside: "aside";
|
|
@@ -15091,9 +15091,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15091
15091
|
status: z.ZodOptional<z.ZodEnum<{
|
|
15092
15092
|
all: "all";
|
|
15093
15093
|
closed: "closed";
|
|
15094
|
-
discovered: "discovered";
|
|
15095
15094
|
active: "active";
|
|
15096
15095
|
archived: "archived";
|
|
15096
|
+
discovered: "discovered";
|
|
15097
15097
|
}>>;
|
|
15098
15098
|
isImported: z.ZodOptional<z.ZodBoolean>;
|
|
15099
15099
|
}, z.core.$strip>;
|
|
@@ -15136,9 +15136,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15136
15136
|
}, z.core.$strip>>;
|
|
15137
15137
|
status: z.ZodEnum<{
|
|
15138
15138
|
closed: "closed";
|
|
15139
|
-
discovered: "discovered";
|
|
15140
15139
|
active: "active";
|
|
15141
15140
|
archived: "archived";
|
|
15141
|
+
discovered: "discovered";
|
|
15142
15142
|
}>;
|
|
15143
15143
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
15144
15144
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -15150,9 +15150,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15150
15150
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
15151
15151
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
15152
15152
|
fork: "fork";
|
|
15153
|
+
branch: "branch";
|
|
15153
15154
|
subagent: "subagent";
|
|
15154
15155
|
compress: "compress";
|
|
15155
|
-
branch: "branch";
|
|
15156
15156
|
rewrite: "rewrite";
|
|
15157
15157
|
coordinator: "coordinator";
|
|
15158
15158
|
aside: "aside";
|
|
@@ -15231,9 +15231,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15231
15231
|
sessionId: z.ZodString;
|
|
15232
15232
|
status: z.ZodOptional<z.ZodEnum<{
|
|
15233
15233
|
closed: "closed";
|
|
15234
|
-
discovered: "discovered";
|
|
15235
15234
|
active: "active";
|
|
15236
15235
|
archived: "archived";
|
|
15236
|
+
discovered: "discovered";
|
|
15237
15237
|
}>>;
|
|
15238
15238
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
15239
15239
|
contextInheritance: z.ZodOptional<z.ZodEnum<{
|
|
@@ -15244,9 +15244,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15244
15244
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
15245
15245
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
15246
15246
|
fork: "fork";
|
|
15247
|
+
branch: "branch";
|
|
15247
15248
|
subagent: "subagent";
|
|
15248
15249
|
compress: "compress";
|
|
15249
|
-
branch: "branch";
|
|
15250
15250
|
rewrite: "rewrite";
|
|
15251
15251
|
coordinator: "coordinator";
|
|
15252
15252
|
aside: "aside";
|
|
@@ -15330,9 +15330,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15330
15330
|
}, z.core.$strip>>;
|
|
15331
15331
|
status: z.ZodEnum<{
|
|
15332
15332
|
closed: "closed";
|
|
15333
|
-
discovered: "discovered";
|
|
15334
15333
|
active: "active";
|
|
15335
15334
|
archived: "archived";
|
|
15335
|
+
discovered: "discovered";
|
|
15336
15336
|
}>;
|
|
15337
15337
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
15338
15338
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -15344,9 +15344,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15344
15344
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
15345
15345
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
15346
15346
|
fork: "fork";
|
|
15347
|
+
branch: "branch";
|
|
15347
15348
|
subagent: "subagent";
|
|
15348
15349
|
compress: "compress";
|
|
15349
|
-
branch: "branch";
|
|
15350
15350
|
rewrite: "rewrite";
|
|
15351
15351
|
coordinator: "coordinator";
|
|
15352
15352
|
aside: "aside";
|
|
@@ -15539,9 +15539,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15539
15539
|
}, z.core.$strip>>;
|
|
15540
15540
|
status: z.ZodEnum<{
|
|
15541
15541
|
closed: "closed";
|
|
15542
|
-
discovered: "discovered";
|
|
15543
15542
|
active: "active";
|
|
15544
15543
|
archived: "archived";
|
|
15544
|
+
discovered: "discovered";
|
|
15545
15545
|
}>;
|
|
15546
15546
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
15547
15547
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -15553,9 +15553,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15553
15553
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
15554
15554
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
15555
15555
|
fork: "fork";
|
|
15556
|
+
branch: "branch";
|
|
15556
15557
|
subagent: "subagent";
|
|
15557
15558
|
compress: "compress";
|
|
15558
|
-
branch: "branch";
|
|
15559
15559
|
rewrite: "rewrite";
|
|
15560
15560
|
coordinator: "coordinator";
|
|
15561
15561
|
aside: "aside";
|
|
@@ -15672,9 +15672,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15672
15672
|
}, z.core.$strip>>;
|
|
15673
15673
|
status: z.ZodEnum<{
|
|
15674
15674
|
closed: "closed";
|
|
15675
|
-
discovered: "discovered";
|
|
15676
15675
|
active: "active";
|
|
15677
15676
|
archived: "archived";
|
|
15677
|
+
discovered: "discovered";
|
|
15678
15678
|
}>;
|
|
15679
15679
|
leadAgentId: z.ZodOptional<z.ZodString>;
|
|
15680
15680
|
parentSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -15686,9 +15686,9 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15686
15686
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
15687
15687
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
15688
15688
|
fork: "fork";
|
|
15689
|
+
branch: "branch";
|
|
15689
15690
|
subagent: "subagent";
|
|
15690
15691
|
compress: "compress";
|
|
15691
|
-
branch: "branch";
|
|
15692
15692
|
rewrite: "rewrite";
|
|
15693
15693
|
coordinator: "coordinator";
|
|
15694
15694
|
aside: "aside";
|