@makaio/framework 1.0.0-dev-1781454904823 → 1.0.0-dev-1781457526466

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.
Files changed (58) hide show
  1. package/dist/.makaio-build.json +2 -2
  2. package/dist/contracts/adapter/index.d.mts +1 -1
  3. package/dist/contracts/artifact/index.d.mts +1 -1
  4. package/dist/contracts/client/index.d.mts +1 -1
  5. package/dist/contracts/config/index.d.mts +6 -6
  6. package/dist/contracts/extension/index.d.mts +2 -2
  7. package/dist/contracts/index.d.mts +48 -48
  8. package/dist/contracts/provider/index.d.mts +1 -1
  9. package/dist/contracts/session/index.d.mts +2 -2
  10. package/dist/contracts/variant/index.d.mts +1 -1
  11. package/dist/{index-BSFmBEDL.d.mts → index-B19U8IjG.d.mts} +9 -9
  12. package/dist/{index-D8nNK-pF.d.mts → index-B_Z1Mgko.d.mts} +1 -1
  13. package/dist/{index-Cs009Dqh.d.mts → index-C7DEqbEy.d.mts} +2 -2
  14. package/dist/{index-BDnI2oqX.d.mts → index-CEdOq5Om.d.mts} +1 -1
  15. package/dist/{index-BkKWL_tI.d.mts → index-CmnQr7_x.d.mts} +3 -3
  16. package/dist/{index-CK_hi7fg.d.mts → index-DacXw2sg.d.mts} +12 -12
  17. package/dist/{index-BVMF3kRv.d.mts → index-DfNIhEm_.d.mts} +16 -16
  18. package/dist/{index-DN0GXDlw.d.mts → index-DmZxKuwh.d.mts} +2 -2
  19. package/dist/{index-BKbzDEv4.d.mts → index-DpeRgR7z.d.mts} +97 -97
  20. package/dist/{index-GuspCNLR.d.mts → index-DyqZej9j.d.mts} +8 -8
  21. package/dist/{index-CgJf67BC.d.mts → index-p0Gs2cHX.d.mts} +14 -14
  22. package/dist/kernel/extension/index.d.mts +1 -1
  23. package/dist/kernel/index.d.mts +2 -2
  24. package/dist/kernel/observability/index.d.mts +1 -1
  25. package/dist/{namespace-Dy0pcIqF.d.mts → namespace-B1Bldc48.d.mts} +9 -9
  26. package/dist/{namespace-CN2TfSCY.d.mts → namespace-DB6RC_Pn.d.mts} +2 -2
  27. package/dist/{namespace-CWgNi8Gv.d.mts → namespace-D_ZXa76m.d.mts} +26 -26
  28. package/dist/{namespace-Dyj2m6DT.d.mts → namespace-u_b7D-p2.d.mts} +42 -42
  29. package/dist/package.json +1 -1
  30. package/dist/{schema-D2B2V6r6.d.mts → schema-BDQID7HI.d.mts} +2 -2
  31. package/dist/{schemas-D0gBYOoc2.d.mts → schemas-Bxc0-SF62.d.mts} +4 -4
  32. package/dist/{schemas-DZfBym73.d.mts → schemas-Bxjfpl2Y.d.mts} +7 -7
  33. package/dist/{schemas-CRS7tkFP.d.mts → schemas-D2IRKPJN.d.mts} +4 -4
  34. package/dist/{schemas-CN9hprME.d.mts → schemas-DdHltfZX.d.mts} +3 -3
  35. package/dist/services/adapter-subsystem/index.d.mts +2 -2
  36. package/dist/services/adapter-subsystem/namespace.d.mts +1 -1
  37. package/dist/services/index.d.mts +32 -32
  38. package/dist/services/preferences/index.d.mts +2 -2
  39. package/dist/services/preferences/schemas.d.mts +1 -1
  40. package/dist/services/preferences/storage-namespace.d.mts +2 -2
  41. package/dist/services/session/index.d.mts +4 -4
  42. package/dist/services/session/session-events/namespace.d.mts +1 -1
  43. package/dist/services/session/storage/namespace.d.mts +1 -1
  44. package/dist/services/session/storage/schema.d.mts +1 -1
  45. package/dist/services/settings/namespace.d.mts +4 -4
  46. package/dist/services/settings/storage/extension-configs/namespace.d.mts +3 -3
  47. package/dist/services/subagent-template/index.d.mts +1 -1
  48. package/dist/services/subagent-template/schemas.d.mts +1 -1
  49. package/dist/services/tray-menu/index.d.mts +2 -2
  50. package/dist/services/tray-menu/namespace.d.mts +1 -1
  51. package/dist/services/tray-menu/schemas.d.mts +1 -1
  52. package/dist/{storage-namespace-gey7EUhM.d.mts → storage-namespace-Cd5XzgVC.d.mts} +10 -10
  53. package/dist/{types-Co-MJvHY.d.mts → types-BC3nHLuk.d.mts} +34 -34
  54. package/dist/ui-kernel/index.d.mts +4 -4
  55. package/dist/ui-kernel/pages/namespace.d.mts +4 -4
  56. package/dist/ui-kernel/pages/schemas.d.mts +1 -1
  57. package/dist/workflow-engine/index.d.mts +27 -27
  58. package/package.json +1 -1
@@ -87,7 +87,7 @@ declare const SessionStorageNamespace$1: {
87
87
  tableName: "sessions";
88
88
  dataType: "string";
89
89
  columnType: "SQLiteText";
90
- data: "closed" | "active" | "archived" | "discovered";
90
+ data: "closed" | "discovered" | "active" | "archived";
91
91
  driverParam: string;
92
92
  notNull: true;
93
93
  hasDefault: false;
@@ -201,7 +201,7 @@ declare const SessionStorageNamespace$1: {
201
201
  tableName: "sessions";
202
202
  dataType: "string";
203
203
  columnType: "SQLiteText";
204
- data: "fork" | "branch" | "subagent" | "compress" | "rewrite" | "coordinator" | "aside";
204
+ data: "fork" | "subagent" | "compress" | "branch" | "rewrite" | "coordinator" | "aside";
205
205
  driverParam: string;
206
206
  notNull: false;
207
207
  hasDefault: false;
@@ -1002,9 +1002,9 @@ declare const SessionStorageNamespace$1: {
1002
1002
  }, _$zod_v4_core0.$strip>>;
1003
1003
  status: _$zod.ZodEnum<{
1004
1004
  closed: "closed";
1005
+ discovered: "discovered";
1005
1006
  active: "active";
1006
1007
  archived: "archived";
1007
- discovered: "discovered";
1008
1008
  }>;
1009
1009
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
1010
1010
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -1016,9 +1016,9 @@ declare const SessionStorageNamespace$1: {
1016
1016
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
1017
1017
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
1018
1018
  fork: "fork";
1019
- branch: "branch";
1020
1019
  subagent: "subagent";
1021
1020
  compress: "compress";
1021
+ branch: "branch";
1022
1022
  rewrite: "rewrite";
1023
1023
  coordinator: "coordinator";
1024
1024
  aside: "aside";
@@ -1121,9 +1121,9 @@ declare const SessionStorageNamespace$1: {
1121
1121
  }, _$zod_v4_core0.$strip>>;
1122
1122
  status: _$zod.ZodEnum<{
1123
1123
  closed: "closed";
1124
+ discovered: "discovered";
1124
1125
  active: "active";
1125
1126
  archived: "archived";
1126
- discovered: "discovered";
1127
1127
  }>;
1128
1128
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
1129
1129
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -1135,9 +1135,9 @@ declare const SessionStorageNamespace$1: {
1135
1135
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
1136
1136
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
1137
1137
  fork: "fork";
1138
- branch: "branch";
1139
1138
  subagent: "subagent";
1140
1139
  compress: "compress";
1140
+ branch: "branch";
1141
1141
  rewrite: "rewrite";
1142
1142
  coordinator: "coordinator";
1143
1143
  aside: "aside";
@@ -1217,9 +1217,9 @@ declare const SessionStorageNamespace$1: {
1217
1217
  status: _$zod.ZodOptional<_$zod.ZodEnum<{
1218
1218
  all: "all";
1219
1219
  closed: "closed";
1220
+ discovered: "discovered";
1220
1221
  active: "active";
1221
1222
  archived: "archived";
1222
- discovered: "discovered";
1223
1223
  }>>;
1224
1224
  limit: _$zod.ZodOptional<_$zod.ZodNumber>;
1225
1225
  offset: _$zod.ZodOptional<_$zod.ZodNumber>;
@@ -1265,9 +1265,9 @@ declare const SessionStorageNamespace$1: {
1265
1265
  }, _$zod_v4_core0.$strip>>;
1266
1266
  status: _$zod.ZodEnum<{
1267
1267
  closed: "closed";
1268
+ discovered: "discovered";
1268
1269
  active: "active";
1269
1270
  archived: "archived";
1270
- discovered: "discovered";
1271
1271
  }>;
1272
1272
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
1273
1273
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -1279,9 +1279,9 @@ declare const SessionStorageNamespace$1: {
1279
1279
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
1280
1280
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
1281
1281
  fork: "fork";
1282
- branch: "branch";
1283
1282
  subagent: "subagent";
1284
1283
  compress: "compress";
1284
+ branch: "branch";
1285
1285
  rewrite: "rewrite";
1286
1286
  coordinator: "coordinator";
1287
1287
  aside: "aside";
@@ -1359,9 +1359,9 @@ declare const SessionStorageNamespace$1: {
1359
1359
  forkPointMessageId: _$zod.ZodNullable<_$zod.ZodString>;
1360
1360
  branchKind: _$zod.ZodNullable<_$zod.ZodEnum<{
1361
1361
  fork: "fork";
1362
- branch: "branch";
1363
1362
  subagent: "subagent";
1364
1363
  compress: "compress";
1364
+ branch: "branch";
1365
1365
  rewrite: "rewrite";
1366
1366
  coordinator: "coordinator";
1367
1367
  aside: "aside";
@@ -1379,9 +1379,9 @@ declare const SessionStorageNamespace$1: {
1379
1379
  status: _$zod.ZodOptional<_$zod.ZodEnum<{
1380
1380
  all: "all";
1381
1381
  closed: "closed";
1382
+ discovered: "discovered";
1382
1383
  active: "active";
1383
1384
  archived: "archived";
1384
- discovered: "discovered";
1385
1385
  }>>;
1386
1386
  isImported: _$zod.ZodOptional<_$zod.ZodBoolean>;
1387
1387
  }, _$zod_v4_core0.$strip>;
@@ -1424,9 +1424,9 @@ declare const SessionStorageNamespace$1: {
1424
1424
  }, _$zod_v4_core0.$strip>>;
1425
1425
  status: _$zod.ZodEnum<{
1426
1426
  closed: "closed";
1427
+ discovered: "discovered";
1427
1428
  active: "active";
1428
1429
  archived: "archived";
1429
- discovered: "discovered";
1430
1430
  }>;
1431
1431
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
1432
1432
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -1438,9 +1438,9 @@ declare const SessionStorageNamespace$1: {
1438
1438
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
1439
1439
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
1440
1440
  fork: "fork";
1441
- branch: "branch";
1442
1441
  subagent: "subagent";
1443
1442
  compress: "compress";
1443
+ branch: "branch";
1444
1444
  rewrite: "rewrite";
1445
1445
  coordinator: "coordinator";
1446
1446
  aside: "aside";
@@ -1512,9 +1512,9 @@ declare const SessionStorageNamespace$1: {
1512
1512
  sessionId: _$zod.ZodString;
1513
1513
  status: _$zod.ZodOptional<_$zod.ZodEnum<{
1514
1514
  closed: "closed";
1515
+ discovered: "discovered";
1515
1516
  active: "active";
1516
1517
  archived: "archived";
1517
- discovered: "discovered";
1518
1518
  }>>;
1519
1519
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
1520
1520
  contextInheritance: _$zod.ZodOptional<_$zod.ZodEnum<{
@@ -1525,9 +1525,9 @@ declare const SessionStorageNamespace$1: {
1525
1525
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
1526
1526
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
1527
1527
  fork: "fork";
1528
- branch: "branch";
1529
1528
  subagent: "subagent";
1530
1529
  compress: "compress";
1530
+ branch: "branch";
1531
1531
  rewrite: "rewrite";
1532
1532
  coordinator: "coordinator";
1533
1533
  aside: "aside";
@@ -1604,9 +1604,9 @@ declare const SessionStorageNamespace$1: {
1604
1604
  }, _$zod_v4_core0.$strip>>;
1605
1605
  status: _$zod.ZodEnum<{
1606
1606
  closed: "closed";
1607
+ discovered: "discovered";
1607
1608
  active: "active";
1608
1609
  archived: "archived";
1609
- discovered: "discovered";
1610
1610
  }>;
1611
1611
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
1612
1612
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -1618,9 +1618,9 @@ declare const SessionStorageNamespace$1: {
1618
1618
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
1619
1619
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
1620
1620
  fork: "fork";
1621
- branch: "branch";
1622
1621
  subagent: "subagent";
1623
1622
  compress: "compress";
1623
+ branch: "branch";
1624
1624
  rewrite: "rewrite";
1625
1625
  coordinator: "coordinator";
1626
1626
  aside: "aside";
@@ -1790,9 +1790,9 @@ declare const SessionStorageNamespace$1: {
1790
1790
  }, _$zod_v4_core0.$strip>>;
1791
1791
  status: _$zod.ZodEnum<{
1792
1792
  closed: "closed";
1793
+ discovered: "discovered";
1793
1794
  active: "active";
1794
1795
  archived: "archived";
1795
- discovered: "discovered";
1796
1796
  }>;
1797
1797
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
1798
1798
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -1804,9 +1804,9 @@ declare const SessionStorageNamespace$1: {
1804
1804
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
1805
1805
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
1806
1806
  fork: "fork";
1807
- branch: "branch";
1808
1807
  subagent: "subagent";
1809
1808
  compress: "compress";
1809
+ branch: "branch";
1810
1810
  rewrite: "rewrite";
1811
1811
  coordinator: "coordinator";
1812
1812
  aside: "aside";
@@ -1916,9 +1916,9 @@ declare const SessionStorageNamespace$1: {
1916
1916
  }, _$zod_v4_core0.$strip>>;
1917
1917
  status: _$zod.ZodEnum<{
1918
1918
  closed: "closed";
1919
+ discovered: "discovered";
1919
1920
  active: "active";
1920
1921
  archived: "archived";
1921
- discovered: "discovered";
1922
1922
  }>;
1923
1923
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
1924
1924
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -1930,9 +1930,9 @@ declare const SessionStorageNamespace$1: {
1930
1930
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
1931
1931
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
1932
1932
  fork: "fork";
1933
- branch: "branch";
1934
1933
  subagent: "subagent";
1935
1934
  compress: "compress";
1935
+ branch: "branch";
1936
1936
  rewrite: "rewrite";
1937
1937
  coordinator: "coordinator";
1938
1938
  aside: "aside";
@@ -2063,9 +2063,9 @@ declare const SessionStorageNamespace$1: {
2063
2063
  }, _$zod_v4_core0.$strip>>;
2064
2064
  status: _$zod.ZodEnum<{
2065
2065
  closed: "closed";
2066
+ discovered: "discovered";
2066
2067
  active: "active";
2067
2068
  archived: "archived";
2068
- discovered: "discovered";
2069
2069
  }>;
2070
2070
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
2071
2071
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -2077,9 +2077,9 @@ declare const SessionStorageNamespace$1: {
2077
2077
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
2078
2078
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
2079
2079
  fork: "fork";
2080
- branch: "branch";
2081
2080
  subagent: "subagent";
2082
2081
  compress: "compress";
2082
+ branch: "branch";
2083
2083
  rewrite: "rewrite";
2084
2084
  coordinator: "coordinator";
2085
2085
  aside: "aside";
@@ -2182,9 +2182,9 @@ declare const SessionStorageNamespace$1: {
2182
2182
  }, _$zod_v4_core0.$strip>>;
2183
2183
  status: _$zod.ZodEnum<{
2184
2184
  closed: "closed";
2185
+ discovered: "discovered";
2185
2186
  active: "active";
2186
2187
  archived: "archived";
2187
- discovered: "discovered";
2188
2188
  }>;
2189
2189
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
2190
2190
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -2196,9 +2196,9 @@ declare const SessionStorageNamespace$1: {
2196
2196
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
2197
2197
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
2198
2198
  fork: "fork";
2199
- branch: "branch";
2200
2199
  subagent: "subagent";
2201
2200
  compress: "compress";
2201
+ branch: "branch";
2202
2202
  rewrite: "rewrite";
2203
2203
  coordinator: "coordinator";
2204
2204
  aside: "aside";
@@ -2278,9 +2278,9 @@ declare const SessionStorageNamespace$1: {
2278
2278
  status: _$zod.ZodOptional<_$zod.ZodEnum<{
2279
2279
  all: "all";
2280
2280
  closed: "closed";
2281
+ discovered: "discovered";
2281
2282
  active: "active";
2282
2283
  archived: "archived";
2283
- discovered: "discovered";
2284
2284
  }>>;
2285
2285
  limit: _$zod.ZodOptional<_$zod.ZodNumber>;
2286
2286
  offset: _$zod.ZodOptional<_$zod.ZodNumber>;
@@ -2326,9 +2326,9 @@ declare const SessionStorageNamespace$1: {
2326
2326
  }, _$zod_v4_core0.$strip>>;
2327
2327
  status: _$zod.ZodEnum<{
2328
2328
  closed: "closed";
2329
+ discovered: "discovered";
2329
2330
  active: "active";
2330
2331
  archived: "archived";
2331
- discovered: "discovered";
2332
2332
  }>;
2333
2333
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
2334
2334
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -2340,9 +2340,9 @@ declare const SessionStorageNamespace$1: {
2340
2340
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
2341
2341
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
2342
2342
  fork: "fork";
2343
- branch: "branch";
2344
2343
  subagent: "subagent";
2345
2344
  compress: "compress";
2345
+ branch: "branch";
2346
2346
  rewrite: "rewrite";
2347
2347
  coordinator: "coordinator";
2348
2348
  aside: "aside";
@@ -2420,9 +2420,9 @@ declare const SessionStorageNamespace$1: {
2420
2420
  forkPointMessageId: _$zod.ZodNullable<_$zod.ZodString>;
2421
2421
  branchKind: _$zod.ZodNullable<_$zod.ZodEnum<{
2422
2422
  fork: "fork";
2423
- branch: "branch";
2424
2423
  subagent: "subagent";
2425
2424
  compress: "compress";
2425
+ branch: "branch";
2426
2426
  rewrite: "rewrite";
2427
2427
  coordinator: "coordinator";
2428
2428
  aside: "aside";
@@ -2440,9 +2440,9 @@ declare const SessionStorageNamespace$1: {
2440
2440
  status: _$zod.ZodOptional<_$zod.ZodEnum<{
2441
2441
  all: "all";
2442
2442
  closed: "closed";
2443
+ discovered: "discovered";
2443
2444
  active: "active";
2444
2445
  archived: "archived";
2445
- discovered: "discovered";
2446
2446
  }>>;
2447
2447
  isImported: _$zod.ZodOptional<_$zod.ZodBoolean>;
2448
2448
  }, _$zod_v4_core0.$strip>;
@@ -2485,9 +2485,9 @@ declare const SessionStorageNamespace$1: {
2485
2485
  }, _$zod_v4_core0.$strip>>;
2486
2486
  status: _$zod.ZodEnum<{
2487
2487
  closed: "closed";
2488
+ discovered: "discovered";
2488
2489
  active: "active";
2489
2490
  archived: "archived";
2490
- discovered: "discovered";
2491
2491
  }>;
2492
2492
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
2493
2493
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -2499,9 +2499,9 @@ declare const SessionStorageNamespace$1: {
2499
2499
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
2500
2500
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
2501
2501
  fork: "fork";
2502
- branch: "branch";
2503
2502
  subagent: "subagent";
2504
2503
  compress: "compress";
2504
+ branch: "branch";
2505
2505
  rewrite: "rewrite";
2506
2506
  coordinator: "coordinator";
2507
2507
  aside: "aside";
@@ -2573,9 +2573,9 @@ declare const SessionStorageNamespace$1: {
2573
2573
  sessionId: _$zod.ZodString;
2574
2574
  status: _$zod.ZodOptional<_$zod.ZodEnum<{
2575
2575
  closed: "closed";
2576
+ discovered: "discovered";
2576
2577
  active: "active";
2577
2578
  archived: "archived";
2578
- discovered: "discovered";
2579
2579
  }>>;
2580
2580
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
2581
2581
  contextInheritance: _$zod.ZodOptional<_$zod.ZodEnum<{
@@ -2586,9 +2586,9 @@ declare const SessionStorageNamespace$1: {
2586
2586
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
2587
2587
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
2588
2588
  fork: "fork";
2589
- branch: "branch";
2590
2589
  subagent: "subagent";
2591
2590
  compress: "compress";
2591
+ branch: "branch";
2592
2592
  rewrite: "rewrite";
2593
2593
  coordinator: "coordinator";
2594
2594
  aside: "aside";
@@ -2665,9 +2665,9 @@ declare const SessionStorageNamespace$1: {
2665
2665
  }, _$zod_v4_core0.$strip>>;
2666
2666
  status: _$zod.ZodEnum<{
2667
2667
  closed: "closed";
2668
+ discovered: "discovered";
2668
2669
  active: "active";
2669
2670
  archived: "archived";
2670
- discovered: "discovered";
2671
2671
  }>;
2672
2672
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
2673
2673
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -2679,9 +2679,9 @@ declare const SessionStorageNamespace$1: {
2679
2679
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
2680
2680
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
2681
2681
  fork: "fork";
2682
- branch: "branch";
2683
2682
  subagent: "subagent";
2684
2683
  compress: "compress";
2684
+ branch: "branch";
2685
2685
  rewrite: "rewrite";
2686
2686
  coordinator: "coordinator";
2687
2687
  aside: "aside";
@@ -2851,9 +2851,9 @@ declare const SessionStorageNamespace$1: {
2851
2851
  }, _$zod_v4_core0.$strip>>;
2852
2852
  status: _$zod.ZodEnum<{
2853
2853
  closed: "closed";
2854
+ discovered: "discovered";
2854
2855
  active: "active";
2855
2856
  archived: "archived";
2856
- discovered: "discovered";
2857
2857
  }>;
2858
2858
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
2859
2859
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -2865,9 +2865,9 @@ declare const SessionStorageNamespace$1: {
2865
2865
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
2866
2866
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
2867
2867
  fork: "fork";
2868
- branch: "branch";
2869
2868
  subagent: "subagent";
2870
2869
  compress: "compress";
2870
+ branch: "branch";
2871
2871
  rewrite: "rewrite";
2872
2872
  coordinator: "coordinator";
2873
2873
  aside: "aside";
@@ -2977,9 +2977,9 @@ declare const SessionStorageNamespace$1: {
2977
2977
  }, _$zod_v4_core0.$strip>>;
2978
2978
  status: _$zod.ZodEnum<{
2979
2979
  closed: "closed";
2980
+ discovered: "discovered";
2980
2981
  active: "active";
2981
2982
  archived: "archived";
2982
- discovered: "discovered";
2983
2983
  }>;
2984
2984
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
2985
2985
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -2991,9 +2991,9 @@ declare const SessionStorageNamespace$1: {
2991
2991
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
2992
2992
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
2993
2993
  fork: "fork";
2994
- branch: "branch";
2995
2994
  subagent: "subagent";
2996
2995
  compress: "compress";
2996
+ branch: "branch";
2997
2997
  rewrite: "rewrite";
2998
2998
  coordinator: "coordinator";
2999
2999
  aside: "aside";
@@ -3113,13 +3113,13 @@ declare const SessionStorageNamespace$1: {
3113
3113
  clientId?: string | undefined;
3114
3114
  compressionMode?: "auto" | "manual" | "off" | undefined;
3115
3115
  }[];
3116
- status: "closed" | "active" | "archived" | "discovered";
3116
+ status: "closed" | "discovered" | "active" | "archived";
3117
3117
  leadAgentId?: string | undefined;
3118
3118
  parentSessionId?: string | undefined;
3119
3119
  contextInheritance?: "none" | "parent-history" | undefined;
3120
3120
  rootSessionId?: string | undefined;
3121
3121
  forkPointMessageId?: string | undefined;
3122
- branchKind?: "fork" | "branch" | "subagent" | "compress" | "rewrite" | "coordinator" | "aside" | undefined;
3122
+ branchKind?: "fork" | "subagent" | "compress" | "branch" | "rewrite" | "coordinator" | "aside" | undefined;
3123
3123
  adapterName?: string | undefined;
3124
3124
  adapterSessionId?: string | undefined;
3125
3125
  adapterId?: string | undefined;
package/dist/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@makaio/framework",
3
- "version": "1.0.0-dev-1781454904823",
3
+ "version": "1.0.0-dev-1781457526466",
4
4
  "type": "module"
5
5
  }
@@ -251,7 +251,7 @@ declare const sessions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColumns<{
251
251
  tableName: "sessions";
252
252
  dataType: "string";
253
253
  columnType: "SQLiteText";
254
- data: "closed" | "active" | "archived" | "discovered";
254
+ data: "closed" | "discovered" | "active" | "archived";
255
255
  driverParam: string;
256
256
  notNull: true;
257
257
  hasDefault: false;
@@ -365,7 +365,7 @@ declare const sessions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColumns<{
365
365
  tableName: "sessions";
366
366
  dataType: "string";
367
367
  columnType: "SQLiteText";
368
- data: "fork" | "branch" | "subagent" | "compress" | "rewrite" | "coordinator" | "aside";
368
+ data: "fork" | "subagent" | "compress" | "branch" | "rewrite" | "coordinator" | "aside";
369
369
  driverParam: string;
370
370
  notNull: false;
371
371
  hasDefault: false;
@@ -44,18 +44,18 @@ type SubagentTemplateSummary = z.infer<typeof SubagentTemplateSummarySchema>;
44
44
  */
45
45
  declare const SubagentTemplateCreateSchema: z.ZodObject<{
46
46
  name: z.ZodString;
47
+ enabled: z.ZodDefault<z.ZodBoolean>;
48
+ adapterName: z.ZodString;
47
49
  providerConfigId: z.ZodOptional<z.ZodString>;
48
50
  model: z.ZodOptional<z.ZodString>;
49
51
  systemPrompt: z.ZodOptional<z.ZodString>;
50
52
  allowedTools: z.ZodOptional<z.ZodArray<z.ZodString>>;
51
53
  disallowedTools: z.ZodOptional<z.ZodArray<z.ZodString>>;
52
- enabled: z.ZodDefault<z.ZodBoolean>;
53
54
  allowedDirectories: z.ZodOptional<z.ZodArray<z.ZodString>>;
54
55
  contextMode: z.ZodDefault<z.ZodEnum<{
55
56
  fork: "fork";
56
57
  fresh: "fresh";
57
58
  }>>;
58
- adapterName: z.ZodString;
59
59
  }, z.core.$strip>;
60
60
  type SubagentTemplateCreate = z.infer<typeof SubagentTemplateCreateSchema>;
61
61
  /**
@@ -129,18 +129,18 @@ declare const SubagentTemplateSettingsSchemas: {
129
129
  create: {
130
130
  request: z.ZodObject<{
131
131
  name: z.ZodString;
132
+ enabled: z.ZodDefault<z.ZodBoolean>;
133
+ adapterName: z.ZodString;
132
134
  providerConfigId: z.ZodOptional<z.ZodString>;
133
135
  model: z.ZodOptional<z.ZodString>;
134
136
  systemPrompt: z.ZodOptional<z.ZodString>;
135
137
  allowedTools: z.ZodOptional<z.ZodArray<z.ZodString>>;
136
138
  disallowedTools: z.ZodOptional<z.ZodArray<z.ZodString>>;
137
- enabled: z.ZodDefault<z.ZodBoolean>;
138
139
  allowedDirectories: z.ZodOptional<z.ZodArray<z.ZodString>>;
139
140
  contextMode: z.ZodDefault<z.ZodEnum<{
140
141
  fork: "fork";
141
142
  fresh: "fresh";
142
143
  }>>;
143
- adapterName: z.ZodString;
144
144
  }, z.core.$strip>;
145
145
  response: z.ZodObject<{
146
146
  id: z.ZodString;
@@ -13,9 +13,9 @@ declare const PreferenceKeySchema: z.ZodObject<{
13
13
  scope: z.ZodString;
14
14
  context: z.ZodOptional<z.ZodString>;
15
15
  viewport: z.ZodOptional<z.ZodEnum<{
16
+ mobile: "mobile";
16
17
  desktop: "desktop";
17
18
  tablet: "tablet";
18
- mobile: "mobile";
19
19
  }>>;
20
20
  }, z.core.$strip>;
21
21
  type PreferenceKey = z.infer<typeof PreferenceKeySchema>;
@@ -33,9 +33,9 @@ declare const PreferenceItemSchema: z.ZodObject<{
33
33
  scope: z.ZodString;
34
34
  context: z.ZodOptional<z.ZodString>;
35
35
  viewport: z.ZodOptional<z.ZodEnum<{
36
+ mobile: "mobile";
36
37
  desktop: "desktop";
37
38
  tablet: "tablet";
38
- mobile: "mobile";
39
39
  }>>;
40
40
  }, z.core.$strip>;
41
41
  category: z.ZodString;
@@ -67,9 +67,9 @@ declare const PreferencesSchemas: {
67
67
  scope: z.ZodString;
68
68
  context: z.ZodOptional<z.ZodString>;
69
69
  viewport: z.ZodOptional<z.ZodEnum<{
70
+ mobile: "mobile";
70
71
  desktop: "desktop";
71
72
  tablet: "tablet";
72
- mobile: "mobile";
73
73
  }>>;
74
74
  }, z.core.$strip>;
75
75
  category: z.ZodString;
@@ -94,9 +94,9 @@ declare const PreferencesSchemas: {
94
94
  scope: z.ZodString;
95
95
  context: z.ZodOptional<z.ZodString>;
96
96
  viewport: z.ZodOptional<z.ZodEnum<{
97
+ mobile: "mobile";
97
98
  desktop: "desktop";
98
99
  tablet: "tablet";
99
- mobile: "mobile";
100
100
  }>>;
101
101
  }, z.core.$strip>;
102
102
  category: z.ZodString;
@@ -122,9 +122,9 @@ declare const PreferencesSchemas: {
122
122
  scope: z.ZodString;
123
123
  context: z.ZodOptional<z.ZodString>;
124
124
  viewport: z.ZodOptional<z.ZodEnum<{
125
+ mobile: "mobile";
125
126
  desktop: "desktop";
126
127
  tablet: "tablet";
127
- mobile: "mobile";
128
128
  }>>;
129
129
  }, z.core.$strip>;
130
130
  category: z.ZodString;
@@ -149,9 +149,9 @@ declare const PreferencesSchemas: {
149
149
  scope: z.ZodOptional<z.ZodString>;
150
150
  context: z.ZodOptional<z.ZodOptional<z.ZodString>>;
151
151
  viewport: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
152
+ mobile: "mobile";
152
153
  desktop: "desktop";
153
154
  tablet: "tablet";
154
- mobile: "mobile";
155
155
  }>>>;
156
156
  }, z.core.$strip>>;
157
157
  category: z.ZodOptional<z.ZodString>;
@@ -166,9 +166,9 @@ declare const PreferencesSchemas: {
166
166
  scope: z.ZodString;
167
167
  context: z.ZodOptional<z.ZodString>;
168
168
  viewport: z.ZodOptional<z.ZodEnum<{
169
+ mobile: "mobile";
169
170
  desktop: "desktop";
170
171
  tablet: "tablet";
171
- mobile: "mobile";
172
172
  }>>;
173
173
  }, z.core.$strip>;
174
174
  category: z.ZodString;
@@ -10,8 +10,8 @@ import { UiNavigationLevel } from "@makaio/framework/contracts";
10
10
  */
11
11
  declare const SurfaceIdSchema: z.ZodEnum<{
12
12
  tray: "tray";
13
- mobile: "mobile";
14
13
  web: "web";
14
+ mobile: "mobile";
15
15
  electron: "electron";
16
16
  electrobun: "electrobun";
17
17
  }>;
@@ -101,8 +101,8 @@ declare const PageMetadataSchema: z.ZodObject<{
101
101
  level: z.ZodCustom<UiNavigationLevel, UiNavigationLevel>;
102
102
  surfaces: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodEnum<{
103
103
  tray: "tray";
104
- mobile: "mobile";
105
104
  web: "web";
105
+ mobile: "mobile";
106
106
  electron: "electron";
107
107
  electrobun: "electrobun";
108
108
  }>>]>>;
@@ -127,8 +127,8 @@ declare const PageSchemas: {
127
127
  readonly request: z.ZodObject<{
128
128
  surface: z.ZodOptional<z.ZodEnum<{
129
129
  tray: "tray";
130
- mobile: "mobile";
131
130
  web: "web";
131
+ mobile: "mobile";
132
132
  electron: "electron";
133
133
  electrobun: "electrobun";
134
134
  }>>;
@@ -147,8 +147,8 @@ declare const PageSchemas: {
147
147
  level: z.ZodCustom<UiNavigationLevel, UiNavigationLevel>;
148
148
  surfaces: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodEnum<{
149
149
  tray: "tray";
150
- mobile: "mobile";
151
150
  web: "web";
151
+ mobile: "mobile";
152
152
  electron: "electron";
153
153
  electrobun: "electrobun";
154
154
  }>>]>>;
@@ -27,8 +27,8 @@ declare const TrayMenuEntrySchema: z.ZodObject<{
27
27
  declare const TrayMenuGroupEntrySchema: z.ZodObject<{
28
28
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
29
29
  enabled: z.ZodDefault<z.ZodBoolean>;
30
- priority: z.ZodDefault<z.ZodNumber>;
31
30
  label: z.ZodString;
31
+ priority: z.ZodDefault<z.ZodNumber>;
32
32
  entryId: z.ZodString;
33
33
  }, z.core.$strip>;
34
34
  /** Ordered group of tray entries contributed by one package. */
@@ -38,8 +38,8 @@ declare const TrayMenuGroupSchema: z.ZodObject<{
38
38
  entries: z.ZodArray<z.ZodObject<{
39
39
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
40
40
  enabled: z.ZodDefault<z.ZodBoolean>;
41
- priority: z.ZodDefault<z.ZodNumber>;
42
41
  label: z.ZodString;
42
+ priority: z.ZodDefault<z.ZodNumber>;
43
43
  entryId: z.ZodString;
44
44
  }, z.core.$strip>>;
45
45
  section: z.ZodEnum<{
@@ -110,8 +110,8 @@ declare const TrayMenuSchemas: {
110
110
  entries: z.ZodArray<z.ZodObject<{
111
111
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
112
112
  enabled: z.ZodDefault<z.ZodBoolean>;
113
- priority: z.ZodDefault<z.ZodNumber>;
114
113
  label: z.ZodString;
114
+ priority: z.ZodDefault<z.ZodNumber>;
115
115
  entryId: z.ZodString;
116
116
  }, z.core.$strip>>;
117
117
  section: z.ZodEnum<{
@@ -1,3 +1,3 @@
1
- import { S as ProviderConfigFileRecordSchema, _ as BindingRecord, a as CanonicalProviderConfigPatchSchema, b as EffectiveAdapterSchema, c as CreateCanonicalProviderConfigInputSchema, d as ProviderConfigFileSet, f as AdapterFileConfig, g as AdapterSubsystemSchemas, h as AdapterReadinessSchema, i as CanonicalProviderConfigPatch, l as AdapterFileConfigSet, m as AdapterReadiness, n as CanonicalProviderConfigCredentialRefsPayload, o as CreateCanonicalProviderConfigInput, p as AdapterFileConfigSchema, r as CanonicalProviderConfigCredentialRefsSchema, s as CreateCanonicalProviderConfigInputPayload, t as CanonicalProviderConfigCredentialRefs, u as IAdapterConfigRepository, v as BindingRecordSchema, x as ProviderConfigFileRecord, y as EffectiveAdapter } from "../../index-BVMF3kRv.mjs";
2
- import { n as AdapterSubsystemSubjects, t as AdapterSubsystemNamespace } from "../../namespace-CWgNi8Gv.mjs";
1
+ import { S as ProviderConfigFileRecordSchema, _ as BindingRecord, a as CanonicalProviderConfigPatchSchema, b as EffectiveAdapterSchema, c as CreateCanonicalProviderConfigInputSchema, d as ProviderConfigFileSet, f as AdapterFileConfig, g as AdapterSubsystemSchemas, h as AdapterReadinessSchema, i as CanonicalProviderConfigPatch, l as AdapterFileConfigSet, m as AdapterReadiness, n as CanonicalProviderConfigCredentialRefsPayload, o as CreateCanonicalProviderConfigInput, p as AdapterFileConfigSchema, r as CanonicalProviderConfigCredentialRefsSchema, s as CreateCanonicalProviderConfigInputPayload, t as CanonicalProviderConfigCredentialRefs, u as IAdapterConfigRepository, v as BindingRecordSchema, x as ProviderConfigFileRecord, y as EffectiveAdapter } from "../../index-DfNIhEm_.mjs";
2
+ import { n as AdapterSubsystemSubjects, t as AdapterSubsystemNamespace } from "../../namespace-D_ZXa76m.mjs";
3
3
  export { AdapterFileConfig, AdapterFileConfigSchema, AdapterFileConfigSet, AdapterReadiness, AdapterReadinessSchema, AdapterSubsystemNamespace, AdapterSubsystemSchemas, AdapterSubsystemSubjects, BindingRecord, BindingRecordSchema, CanonicalProviderConfigCredentialRefs, CanonicalProviderConfigCredentialRefsPayload, CanonicalProviderConfigCredentialRefsSchema, CanonicalProviderConfigPatch, CanonicalProviderConfigPatchSchema, CreateCanonicalProviderConfigInput, CreateCanonicalProviderConfigInputPayload, CreateCanonicalProviderConfigInputSchema, EffectiveAdapter, EffectiveAdapterSchema, IAdapterConfigRepository, ProviderConfigFileRecord, ProviderConfigFileRecordSchema, ProviderConfigFileSet };
@@ -1,2 +1,2 @@
1
- import { n as AdapterSubsystemSubjects, t as AdapterSubsystemNamespace } from "../../namespace-CWgNi8Gv.mjs";
1
+ import { n as AdapterSubsystemSubjects, t as AdapterSubsystemNamespace } from "../../namespace-D_ZXa76m.mjs";
2
2
  export { AdapterSubsystemNamespace, AdapterSubsystemSubjects };