@makaio/framework 1.0.0-dev-1781117225170 → 1.0.0-dev-1781354548379
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -0
- package/dist/.makaio-build.json +2 -2
- package/dist/adapter-UpcpZDOv.mjs +1 -0
- package/dist/adapters/config/index.d.mts +1 -1
- package/dist/adapters/config/index.mjs +1 -1
- package/dist/adapters/index.d.mts +13 -5
- package/dist/adapters/index.mjs +2 -2
- package/dist/adapters/node.d.mts +1 -1
- package/dist/adapters/node.mjs +1 -1
- package/dist/bus/index.mjs +1 -1
- package/dist/client-BJVDImPV.d.mts +175 -0
- package/dist/clients/index.d.mts +101 -1
- package/dist/clients/index.mjs +2 -2
- package/dist/contracts/adapter/index.d.mts +2 -2
- package/dist/contracts/adapter/index.mjs +1 -1
- package/dist/contracts/adapter/schemas/session-lineage.d.mts +1 -1
- package/dist/contracts/artifact/index.d.mts +1 -1
- package/dist/contracts/client/index.d.mts +2 -2
- package/dist/contracts/common/index.d.mts +1 -1
- package/dist/contracts/config/index.d.mts +1 -1
- package/dist/contracts/extension/index.d.mts +4 -4
- package/dist/contracts/extension/index.mjs +1 -1
- package/dist/contracts/facet/index.d.mts +1 -1
- package/dist/contracts/harness/index.d.mts +1 -1
- package/dist/contracts/host/index.d.mts +1 -1
- package/dist/contracts/index.d.mts +786 -108
- package/dist/contracts/index.mjs +1 -1
- package/dist/contracts/materialization/index.d.mts +3 -3
- package/dist/contracts/model-registry/index.d.mts +1 -1
- package/dist/contracts/native-session-supervisor/index.d.mts +1 -1
- package/dist/contracts/platform/index.d.mts +1 -1
- package/dist/contracts/provider/index.d.mts +2 -2
- package/dist/contracts/session/index.d.mts +3 -3
- package/dist/contracts/session/index.mjs +1 -1
- package/dist/contracts/shared/index.d.mts +1 -1
- package/dist/contracts/skill/index.d.mts +1 -1
- package/dist/contracts/telemetry/index.d.mts +1 -1
- package/dist/contracts/timeout/index.d.mts +1 -1
- package/dist/contracts/variant/index.d.mts +1 -1
- package/dist/{definition-Cp-5xJp_.d.mts → definition-DqJOg6Lv.d.mts} +1 -1
- package/dist/{detached-extension-handle-oXbjv1tA.mjs → detached-extension-handle-Diiwgm13.mjs} +1 -1
- package/dist/drizzle/0001_messages_content_tsv.na.md +18 -0
- package/dist/drizzle/0012_legal_kate_bishop.sql +3 -0
- package/dist/drizzle/0013_eager_rhodey.sql +56 -0
- package/dist/drizzle/0014_fancy_ultimo.sql +1 -0
- package/dist/drizzle/0015_m_mqbh8q5b.sql +1 -0
- package/dist/drizzle/0016_m_mqbmq8h7.sql +1 -0
- package/dist/drizzle/0017_m_mqbnf924.sql +1 -0
- package/dist/drizzle/meta/0012_snapshot.json +2934 -0
- package/dist/drizzle/meta/0013_snapshot.json +2954 -0
- package/dist/drizzle/meta/0014_snapshot.json +2959 -0
- package/dist/drizzle/meta/0015_snapshot.json +2966 -0
- package/dist/drizzle/meta/0016_snapshot.json +2973 -0
- package/dist/drizzle/meta/0017_snapshot.json +2980 -0
- package/dist/drizzle/meta/_journal.json +42 -0
- package/dist/drizzle-wjquQK2m.mjs +1 -0
- package/dist/extension-DfNcE0zm.mjs +1 -0
- package/dist/extension-ZBN4BGre.mjs +1 -0
- package/dist/{filesystem-service-CBJT7A5w.mjs → filesystem-service-BjfrUmGS.mjs} +1 -1
- package/dist/{globby-C0lgTOUl.mjs → globby-BIH65cbN.mjs} +1 -1
- package/dist/handler-DqpiV9eA.mjs +1 -0
- package/dist/handlers-BAB4fQNH.mjs +41 -0
- package/dist/{index-uQl_1wQO.d.mts → index-BAhJKQLX.d.mts} +8 -8
- package/dist/{index-i7o6FtS0.d.mts → index-BDRKAxIV.d.mts} +129 -2
- package/dist/{index-CXfWW8cP.d.mts → index-BHAOu6Hs.d.mts} +20 -20
- package/dist/{index-t9Vt4Jbb.d.mts → index-BHzgDuRE.d.mts} +20 -3
- package/dist/{index-SFkbbDxs.d.mts → index-BYkOUd0x.d.mts} +1 -1
- package/dist/{index-CmGvjpUG.d.mts → index-BheaEhyI.d.mts} +6 -6
- package/dist/{index-Dsu1tPHm.d.mts → index-Bibt5jAX.d.mts} +8 -8
- package/dist/{index-Bw8SkcWG.d.mts → index-Bw_zL7Rs.d.mts} +1 -1
- package/dist/{index-ClgVA8Rz.d.mts → index-C3zfJg6s.d.mts} +6 -6
- package/dist/{index-v2kRZnfw2.d.mts → index-CH5U3zSA2.d.mts} +20 -10
- package/dist/{index-hWzUQtDn.d.mts → index-CTn_Xi-p.d.mts} +92 -19
- package/dist/{index-BY-fz0Jy.d.mts → index-DPIdX6kb.d.mts} +358 -110
- package/dist/{index-kLBWooVu.d.mts → index-Da4ABgRq.d.mts} +12 -12
- package/dist/{index-C1uZLARQ.d.mts → index-DrGLAuZc.d.mts} +1409 -72
- package/dist/{index-CT-zFurA.d.mts → index-Drz_a7kW.d.mts} +1 -1
- package/dist/{index-BELri1Hy.d.mts → index-IekAD8Gp.d.mts} +8 -8
- package/dist/{index-C_jIVT40.d.mts → index-fVgKVvta.d.mts} +1 -1
- package/dist/{index-BFaeVdsn2.d.mts → index-zgm2j9V92.d.mts} +44 -2
- package/dist/kernel/cli/index.d.mts +2 -2
- package/dist/kernel/cli/register.d.mts +1 -1
- package/dist/kernel/extension/index.d.mts +1 -1
- package/dist/kernel/extension/index.mjs +1 -1
- package/dist/kernel/index.d.mts +5 -5
- package/dist/kernel/index.mjs +1 -1
- package/dist/kernel/namespace/index.d.mts +1 -1
- package/dist/kernel/observability/index.d.mts +1 -1
- package/dist/kernel/providers/index.d.mts +1 -1
- package/dist/kernel/window/index.d.mts +1 -1
- package/dist/{lib-zuQKc8ym.mjs → lib-Cq5R6Tx9.mjs} +1 -1
- package/dist/{lib-IkUYa2Qs.mjs → lib-nlcl5kRW.mjs} +1 -1
- package/dist/{load-extensions-DE8qDIqi.d.mts → load-extensions-D9nbDIiW.d.mts} +1 -1
- package/dist/{load-extensions-CwxilDj1.mjs → load-extensions-wELQ4BBN.mjs} +1 -1
- package/dist/mcp-http-server/index.d.mts +132 -19
- package/dist/mcp-http-server/index.mjs +2 -2
- package/dist/{namespace-Dik_dNeE.d.mts → namespace--s0d86h-.d.mts} +144 -0
- package/dist/{namespace-ffepZB8Y.d.mts → namespace-B73Sxj5L.d.mts} +6 -6
- package/dist/{namespace-CZPu_jvy.d.mts → namespace-Boe6l5n9.d.mts} +82 -46
- package/dist/{namespace-Da_dHfdm.d.mts → namespace-BxxBhcV_.d.mts} +2 -2
- package/dist/namespace-Dfq6MDN9.mjs +1 -0
- package/dist/{namespace-DvHoeMUV.d.mts → namespace-aJJfBJU5.d.mts} +173 -3
- package/dist/node/bus-server/index.d.mts +1 -1
- package/dist/node/bus-server/index.mjs +1 -1
- package/dist/node/bus-server/server-lifecycle.d.mts +1 -1
- package/dist/node/bus-server/server-lifecycle.mjs +1 -1
- package/dist/{orchestrator-shared-FnWrPS09.mjs → orchestrator-shared-BKFXaKPL.mjs} +1 -1
- package/dist/{package-B2HkKyRz.d.mts → package--RZnpN2J.d.mts} +2 -3
- package/dist/package-BzJvtM5O.mjs +1 -0
- package/dist/package-DzN_jdqd.mjs +1 -0
- package/dist/package.json +1 -1
- package/dist/primitive-runtime-CNC_bSac.mjs +1 -0
- package/dist/registry-RG-bkw3c.mjs +146 -0
- package/dist/rules/index.d.mts +1 -1
- package/dist/rules/index.mjs +1 -1
- package/dist/rules/schemas.d.mts +1 -1
- package/dist/runtime-bun/index.mjs +1 -1
- package/dist/runtime-node/bus/runtime/namespace.d.mts +8 -8
- package/dist/runtime-node/bus/runtime/schemas.d.mts +11 -4
- package/dist/runtime-node/bus/runtime/schemas.mjs +1 -1
- package/dist/runtime-node/extension-discovery.d.mts +1 -1
- package/dist/runtime-node/extension-validation.d.mts +1 -1
- package/dist/runtime-node/extension-validation.mjs +1 -1
- package/dist/runtime-node/index.d.mts +77 -38
- package/dist/runtime-node/index.mjs +26 -53
- package/dist/runtime-node/makaio-config.d.mts +1 -1
- package/dist/runtime-node/makaio-config.mjs +1 -1
- package/dist/runtime-node/workflow-worker/index.d.mts +1 -1
- package/dist/runtime-node/workflow-worker/index.mjs +1 -1
- package/dist/runtime-node/workflow-worker/worker-entry.mjs +1 -1
- package/dist/schema-C3TgjrsV.mjs +1 -0
- package/dist/schema-CzhOc7TV.mjs +1 -0
- package/dist/{schema-CfuF2cXW.d.mts → schema-DGMLvVoQ.d.mts} +237 -11
- package/dist/schemas-CuKayWhA.mjs +1 -0
- package/dist/{schemas-SPI-Y87l2.d.mts → schemas-kVcJMjjn2.d.mts} +6 -6
- package/dist/{schemas-BiMxSTUx.d.mts → schemas-t1VR6_b_.d.mts} +3 -3
- package/dist/services/adapter-runtime/index.d.mts +3 -3
- package/dist/services/adapter-runtime/namespace.d.mts +1 -1
- package/dist/services/adapter-runtime/schemas.d.mts +1 -1
- package/dist/services/adapter-subsystem/index.d.mts +2 -2
- package/dist/services/adapter-subsystem/namespace.d.mts +1 -1
- package/dist/services/agent-runtime/index.d.mts +2 -2
- package/dist/services/agent-runtime/namespace.d.mts +1 -1
- package/dist/services/agent-runtime/schemas.d.mts +1 -1
- package/dist/services/capability/index.d.mts +1 -1
- package/dist/services/codebase/index.d.mts +2 -2
- package/dist/services/codebase/namespace.d.mts +1 -1
- package/dist/services/codebase/schemas.d.mts +1 -1
- package/dist/services/compression/index.d.mts +2 -2
- package/dist/services/compression/namespace.d.mts +1 -1
- package/dist/services/compression/schemas.d.mts +1 -1
- package/dist/services/context-rules/index.d.mts +4 -4
- package/dist/services/execution-target/index.d.mts +3 -3
- package/dist/services/execution-target/namespace.d.mts +1 -1
- package/dist/services/execution-target/schemas.d.mts +1 -1
- package/dist/services/filesystem/index.d.mts +1 -1
- package/dist/services/filesystem/index.mjs +1 -1
- 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 +31 -20
- package/dist/services/harness/index.mjs +1 -1
- package/dist/services/harness/storage/schema.d.mts +60 -16
- package/dist/services/harness/storage/schema.mjs +1 -1
- package/dist/services/index.d.mts +166 -69
- package/dist/services/index.mjs +1 -1
- package/dist/services/log-import/browser.d.mts +2 -2
- package/dist/services/log-import/index.d.mts +9 -15
- package/dist/services/log-import/index.mjs +2 -2
- package/dist/services/log-import/log-import.d.mts +1 -1
- package/dist/services/model-registry/index.d.mts +1 -1
- package/dist/services/preferences/index.d.mts +2 -2
- package/dist/services/preferences/schemas.d.mts +1 -1
- package/dist/services/preferences/storage-namespace.d.mts +2 -2
- package/dist/services/provider-context/index.d.mts +1 -1
- package/dist/services/provider-context/index.mjs +1 -1
- package/dist/services/session/handlers/index.d.mts +1 -1
- package/dist/services/session/handlers/index.mjs +1 -1
- package/dist/services/session/index.d.mts +10 -10
- package/dist/services/session/index.mjs +1 -1
- package/dist/services/session/messages/namespace.d.mts +1 -1
- package/dist/services/session/messages/namespace.mjs +1 -1
- package/dist/services/session/orchestrator-testing/index.d.mts +1 -1
- package/dist/services/session/orchestrator-testing/index.mjs +1 -1
- package/dist/services/session/session-events/namespace.d.mts +1 -1
- package/dist/services/session/session-events/namespace.mjs +1 -1
- package/dist/services/session/storage/namespace.d.mts +1 -1
- package/dist/services/session/storage/schema.d.mts +2 -2
- package/dist/services/session/storage/schema.mjs +1 -1
- package/dist/services/session/testing/index.d.mts +18 -2
- package/dist/services/session/testing/index.mjs +54 -3
- package/dist/services/session/testing/orchestrator-shared.d.mts +1 -1
- package/dist/services/session/testing/orchestrator-shared.mjs +1 -1
- package/dist/services/session/turns/namespace.d.mts +1 -1
- package/dist/services/session/turns/namespace.mjs +1 -1
- package/dist/services/session-editor/index.d.mts +1 -1
- package/dist/services/settings/index.d.mts +3 -3
- package/dist/services/settings/index.mjs +1 -1
- package/dist/services/settings/namespace.d.mts +6 -6
- package/dist/services/settings/storage/clients-namespace.d.mts +1 -1
- package/dist/services/settings/storage/clients-namespace.mjs +1 -1
- package/dist/services/settings/storage/index.d.mts +3 -3
- package/dist/services/settings/storage/index.mjs +1 -1
- package/dist/services/settings/storage/providers-namespace.d.mts +1 -1
- package/dist/services/settings/storage/providers-namespace.mjs +1 -1
- package/dist/services/subagent/index.d.mts +1 -1
- package/dist/services/subagent/index.mjs +1 -1
- package/dist/services/subagent-template/index.d.mts +2 -2
- package/dist/services/subagent-template/namespace.d.mts +1 -1
- package/dist/services/subagent-template/schemas.d.mts +1 -1
- package/dist/services/tool-approval/index.d.mts +1 -1
- package/dist/services/tool-approval/index.mjs +1 -1
- package/dist/services/tools/index.d.mts +1 -1
- package/dist/services/tools/index.mjs +1 -1
- package/dist/services/tray-menu/index.d.mts +3 -3
- package/dist/services/tray-menu/namespace.d.mts +1 -1
- package/dist/services/tray-menu/schemas.d.mts +1 -1
- package/dist/services/turn/index.d.mts +1 -1
- package/dist/services/turn/namespace.d.mts +1 -1
- package/dist/services/turn/schemas.d.mts +72 -0
- package/dist/services/turn/schemas.mjs +1 -1
- package/dist/{session-C1Cami7U.mjs → session-BwX5_k47.mjs} +1 -1
- package/dist/session-P4nX60Xx.mjs +39 -0
- package/dist/{src-DI5TcYUW.mjs → src-CBG3IHUl.mjs} +1 -1
- package/dist/storage/drizzle/client.d.mts +2 -78
- package/dist/storage/drizzle/client.mjs +1 -1
- package/dist/storage/drizzle/columns/postgres.d.mts +88 -0
- package/dist/storage/drizzle/columns/postgres.mjs +1 -0
- package/dist/storage/drizzle/columns/sqlite.d.mts +81 -0
- package/dist/storage/drizzle/columns/sqlite.mjs +1 -0
- package/dist/storage/drizzle/index.d.mts +976 -23
- package/dist/storage/drizzle/index.mjs +1 -1
- package/dist/storage/handlers/drizzle/index.d.mts +1 -1
- package/dist/storage/handlers/drizzle/index.mjs +1 -1
- package/dist/storage/handlers/index.d.mts +1 -1
- package/dist/storage/handlers/index.mjs +1 -1
- package/dist/testing/drizzle-harness.d.mts +52 -6
- package/dist/testing/drizzle-harness.mjs +1 -1
- package/dist/testing/index.d.mts +34 -2
- package/dist/testing/index.mjs +1 -1
- package/dist/{tool-approval-service-BgNcJvKx.mjs → tool-approval-service-DNHV5x0M.mjs} +1 -1
- package/dist/tools-CQImrHAp.mjs +1 -0
- package/dist/{types-CZHV05Lu.d.mts → types-BpuLMR2m.d.mts} +616 -433
- package/dist/{types-C5Uy3WEy.d.mts → types-D0fPFh-D.d.mts} +1 -1
- package/dist/{types-0u6hpELc.d.mts → types-D6jnDjP2.d.mts} +18 -5
- package/dist/ui-components/index.d.mts +36 -37
- package/dist/ui-kernel/index.d.mts +1 -1
- package/dist/ui-kernel/pages/schemas.d.mts +1 -1
- package/dist/ui-views/index.d.mts +2 -2
- package/dist/workflow-engine/index.d.mts +539 -110
- package/dist/workflow-engine/index.mjs +1 -1
- package/dist/workflow-engine/package.d.mts +1 -1
- package/dist/workflow-engine/package.mjs +1 -1
- package/dist/workflow-engine/workflow-orchestrator.mjs +1 -1
- package/dist/{workflow-worker-hDaQzTBl.mjs → workflow-worker-CK9Sqj7D.mjs} +1 -1
- package/package.json +49 -1
- package/dist/adapter-Dt2FDMs4.mjs +0 -1
- package/dist/drizzle-DpjZFY_j.mjs +0 -1
- package/dist/extension--5Q190u_.mjs +0 -1
- package/dist/extension-DFIZ3FCJ.mjs +0 -1
- package/dist/handlers-Bev7-xjL.mjs +0 -41
- package/dist/namespace-CDiM5Bcr.mjs +0 -1
- package/dist/namespace-h0HIuqx0.mjs +0 -1
- package/dist/package-C9wOiMK9.mjs +0 -1
- package/dist/package-OE9dMQsq.mjs +0 -1
- package/dist/primitive-runtime-1Z3JbRUj.mjs +0 -1
- package/dist/schema-DCJyzRHe.mjs +0 -1
- package/dist/schema-DOnJmAPw.mjs +0 -1
- package/dist/schemas-CSUwpaNm.mjs +0 -1
- package/dist/session-BnfsJoZi.mjs +0 -134
- package/dist/tools-B8d8Iqqx.mjs +0 -1
- package/dist/types-yTKQTAok.d.mts +0 -31
- /package/dist/{ajv-0JG5NFEd.mjs → ajv-BA2z5ztb.mjs} +0 -0
- /package/dist/{await-trigger-CHuOd5co.mjs → await-trigger-DREnXCEJ.mjs} +0 -0
- /package/dist/{base-orchestrator-D-S9v5VY.d.mts → base-orchestrator-M5mAB5-w.d.mts} +0 -0
- /package/dist/{cleanEnvForAdapter-BlpmyXYk.mjs → cleanEnvForAdapter-vZfPGi0X.mjs} +0 -0
- /package/dist/{clients-namespace-E97p_GKF.d.mts → clients-namespace-SFk7OTop.d.mts} +0 -0
- /package/dist/{config-namespace-R_34Wfps.d.mts → config-namespace-BzAvE2nY.d.mts} +0 -0
- /package/dist/{create-static-mount-B9Szo_7y.mjs → create-static-mount-BB1MIQ9J.mjs} +0 -0
- /package/dist/{cross-spawn-CTptpCy4.mjs → cross-spawn-BL6EvJBv.mjs} +0 -0
- /package/dist/{cursor-storage-YikwAZR5.mjs → cursor-storage-CmKjSvKY.mjs} +0 -0
- /package/dist/{definition-CYzWS2eR.d.mts → definition-BSghHJpQ.d.mts} +0 -0
- /package/dist/{definition-CvOuzWNT.d.mts → definition-q6iLw11H.d.mts} +0 -0
- /package/dist/{descriptor-to-package-9nrAH_D5.mjs → descriptor-to-package-CY8oc2gl.mjs} +0 -0
- /package/dist/{esm-CglYG5aA.mjs → esm-CQVFKEW5.mjs} +0 -0
- /package/dist/{extension-discovery-BD1-oNU_.d.mts → extension-discovery-CkV_VRdJ.d.mts} +0 -0
- /package/dist/{filesystem-service-BcwRp4k1.d.mts → filesystem-service-Ddngll0j.d.mts} +0 -0
- /package/dist/{index-DJQew2k-.d.mts → index-9IDJUJ4X.d.mts} +0 -0
- /package/dist/{index-CNYPKkyH.d.mts → index-BBvcP-P0.d.mts} +0 -0
- /package/dist/{index-DfUBcVtG.d.mts → index-BCKRUuI2.d.mts} +0 -0
- /package/dist/{index-Dn9Uum3F.d.mts → index-BMpRB6iE.d.mts} +0 -0
- /package/dist/{index-CdNDnxXR.d.mts → index-BbCjtc3h.d.mts} +0 -0
- /package/dist/{index-B6RGNugn.d.mts → index-BnQSPC6c.d.mts} +0 -0
- /package/dist/{index-DUPZKsd3.d.mts → index-BpXX9WZJ.d.mts} +0 -0
- /package/dist/{index-DUhXk_q6.d.mts → index-BpniJgxu.d.mts} +0 -0
- /package/dist/{index-ChG8ZUNP.d.mts → index-Bsp0O_sI.d.mts} +0 -0
- /package/dist/{index-CF7dnqQj.d.mts → index-Buo9H8RK.d.mts} +0 -0
- /package/dist/{index-9KnLzPYu.d.mts → index-BxFA1XcP.d.mts} +0 -0
- /package/dist/{index-AZ4iLe7O2.d.mts → index-C33Tq1ei2.d.mts} +0 -0
- /package/dist/{index--0CnhN0g.d.mts → index-C6BhKRnH.d.mts} +0 -0
- /package/dist/{index-BV8rSmDZ.d.mts → index-CDU_s69P.d.mts} +0 -0
- /package/dist/{index-BDlpFEsp2.d.mts → index-CGJjA-hR2.d.mts} +0 -0
- /package/dist/{index-DNGUXQGC.d.mts → index-Cz9JMjZK.d.mts} +0 -0
- /package/dist/{index-C-YBGCCG.d.mts → index-D0SUjZmU.d.mts} +0 -0
- /package/dist/{index-yNb7G73-.d.mts → index-D6Iyvz9T.d.mts} +0 -0
- /package/dist/{index-ziQTLYUO.d.mts → index-DOfq0qqv.d.mts} +0 -0
- /package/dist/{index-BYxgW2i0.d.mts → index-DSV1aFgK.d.mts} +0 -0
- /package/dist/{index-Dbwm5Y-Q.d.mts → index-Dsq2zKvu.d.mts} +0 -0
- /package/dist/{jsonl-transport-DBHQgcIm.mjs → jsonl-transport-C21tpVfe.mjs} +0 -0
- /package/dist/{lib-CaOdTS9F.mjs → lib-CNOQJtgs.mjs} +0 -0
- /package/dist/{namespace-DnZ4rS6T2.d.mts → namespace-B60mn8J-2.d.mts} +0 -0
- /package/dist/{namespace-DfYutvMT.d.mts → namespace-BBVtD1gu.d.mts} +0 -0
- /package/dist/{namespace-BaJJxBsI.d.mts → namespace-CHMszppN.d.mts} +0 -0
- /package/dist/{namespace-uGw5nK6d.d.mts → namespace-CqUGzG53.d.mts} +0 -0
- /package/dist/{namespace-13uMtVGj.d.mts → namespace-DRFJN-_z.d.mts} +0 -0
- /package/dist/{namespace-TfZGCy7N.d.mts → namespace-DzVf1hVH.d.mts} +0 -0
- /package/dist/{namespace-QTFnJWHC.d.mts → namespace-XTGCaSXj.d.mts} +0 -0
- /package/dist/{namespace-CTrNKkxY.d.mts → namespace-nlsvvMtD.d.mts} +0 -0
- /package/dist/{namespace-DkDvQJhB.d.mts → namespace-uuR0Fg5r.d.mts} +0 -0
- /package/dist/{orchestrator-shared-BZVeoRfr.d.mts → orchestrator-shared-D91Wk7z-.d.mts} +0 -0
- /package/dist/{out-CiFds_ap.mjs → out-C1JFb2Bp.mjs} +0 -0
- /package/dist/{provider-context-lfG0BpqX.mjs → provider-context-wp4VSJFI.mjs} +0 -0
- /package/dist/{providers-namespace-Cc9FQ-Zt.d.mts → providers-namespace-BqWYkydw.d.mts} +0 -0
- /package/dist/{schemas-BD-1NGmS.d.mts → schemas-B5ToLwIs.d.mts} +0 -0
- /package/dist/{schemas-Hy-lsBpg.d.mts → schemas-B77Gi8Xr.d.mts} +0 -0
- /package/dist/{schemas-BzK1I1eX.d.mts → schemas-C792eVAZ.d.mts} +0 -0
- /package/dist/{schemas-CYS6bkht.d.mts → schemas-Chyj6HuZ.d.mts} +0 -0
- /package/dist/{schemas-DL_bGYyZ.d.mts → schemas-DZUaRcYl.d.mts} +0 -0
- /package/dist/{schemas-DdZwjeF0.d.mts → schemas-Dv5FxHDT.d.mts} +0 -0
- /package/dist/{schemas-CsjB6gel.d.mts → schemas-Dyk7JuVl.d.mts} +0 -0
- /package/dist/{schemas-DFWGb4uj.d.mts → schemas-Kq33MTPY.d.mts} +0 -0
- /package/dist/{schemas-BFeP62V4.d.mts → schemas-lqvZ6UpK.d.mts} +0 -0
- /package/dist/{server-lifecycle-DVAbXQzg.d.mts → server-lifecycle-47mygK3E.d.mts} +0 -0
- /package/dist/{server-lifecycle-JTFuSJhg.mjs → server-lifecycle-Cg47L59Q.mjs} +0 -0
- /package/dist/{session-lineage-CxHc3_bm.d.mts → session-lineage-CKg6mErA.d.mts} +0 -0
- /package/dist/{shared-schemas-CKe2uN4-.mjs → shared-schemas-DYL7a-No.mjs} +0 -0
- /package/dist/{src-4_2jBceX.mjs → src-DedDL9iv.mjs} +0 -0
- /package/dist/{storage-namespace-I30TaZP7.d.mts → storage-namespace-BXmMUd7a.d.mts} +0 -0
- /package/dist/{storage-namespace-definition-ZNBL3v2h.d.mts → storage-namespace-definition-C3XbpiP8.d.mts} +0 -0
- /package/dist/{types-11QnNmpW.d.mts → types-5Gw3iVpK.d.mts} +0 -0
- /package/dist/{types-BKNpS4Xw.d.mts → types-B0BtvVAq.d.mts} +0 -0
- /package/dist/{types-BtMNh2FS.d.mts → types-D-bP8RRE.d.mts} +0 -0
- /package/dist/{window-registry-QD1rTk_f.d.mts → window-registry-CfEi_Ji4.d.mts} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as AgentRuntimeSubjects, t as AgentRuntimeNamespace } from "../../namespace-
|
|
1
|
+
import { n as AgentRuntimeSubjects, t as AgentRuntimeNamespace } from "../../namespace-DRFJN-_z.mjs";
|
|
2
2
|
export { AgentRuntimeNamespace, AgentRuntimeSubjects };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as AgentRuntimeSelectionSchema, i as AgentRuntimeSelection, n as AgentInstanceStatusSchema, r as AgentRuntimeSchemas, t as AgentInstanceStatus } from "../../schemas-
|
|
1
|
+
import { a as AgentRuntimeSelectionSchema, i as AgentRuntimeSelection, n as AgentInstanceStatusSchema, r as AgentRuntimeSchemas, t as AgentInstanceStatus } from "../../schemas-Dv5FxHDT.mjs";
|
|
2
2
|
export { AgentInstanceStatus, AgentInstanceStatusSchema, AgentRuntimeSchemas, AgentRuntimeSelection, AgentRuntimeSelectionSchema };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as CapabilityService } from "../../index-
|
|
1
|
+
import { t as CapabilityService } from "../../index-BnQSPC6c.mjs";
|
|
2
2
|
export { CapabilityService };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { n as CodebaseSubjects, t as CodebaseNamespace } from "../../namespace-
|
|
2
|
-
import { n as CodebaseChangedEventSchema, r as CodebaseSchemas, t as CodebaseChangedEvent } from "../../schemas-
|
|
1
|
+
import { n as CodebaseSubjects, t as CodebaseNamespace } from "../../namespace-XTGCaSXj.mjs";
|
|
2
|
+
import { n as CodebaseChangedEventSchema, r as CodebaseSchemas, t as CodebaseChangedEvent } from "../../schemas-B77Gi8Xr.mjs";
|
|
3
3
|
export { type CodebaseChangedEvent, CodebaseChangedEventSchema, CodebaseNamespace, CodebaseSchemas, CodebaseSubjects };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as CodebaseSubjects, t as CodebaseNamespace } from "../../namespace-
|
|
1
|
+
import { n as CodebaseSubjects, t as CodebaseNamespace } from "../../namespace-XTGCaSXj.mjs";
|
|
2
2
|
export { CodebaseNamespace, CodebaseSubjects };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as CodebaseChangedEventSchema, r as CodebaseSchemas, t as CodebaseChangedEvent } from "../../schemas-
|
|
1
|
+
import { n as CodebaseChangedEventSchema, r as CodebaseSchemas, t as CodebaseChangedEvent } from "../../schemas-B77Gi8Xr.mjs";
|
|
2
2
|
export { CodebaseChangedEvent, CodebaseChangedEventSchema, CodebaseSchemas };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as CompressResponse, c as CompressionEventSchema, d as ExtractedContextSchema, f as TechnicalDetails, h as TodoEntrySchema, i as CompressRequestSchema, l as CompressionSchemas, m as TodoEntry, n as BugEntrySchema, o as CompressResponseSchema, p as TechnicalDetailsSchema, r as CompressRequest, s as CompressionEvent, t as BugEntry, u as ExtractedContext } from "../../schemas-
|
|
2
|
-
import { n as CompressionSubjects, t as CompressionNamespace } from "../../namespace-
|
|
1
|
+
import { a as CompressResponse, c as CompressionEventSchema, d as ExtractedContextSchema, f as TechnicalDetails, h as TodoEntrySchema, i as CompressRequestSchema, l as CompressionSchemas, m as TodoEntry, n as BugEntrySchema, o as CompressResponseSchema, p as TechnicalDetailsSchema, r as CompressRequest, s as CompressionEvent, t as BugEntry, u as ExtractedContext } from "../../schemas-Dyk7JuVl.mjs";
|
|
2
|
+
import { n as CompressionSubjects, t as CompressionNamespace } from "../../namespace-uuR0Fg5r.mjs";
|
|
3
3
|
export { type BugEntry, BugEntrySchema, type CompressRequest, CompressRequestSchema, type CompressResponse, CompressResponseSchema, type CompressionEvent, CompressionEventSchema, CompressionNamespace, CompressionSchemas, CompressionSubjects, type ExtractedContext, ExtractedContextSchema, type TechnicalDetails, TechnicalDetailsSchema, type TodoEntry, TodoEntrySchema };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as CompressionSubjects, t as CompressionNamespace } from "../../namespace-
|
|
1
|
+
import { n as CompressionSubjects, t as CompressionNamespace } from "../../namespace-uuR0Fg5r.mjs";
|
|
2
2
|
export { CompressionNamespace, CompressionSubjects };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as CompressResponse, c as CompressionEventSchema, d as ExtractedContextSchema, f as TechnicalDetails, h as TodoEntrySchema, i as CompressRequestSchema, l as CompressionSchemas, m as TodoEntry, n as BugEntrySchema, o as CompressResponseSchema, p as TechnicalDetailsSchema, r as CompressRequest, s as CompressionEvent, t as BugEntry, u as ExtractedContext } from "../../schemas-
|
|
1
|
+
import { a as CompressResponse, c as CompressionEventSchema, d as ExtractedContextSchema, f as TechnicalDetails, h as TodoEntrySchema, i as CompressRequestSchema, l as CompressionSchemas, m as TodoEntry, n as BugEntrySchema, o as CompressResponseSchema, p as TechnicalDetailsSchema, r as CompressRequest, s as CompressionEvent, t as BugEntry, u as ExtractedContext } from "../../schemas-Dyk7JuVl.mjs";
|
|
2
2
|
export { BugEntry, BugEntrySchema, CompressRequest, CompressRequestSchema, CompressResponse, CompressResponseSchema, CompressionEvent, CompressionEventSchema, CompressionSchemas, ExtractedContext, ExtractedContextSchema, TechnicalDetails, TechnicalDetailsSchema, TodoEntry, TodoEntrySchema };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as ManagedInstructionFileTarget, a as ContextRuleInput, b as TurnContextRuleAction, c as ContextRuleScope, d as ContextSnapshot, f as ContextSnapshotBase, g as MANAGED_INSTRUCTION_FILE_TARGETS, h as FileContextRuleAction, i as ContextRuleCondition, l as ContextRuleScopeFields, m as DEFAULT_CONTEXT_RULE_TURN_CONTEXT_KEY, n as ContextRuleAction, o as ContextRuleListQuery, p as ContextSnapshotExtensions, r as ContextRuleChangedEvent, s as ContextRuleResolutionRequest, t as ContextRule, u as ContextRuleScopeIdentity, v as ResolvedContextRule, y as ResolvedContextRules } from "../../types-
|
|
1
|
+
import { _ as ManagedInstructionFileTarget, a as ContextRuleInput, b as TurnContextRuleAction, c as ContextRuleScope, d as ContextSnapshot, f as ContextSnapshotBase, g as MANAGED_INSTRUCTION_FILE_TARGETS, h as FileContextRuleAction, i as ContextRuleCondition, l as ContextRuleScopeFields, m as DEFAULT_CONTEXT_RULE_TURN_CONTEXT_KEY, n as ContextRuleAction, o as ContextRuleListQuery, p as ContextSnapshotExtensions, r as ContextRuleChangedEvent, s as ContextRuleResolutionRequest, t as ContextRule, u as ContextRuleScopeIdentity, v as ResolvedContextRule, y as ResolvedContextRules } from "../../types-B0BtvVAq.mjs";
|
|
2
2
|
import * as _$zod from "zod";
|
|
3
3
|
import { z } from "zod";
|
|
4
4
|
import * as _$_makaio_core0 from "@makaio/framework/core";
|
|
@@ -160,9 +160,9 @@ declare const ResolvedContextRulesSchema: z.ZodObject<{
|
|
|
160
160
|
declare const ContextRuleChangedEventSchema: z.ZodObject<{
|
|
161
161
|
ruleId: z.ZodString;
|
|
162
162
|
changeType: z.ZodEnum<{
|
|
163
|
+
updated: "updated";
|
|
163
164
|
created: "created";
|
|
164
165
|
deleted: "deleted";
|
|
165
|
-
updated: "updated";
|
|
166
166
|
}>;
|
|
167
167
|
previous: z.ZodNullable<z.ZodObject<{
|
|
168
168
|
scope: z.ZodEnum<{
|
|
@@ -313,9 +313,9 @@ declare const ContextRulesServiceNamespace: _$_makaio_core0.BusNamespaceDefiniti
|
|
|
313
313
|
changed: _$zod.ZodObject<{
|
|
314
314
|
ruleId: _$zod.ZodString;
|
|
315
315
|
changeType: _$zod.ZodEnum<{
|
|
316
|
+
updated: "updated";
|
|
316
317
|
created: "created";
|
|
317
318
|
deleted: "deleted";
|
|
318
|
-
updated: "updated";
|
|
319
319
|
}>;
|
|
320
320
|
previous: _$zod.ZodNullable<_$zod.ZodObject<{
|
|
321
321
|
scope: _$zod.ZodEnum<{
|
|
@@ -383,9 +383,9 @@ declare const ContextRulesServiceSubjects: _$_makaio_core0.BusSubjects<_$_makaio
|
|
|
383
383
|
changed: _$zod.ZodObject<{
|
|
384
384
|
ruleId: _$zod.ZodString;
|
|
385
385
|
changeType: _$zod.ZodEnum<{
|
|
386
|
+
updated: "updated";
|
|
386
387
|
created: "created";
|
|
387
388
|
deleted: "deleted";
|
|
388
|
-
updated: "updated";
|
|
389
389
|
}>;
|
|
390
390
|
previous: _$zod.ZodNullable<_$zod.ZodObject<{
|
|
391
391
|
scope: _$zod.ZodEnum<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as ExecutionTargetInputSchema, c as ExecutionTargetResolveRequest, d as ExecutionTargetSchemas, f as ExecutionTargetType, i as ExecutionTargetInput, l as ExecutionTargetResolveRequestSchema, m as LocalExecutionTargetSchema, n as ContainerLocalExecutionTargetSchema, o as ExecutionTargetListQuery, p as ExecutionTargetTypeSchema, r as ExecutionTarget, s as ExecutionTargetListQuerySchema, t as ContainerIsolatedExecutionTargetSchema, u as ExecutionTargetSchema } from "../../schemas-
|
|
2
|
-
import { n as ExecutionTargetSubjects, t as ExecutionTargetNamespace } from "../../namespace-
|
|
3
|
-
import { A as StatusResponseSchema, C as SpawnRequest, D as StatusRequest, E as SpawnResponseSchema, M as StopRequestSchema, N as StopResponse, O as StatusRequestSchema, P as StopResponseSchema, S as ContainerStoppedSchema, T as SpawnResponse, _ as ContainerStarted, a as ContainerBootstrapConfig, b as ContainerStateSchema, c as ContainerCreatedSchema, d as ContainerIsolatedSpawnRequest, f as ContainerIsolatedSpawnRequestSchema, g as ContainerRuntimeSchema, h as ContainerRuntime, i as DockerSubjects, j as StopRequest, k as StatusResponse, l as ContainerDestroyed, m as ContainerLocalSpawnRequestSchema, n as ContainerSpawnSubjects, o as ContainerBootstrapConfigSchema, p as ContainerLocalSpawnRequest, r as DockerNamespace, s as ContainerCreated, t as ContainerSpawnNamespace, u as ContainerDestroyedSchema, v as ContainerStartedSchema, w as SpawnRequestSchema, x as ContainerStopped, y as ContainerState } from "../../index-
|
|
1
|
+
import { a as ExecutionTargetInputSchema, c as ExecutionTargetResolveRequest, d as ExecutionTargetSchemas, f as ExecutionTargetType, i as ExecutionTargetInput, l as ExecutionTargetResolveRequestSchema, m as LocalExecutionTargetSchema, n as ContainerLocalExecutionTargetSchema, o as ExecutionTargetListQuery, p as ExecutionTargetTypeSchema, r as ExecutionTarget, s as ExecutionTargetListQuerySchema, t as ContainerIsolatedExecutionTargetSchema, u as ExecutionTargetSchema } from "../../schemas-B5ToLwIs.mjs";
|
|
2
|
+
import { n as ExecutionTargetSubjects, t as ExecutionTargetNamespace } from "../../namespace-BBVtD1gu.mjs";
|
|
3
|
+
import { A as StatusResponseSchema, C as SpawnRequest, D as StatusRequest, E as SpawnResponseSchema, M as StopRequestSchema, N as StopResponse, O as StatusRequestSchema, P as StopResponseSchema, S as ContainerStoppedSchema, T as SpawnResponse, _ as ContainerStarted, a as ContainerBootstrapConfig, b as ContainerStateSchema, c as ContainerCreatedSchema, d as ContainerIsolatedSpawnRequest, f as ContainerIsolatedSpawnRequestSchema, g as ContainerRuntimeSchema, h as ContainerRuntime, i as DockerSubjects, j as StopRequest, k as StatusResponse, l as ContainerDestroyed, m as ContainerLocalSpawnRequestSchema, n as ContainerSpawnSubjects, o as ContainerBootstrapConfigSchema, p as ContainerLocalSpawnRequest, r as DockerNamespace, s as ContainerCreated, t as ContainerSpawnNamespace, u as ContainerDestroyedSchema, v as ContainerStartedSchema, w as SpawnRequestSchema, x as ContainerStopped, y as ContainerState } from "../../index-BpXX9WZJ.mjs";
|
|
4
4
|
export { ContainerBootstrapConfig, ContainerBootstrapConfigSchema, ContainerCreated, ContainerCreatedSchema, ContainerDestroyed, ContainerDestroyedSchema, ContainerIsolatedExecutionTargetSchema, ContainerIsolatedSpawnRequest, ContainerIsolatedSpawnRequestSchema, ContainerLocalExecutionTargetSchema, ContainerLocalSpawnRequest, ContainerLocalSpawnRequestSchema, ContainerRuntime, ContainerRuntimeSchema, ContainerSpawnNamespace, ContainerSpawnSubjects, ContainerStarted, ContainerStartedSchema, ContainerState, ContainerStateSchema, ContainerStopped, ContainerStoppedSchema, DockerNamespace, DockerSubjects, ExecutionTarget, ExecutionTargetInput, ExecutionTargetInputSchema, ExecutionTargetListQuery, ExecutionTargetListQuerySchema, ExecutionTargetNamespace, ExecutionTargetResolveRequest, ExecutionTargetResolveRequestSchema, ExecutionTargetSchema, ExecutionTargetSchemas, ExecutionTargetSubjects, ExecutionTargetType, ExecutionTargetTypeSchema, LocalExecutionTargetSchema, SpawnRequest, SpawnRequestSchema, SpawnResponse, SpawnResponseSchema, StatusRequest, StatusRequestSchema, StatusResponse, StatusResponseSchema, StopRequest, StopRequestSchema, StopResponse, StopResponseSchema };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as ExecutionTargetSubjects, t as ExecutionTargetNamespace } from "../../namespace-
|
|
1
|
+
import { n as ExecutionTargetSubjects, t as ExecutionTargetNamespace } from "../../namespace-BBVtD1gu.mjs";
|
|
2
2
|
export { ExecutionTargetNamespace, ExecutionTargetSubjects };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as ExecutionTargetInputSchema, c as ExecutionTargetResolveRequest, d as ExecutionTargetSchemas, f as ExecutionTargetType, i as ExecutionTargetInput, l as ExecutionTargetResolveRequestSchema, m as LocalExecutionTargetSchema, n as ContainerLocalExecutionTargetSchema, o as ExecutionTargetListQuery, p as ExecutionTargetTypeSchema, r as ExecutionTarget, s as ExecutionTargetListQuerySchema, t as ContainerIsolatedExecutionTargetSchema, u as ExecutionTargetSchema } from "../../schemas-
|
|
1
|
+
import { a as ExecutionTargetInputSchema, c as ExecutionTargetResolveRequest, d as ExecutionTargetSchemas, f as ExecutionTargetType, i as ExecutionTargetInput, l as ExecutionTargetResolveRequestSchema, m as LocalExecutionTargetSchema, n as ContainerLocalExecutionTargetSchema, o as ExecutionTargetListQuery, p as ExecutionTargetTypeSchema, r as ExecutionTarget, s as ExecutionTargetListQuerySchema, t as ContainerIsolatedExecutionTargetSchema, u as ExecutionTargetSchema } from "../../schemas-B5ToLwIs.mjs";
|
|
2
2
|
export { ContainerIsolatedExecutionTargetSchema, ContainerLocalExecutionTargetSchema, ExecutionTarget, ExecutionTargetInput, ExecutionTargetInputSchema, ExecutionTargetListQuery, ExecutionTargetListQuerySchema, ExecutionTargetResolveRequest, ExecutionTargetResolveRequestSchema, ExecutionTargetSchema, ExecutionTargetSchemas, ExecutionTargetType, ExecutionTargetTypeSchema, LocalExecutionTargetSchema };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { t as FileSystemService } from "../../filesystem-service-
|
|
1
|
+
import { t as FileSystemService } from "../../filesystem-service-Ddngll0j.mjs";
|
|
2
2
|
import { FileSystemSubjects, FsNamespace, FsSubjects } from "./namespace.mjs";
|
|
3
3
|
export { FileSystemService, FileSystemSubjects, FsNamespace, FsSubjects };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{FileSystemSubjects as e,FsNamespace as t,FsSubjects as n}from"./namespace.mjs";import{t as r}from"../../filesystem-service-
|
|
1
|
+
import{FileSystemSubjects as e,FsNamespace as t,FsSubjects as n}from"./namespace.mjs";import{t as r}from"../../filesystem-service-BjfrUmGS.mjs";export{r as FileSystemService,e as FileSystemSubjects,t as FsNamespace,n as FsSubjects};
|
|
@@ -10,18 +10,18 @@ declare const FsNamespace: _$_makaio_core0.BusNamespaceDefinition<"fs", {
|
|
|
10
10
|
changed: _$zod.ZodObject<{
|
|
11
11
|
path: _$zod.ZodString;
|
|
12
12
|
kind: _$zod.ZodEnum<{
|
|
13
|
+
change: "change";
|
|
13
14
|
create: "create";
|
|
14
15
|
delete: "delete";
|
|
15
|
-
change: "change";
|
|
16
16
|
}>;
|
|
17
17
|
}, _$zod_v4_core0.$strip>;
|
|
18
18
|
batch: _$zod.ZodObject<{
|
|
19
19
|
changes: _$zod.ZodArray<_$zod.ZodObject<{
|
|
20
20
|
path: _$zod.ZodString;
|
|
21
21
|
kind: _$zod.ZodEnum<{
|
|
22
|
+
change: "change";
|
|
22
23
|
create: "create";
|
|
23
24
|
delete: "delete";
|
|
24
|
-
change: "change";
|
|
25
25
|
}>;
|
|
26
26
|
}, _$zod_v4_core0.$strip>>;
|
|
27
27
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -153,18 +153,18 @@ declare const FsSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSubjec
|
|
|
153
153
|
changed: _$zod.ZodObject<{
|
|
154
154
|
path: _$zod.ZodString;
|
|
155
155
|
kind: _$zod.ZodEnum<{
|
|
156
|
+
change: "change";
|
|
156
157
|
create: "create";
|
|
157
158
|
delete: "delete";
|
|
158
|
-
change: "change";
|
|
159
159
|
}>;
|
|
160
160
|
}, _$zod_v4_core0.$strip>;
|
|
161
161
|
batch: _$zod.ZodObject<{
|
|
162
162
|
changes: _$zod.ZodArray<_$zod.ZodObject<{
|
|
163
163
|
path: _$zod.ZodString;
|
|
164
164
|
kind: _$zod.ZodEnum<{
|
|
165
|
+
change: "change";
|
|
165
166
|
create: "create";
|
|
166
167
|
delete: "delete";
|
|
167
|
-
change: "change";
|
|
168
168
|
}>;
|
|
169
169
|
}, _$zod_v4_core0.$strip>>;
|
|
170
170
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -294,18 +294,18 @@ declare const FileSystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
294
294
|
changed: _$zod.ZodObject<{
|
|
295
295
|
path: _$zod.ZodString;
|
|
296
296
|
kind: _$zod.ZodEnum<{
|
|
297
|
+
change: "change";
|
|
297
298
|
create: "create";
|
|
298
299
|
delete: "delete";
|
|
299
|
-
change: "change";
|
|
300
300
|
}>;
|
|
301
301
|
}, _$zod_v4_core0.$strip>;
|
|
302
302
|
batch: _$zod.ZodObject<{
|
|
303
303
|
changes: _$zod.ZodArray<_$zod.ZodObject<{
|
|
304
304
|
path: _$zod.ZodString;
|
|
305
305
|
kind: _$zod.ZodEnum<{
|
|
306
|
+
change: "change";
|
|
306
307
|
create: "create";
|
|
307
308
|
delete: "delete";
|
|
308
|
-
change: "change";
|
|
309
309
|
}>;
|
|
310
310
|
}, _$zod_v4_core0.$strip>>;
|
|
311
311
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -5,9 +5,9 @@ import { z } from "zod";
|
|
|
5
5
|
* File change kind.
|
|
6
6
|
*/
|
|
7
7
|
declare const FsChangeKindSchema: z.ZodEnum<{
|
|
8
|
+
change: "change";
|
|
8
9
|
create: "create";
|
|
9
10
|
delete: "delete";
|
|
10
|
-
change: "change";
|
|
11
11
|
}>;
|
|
12
12
|
type FsChangeKind = z.infer<typeof FsChangeKindSchema>;
|
|
13
13
|
/**
|
|
@@ -16,9 +16,9 @@ type FsChangeKind = z.infer<typeof FsChangeKindSchema>;
|
|
|
16
16
|
declare const FsChangedSchema: z.ZodObject<{
|
|
17
17
|
path: z.ZodString;
|
|
18
18
|
kind: z.ZodEnum<{
|
|
19
|
+
change: "change";
|
|
19
20
|
create: "create";
|
|
20
21
|
delete: "delete";
|
|
21
|
-
change: "change";
|
|
22
22
|
}>;
|
|
23
23
|
}, z.core.$strip>;
|
|
24
24
|
type FsChanged = z.infer<typeof FsChangedSchema>;
|
|
@@ -29,9 +29,9 @@ declare const FsBatchSchema: z.ZodObject<{
|
|
|
29
29
|
changes: z.ZodArray<z.ZodObject<{
|
|
30
30
|
path: z.ZodString;
|
|
31
31
|
kind: z.ZodEnum<{
|
|
32
|
+
change: "change";
|
|
32
33
|
create: "create";
|
|
33
34
|
delete: "delete";
|
|
34
|
-
change: "change";
|
|
35
35
|
}>;
|
|
36
36
|
}, z.core.$strip>>;
|
|
37
37
|
}, z.core.$strip>;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
import * as _$_makaio_core0 from "@makaio/framework/core";
|
|
3
|
+
import { IMakaioBus } from "@makaio/framework/bus";
|
|
3
4
|
import { HarnessDefinition } from "@makaio/framework/contracts";
|
|
4
|
-
import * as _$drizzle_orm_sqlite_core0 from "drizzle-orm/sqlite-core";
|
|
5
5
|
import * as _$_makaio_storage_core0 from "@makaio/framework/storage";
|
|
6
|
+
import * as _$drizzle_orm_sqlite_core0 from "drizzle-orm/sqlite-core";
|
|
7
|
+
import { MakaioDatabase } from "@makaio/framework/storage/drizzle";
|
|
6
8
|
|
|
7
9
|
//#region services/core/src/harness/storage/namespace.d.ts
|
|
8
10
|
declare const HarnessInputSchema: z.ZodObject<{
|
|
@@ -13,7 +15,6 @@ declare const HarnessInputSchema: z.ZodObject<{
|
|
|
13
15
|
name: z.ZodString;
|
|
14
16
|
adapterName: z.ZodOptional<z.ZodString>;
|
|
15
17
|
clientId: z.ZodOptional<z.ZodString>;
|
|
16
|
-
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
17
18
|
toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
18
19
|
"file.read": "file.read";
|
|
19
20
|
"file.write": "file.write";
|
|
@@ -35,6 +36,7 @@ declare const HarnessInputSchema: z.ZodObject<{
|
|
|
35
36
|
"always-ask": "always-ask";
|
|
36
37
|
"full-access": "full-access";
|
|
37
38
|
}>>>;
|
|
39
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
38
40
|
approvalPolicy: z.ZodEnum<{
|
|
39
41
|
reject: "reject";
|
|
40
42
|
"always-ask": "always-ask";
|
|
@@ -130,7 +132,6 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
130
132
|
name: z.ZodString;
|
|
131
133
|
adapterName: z.ZodOptional<z.ZodString>;
|
|
132
134
|
clientId: z.ZodOptional<z.ZodString>;
|
|
133
|
-
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
134
135
|
toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
135
136
|
"file.read": "file.read";
|
|
136
137
|
"file.write": "file.write";
|
|
@@ -152,6 +153,7 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
152
153
|
"always-ask": "always-ask";
|
|
153
154
|
"full-access": "full-access";
|
|
154
155
|
}>>>;
|
|
156
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
155
157
|
approvalPolicy: z.ZodEnum<{
|
|
156
158
|
reject: "reject";
|
|
157
159
|
"always-ask": "always-ask";
|
|
@@ -348,7 +350,7 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
348
350
|
length: number | undefined;
|
|
349
351
|
}>;
|
|
350
352
|
env: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
351
|
-
name:
|
|
353
|
+
name: string;
|
|
352
354
|
tableName: "harness_definitions";
|
|
353
355
|
dataType: "json";
|
|
354
356
|
columnType: "SQLiteTextJson";
|
|
@@ -367,7 +369,7 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
367
369
|
$type: Record<string, string>;
|
|
368
370
|
}>;
|
|
369
371
|
credentials: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
370
|
-
name:
|
|
372
|
+
name: string;
|
|
371
373
|
tableName: "harness_definitions";
|
|
372
374
|
dataType: "json";
|
|
373
375
|
columnType: "SQLiteTextJson";
|
|
@@ -424,7 +426,7 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
424
426
|
length: number | undefined;
|
|
425
427
|
}>;
|
|
426
428
|
nativeToolsEnabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
427
|
-
name:
|
|
429
|
+
name: string;
|
|
428
430
|
tableName: "harness_definitions";
|
|
429
431
|
dataType: "json";
|
|
430
432
|
columnType: "SQLiteTextJson";
|
|
@@ -443,7 +445,7 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
443
445
|
$type: string[];
|
|
444
446
|
}>;
|
|
445
447
|
nativeToolsDisabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
446
|
-
name:
|
|
448
|
+
name: string;
|
|
447
449
|
tableName: "harness_definitions";
|
|
448
450
|
dataType: "json";
|
|
449
451
|
columnType: "SQLiteTextJson";
|
|
@@ -462,7 +464,7 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
462
464
|
$type: string[];
|
|
463
465
|
}>;
|
|
464
466
|
registryToolsEnabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
465
|
-
name:
|
|
467
|
+
name: string;
|
|
466
468
|
tableName: "harness_definitions";
|
|
467
469
|
dataType: "json";
|
|
468
470
|
columnType: "SQLiteTextJson";
|
|
@@ -481,7 +483,7 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
481
483
|
$type: string[];
|
|
482
484
|
}>;
|
|
483
485
|
registryToolsDisabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
484
|
-
name:
|
|
486
|
+
name: string;
|
|
485
487
|
tableName: "harness_definitions";
|
|
486
488
|
dataType: "json";
|
|
487
489
|
columnType: "SQLiteTextJson";
|
|
@@ -500,7 +502,7 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
500
502
|
$type: string[];
|
|
501
503
|
}>;
|
|
502
504
|
skillsEnabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
503
|
-
name:
|
|
505
|
+
name: string;
|
|
504
506
|
tableName: "harness_definitions";
|
|
505
507
|
dataType: "json";
|
|
506
508
|
columnType: "SQLiteTextJson";
|
|
@@ -519,7 +521,7 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
519
521
|
$type: string[];
|
|
520
522
|
}>;
|
|
521
523
|
skillsDisabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
522
|
-
name:
|
|
524
|
+
name: string;
|
|
523
525
|
tableName: "harness_definitions";
|
|
524
526
|
dataType: "json";
|
|
525
527
|
columnType: "SQLiteTextJson";
|
|
@@ -538,7 +540,7 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
538
540
|
$type: string[];
|
|
539
541
|
}>;
|
|
540
542
|
toolCapabilityMap: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
541
|
-
name:
|
|
543
|
+
name: string;
|
|
542
544
|
tableName: "harness_definitions";
|
|
543
545
|
dataType: "json";
|
|
544
546
|
columnType: "SQLiteTextJson";
|
|
@@ -557,7 +559,7 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
557
559
|
$type: Record<string, readonly string[]>;
|
|
558
560
|
}>;
|
|
559
561
|
capabilityOverrides: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
560
|
-
name:
|
|
562
|
+
name: string;
|
|
561
563
|
tableName: "harness_definitions";
|
|
562
564
|
dataType: "json";
|
|
563
565
|
columnType: "SQLiteTextJson";
|
|
@@ -576,7 +578,7 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
576
578
|
$type: Record<string, "reject" | "always-ask" | "full-access">;
|
|
577
579
|
}>;
|
|
578
580
|
toolApprovalOverrides: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
579
|
-
name:
|
|
581
|
+
name: string;
|
|
580
582
|
tableName: "harness_definitions";
|
|
581
583
|
dataType: "json";
|
|
582
584
|
columnType: "SQLiteTextJson";
|
|
@@ -595,7 +597,7 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
595
597
|
$type: Record<string, "reject" | "always-ask" | "full-access">;
|
|
596
598
|
}>;
|
|
597
599
|
isDefault: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
598
|
-
name:
|
|
600
|
+
name: string;
|
|
599
601
|
tableName: "harness_definitions";
|
|
600
602
|
dataType: "boolean";
|
|
601
603
|
columnType: "SQLiteBoolean";
|
|
@@ -612,7 +614,7 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
612
614
|
generated: undefined;
|
|
613
615
|
}, {}, {}>;
|
|
614
616
|
enabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
615
|
-
name:
|
|
617
|
+
name: string;
|
|
616
618
|
tableName: "harness_definitions";
|
|
617
619
|
dataType: "boolean";
|
|
618
620
|
columnType: "SQLiteBoolean";
|
|
@@ -629,7 +631,7 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
629
631
|
generated: undefined;
|
|
630
632
|
}, {}, {}>;
|
|
631
633
|
createdAt: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
632
|
-
name:
|
|
634
|
+
name: string;
|
|
633
635
|
tableName: "harness_definitions";
|
|
634
636
|
dataType: "number";
|
|
635
637
|
columnType: "SQLiteInteger";
|
|
@@ -646,7 +648,7 @@ declare const HarnessStorageNamespace: _$_makaio_storage_core0.StorageNamespaceD
|
|
|
646
648
|
generated: undefined;
|
|
647
649
|
}, {}, {}>;
|
|
648
650
|
updatedAt: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
649
|
-
name:
|
|
651
|
+
name: string;
|
|
650
652
|
tableName: "harness_definitions";
|
|
651
653
|
dataType: "number";
|
|
652
654
|
columnType: "SQLiteInteger";
|
|
@@ -737,7 +739,6 @@ declare const HarnessStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core
|
|
|
737
739
|
name: z.ZodString;
|
|
738
740
|
adapterName: z.ZodOptional<z.ZodString>;
|
|
739
741
|
clientId: z.ZodOptional<z.ZodString>;
|
|
740
|
-
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
741
742
|
toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
742
743
|
"file.read": "file.read";
|
|
743
744
|
"file.write": "file.write";
|
|
@@ -759,6 +760,7 @@ declare const HarnessStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core
|
|
|
759
760
|
"always-ask": "always-ask";
|
|
760
761
|
"full-access": "full-access";
|
|
761
762
|
}>>>;
|
|
763
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
762
764
|
approvalPolicy: z.ZodEnum<{
|
|
763
765
|
reject: "reject";
|
|
764
766
|
"always-ask": "always-ask";
|
|
@@ -858,4 +860,13 @@ type Harness = HarnessDefinition;
|
|
|
858
860
|
type HarnessInput = z.infer<typeof HarnessInputSchema>;
|
|
859
861
|
type HarnessListQuery = z.infer<typeof HarnessListQuerySchema>;
|
|
860
862
|
//#endregion
|
|
861
|
-
|
|
863
|
+
//#region services/core/src/harness/storage/handler.d.ts
|
|
864
|
+
/**
|
|
865
|
+
* Registers all Drizzle-based harness storage handlers with the bus.
|
|
866
|
+
* @param bus - MakaioBus instance for message handling
|
|
867
|
+
* @param db - Drizzle database instance
|
|
868
|
+
* @returns Cleanup function to unregister all handlers
|
|
869
|
+
*/
|
|
870
|
+
declare function registerDrizzleHarnessStorage(bus: IMakaioBus, db: MakaioDatabase): () => void;
|
|
871
|
+
//#endregion
|
|
872
|
+
export { type Harness, type HarnessInput, type HarnessListQuery, HarnessStorageNamespace, HarnessStorageSubjects, registerDrizzleHarnessStorage };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{n as e,t}from"../../
|
|
1
|
+
import{n as e,r as t,t as n}from"../../handler-DqpiV9eA.mjs";export{e as HarnessStorageNamespace,t as HarnessStorageSubjects,n as registerDrizzleHarnessStorage};
|
|
@@ -1,6 +1,50 @@
|
|
|
1
1
|
import * as _$drizzle_orm_sqlite_core0 from "drizzle-orm/sqlite-core";
|
|
2
|
+
import * as _$drizzle_orm_pg_core0 from "drizzle-orm/pg-core";
|
|
3
|
+
import * as _$_makaio_storage_drizzle0 from "@makaio/framework/storage/drizzle";
|
|
4
|
+
import * as _$drizzle_orm0 from "drizzle-orm";
|
|
2
5
|
|
|
3
6
|
//#region services/core/src/harness/storage/schema.d.ts
|
|
7
|
+
declare const harnessDefinitionsDual: _$_makaio_storage_drizzle0.DualTable<"harness_definitions", {
|
|
8
|
+
id: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.IsPrimaryKey<_$drizzle_orm0.NotNull<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"id", [string, ...string[]], number | undefined>>>, _$drizzle_orm0.IsPrimaryKey<_$drizzle_orm0.NotNull<_$drizzle_orm_pg_core0.PgTextBuilderInitial<"id", [string, ...string[]]>>>>;
|
|
9
|
+
name: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.NotNull<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"name", [string, ...string[]], number | undefined>>, _$drizzle_orm0.NotNull<_$drizzle_orm_pg_core0.PgTextBuilderInitial<"name", [string, ...string[]]>>>;
|
|
10
|
+
description: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"description", [string, ...string[]], number | undefined>, _$drizzle_orm_pg_core0.PgTextBuilderInitial<"description", [string, ...string[]]>>;
|
|
11
|
+
/**
|
|
12
|
+
* Adapter driver name (e.g. openai-node, gemini-sdk).
|
|
13
|
+
* Optional when `clientId` is set; required for API-only adapters.
|
|
14
|
+
*/
|
|
15
|
+
adapterName: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"adapter_name", [string, ...string[]], number | undefined>, _$drizzle_orm_pg_core0.PgTextBuilderInitial<"adapter_name", [string, ...string[]]>>;
|
|
16
|
+
/**
|
|
17
|
+
* Client package identifier (e.g. claude-code, codex).
|
|
18
|
+
* Set for harnesses scoped to a specific client application.
|
|
19
|
+
*/
|
|
20
|
+
clientId: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"client_id", [string, ...string[]], number | undefined>, _$drizzle_orm_pg_core0.PgTextBuilderInitial<"client_id", [string, ...string[]]>>;
|
|
21
|
+
/**
|
|
22
|
+
* Environment variable overrides injected into the execution environment.
|
|
23
|
+
* Stored as a JSON map of string → string.
|
|
24
|
+
*/
|
|
25
|
+
env: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.$Type<_$drizzle_orm_sqlite_core0.SQLiteTextJsonBuilderInitial<string>, Record<string, string>>, _$drizzle_orm0.$Type<_$drizzle_orm_pg_core0.PgJsonbBuilderInitial<string>, Record<string, string>>>;
|
|
26
|
+
/** Maps credential field names to environment variable names for
|
|
27
|
+
* credential resolution at execution time. Values are env var names
|
|
28
|
+
* (e.g., 'ANTHROPIC_API_KEY'), not the secrets themselves. Actual
|
|
29
|
+
* secret storage is handled by the platform's CredentialService. */
|
|
30
|
+
credentials: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.$Type<_$drizzle_orm_sqlite_core0.SQLiteTextJsonBuilderInitial<string>, Record<string, string>>, _$drizzle_orm0.$Type<_$drizzle_orm_pg_core0.PgJsonbBuilderInitial<string>, Record<string, string>>>; /** Working directory override for process-based adapters. */
|
|
31
|
+
cwd: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"cwd", [string, ...string[]], number | undefined>, _$drizzle_orm_pg_core0.PgTextBuilderInitial<"cwd", [string, ...string[]]>>;
|
|
32
|
+
approvalPolicy: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.HasDefault<_$drizzle_orm0.NotNull<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"approval_policy", [string, ...string[]], number | undefined>>>, _$drizzle_orm0.HasDefault<_$drizzle_orm0.NotNull<_$drizzle_orm_pg_core0.PgTextBuilderInitial<"approval_policy", [string, ...string[]]>>>>;
|
|
33
|
+
nativeToolsEnabled: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.NotNull<_$drizzle_orm0.$Type<_$drizzle_orm_sqlite_core0.SQLiteTextJsonBuilderInitial<string>, string[]>>, _$drizzle_orm0.NotNull<_$drizzle_orm0.$Type<_$drizzle_orm_pg_core0.PgJsonbBuilderInitial<string>, string[]>>>;
|
|
34
|
+
nativeToolsDisabled: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.NotNull<_$drizzle_orm0.$Type<_$drizzle_orm_sqlite_core0.SQLiteTextJsonBuilderInitial<string>, string[]>>, _$drizzle_orm0.NotNull<_$drizzle_orm0.$Type<_$drizzle_orm_pg_core0.PgJsonbBuilderInitial<string>, string[]>>>;
|
|
35
|
+
registryToolsEnabled: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.NotNull<_$drizzle_orm0.$Type<_$drizzle_orm_sqlite_core0.SQLiteTextJsonBuilderInitial<string>, string[]>>, _$drizzle_orm0.NotNull<_$drizzle_orm0.$Type<_$drizzle_orm_pg_core0.PgJsonbBuilderInitial<string>, string[]>>>;
|
|
36
|
+
registryToolsDisabled: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.NotNull<_$drizzle_orm0.$Type<_$drizzle_orm_sqlite_core0.SQLiteTextJsonBuilderInitial<string>, string[]>>, _$drizzle_orm0.NotNull<_$drizzle_orm0.$Type<_$drizzle_orm_pg_core0.PgJsonbBuilderInitial<string>, string[]>>>;
|
|
37
|
+
skillsEnabled: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.$Type<_$drizzle_orm_sqlite_core0.SQLiteTextJsonBuilderInitial<string>, string[]>, _$drizzle_orm0.$Type<_$drizzle_orm_pg_core0.PgJsonbBuilderInitial<string>, string[]>>;
|
|
38
|
+
skillsDisabled: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.$Type<_$drizzle_orm_sqlite_core0.SQLiteTextJsonBuilderInitial<string>, string[]>, _$drizzle_orm0.$Type<_$drizzle_orm_pg_core0.PgJsonbBuilderInitial<string>, string[]>>; /** Maps adapter-native tool names to their canonical capability strings. */
|
|
39
|
+
toolCapabilityMap: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.$Type<_$drizzle_orm_sqlite_core0.SQLiteTextJsonBuilderInitial<string>, Record<string, readonly string[]>>, _$drizzle_orm0.$Type<_$drizzle_orm_pg_core0.PgJsonbBuilderInitial<string>, Record<string, readonly string[]>>>; /** Per-capability approval policy overrides (JSON map: capability → policy). */
|
|
40
|
+
capabilityOverrides: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.$Type<_$drizzle_orm_sqlite_core0.SQLiteTextJsonBuilderInitial<string>, Record<string, "reject" | "always-ask" | "full-access">>, _$drizzle_orm0.$Type<_$drizzle_orm_pg_core0.PgJsonbBuilderInitial<string>, Record<string, "reject" | "always-ask" | "full-access">>>; /** Per-tool approval policy overrides (JSON map: tool name → policy). */
|
|
41
|
+
toolApprovalOverrides: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.$Type<_$drizzle_orm_sqlite_core0.SQLiteTextJsonBuilderInitial<string>, Record<string, "reject" | "always-ask" | "full-access">>, _$drizzle_orm0.$Type<_$drizzle_orm_pg_core0.PgJsonbBuilderInitial<string>, Record<string, "reject" | "always-ask" | "full-access">>>;
|
|
42
|
+
isDefault: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.HasDefault<_$drizzle_orm0.NotNull<_$drizzle_orm_sqlite_core0.SQLiteBooleanBuilderInitial<string>>>, _$drizzle_orm0.HasDefault<_$drizzle_orm0.NotNull<_$drizzle_orm_pg_core0.PgBooleanBuilderInitial<string>>>>;
|
|
43
|
+
enabled: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.HasDefault<_$drizzle_orm0.NotNull<_$drizzle_orm_sqlite_core0.SQLiteBooleanBuilderInitial<string>>>, _$drizzle_orm0.HasDefault<_$drizzle_orm0.NotNull<_$drizzle_orm_pg_core0.PgBooleanBuilderInitial<string>>>>;
|
|
44
|
+
createdAt: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.NotNull<_$drizzle_orm_sqlite_core0.SQLiteIntegerBuilderInitial<string>>, _$drizzle_orm0.NotNull<_$drizzle_orm_pg_core0.PgBigInt53BuilderInitial<string>>>;
|
|
45
|
+
updatedAt: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.NotNull<_$drizzle_orm_sqlite_core0.SQLiteIntegerBuilderInitial<string>>, _$drizzle_orm0.NotNull<_$drizzle_orm_pg_core0.PgBigInt53BuilderInitial<string>>>;
|
|
46
|
+
}>;
|
|
47
|
+
/** SQLite face of the `harness_definitions` table (canonical schema). */
|
|
4
48
|
declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColumns<{
|
|
5
49
|
name: "harness_definitions";
|
|
6
50
|
schema: undefined;
|
|
@@ -101,7 +145,7 @@ declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColu
|
|
|
101
145
|
length: number | undefined;
|
|
102
146
|
}>;
|
|
103
147
|
env: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
104
|
-
name:
|
|
148
|
+
name: string;
|
|
105
149
|
tableName: "harness_definitions";
|
|
106
150
|
dataType: "json";
|
|
107
151
|
columnType: "SQLiteTextJson";
|
|
@@ -120,7 +164,7 @@ declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColu
|
|
|
120
164
|
$type: Record<string, string>;
|
|
121
165
|
}>;
|
|
122
166
|
credentials: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
123
|
-
name:
|
|
167
|
+
name: string;
|
|
124
168
|
tableName: "harness_definitions";
|
|
125
169
|
dataType: "json";
|
|
126
170
|
columnType: "SQLiteTextJson";
|
|
@@ -177,7 +221,7 @@ declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColu
|
|
|
177
221
|
length: number | undefined;
|
|
178
222
|
}>;
|
|
179
223
|
nativeToolsEnabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
180
|
-
name:
|
|
224
|
+
name: string;
|
|
181
225
|
tableName: "harness_definitions";
|
|
182
226
|
dataType: "json";
|
|
183
227
|
columnType: "SQLiteTextJson";
|
|
@@ -196,7 +240,7 @@ declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColu
|
|
|
196
240
|
$type: string[];
|
|
197
241
|
}>;
|
|
198
242
|
nativeToolsDisabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
199
|
-
name:
|
|
243
|
+
name: string;
|
|
200
244
|
tableName: "harness_definitions";
|
|
201
245
|
dataType: "json";
|
|
202
246
|
columnType: "SQLiteTextJson";
|
|
@@ -215,7 +259,7 @@ declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColu
|
|
|
215
259
|
$type: string[];
|
|
216
260
|
}>;
|
|
217
261
|
registryToolsEnabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
218
|
-
name:
|
|
262
|
+
name: string;
|
|
219
263
|
tableName: "harness_definitions";
|
|
220
264
|
dataType: "json";
|
|
221
265
|
columnType: "SQLiteTextJson";
|
|
@@ -234,7 +278,7 @@ declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColu
|
|
|
234
278
|
$type: string[];
|
|
235
279
|
}>;
|
|
236
280
|
registryToolsDisabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
237
|
-
name:
|
|
281
|
+
name: string;
|
|
238
282
|
tableName: "harness_definitions";
|
|
239
283
|
dataType: "json";
|
|
240
284
|
columnType: "SQLiteTextJson";
|
|
@@ -253,7 +297,7 @@ declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColu
|
|
|
253
297
|
$type: string[];
|
|
254
298
|
}>;
|
|
255
299
|
skillsEnabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
256
|
-
name:
|
|
300
|
+
name: string;
|
|
257
301
|
tableName: "harness_definitions";
|
|
258
302
|
dataType: "json";
|
|
259
303
|
columnType: "SQLiteTextJson";
|
|
@@ -272,7 +316,7 @@ declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColu
|
|
|
272
316
|
$type: string[];
|
|
273
317
|
}>;
|
|
274
318
|
skillsDisabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
275
|
-
name:
|
|
319
|
+
name: string;
|
|
276
320
|
tableName: "harness_definitions";
|
|
277
321
|
dataType: "json";
|
|
278
322
|
columnType: "SQLiteTextJson";
|
|
@@ -291,7 +335,7 @@ declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColu
|
|
|
291
335
|
$type: string[];
|
|
292
336
|
}>;
|
|
293
337
|
toolCapabilityMap: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
294
|
-
name:
|
|
338
|
+
name: string;
|
|
295
339
|
tableName: "harness_definitions";
|
|
296
340
|
dataType: "json";
|
|
297
341
|
columnType: "SQLiteTextJson";
|
|
@@ -310,7 +354,7 @@ declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColu
|
|
|
310
354
|
$type: Record<string, readonly string[]>;
|
|
311
355
|
}>;
|
|
312
356
|
capabilityOverrides: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
313
|
-
name:
|
|
357
|
+
name: string;
|
|
314
358
|
tableName: "harness_definitions";
|
|
315
359
|
dataType: "json";
|
|
316
360
|
columnType: "SQLiteTextJson";
|
|
@@ -329,7 +373,7 @@ declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColu
|
|
|
329
373
|
$type: Record<string, "reject" | "always-ask" | "full-access">;
|
|
330
374
|
}>;
|
|
331
375
|
toolApprovalOverrides: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
332
|
-
name:
|
|
376
|
+
name: string;
|
|
333
377
|
tableName: "harness_definitions";
|
|
334
378
|
dataType: "json";
|
|
335
379
|
columnType: "SQLiteTextJson";
|
|
@@ -348,7 +392,7 @@ declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColu
|
|
|
348
392
|
$type: Record<string, "reject" | "always-ask" | "full-access">;
|
|
349
393
|
}>;
|
|
350
394
|
isDefault: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
351
|
-
name:
|
|
395
|
+
name: string;
|
|
352
396
|
tableName: "harness_definitions";
|
|
353
397
|
dataType: "boolean";
|
|
354
398
|
columnType: "SQLiteBoolean";
|
|
@@ -365,7 +409,7 @@ declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColu
|
|
|
365
409
|
generated: undefined;
|
|
366
410
|
}, {}, {}>;
|
|
367
411
|
enabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
368
|
-
name:
|
|
412
|
+
name: string;
|
|
369
413
|
tableName: "harness_definitions";
|
|
370
414
|
dataType: "boolean";
|
|
371
415
|
columnType: "SQLiteBoolean";
|
|
@@ -382,7 +426,7 @@ declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColu
|
|
|
382
426
|
generated: undefined;
|
|
383
427
|
}, {}, {}>;
|
|
384
428
|
createdAt: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
385
|
-
name:
|
|
429
|
+
name: string;
|
|
386
430
|
tableName: "harness_definitions";
|
|
387
431
|
dataType: "number";
|
|
388
432
|
columnType: "SQLiteInteger";
|
|
@@ -399,7 +443,7 @@ declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColu
|
|
|
399
443
|
generated: undefined;
|
|
400
444
|
}, {}, {}>;
|
|
401
445
|
updatedAt: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
402
|
-
name:
|
|
446
|
+
name: string;
|
|
403
447
|
tableName: "harness_definitions";
|
|
404
448
|
dataType: "number";
|
|
405
449
|
columnType: "SQLiteInteger";
|
|
@@ -421,4 +465,4 @@ declare const harnessDefinitions: _$drizzle_orm_sqlite_core0.SQLiteTableWithColu
|
|
|
421
465
|
type InsertHarnessDefinition = typeof harnessDefinitions.$inferInsert;
|
|
422
466
|
type SelectHarnessDefinition = typeof harnessDefinitions.$inferSelect;
|
|
423
467
|
//#endregion
|
|
424
|
-
export { InsertHarnessDefinition, SelectHarnessDefinition, harnessDefinitions };
|
|
468
|
+
export { InsertHarnessDefinition, SelectHarnessDefinition, harnessDefinitions, harnessDefinitionsDual };
|