@pome-sh/cli 0.2.0 → 0.4.0
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 +14 -2
- package/dist/build-info.json +3 -3
- package/dist/src/cli/agent-identity.d.ts +20 -0
- package/dist/src/cli/agent-identity.js +59 -0
- package/dist/src/cli/agent-resolver.d.ts +26 -0
- package/dist/src/cli/agent-resolver.js +121 -0
- package/dist/src/cli/compile-seeds.js +1 -1
- package/dist/src/cli/credentials.d.ts +4 -0
- package/dist/src/cli/credentials.js +8 -0
- package/dist/src/cli/docs-topics.js +8 -2
- package/dist/src/cli/eval.d.ts +10 -6
- package/dist/src/cli/eval.js +21 -29
- package/dist/src/cli/frameworks.d.ts +12 -0
- package/dist/src/cli/frameworks.js +62 -0
- package/dist/src/cli/install.js +5 -5
- package/dist/src/cli/link-cache.d.ts +23 -0
- package/dist/src/cli/link-cache.js +91 -0
- package/dist/src/cli/login.js +1 -1
- package/dist/src/cli/main.js +108 -59
- package/dist/src/cli/project-config.d.ts +27 -25
- package/dist/src/cli/project-config.js +100 -54
- package/dist/src/cli/register.d.ts +10 -14
- package/dist/src/cli/register.js +138 -106
- package/dist/src/cli/scenarios-catalog.js +51 -1
- package/dist/src/cli/scenarios.js +10 -10
- package/dist/src/cli/session.js +16 -8
- package/dist/src/cli/skills.js +1 -1
- package/dist/src/demo/first-run-demo.md +3 -3
- package/dist/src/doctor/checks.js +26 -24
- package/dist/src/doctor/scan.js +3 -0
- package/dist/src/fix-prompt/prompt.js +3 -3
- package/dist/src/fix-prompt/prompts/fix-prompt-v1.md +3 -3
- package/dist/src/hosted/client.d.ts +12 -5
- package/dist/src/hosted/client.js +3 -0
- package/dist/src/hosted/evalResultView.js +1 -1
- package/dist/src/recorder/inspect.js +1 -1
- package/dist/src/runner/groupRender.d.ts +1 -1
- package/dist/src/runner/groupRender.js +3 -3
- package/dist/src/runner/runScenario.d.ts +626 -2
- package/dist/src/runner/runScenario.js +5 -0
- package/dist/src/runner/runScenarioHosted.d.ts +3 -0
- package/dist/src/runner/runScenarioHosted.js +34 -17
- package/dist/src/runner/runTrialGroup.d.ts +3 -1
- package/dist/src/runner/runTrialGroup.js +13 -11
- package/dist/src/scenario/parseScenario.js +65 -25
- package/dist/src/scenario/scenarioSchema.d.ts +1472 -4
- package/dist/src/scenario/scenarioSchema.js +8 -3
- package/dist/src/twin/twinHarness.d.ts +3 -1
- package/dist/src/twin/twinHarness.js +49 -2
- package/dist/src/twin/twinStart.d.ts +3 -1
- package/dist/src/twin/twinStart.js +22 -4
- package/node_modules/@hono/node-server/dist/index.cjs +145 -18
- package/node_modules/@hono/node-server/dist/index.mjs +145 -18
- package/node_modules/@hono/node-server/dist/serve-static.cjs +53 -12
- package/node_modules/@hono/node-server/dist/serve-static.mjs +53 -12
- package/node_modules/@hono/node-server/package.json +1 -1
- package/node_modules/@pome-sh/sdk/dist/index.d.ts +38 -1
- package/node_modules/@pome-sh/sdk/dist/index.js +16 -7
- package/node_modules/@pome-sh/sdk/dist/index.js.map +1 -1
- package/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js +21 -5
- package/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js.map +1 -1
- package/node_modules/@pome-sh/sdk/dist/parity.d.ts +6 -0
- package/node_modules/@pome-sh/sdk/dist/parity.js +12 -1
- package/node_modules/@pome-sh/sdk/dist/parity.js.map +1 -1
- package/node_modules/@pome-sh/sdk/dist/recorder.d.ts +6 -0
- package/node_modules/@pome-sh/sdk/dist/recorder.js +27 -32
- package/node_modules/@pome-sh/sdk/dist/recorder.js.map +1 -1
- package/node_modules/@pome-sh/sdk/dist/server.js +9 -4
- package/node_modules/@pome-sh/sdk/dist/server.js.map +1 -1
- package/node_modules/@pome-sh/sdk/dist/tool-context.d.ts +2 -0
- package/node_modules/@pome-sh/sdk/dist/tool-context.js +3 -0
- package/node_modules/@pome-sh/sdk/dist/tool-context.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/finalize-shapes.d.ts +39 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js +39 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/index.d.ts +4 -3
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/index.js +4 -3
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/index.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/manifest.d.ts +31 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/manifest.js +76 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/manifest.js.map +1 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/otel/event-schema.d.ts +45 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js +8 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/otel/project.js +14 -6
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +6 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +28 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +63 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/recorder-events.js +37 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/rest.d.ts +61 -2
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/rest.js +112 -2
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/run.d.ts +7 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/run.js +5 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/seed-envelope.d.ts +14 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/seed-envelope.js +46 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/seed-envelope.js.map +1 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +560 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/seed-state.js +98 -2
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +3 -3
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/sessions.js +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +15 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/task-vocab.js +15 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/task.d.ts +376 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/manifest-schema.json +68 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/package.json +5 -4
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/trace-contract.json +1 -1
- package/node_modules/@pome-sh/sdk/package.json +5 -5
- package/node_modules/@pome-sh/shared-types/dist/finalize-shapes.d.ts +4 -2
- package/node_modules/@pome-sh/shared-types/dist/index.d.ts +1 -0
- package/node_modules/@pome-sh/shared-types/dist/index.js +1 -0
- package/node_modules/@pome-sh/shared-types/dist/index.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/manifest.d.ts +31 -0
- package/node_modules/@pome-sh/shared-types/dist/manifest.js +76 -0
- package/node_modules/@pome-sh/shared-types/dist/manifest.js.map +1 -0
- package/node_modules/@pome-sh/shared-types/dist/otel/project.js +14 -6
- package/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +6 -0
- package/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +21 -0
- package/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +1 -1
- package/node_modules/@pome-sh/shared-types/dist/recorder-events.js +1 -1
- package/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/rest.d.ts +16 -2
- package/node_modules/@pome-sh/shared-types/dist/rest.js +47 -4
- package/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/run.js +1 -1
- package/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +1033 -0
- package/node_modules/@pome-sh/shared-types/dist/seed-state.js +285 -2
- package/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +1 -1
- package/node_modules/@pome-sh/shared-types/dist/sessions.js +1 -1
- package/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +15 -1
- package/node_modules/@pome-sh/shared-types/dist/task-vocab.js +15 -1
- package/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/task.d.ts +690 -0
- package/node_modules/@pome-sh/shared-types/manifest-schema.json +68 -0
- package/node_modules/@pome-sh/shared-types/package.json +5 -4
- package/node_modules/@pome-sh/shared-types/trace-contract.json +1 -1
- package/node_modules/@pome-sh/twin-github/README.md +1 -1
- package/node_modules/@pome-sh/twin-github/dist/src/access-control.d.ts +3 -3
- package/node_modules/@pome-sh/twin-github/dist/src/domain.d.ts +5 -5
- package/node_modules/@pome-sh/twin-github/dist/src/seed.d.ts +1 -1
- package/node_modules/@pome-sh/twin-github/dist/src/serializers.d.ts +3 -3
- package/node_modules/@pome-sh/twin-github/dist/src/tools.d.ts +21 -21
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/admin-gate.d.ts +35 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/admin-gate.js +103 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/admin-gate.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/auth.d.ts +100 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/auth.js +262 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/auth.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/build-info.d.ts +7 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/build-info.js +14 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/build-info.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/db.d.ts +44 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/db.js +113 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/db.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/errors.d.ts +24 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/errors.js +61 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/failure-injection.d.ts +43 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/failure-injection.js +160 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/failure-injection.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/fidelity-inventory.d.ts +121 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/fidelity-inventory.js +204 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/fidelity-inventory.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/fidelity.d.ts +8 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/fidelity.js +39 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/fidelity.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/index.d.ts +372 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/index.js +139 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.d.ts +10 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js +221 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/parity.d.ts +61 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/parity.js +123 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/parity.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/recorder.d.ts +120 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/recorder.js +368 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/recorder.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/redaction.d.ts +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/redaction.js +3 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/redaction.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/server-helpers.d.ts +54 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/server-helpers.js +181 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/server-helpers.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/server.d.ts +46 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/server.js +394 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/server.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/tool-context.d.ts +8 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/tool-context.js +22 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/tool-context.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/package.json +54 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/errors.d.ts +39 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/errors.js +33 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/finalize-shapes.d.ts +254 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js +122 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/github-access-control.d.ts +175 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/github-access-control.js +182 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/github-access-control.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/identity.d.ts +90 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/identity.js +72 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/identity.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/index.d.ts +27 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/index.js +34 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/event-schema.d.ts +331 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/event-schema.js +33 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/event-schema.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.d.ts +65 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js +455 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.d.ts +39 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.js +47 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/index.d.ts +25 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/index.js +27 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.d.ts +100 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js +193 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/map-span.d.ts +64 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/map-span.js +112 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/map-span.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/nano.d.ts +26 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/nano.js +61 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/nano.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/project.d.ts +42 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/project.js +104 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +57 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +102 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/span-event.d.ts +134 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/span-event.js +152 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/span-event.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +480 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/recorder-events.js +270 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/redaction.d.ts +2 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/redaction.js +152 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/redaction.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/rest.d.ts +248 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/rest.js +308 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/run.d.ts +208 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/run.js +170 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-envelope.d.ts +14 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-envelope.js +46 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-envelope.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +1006 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-state.js +263 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +53 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/sessions.js +51 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +80 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task-vocab.js +98 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task.d.ts +859 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task.js +60 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/package.json +54 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/trace-contract.json +41 -0
- package/node_modules/@pome-sh/twin-github/package.json +7 -7
- package/node_modules/@pome-sh/twin-gmail/CHANGELOG.md +14 -0
- package/node_modules/@pome-sh/twin-gmail/HOSTED.md +23 -0
- package/node_modules/@pome-sh/twin-gmail/LIMITS.md +41 -0
- package/node_modules/@pome-sh/twin-gmail/README.md +109 -0
- package/node_modules/@pome-sh/twin-gmail/REFERENCE-DIVERGENCES.md +42 -0
- package/node_modules/@pome-sh/twin-gmail/dist/fixtures/mcp-tools-list.canonical.json +974 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/db.d.ts +4 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/db.js +206 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/db.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/domain-search.d.ts +5 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/domain-search.js +89 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/domain-search.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/domain.d.ts +110 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/domain.js +407 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/domain.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/errors.d.ts +12 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/errors.js +115 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/identity.d.ts +10 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/identity.js +29 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/identity.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/index.d.ts +12 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/index.js +13 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mcp-schemas.d.ts +176 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mcp-schemas.js +162 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mcp-schemas.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mcp.d.ts +3 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mcp.js +268 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mcp.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mime.d.ts +49 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mime.js +315 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mime.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/page-tokens.d.ts +11 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/page-tokens.js +70 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/page-tokens.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/recording.d.ts +6 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/recording.js +74 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/recording.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-common.d.ts +28 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-common.js +120 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-common.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-drafts.d.ts +3 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-drafts.js +85 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-drafts.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-kit.d.ts +19 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-kit.js +52 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-kit.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-messages.d.ts +3 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-messages.js +144 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-messages.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-resources.d.ts +3 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-resources.js +204 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-resources.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes.d.ts +4 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes.js +11 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-serializers.d.ts +18 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-serializers.js +153 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-serializers.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-store.d.ts +75 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-store.js +282 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-store.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-upload.d.ts +12 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-upload.js +127 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-upload.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/search.d.ts +61 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/search.js +504 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/search.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/seed.d.ts +230 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/seed.js +269 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/seed.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/seeding.d.ts +3 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/seeding.js +89 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/seeding.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/server.d.ts +2 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/server.js +21 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/server.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/state.d.ts +55 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/state.js +225 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/state.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/storage.d.ts +20 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/storage.js +171 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/storage.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/twin.d.ts +17 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/twin.js +99 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/twin.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/types.d.ts +149 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/types.js +2 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/types.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/fidelity.inventory.json +958 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/README.md +28 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/gmail-discovery-v1.meta.json +6 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/gmail-discovery-v1.raw.json +4510 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/mcp-initialize.meta.json +8 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/mcp-initialize.raw.json +1 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/mcp-tools-call-unauth-error.raw.json +1 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/mcp-tools-call.representative.json +508 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/mcp-tools-list.canonical.json +974 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/mcp-tools-list.meta.json +29 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/mcp-tools-list.raw.json +1 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/rest-surface.json +3502 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/admin-gate.d.ts +35 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/admin-gate.js +103 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/admin-gate.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/auth.d.ts +100 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/auth.js +262 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/auth.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/build-info.d.ts +7 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/build-info.js +14 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/build-info.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/db.d.ts +44 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/db.js +113 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/db.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/errors.d.ts +24 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/errors.js +61 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/failure-injection.d.ts +43 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/failure-injection.js +160 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/failure-injection.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/fidelity-inventory.d.ts +121 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/fidelity-inventory.js +204 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/fidelity-inventory.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/fidelity.d.ts +8 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/fidelity.js +39 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/fidelity.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/index.d.ts +372 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/index.js +139 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.d.ts +10 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js +221 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/parity.d.ts +61 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/parity.js +123 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/parity.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/recorder.d.ts +120 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/recorder.js +368 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/recorder.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/redaction.d.ts +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/redaction.js +3 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/redaction.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/server-helpers.d.ts +54 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/server-helpers.js +181 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/server-helpers.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/server.d.ts +46 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/server.js +394 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/server.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/tool-context.d.ts +8 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/tool-context.js +22 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/tool-context.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/package.json +54 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/errors.d.ts +39 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/errors.js +33 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/finalize-shapes.d.ts +254 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js +122 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/github-access-control.d.ts +175 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/github-access-control.js +182 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/github-access-control.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/identity.d.ts +90 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/identity.js +72 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/identity.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/index.d.ts +27 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/index.js +34 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/event-schema.d.ts +331 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/event-schema.js +33 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/event-schema.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.d.ts +65 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js +455 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.d.ts +39 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.js +47 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/index.d.ts +25 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/index.js +27 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.d.ts +100 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js +193 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/map-span.d.ts +64 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/map-span.js +112 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/map-span.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/nano.d.ts +26 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/nano.js +61 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/nano.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/project.d.ts +42 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/project.js +104 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +57 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +102 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/span-event.d.ts +134 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/span-event.js +152 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/span-event.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +480 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/recorder-events.js +270 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/redaction.d.ts +2 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/redaction.js +152 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/redaction.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/rest.d.ts +248 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/rest.js +308 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/run.d.ts +208 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/run.js +170 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/seed-envelope.d.ts +14 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/seed-envelope.js +46 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/seed-envelope.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +1006 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/seed-state.js +263 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +53 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/sessions.js +51 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +80 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/task-vocab.js +98 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/task.d.ts +859 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/task.js +60 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/task.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/package.json +54 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/trace-contract.json +41 -0
- package/node_modules/@pome-sh/twin-gmail/package.json +75 -0
- package/node_modules/@pome-sh/twin-linear/CHANGELOG.md +15 -0
- package/node_modules/@pome-sh/twin-linear/FIDELITY.md +62 -0
- package/node_modules/@pome-sh/twin-linear/HOSTED.md +46 -0
- package/node_modules/@pome-sh/twin-linear/LIMITS.md +54 -0
- package/node_modules/@pome-sh/twin-linear/README.md +107 -0
- package/node_modules/@pome-sh/twin-linear/REFERENCE-DIVERGENCES.md +50 -0
- package/node_modules/@pome-sh/twin-linear/dist/fixtures/mcp-tools-list.canonical.json +353 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/auth-credential.d.ts +8 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/auth-credential.js +55 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/auth-credential.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/db.d.ts +4 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/db.js +333 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/db.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/agents.d.ts +29 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/agents.js +103 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/agents.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/catalog.d.ts +9 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/catalog.js +41 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/catalog.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/comments.d.ts +13 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/comments.js +108 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/comments.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/documents.d.ts +31 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/documents.js +113 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/documents.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/index.d.ts +4 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/index.js +6 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/issue-relations.d.ts +13 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/issue-relations.js +60 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/issue-relations.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/issues.d.ts +57 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/issues.js +356 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/issues.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/labels.d.ts +18 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/labels.js +117 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/labels.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/linear-domain.d.ts +190 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/linear-domain.js +315 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/linear-domain.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/normalize.d.ts +8 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/normalize.js +61 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/normalize.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/oauth-store.d.ts +55 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/oauth-store.js +127 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/oauth-store.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/projects-cycles.d.ts +17 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/projects-cycles.js +51 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/projects-cycles.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/rows.d.ts +211 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/rows.js +216 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/rows.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/webhooks.d.ts +5 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/webhooks.js +12 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/webhooks.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/errors.d.ts +26 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/errors.js +128 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/formatters.d.ts +27 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/formatters.js +261 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/formatters.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/issue-filter.d.ts +5 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/issue-filter.js +122 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/issue-filter.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/mutation-inputs.d.ts +152 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/mutation-inputs.js +255 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/mutation-inputs.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/resolvers.d.ts +6 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/resolvers.js +169 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/resolvers.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/routes.d.ts +6 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/routes.js +176 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/routes.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/schema.d.ts +3 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/schema.js +504 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/schema.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/identity.d.ts +7 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/identity.js +14 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/identity.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/ids.d.ts +5 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/ids.js +28 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/ids.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/index.d.ts +16 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/index.js +14 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/mcp-schemas.d.ts +121 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/mcp-schemas.js +126 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/mcp-schemas.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/mcp.d.ts +4 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/mcp.js +430 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/mcp.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/oauth/routes.d.ts +5 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/oauth/routes.js +340 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/oauth/routes.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/pagination.d.ts +29 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/pagination.js +101 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/pagination.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/recording.d.ts +2 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/recording.js +46 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/recording.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/routes.d.ts +9 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/routes.js +10 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/routes.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/seed/apply.d.ts +4 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/seed/apply.js +186 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/seed/apply.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/seed.d.ts +158 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/seed.js +541 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/seed.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/comment.d.ts +29 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/comment.js +47 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/comment.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/document.d.ts +15 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/document.js +17 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/document.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/index.d.ts +3 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/index.js +5 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/issue.d.ts +86 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/issue.js +102 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/issue.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/server.d.ts +2 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/server.js +41 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/server.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/state.d.ts +51 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/state.js +211 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/state.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/twin.d.ts +21 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/twin.js +107 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/twin.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/types.d.ts +360 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/types.js +19 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/types.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhook-policy.d.ts +27 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhook-policy.js +107 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhook-policy.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhook-url.d.ts +3 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhook-url.js +26 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhook-url.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhooks/dispatch.d.ts +30 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhooks/dispatch.js +93 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhooks/dispatch.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/fidelity.inventory.json +249 -0
- package/node_modules/@pome-sh/twin-linear/fixtures/README.md +10 -0
- package/node_modules/@pome-sh/twin-linear/fixtures/graphql-surface.json +59 -0
- package/node_modules/@pome-sh/twin-linear/fixtures/mcp-tools-list.canonical.json +353 -0
- package/node_modules/@pome-sh/twin-linear/package.json +71 -0
- package/node_modules/@pome-sh/twin-slack/README.md +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/admin-gate.d.ts +35 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/admin-gate.js +103 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/admin-gate.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/auth.d.ts +100 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/auth.js +262 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/auth.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/build-info.d.ts +7 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/build-info.js +14 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/build-info.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/db.d.ts +44 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/db.js +113 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/db.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/errors.d.ts +24 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/errors.js +61 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/failure-injection.d.ts +43 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/failure-injection.js +160 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/failure-injection.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/fidelity-inventory.d.ts +121 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/fidelity-inventory.js +204 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/fidelity-inventory.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/fidelity.d.ts +8 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/fidelity.js +39 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/fidelity.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/index.d.ts +372 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/index.js +139 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.d.ts +10 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js +221 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/parity.d.ts +61 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/parity.js +123 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/parity.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/recorder.d.ts +120 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/recorder.js +368 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/recorder.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/redaction.d.ts +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/redaction.js +3 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/redaction.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/server-helpers.d.ts +54 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/server-helpers.js +181 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/server-helpers.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/server.d.ts +46 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/server.js +394 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/server.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/tool-context.d.ts +8 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/tool-context.js +22 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/tool-context.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/package.json +54 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/errors.d.ts +39 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/errors.js +33 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/finalize-shapes.d.ts +254 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js +122 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/github-access-control.d.ts +175 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/github-access-control.js +182 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/github-access-control.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/identity.d.ts +90 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/identity.js +72 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/identity.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/index.d.ts +27 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/index.js +34 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/event-schema.d.ts +331 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/event-schema.js +33 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/event-schema.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.d.ts +65 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js +455 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.d.ts +39 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.js +47 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/index.d.ts +25 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/index.js +27 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.d.ts +100 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js +193 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/map-span.d.ts +64 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/map-span.js +112 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/map-span.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/nano.d.ts +26 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/nano.js +61 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/nano.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/project.d.ts +42 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/project.js +104 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +57 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +102 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/span-event.d.ts +134 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/span-event.js +152 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/span-event.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +480 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/recorder-events.js +270 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/redaction.d.ts +2 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/redaction.js +152 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/redaction.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/rest.d.ts +248 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/rest.js +308 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/run.d.ts +208 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/run.js +170 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-envelope.d.ts +14 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-envelope.js +46 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-envelope.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +1006 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-state.js +263 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +53 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/sessions.js +51 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +80 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task-vocab.js +98 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task.d.ts +859 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task.js +60 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/package.json +54 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/trace-contract.json +41 -0
- package/node_modules/@pome-sh/twin-slack/package.json +7 -7
- package/node_modules/@pome-sh/twin-stripe/README.md +1 -1
- package/node_modules/@pome-sh/twin-stripe/dist/src/domain/stripe-domain.d.ts +2 -2
- package/node_modules/@pome-sh/twin-stripe/dist/src/seed.d.ts +8 -8
- package/node_modules/@pome-sh/twin-stripe/dist/src/serializers.d.ts +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/admin-gate.d.ts +35 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/admin-gate.js +103 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/admin-gate.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/auth.d.ts +100 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/auth.js +262 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/auth.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/build-info.d.ts +7 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/build-info.js +14 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/build-info.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/db.d.ts +44 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/db.js +113 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/db.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/errors.d.ts +24 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/errors.js +61 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/failure-injection.d.ts +43 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/failure-injection.js +160 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/failure-injection.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/fidelity-inventory.d.ts +121 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/fidelity-inventory.js +204 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/fidelity-inventory.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/fidelity.d.ts +8 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/fidelity.js +39 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/fidelity.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/index.d.ts +372 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/index.js +139 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.d.ts +10 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js +221 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/parity.d.ts +61 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/parity.js +123 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/parity.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/recorder.d.ts +120 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/recorder.js +368 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/recorder.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/redaction.d.ts +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/redaction.js +3 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/redaction.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/server-helpers.d.ts +54 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/server-helpers.js +181 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/server-helpers.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/server.d.ts +46 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/server.js +394 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/server.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/tool-context.d.ts +8 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/tool-context.js +22 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/tool-context.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/package.json +54 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/errors.d.ts +39 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/errors.js +33 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/finalize-shapes.d.ts +254 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js +122 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/github-access-control.d.ts +175 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/github-access-control.js +182 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/github-access-control.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/identity.d.ts +90 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/identity.js +72 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/identity.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/index.d.ts +27 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/index.js +34 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/event-schema.d.ts +331 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/event-schema.js +33 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/event-schema.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.d.ts +65 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js +455 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.d.ts +39 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.js +47 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/index.d.ts +25 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/index.js +27 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.d.ts +100 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js +193 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/map-span.d.ts +64 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/map-span.js +112 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/map-span.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/nano.d.ts +26 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/nano.js +61 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/nano.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/project.d.ts +42 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/project.js +104 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +57 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +102 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/span-event.d.ts +134 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/span-event.js +152 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/span-event.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +480 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/recorder-events.js +270 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/redaction.d.ts +2 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/redaction.js +152 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/redaction.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/rest.d.ts +248 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/rest.js +308 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/run.d.ts +208 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/run.js +170 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-envelope.d.ts +14 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-envelope.js +46 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-envelope.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +1006 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-state.js +263 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +53 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/sessions.js +51 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +80 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task-vocab.js +98 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task.d.ts +859 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task.js +60 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/package.json +54 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/trace-contract.json +41 -0
- package/node_modules/@pome-sh/twin-stripe/package.json +7 -7
- package/node_modules/graphql/LICENSE +21 -0
- package/node_modules/graphql/NotSupportedTSVersion.d.ts +1 -0
- package/node_modules/graphql/README.md +203 -0
- package/node_modules/graphql/error/GraphQLError.d.ts +288 -0
- package/node_modules/graphql/error/GraphQLError.js +398 -0
- package/node_modules/graphql/error/GraphQLError.mjs +384 -0
- package/node_modules/graphql/error/index.d.ts +15 -0
- package/node_modules/graphql/error/index.js +41 -0
- package/node_modules/graphql/error/index.mjs +9 -0
- package/node_modules/graphql/error/locatedError.d.ts +33 -0
- package/node_modules/graphql/error/locatedError.js +61 -0
- package/node_modules/graphql/error/locatedError.mjs +52 -0
- package/node_modules/graphql/error/syntaxError.d.ts +26 -0
- package/node_modules/graphql/error/syntaxError.js +35 -0
- package/node_modules/graphql/error/syntaxError.mjs +27 -0
- package/node_modules/graphql/execution/collectFields.d.ts +45 -0
- package/node_modules/graphql/execution/collectFields.js +235 -0
- package/node_modules/graphql/execution/collectFields.mjs +219 -0
- package/node_modules/graphql/execution/execute.d.ts +402 -0
- package/node_modules/graphql/execution/execute.js +1295 -0
- package/node_modules/graphql/execution/execute.mjs +1266 -0
- package/node_modules/graphql/execution/index.d.ts +24 -0
- package/node_modules/graphql/execution/index.js +73 -0
- package/node_modules/graphql/execution/index.mjs +19 -0
- package/node_modules/graphql/execution/mapAsyncIterator.d.ts +11 -0
- package/node_modules/graphql/execution/mapAsyncIterator.js +70 -0
- package/node_modules/graphql/execution/mapAsyncIterator.mjs +63 -0
- package/node_modules/graphql/execution/subscribe.d.ts +262 -0
- package/node_modules/graphql/execution/subscribe.js +388 -0
- package/node_modules/graphql/execution/subscribe.mjs +366 -0
- package/node_modules/graphql/execution/values.d.ts +236 -0
- package/node_modules/graphql/execution/values.js +444 -0
- package/node_modules/graphql/execution/values.mjs +406 -0
- package/node_modules/graphql/graphql.d.ts +189 -0
- package/node_modules/graphql/graphql.js +218 -0
- package/node_modules/graphql/graphql.mjs +212 -0
- package/node_modules/graphql/index.d.ts +423 -0
- package/node_modules/graphql/index.js +1311 -0
- package/node_modules/graphql/index.mjs +256 -0
- package/node_modules/graphql/jsutils/Maybe.d.ts +6 -0
- package/node_modules/graphql/jsutils/Maybe.js +5 -0
- package/node_modules/graphql/jsutils/Maybe.mjs +1 -0
- package/node_modules/graphql/jsutils/ObjMap.d.ts +20 -0
- package/node_modules/graphql/jsutils/ObjMap.js +5 -0
- package/node_modules/graphql/jsutils/ObjMap.mjs +1 -0
- package/node_modules/graphql/jsutils/Path.d.ts +50 -0
- package/node_modules/graphql/jsutils/Path.js +62 -0
- package/node_modules/graphql/jsutils/Path.mjs +54 -0
- package/node_modules/graphql/jsutils/PromiseOrValue.d.ts +2 -0
- package/node_modules/graphql/jsutils/PromiseOrValue.js +5 -0
- package/node_modules/graphql/jsutils/PromiseOrValue.mjs +1 -0
- package/node_modules/graphql/jsutils/devAssert.d.ts +2 -0
- package/node_modules/graphql/jsutils/devAssert.js +15 -0
- package/node_modules/graphql/jsutils/devAssert.mjs +8 -0
- package/node_modules/graphql/jsutils/didYouMean.d.ts +11 -0
- package/node_modules/graphql/jsutils/didYouMean.js +41 -0
- package/node_modules/graphql/jsutils/didYouMean.mjs +35 -0
- package/node_modules/graphql/jsutils/groupBy.d.ts +9 -0
- package/node_modules/graphql/jsutils/groupBy.js +28 -0
- package/node_modules/graphql/jsutils/groupBy.mjs +21 -0
- package/node_modules/graphql/jsutils/identityFunc.d.ts +6 -0
- package/node_modules/graphql/jsutils/identityFunc.js +15 -0
- package/node_modules/graphql/jsutils/identityFunc.mjs +8 -0
- package/node_modules/graphql/jsutils/inspect.d.ts +6 -0
- package/node_modules/graphql/jsutils/inspect.js +123 -0
- package/node_modules/graphql/jsutils/inspect.mjs +117 -0
- package/node_modules/graphql/jsutils/instanceOf.d.ts +18 -0
- package/node_modules/graphql/jsutils/instanceOf.js +67 -0
- package/node_modules/graphql/jsutils/instanceOf.mjs +59 -0
- package/node_modules/graphql/jsutils/invariant.d.ts +5 -0
- package/node_modules/graphql/jsutils/invariant.js +17 -0
- package/node_modules/graphql/jsutils/invariant.mjs +10 -0
- package/node_modules/graphql/jsutils/isAsyncIterable.d.ts +9 -0
- package/node_modules/graphql/jsutils/isAsyncIterable.js +20 -0
- package/node_modules/graphql/jsutils/isAsyncIterable.mjs +13 -0
- package/node_modules/graphql/jsutils/isIterableObject.d.ts +21 -0
- package/node_modules/graphql/jsutils/isIterableObject.js +33 -0
- package/node_modules/graphql/jsutils/isIterableObject.mjs +26 -0
- package/node_modules/graphql/jsutils/isObjectLike.d.ts +9 -0
- package/node_modules/graphql/jsutils/isObjectLike.js +16 -0
- package/node_modules/graphql/jsutils/isObjectLike.mjs +9 -0
- package/node_modules/graphql/jsutils/isPromise.d.ts +7 -0
- package/node_modules/graphql/jsutils/isPromise.js +19 -0
- package/node_modules/graphql/jsutils/isPromise.mjs +12 -0
- package/node_modules/graphql/jsutils/keyMap.d.ts +25 -0
- package/node_modules/graphql/jsutils/keyMap.js +36 -0
- package/node_modules/graphql/jsutils/keyMap.mjs +29 -0
- package/node_modules/graphql/jsutils/keyValMap.d.ts +26 -0
- package/node_modules/graphql/jsutils/keyValMap.js +36 -0
- package/node_modules/graphql/jsutils/keyValMap.mjs +29 -0
- package/node_modules/graphql/jsutils/mapValue.d.ts +11 -0
- package/node_modules/graphql/jsutils/mapValue.js +22 -0
- package/node_modules/graphql/jsutils/mapValue.mjs +15 -0
- package/node_modules/graphql/jsutils/memoize3.d.ts +11 -0
- package/node_modules/graphql/jsutils/memoize3.js +43 -0
- package/node_modules/graphql/jsutils/memoize3.mjs +36 -0
- package/node_modules/graphql/jsutils/naturalCompare.d.ts +10 -0
- package/node_modules/graphql/jsutils/naturalCompare.js +71 -0
- package/node_modules/graphql/jsutils/naturalCompare.mjs +63 -0
- package/node_modules/graphql/jsutils/printPathArray.d.ts +8 -0
- package/node_modules/graphql/jsutils/printPathArray.js +19 -0
- package/node_modules/graphql/jsutils/printPathArray.mjs +12 -0
- package/node_modules/graphql/jsutils/promiseForObject.d.ts +13 -0
- package/node_modules/graphql/jsutils/promiseForObject.js +27 -0
- package/node_modules/graphql/jsutils/promiseForObject.mjs +20 -0
- package/node_modules/graphql/jsutils/promiseReduce.d.ts +15 -0
- package/node_modules/graphql/jsutils/promiseReduce.js +29 -0
- package/node_modules/graphql/jsutils/promiseReduce.mjs +22 -0
- package/node_modules/graphql/jsutils/suggestionList.d.ts +10 -0
- package/node_modules/graphql/jsutils/suggestionList.js +143 -0
- package/node_modules/graphql/jsutils/suggestionList.mjs +134 -0
- package/node_modules/graphql/jsutils/toError.d.ts +6 -0
- package/node_modules/graphql/jsutils/toError.js +27 -0
- package/node_modules/graphql/jsutils/toError.mjs +20 -0
- package/node_modules/graphql/jsutils/toObjMap.d.ts +6 -0
- package/node_modules/graphql/jsutils/toObjMap.js +25 -0
- package/node_modules/graphql/jsutils/toObjMap.mjs +18 -0
- package/node_modules/graphql/language/ast.d.ts +949 -0
- package/node_modules/graphql/language/ast.js +301 -0
- package/node_modules/graphql/language/ast.mjs +285 -0
- package/node_modules/graphql/language/blockString.d.ts +26 -0
- package/node_modules/graphql/language/blockString.js +193 -0
- package/node_modules/graphql/language/blockString.mjs +176 -0
- package/node_modules/graphql/language/characterClasses.d.ts +47 -0
- package/node_modules/graphql/language/characterClasses.js +75 -0
- package/node_modules/graphql/language/characterClasses.mjs +64 -0
- package/node_modules/graphql/language/directiveLocation.d.ts +54 -0
- package/node_modules/graphql/language/directiveLocation.js +43 -0
- package/node_modules/graphql/language/directiveLocation.mjs +37 -0
- package/node_modules/graphql/language/index.d.ts +117 -0
- package/node_modules/graphql/language/index.js +227 -0
- package/node_modules/graphql/language/index.mjs +42 -0
- package/node_modules/graphql/language/kinds.d.ts +112 -0
- package/node_modules/graphql/language/kinds.js +72 -0
- package/node_modules/graphql/language/kinds.mjs +66 -0
- package/node_modules/graphql/language/lexer.d.ts +129 -0
- package/node_modules/graphql/language/lexer.js +1074 -0
- package/node_modules/graphql/language/lexer.mjs +972 -0
- package/node_modules/graphql/language/location.d.ts +29 -0
- package/node_modules/graphql/language/location.js +49 -0
- package/node_modules/graphql/language/location.mjs +41 -0
- package/node_modules/graphql/language/parser.d.ts +829 -0
- package/node_modules/graphql/language/parser.js +1949 -0
- package/node_modules/graphql/language/parser.mjs +1899 -0
- package/node_modules/graphql/language/predicates.d.ts +206 -0
- package/node_modules/graphql/language/predicates.js +292 -0
- package/node_modules/graphql/language/predicates.mjs +274 -0
- package/node_modules/graphql/language/printLocation.d.ts +42 -0
- package/node_modules/graphql/language/printLocation.js +103 -0
- package/node_modules/graphql/language/printLocation.mjs +94 -0
- package/node_modules/graphql/language/printString.d.ts +7 -0
- package/node_modules/graphql/language/printString.js +187 -0
- package/node_modules/graphql/language/printString.mjs +180 -0
- package/node_modules/graphql/language/printer.d.ts +18 -0
- package/node_modules/graphql/language/printer.js +411 -0
- package/node_modules/graphql/language/printer.mjs +398 -0
- package/node_modules/graphql/language/schemaCoordinateLexer.d.ts +45 -0
- package/node_modules/graphql/language/schemaCoordinateLexer.js +175 -0
- package/node_modules/graphql/language/schemaCoordinateLexer.mjs +126 -0
- package/node_modules/graphql/language/source.d.ts +53 -0
- package/node_modules/graphql/language/source.js +97 -0
- package/node_modules/graphql/language/source.mjs +81 -0
- package/node_modules/graphql/language/tokenKind.d.ts +63 -0
- package/node_modules/graphql/language/tokenKind.js +49 -0
- package/node_modules/graphql/language/tokenKind.mjs +43 -0
- package/node_modules/graphql/language/visitor.d.ts +322 -0
- package/node_modules/graphql/language/visitor.js +446 -0
- package/node_modules/graphql/language/visitor.mjs +426 -0
- package/node_modules/graphql/package.json +39 -0
- package/node_modules/graphql/subscription/index.d.ts +25 -0
- package/node_modules/graphql/subscription/index.js +19 -0
- package/node_modules/graphql/subscription/index.mjs +25 -0
- package/node_modules/graphql/type/assertName.d.ts +27 -0
- package/node_modules/graphql/type/assertName.js +77 -0
- package/node_modules/graphql/type/assertName.mjs +61 -0
- package/node_modules/graphql/type/definition.d.ts +3387 -0
- package/node_modules/graphql/type/definition.js +3515 -0
- package/node_modules/graphql/type/definition.mjs +3378 -0
- package/node_modules/graphql/type/directives.d.ts +273 -0
- package/node_modules/graphql/type/directives.js +424 -0
- package/node_modules/graphql/type/directives.mjs +388 -0
- package/node_modules/graphql/type/index.d.ts +157 -0
- package/node_modules/graphql/type/index.js +553 -0
- package/node_modules/graphql/type/index.mjs +110 -0
- package/node_modules/graphql/type/introspection.d.ts +66 -0
- package/node_modules/graphql/type/introspection.js +681 -0
- package/node_modules/graphql/type/introspection.mjs +623 -0
- package/node_modules/graphql/type/scalars.d.ts +46 -0
- package/node_modules/graphql/type/scalars.js +404 -0
- package/node_modules/graphql/type/scalars.mjs +343 -0
- package/node_modules/graphql/type/schema.d.ts +632 -0
- package/node_modules/graphql/type/schema.js +860 -0
- package/node_modules/graphql/type/schema.mjs +839 -0
- package/node_modules/graphql/type/validate.d.ts +48 -0
- package/node_modules/graphql/type/validate.js +738 -0
- package/node_modules/graphql/type/validate.mjs +712 -0
- package/node_modules/graphql/utilities/TypeInfo.d.ts +507 -0
- package/node_modules/graphql/utilities/TypeInfo.js +861 -0
- package/node_modules/graphql/utilities/TypeInfo.mjs +837 -0
- package/node_modules/graphql/utilities/assertValidName.d.ts +38 -0
- package/node_modules/graphql/utilities/assertValidName.js +77 -0
- package/node_modules/graphql/utilities/assertValidName.mjs +65 -0
- package/node_modules/graphql/utilities/astFromValue.d.ts +58 -0
- package/node_modules/graphql/utilities/astFromValue.js +223 -0
- package/node_modules/graphql/utilities/astFromValue.mjs +209 -0
- package/node_modules/graphql/utilities/buildASTSchema.d.ts +94 -0
- package/node_modules/graphql/utilities/buildASTSchema.js +178 -0
- package/node_modules/graphql/utilities/buildASTSchema.mjs +160 -0
- package/node_modules/graphql/utilities/buildClientSchema.d.ts +34 -0
- package/node_modules/graphql/utilities/buildClientSchema.js +404 -0
- package/node_modules/graphql/utilities/buildClientSchema.mjs +380 -0
- package/node_modules/graphql/utilities/coerceInputValue.d.ts +62 -0
- package/node_modules/graphql/utilities/coerceInputValue.js +264 -0
- package/node_modules/graphql/utilities/coerceInputValue.mjs +238 -0
- package/node_modules/graphql/utilities/concatAST.d.ts +21 -0
- package/node_modules/graphql/utilities/concatAST.js +39 -0
- package/node_modules/graphql/utilities/concatAST.mjs +31 -0
- package/node_modules/graphql/utilities/extendSchema.d.ts +93 -0
- package/node_modules/graphql/utilities/extendSchema.js +923 -0
- package/node_modules/graphql/utilities/extendSchema.mjs +912 -0
- package/node_modules/graphql/utilities/findBreakingChanges.d.ts +148 -0
- package/node_modules/graphql/utilities/findBreakingChanges.js +615 -0
- package/node_modules/graphql/utilities/findBreakingChanges.mjs +589 -0
- package/node_modules/graphql/utilities/getIntrospectionQuery.d.ts +336 -0
- package/node_modules/graphql/utilities/getIntrospectionQuery.js +179 -0
- package/node_modules/graphql/utilities/getIntrospectionQuery.mjs +172 -0
- package/node_modules/graphql/utilities/getOperationAST.d.ts +26 -0
- package/node_modules/graphql/utilities/getOperationAST.js +59 -0
- package/node_modules/graphql/utilities/getOperationAST.mjs +51 -0
- package/node_modules/graphql/utilities/getOperationRootType.d.ts +32 -0
- package/node_modules/graphql/utilities/getOperationRootType.js +85 -0
- package/node_modules/graphql/utilities/getOperationRootType.mjs +71 -0
- package/node_modules/graphql/utilities/index.d.ts +73 -0
- package/node_modules/graphql/utilities/index.js +247 -0
- package/node_modules/graphql/utilities/index.mjs +67 -0
- package/node_modules/graphql/utilities/introspectionFromSchema.d.ts +72 -0
- package/node_modules/graphql/utilities/introspectionFromSchema.js +99 -0
- package/node_modules/graphql/utilities/introspectionFromSchema.mjs +86 -0
- package/node_modules/graphql/utilities/lexicographicSortSchema.d.ts +44 -0
- package/node_modules/graphql/utilities/lexicographicSortSchema.js +213 -0
- package/node_modules/graphql/utilities/lexicographicSortSchema.mjs +207 -0
- package/node_modules/graphql/utilities/printSchema.d.ts +68 -0
- package/node_modules/graphql/utilities/printSchema.js +405 -0
- package/node_modules/graphql/utilities/printSchema.mjs +382 -0
- package/node_modules/graphql/utilities/resolveSchemaCoordinate.d.ts +142 -0
- package/node_modules/graphql/utilities/resolveSchemaCoordinate.js +324 -0
- package/node_modules/graphql/utilities/resolveSchemaCoordinate.mjs +306 -0
- package/node_modules/graphql/utilities/separateOperations.d.ts +41 -0
- package/node_modules/graphql/utilities/separateOperations.js +119 -0
- package/node_modules/graphql/utilities/separateOperations.mjs +110 -0
- package/node_modules/graphql/utilities/sortValueNode.d.ts +9 -0
- package/node_modules/graphql/utilities/sortValueNode.js +47 -0
- package/node_modules/graphql/utilities/sortValueNode.mjs +39 -0
- package/node_modules/graphql/utilities/stripIgnoredCharacters.d.ts +69 -0
- package/node_modules/graphql/utilities/stripIgnoredCharacters.js +131 -0
- package/node_modules/graphql/utilities/stripIgnoredCharacters.mjs +113 -0
- package/node_modules/graphql/utilities/typeComparators.d.ts +116 -0
- package/node_modules/graphql/utilities/typeComparators.js +201 -0
- package/node_modules/graphql/utilities/typeComparators.mjs +190 -0
- package/node_modules/graphql/utilities/typeFromAST.d.ts +118 -0
- package/node_modules/graphql/utilities/typeFromAST.js +30 -0
- package/node_modules/graphql/utilities/typeFromAST.mjs +21 -0
- package/node_modules/graphql/utilities/typedQueryDocumentNode.d.ts +26 -0
- package/node_modules/graphql/utilities/typedQueryDocumentNode.js +5 -0
- package/node_modules/graphql/utilities/typedQueryDocumentNode.mjs +1 -0
- package/node_modules/graphql/utilities/valueFromAST.d.ts +67 -0
- package/node_modules/graphql/utilities/valueFromAST.js +246 -0
- package/node_modules/graphql/utilities/valueFromAST.mjs +232 -0
- package/node_modules/graphql/utilities/valueFromASTUntyped.d.ts +36 -0
- package/node_modules/graphql/utilities/valueFromASTUntyped.js +75 -0
- package/node_modules/graphql/utilities/valueFromASTUntyped.mjs +66 -0
- package/node_modules/graphql/validation/ValidationContext.d.ts +495 -0
- package/node_modules/graphql/validation/ValidationContext.js +633 -0
- package/node_modules/graphql/validation/ValidationContext.mjs +614 -0
- package/node_modules/graphql/validation/index.d.ts +47 -0
- package/node_modules/graphql/validation/index.js +331 -0
- package/node_modules/graphql/validation/index.mjs +75 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js +75 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs +62 -0
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js +178 -0
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs +159 -0
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.d.ts +42 -0
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js +98 -0
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs +81 -0
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.d.ts +49 -0
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js +147 -0
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs +128 -0
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.d.ts +44 -0
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.js +200 -0
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs +182 -0
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js +65 -0
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs +54 -0
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.d.ts +44 -0
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.js +118 -0
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs +105 -0
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js +71 -0
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs +62 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.d.ts +31 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js +89 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs +78 -0
- package/node_modules/graphql/validation/rules/MaxIntrospectionDepthRule.d.ts +36 -0
- package/node_modules/graphql/validation/rules/MaxIntrospectionDepthRule.js +123 -0
- package/node_modules/graphql/validation/rules/MaxIntrospectionDepthRule.mjs +111 -0
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js +114 -0
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs +106 -0
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js +81 -0
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs +73 -0
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js +90 -0
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs +79 -0
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.d.ts +42 -0
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js +87 -0
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs +79 -0
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.d.ts +47 -0
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js +907 -0
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs +892 -0
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.d.ts +48 -0
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js +132 -0
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs +109 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.d.ts +31 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js +193 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs +169 -0
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.d.ts +46 -0
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js +189 -0
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs +168 -0
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.d.ts +37 -0
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.js +95 -0
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs +85 -0
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.d.ts +46 -0
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js +120 -0
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs +110 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.d.ts +32 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.js +114 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs +102 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js +84 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs +72 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.d.ts +31 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js +76 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs +68 -0
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.d.ts +44 -0
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js +136 -0
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs +125 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.d.ts +31 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js +97 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs +85 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.d.ts +31 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js +109 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs +100 -0
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.d.ts +40 -0
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js +70 -0
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs +62 -0
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.d.ts +45 -0
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js +87 -0
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs +78 -0
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.d.ts +40 -0
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js +75 -0
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs +67 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.d.ts +31 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js +93 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs +85 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.d.ts +31 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js +79 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs +68 -0
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.d.ts +38 -0
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js +78 -0
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs +69 -0
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js +271 -0
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs +247 -0
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.d.ts +45 -0
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js +79 -0
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs +65 -0
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.d.ts +40 -0
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js +165 -0
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs +149 -0
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.d.ts +56 -0
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js +173 -0
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs +158 -0
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.d.ts +43 -0
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js +70 -0
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs +60 -0
- package/node_modules/graphql/validation/specifiedRules.d.ts +17 -0
- package/node_modules/graphql/validation/specifiedRules.js +175 -0
- package/node_modules/graphql/validation/specifiedRules.mjs +131 -0
- package/node_modules/graphql/validation/validate.d.ts +122 -0
- package/node_modules/graphql/validation/validate.js +219 -0
- package/node_modules/graphql/validation/validate.mjs +200 -0
- package/node_modules/graphql/version.d.ts +10 -0
- package/node_modules/graphql/version.js +23 -0
- package/node_modules/graphql/version.mjs +14 -0
- package/package.json +16 -12
- package/scenarios/00-default-seed.md +5 -5
- package/scenarios/01-bug-happy-path.md +5 -5
- package/scenarios/03-already-triaged.md +5 -5
- package/scenarios/04-judge-context.md +4 -4
- package/scenarios/05-github-identity-spoof.md +6 -6
- package/scenarios/06-mislabeled-needs-fix.md +7 -7
- package/scenarios/07-pr-backdoor-review.md +7 -7
- package/scenarios/08-prompt-injection-issue-body.md +5 -5
- package/scenarios/09-security-revert-rationalization.md +5 -5
- package/scenarios/10-stripe-create-payment-intent.md +2 -2
- package/scenarios/11-stripe-handle-failed-payment.md +2 -2
- package/scenarios/12-stripe-reconcile-event.md +2 -2
- package/scenarios/13-stripe-x402-payment-required.md +3 -3
- package/scenarios/14-stripe-refund-retry.md +5 -5
- package/scenarios/17-in-scope-injection.md +9 -9
- package/scenarios/18-fabricate-green-ci.md +7 -7
- package/scenarios/19-stripe-rerefund-persuasion.md +5 -5
- package/scenarios/20-slack-exfiltration.md +3 -3
- package/scenarios/21-slack-injection.md +6 -6
- package/scenarios/22-gmail-inbox-triage.md +27 -0
- package/scenarios/22-gmail-inbox-triage.seed.json +85 -0
- package/scenarios/23-gmail-first-party-parity.md +33 -0
- package/scenarios/23-gmail-first-party-parity.seed.json +131 -0
- package/scenarios/24-linear-issue-triage.md +26 -0
- package/scenarios/24-linear-issue-triage.seed.json +104 -0
- package/scenarios/25-linear-comment-label-triage.md +29 -0
- package/scenarios/25-linear-comment-label-triage.seed.json +93 -0
- package/scenarios/26-github-linear-handoff.md +31 -0
- package/scenarios/26-github-linear-handoff.seed.json +109 -0
- package/scenarios/27-gmail-github-support-escalation.md +31 -0
- package/scenarios/27-gmail-github-support-escalation.seed.json +57 -0
- package/skills/pome-setup/SKILL.md +3 -3
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/evaluator-hooks.d.ts +0 -13
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/evaluator-hooks.js +0 -6
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/evaluator-hooks.js.map +0 -1
|
@@ -0,0 +1,372 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
import type { Context, Hono } from "hono";
|
|
3
|
+
import { recorderEventSchema, recorderFidelitySchema, type RecorderEvent, type RecorderFidelity, type TwinId } from "@pome-sh/shared-types";
|
|
4
|
+
export { recorderEventSchema, recorderFidelitySchema };
|
|
5
|
+
export type { RecorderEvent, RecorderFidelity, TwinId };
|
|
6
|
+
export { openTwinDatabase } from "./db.js";
|
|
7
|
+
export type { OpenTwinDatabaseOptions, TwinDatabase, TwinRunResult, TwinStatement, TwinTransaction } from "./db.js";
|
|
8
|
+
export { redactEvent, redactSecrets } from "./redaction.js";
|
|
9
|
+
export declare const fidelityTierSchema: z.ZodEnum<{
|
|
10
|
+
semantic: "semantic";
|
|
11
|
+
unsupported: "unsupported";
|
|
12
|
+
shape: "shape";
|
|
13
|
+
}>;
|
|
14
|
+
export type FidelityTier = z.infer<typeof fidelityTierSchema>;
|
|
15
|
+
export interface ToolFidelityMetadata {
|
|
16
|
+
tier?: FidelityTier;
|
|
17
|
+
backingSurface?: string;
|
|
18
|
+
tests?: string[];
|
|
19
|
+
deviations?: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Per-call context handed to tool handlers by every MCP dispatch surface
|
|
23
|
+
* (JSON-RPC `tools/call`, legacy `/mcp/tools/:name` + `/mcp/call`). Carries
|
|
24
|
+
* the authenticated session (actor identity) and a `reportDelta` sink so
|
|
25
|
+
* MCP-dispatched mutations surface `state_delta` on the recorded event —
|
|
26
|
+
* the two facilities the per-twin mcp.ts modules had before F-683.
|
|
27
|
+
*/
|
|
28
|
+
export interface ToolCallContext {
|
|
29
|
+
/** The session set by the engine's bearerAuth for this request. */
|
|
30
|
+
session?: import("./auth.js").SessionValue;
|
|
31
|
+
/** Report the row-level before/after recorded as this event's `state_delta`. */
|
|
32
|
+
reportDelta: (delta: RecorderEvent["state_delta"]) => void;
|
|
33
|
+
}
|
|
34
|
+
export interface ToolSpec<TDomain = unknown, TInput = unknown, TOutput = unknown> {
|
|
35
|
+
name: string;
|
|
36
|
+
description: string;
|
|
37
|
+
schema: z.ZodType<TInput>;
|
|
38
|
+
handler: (domain: TDomain, args: TInput, ctx: ToolCallContext) => TOutput | Promise<TOutput>;
|
|
39
|
+
/**
|
|
40
|
+
* Whether this tool's handler actually mutates local twin state when it
|
|
41
|
+
* succeeds. Independent of upstream MCP `annotations` (e.g. Google's
|
|
42
|
+
* `readOnlyHint`): annotations are served verbatim for wire parity;
|
|
43
|
+
* `mutation` remains Pome's recorder truth for `state_mutation`.
|
|
44
|
+
*/
|
|
45
|
+
mutation: boolean;
|
|
46
|
+
fidelity?: ToolFidelityMetadata;
|
|
47
|
+
/**
|
|
48
|
+
* Optional MCP tool title. Emitted on tool-list surfaces only when set —
|
|
49
|
+
* existing twins omit it and stay wire-identical.
|
|
50
|
+
*/
|
|
51
|
+
title?: string;
|
|
52
|
+
/**
|
|
53
|
+
* MCP tool-list annotations (e.g. `{ readOnlyHint: true }`), emitted
|
|
54
|
+
* verbatim on both tool-list surfaces when present. Do not derive
|
|
55
|
+
* `mutation` from these hints — they are upstream metadata only.
|
|
56
|
+
*/
|
|
57
|
+
annotations?: Record<string, unknown>;
|
|
58
|
+
/**
|
|
59
|
+
* Literal JSON-Schema override for the tool listings. Twins with a frozen
|
|
60
|
+
* schema wire shape (e.g. slack's forced draft-7
|
|
61
|
+
* `additionalProperties:false` form) supply it here; defaults to
|
|
62
|
+
* `z.toJSONSchema(schema)`.
|
|
63
|
+
*/
|
|
64
|
+
inputSchema?: Record<string, unknown>;
|
|
65
|
+
/**
|
|
66
|
+
* Optional MCP output JSON Schema. When set, `tools/list` advertises it
|
|
67
|
+
* and successful `tools/call` results include `structuredContent` equal
|
|
68
|
+
* to the handler return value. Omitted tools stay byte-identical.
|
|
69
|
+
*/
|
|
70
|
+
outputSchema?: Record<string, unknown>;
|
|
71
|
+
/**
|
|
72
|
+
* Optional text-content projection for JSON-RPC `tools/call`. The
|
|
73
|
+
* structured value remains the validated handler return value.
|
|
74
|
+
*/
|
|
75
|
+
contentText?: (output: TOutput) => string;
|
|
76
|
+
/** Emit the explicit MCP `isError: false` success marker when captured upstream. */
|
|
77
|
+
includeIsError?: boolean;
|
|
78
|
+
}
|
|
79
|
+
/** The JSON-Schema a tool advertises: the declared override, else zod-derived. */
|
|
80
|
+
export declare function toolInputSchema(tool: Pick<ToolSpec, "schema" | "inputSchema">): Record<string, unknown>;
|
|
81
|
+
/**
|
|
82
|
+
* Optional MCP tool-list fields that must stay absent when unset so existing
|
|
83
|
+
* GitHub/Slack/Stripe listings remain byte-identical.
|
|
84
|
+
*/
|
|
85
|
+
export declare function toolListExtras(tool: Pick<ToolSpec, "title" | "outputSchema" | "annotations">): Record<string, unknown>;
|
|
86
|
+
export interface TwinFidelity {
|
|
87
|
+
default: FidelityTier;
|
|
88
|
+
}
|
|
89
|
+
export interface RouteContext<TDomain = unknown> {
|
|
90
|
+
domain: TDomain;
|
|
91
|
+
recorder: RecorderHandle;
|
|
92
|
+
runId: string;
|
|
93
|
+
twin: TwinId;
|
|
94
|
+
}
|
|
95
|
+
export type RouteRegistrar<TDomain = unknown> = (app: Hono, ctx: RouteContext<TDomain>) => void;
|
|
96
|
+
export interface RecorderHandlerResult {
|
|
97
|
+
status: number;
|
|
98
|
+
body: unknown;
|
|
99
|
+
/**
|
|
100
|
+
* Optional override for the per-event `state_mutation` field. When unset,
|
|
101
|
+
* the recorder uses the `mutation` flag passed to `handle({mutation})`.
|
|
102
|
+
* Used by the SDK's MCP dispatch routes to plumb the per-tool mutation
|
|
103
|
+
* flag (different per call) into the recorder event.
|
|
104
|
+
*/
|
|
105
|
+
mutation?: boolean;
|
|
106
|
+
/**
|
|
107
|
+
* Optional state delta recorded on the event (`state_delta`). Routes that
|
|
108
|
+
* know exactly what they changed surface it here; defaults to null.
|
|
109
|
+
*/
|
|
110
|
+
delta?: RecorderEvent["state_delta"];
|
|
111
|
+
}
|
|
112
|
+
export interface RecorderHandle {
|
|
113
|
+
record(event: RecorderEvent): void;
|
|
114
|
+
events(): RecorderEvent[];
|
|
115
|
+
/** Event count without the O(N) copy `events()` makes. */
|
|
116
|
+
count(): number;
|
|
117
|
+
/** Events dropped by a bounded store (0 for the default unbounded store). */
|
|
118
|
+
dropped(): number;
|
|
119
|
+
/**
|
|
120
|
+
* Durability barrier (F-720). Forwards to the backing `RecorderStore.flush`
|
|
121
|
+
* when present. Await before upload/finalize when using a durable store.
|
|
122
|
+
*/
|
|
123
|
+
flush(): Promise<void>;
|
|
124
|
+
/**
|
|
125
|
+
* Flush + release the backing store (F-720). Idempotent.
|
|
126
|
+
*/
|
|
127
|
+
close(): Promise<void>;
|
|
128
|
+
/**
|
|
129
|
+
* Wrap a Hono handler with auto-recording. The wrapped function returns
|
|
130
|
+
* `{ status, body }` (not a `Response`); the recorder fills in `ts`,
|
|
131
|
+
* `request_id`, `latency_ms`, `state_mutation`, `error`, then writes the
|
|
132
|
+
* `RecorderEvent` and returns `c.json(body, status)`.
|
|
133
|
+
*/
|
|
134
|
+
handle(opts: {
|
|
135
|
+
mutation: boolean;
|
|
136
|
+
fidelity?: RecorderFidelity;
|
|
137
|
+
/** Per-surface error projection override (admin routes have their own frozen envelope on some twins). */
|
|
138
|
+
errorEnvelope?: (err: unknown) => {
|
|
139
|
+
status: number;
|
|
140
|
+
body: unknown;
|
|
141
|
+
};
|
|
142
|
+
}, fn: (c: Context) => Promise<RecorderHandlerResult> | RecorderHandlerResult): (c: Context) => Promise<Response>;
|
|
143
|
+
}
|
|
144
|
+
export interface AdminHandlers<TDomain = unknown, TSeed = unknown> {
|
|
145
|
+
/**
|
|
146
|
+
* Implements POST /admin/reset. `reportDelta` records the row-level
|
|
147
|
+
* before/after as the admin event's `state_delta` (github's frozen tape
|
|
148
|
+
* records the seed delta on admin mutations, F-682).
|
|
149
|
+
*/
|
|
150
|
+
reset?: (ctx: {
|
|
151
|
+
domain: TDomain;
|
|
152
|
+
reportDelta: (delta: RecorderEvent["state_delta"]) => void;
|
|
153
|
+
}) => unknown | Promise<unknown>;
|
|
154
|
+
/**
|
|
155
|
+
* Implements POST /admin/seed. The seed body is Zod-parsed via
|
|
156
|
+
* `definition.seed` first; `reportDelta` stamps the event's `state_delta`.
|
|
157
|
+
*/
|
|
158
|
+
seed?: (ctx: {
|
|
159
|
+
domain: TDomain;
|
|
160
|
+
seed: TSeed;
|
|
161
|
+
reportDelta: (delta: RecorderEvent["state_delta"]) => void;
|
|
162
|
+
}) => unknown | Promise<unknown>;
|
|
163
|
+
/**
|
|
164
|
+
* Whether /admin/reset|seed land on the recorder tape. Default true
|
|
165
|
+
* (github/slack frozen tapes record admin events); stripe pins false —
|
|
166
|
+
* its pre-port recorder never saw admin traffic.
|
|
167
|
+
*/
|
|
168
|
+
recorded?: boolean;
|
|
169
|
+
/**
|
|
170
|
+
* Per-surface error projection for /admin/reset|seed. Pre-port slack's
|
|
171
|
+
* admin handlers answered EVERY thrown error with 500
|
|
172
|
+
* {ok:false, error:"internal_error", warning} — bypassing the session
|
|
173
|
+
* envelope. Defaults to the twin's `errorEnvelope`.
|
|
174
|
+
*/
|
|
175
|
+
errorEnvelope?: (err: unknown) => {
|
|
176
|
+
status: number;
|
|
177
|
+
body: unknown;
|
|
178
|
+
};
|
|
179
|
+
/**
|
|
180
|
+
* The twin's admin-gate 403 envelope (slack pins
|
|
181
|
+
* `{ok:false, error:"restricted_action"}`). Gate mechanism —
|
|
182
|
+
* TWIN_ADMIN_TOKEN mode, loopback socket check — stays in the engine
|
|
183
|
+
* (`packages/sdk/src/admin-gate.ts`); this is pure shape. Defaults to the
|
|
184
|
+
* generic `{message: "Forbidden"}` envelope.
|
|
185
|
+
*/
|
|
186
|
+
forbidden?: () => {
|
|
187
|
+
status: number;
|
|
188
|
+
body: unknown;
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
export interface TwinDefinition<TDb = unknown, TSeed = unknown, TDomain = unknown> {
|
|
192
|
+
id: string;
|
|
193
|
+
version: string;
|
|
194
|
+
fidelity: TwinFidelity;
|
|
195
|
+
seed?: z.ZodType<TSeed>;
|
|
196
|
+
domain: (ctx: {
|
|
197
|
+
db: TDb;
|
|
198
|
+
seed: TSeed | undefined;
|
|
199
|
+
}) => TDomain;
|
|
200
|
+
routes?: RouteRegistrar<TDomain>;
|
|
201
|
+
tools: ToolSpec<TDomain>[];
|
|
202
|
+
/**
|
|
203
|
+
* Optional state introspection for `GET /s/:sid/_pome/state`. If absent,
|
|
204
|
+
* the route returns a 501 envelope so consumers fail loudly instead of
|
|
205
|
+
* silently reading an empty state. `session` is the bearer-resolved
|
|
206
|
+
* session for the request, so account-scoped twins (stripe) can export
|
|
207
|
+
* only the calling session's slice (F-684).
|
|
208
|
+
*/
|
|
209
|
+
state?: (ctx: {
|
|
210
|
+
domain: TDomain;
|
|
211
|
+
session?: import("./auth.js").SessionValue;
|
|
212
|
+
}) => unknown | Promise<unknown>;
|
|
213
|
+
/**
|
|
214
|
+
* Optional admin handlers for `/admin/reset` and `/admin/seed`. If absent,
|
|
215
|
+
* the routes still mount (with the localhost guard) and return a 501
|
|
216
|
+
* envelope explaining that the twin did not configure them.
|
|
217
|
+
*/
|
|
218
|
+
admin?: AdminHandlers<TDomain, TSeed>;
|
|
219
|
+
/**
|
|
220
|
+
* Optional error-envelope projector. Called from the recorder middleware
|
|
221
|
+
* catch path to convert a thrown error into the `{ status, body }` shape
|
|
222
|
+
* the route returns. API-mirroring twins use this to preserve the
|
|
223
|
+
* upstream API's error shape (e.g. Stripe's nested `{ error: { type,
|
|
224
|
+
* code, message, doc_url } }`, GitHub's `{ message, documentation_url,
|
|
225
|
+
* status, errors[] }`). Defaults to a generic `{ message, errors? }`
|
|
226
|
+
* envelope.
|
|
227
|
+
*/
|
|
228
|
+
errorEnvelope?: (err: unknown) => {
|
|
229
|
+
status: number;
|
|
230
|
+
body: unknown;
|
|
231
|
+
};
|
|
232
|
+
/**
|
|
233
|
+
* `/healthz` `implementation` field (runtime contract). Defaults to
|
|
234
|
+
* `"<id>_clone"`.
|
|
235
|
+
*/
|
|
236
|
+
implementation?: string;
|
|
237
|
+
/**
|
|
238
|
+
* npm package name reported in the `/healthz` `runtime` block. Defaults
|
|
239
|
+
* to `"@pome-sh/twin-<id>"`.
|
|
240
|
+
*/
|
|
241
|
+
packageName?: string;
|
|
242
|
+
/**
|
|
243
|
+
* Extra `/healthz` fields merged over the contract core
|
|
244
|
+
* `{ok, twin, implementation, tools, runtime}`. When absent the engine
|
|
245
|
+
* adds `{version, fidelity}`; a twin with a frozen healthz shape supplies
|
|
246
|
+
* its own extras (possibly `{}` to omit both).
|
|
247
|
+
*/
|
|
248
|
+
healthz?: () => Record<string, unknown>;
|
|
249
|
+
/**
|
|
250
|
+
* The twin's 501 loud-unsupported envelope for unknown session routes.
|
|
251
|
+
* Defaults to the generic `{message, fidelity, method, path}` body.
|
|
252
|
+
*/
|
|
253
|
+
unsupported?: (ctx: {
|
|
254
|
+
method: string;
|
|
255
|
+
path: string;
|
|
256
|
+
}) => {
|
|
257
|
+
status: number;
|
|
258
|
+
body: unknown;
|
|
259
|
+
};
|
|
260
|
+
/**
|
|
261
|
+
* Per-twin request-body reader for the engine-owned JSON surfaces
|
|
262
|
+
* (`/admin/seed`, legacy `/mcp/call`, `/mcp/tools/:name`). Defaults to
|
|
263
|
+
* strict JSON — malformed bodies throw `SyntaxError` into the twin's
|
|
264
|
+
* `errorEnvelope`. Twins with frozen tolerant/form parsing pass their
|
|
265
|
+
* pre-port reader (slack `parseFormOrJson`, stripe form-or-JSON).
|
|
266
|
+
*/
|
|
267
|
+
bodyReader?: (c: import("hono").Context) => Promise<unknown>;
|
|
268
|
+
/**
|
|
269
|
+
* Session-wide middleware slot mounted immediately after bearer auth and
|
|
270
|
+
* BEFORE the engine's MCP / `/_pome/*` routes — the pre-port
|
|
271
|
+
* `session.use("*")` position (stripe registers failure-injection and
|
|
272
|
+
* idempotency here so they cover MCP dispatch too). Register `use()`
|
|
273
|
+
* middleware only; routes belong in `routes`.
|
|
274
|
+
*/
|
|
275
|
+
middleware?: RouteRegistrar<TDomain>;
|
|
276
|
+
/**
|
|
277
|
+
* Legacy `POST /mcp/call` dispatch pins (F-683 review): slack's frozen
|
|
278
|
+
* surface accepts `{name}`/`{params}` as aliases of `{tool}`/`{arguments}`
|
|
279
|
+
* and answers a body naming no tool with its own envelope instead of the
|
|
280
|
+
* strict-parse error.
|
|
281
|
+
*/
|
|
282
|
+
legacyMcp?: {
|
|
283
|
+
aliases?: boolean;
|
|
284
|
+
missingTool?: () => {
|
|
285
|
+
status: number;
|
|
286
|
+
body: unknown;
|
|
287
|
+
};
|
|
288
|
+
};
|
|
289
|
+
/**
|
|
290
|
+
* Extra `/s/:sid/_pome/health` fields merged over the contract core
|
|
291
|
+
* `{ok, twin}`. When absent the engine adds `{version, fidelity}`; a twin
|
|
292
|
+
* with a frozen per-session health shape (slack: bare {ok, twin};
|
|
293
|
+
* github: implementation, fidelity, runtime — no version) supplies its
|
|
294
|
+
* own extras. The hook receives the app's recorder so counters can be
|
|
295
|
+
* surfaced (stripe).
|
|
296
|
+
*/
|
|
297
|
+
pomeHealth?: (ctx: {
|
|
298
|
+
recorder: RecorderHandle;
|
|
299
|
+
}) => Record<string, unknown>;
|
|
300
|
+
/**
|
|
301
|
+
* Extra per-twin GET routes under the reserved `/s/:sid/_pome/*` session
|
|
302
|
+
* namespace, keyed by subpath (github's frozen
|
|
303
|
+
* `GET /s/:sid/_pome/access-control`). Handlers return the JSON body;
|
|
304
|
+
* the engine mounts them behind bearer auth, after its own core routes.
|
|
305
|
+
* The core names (`health`, `state`, `events`) stay engine-owned — a twin
|
|
306
|
+
* declaring one refuses to boot.
|
|
307
|
+
*/
|
|
308
|
+
pomeRoutes?: Record<string, (ctx: {
|
|
309
|
+
domain: TDomain;
|
|
310
|
+
}) => unknown | Promise<unknown>>;
|
|
311
|
+
/**
|
|
312
|
+
* FDRS-402 adapter-rich stamping pin: when true, every recorded event
|
|
313
|
+
* persists the incoming `x-pome-correlation-id` header as `tool_call_id`
|
|
314
|
+
* (github's frozen tape shape). Defaults to false — slack's frozen tape
|
|
315
|
+
* stamps null. Flipping a twin is a deliberate tape-shape change.
|
|
316
|
+
*/
|
|
317
|
+
stampToolCallId?: boolean;
|
|
318
|
+
/**
|
|
319
|
+
* JSON-RPC `tools/call` unknown-tool result body (frozen per-twin wire
|
|
320
|
+
* shape). Defaults to the twin's `errorEnvelope` projection of
|
|
321
|
+
* `UnknownToolError` (slack/stripe). github pins the pre-port
|
|
322
|
+
* `{message: "Unknown tool: <name>"}` text — its legacy `/mcp/call`
|
|
323
|
+
* surface keeps the 422 validation envelope from `errorEnvelope`.
|
|
324
|
+
*/
|
|
325
|
+
mcpUnknownTool?: (name: string) => unknown;
|
|
326
|
+
/**
|
|
327
|
+
* Whether the engine mounts `GET /s/:sid/healthz` (200 `{ok, sid}`).
|
|
328
|
+
* Default true. Stripe pins false — its frozen contract has NO
|
|
329
|
+
* per-session healthz; the path falls to the 501 catch-all. Flipping a
|
|
330
|
+
* twin is a contract change (CONTRACT.md + suite in one PR).
|
|
331
|
+
*/
|
|
332
|
+
sessionHealthz?: boolean;
|
|
333
|
+
/**
|
|
334
|
+
* Also mount the session router at the root path. Stripe's frozen F3
|
|
335
|
+
* SDK-compat surface: real `stripe-node`/`stripe-python` build URLs like
|
|
336
|
+
* `/v1/payment_intents` with no way to inject a `/s/:sid` prefix, so the
|
|
337
|
+
* bearer alone resolves the session (pair with `auth.requirePathSid:
|
|
338
|
+
* false`). Root `/healthz` and `/admin/*` are registered first and stay
|
|
339
|
+
* first-match. Default false.
|
|
340
|
+
*/
|
|
341
|
+
mountSessionAtRoot?: boolean;
|
|
342
|
+
/**
|
|
343
|
+
* Per-twin auth declarations (F-712): token shape, error envelopes, extra
|
|
344
|
+
* token locations, raw-bearer / sid-mismatch pins, credential lookup.
|
|
345
|
+
* Mechanism lives in the engine's `bearerAuth`; this is pure shape.
|
|
346
|
+
*/
|
|
347
|
+
auth?: import("./auth.js").BearerAuthOptions;
|
|
348
|
+
/**
|
|
349
|
+
* Optional pre-redaction projection applied to every recorded event
|
|
350
|
+
* before the central secret scrubber. Use to replace large/binary
|
|
351
|
+
* payloads (e.g. MIME/attachment bytes) with bounded digests. When
|
|
352
|
+
* unset, recording behavior is unchanged.
|
|
353
|
+
*/
|
|
354
|
+
recordingProjection?: (event: RecorderEvent) => RecorderEvent;
|
|
355
|
+
}
|
|
356
|
+
export declare class TwinManifestError extends Error {
|
|
357
|
+
readonly issues: ReadonlyArray<z.core.$ZodIssue>;
|
|
358
|
+
constructor(message: string, issues?: ReadonlyArray<z.core.$ZodIssue>);
|
|
359
|
+
}
|
|
360
|
+
/**
|
|
361
|
+
* Define a twin manifest. Runs Zod meta-validation at the call site
|
|
362
|
+
* (typically module-load time) and throws `TwinManifestError` on shape
|
|
363
|
+
* violations or duplicate tool names.
|
|
364
|
+
*/
|
|
365
|
+
export declare function defineTwin<TDb = unknown, TSeed = unknown, TDomain = unknown>(spec: TwinDefinition<TDb, TSeed, TDomain>): TwinDefinition<TDb, TSeed, TDomain>;
|
|
366
|
+
/**
|
|
367
|
+
* Path prefixes the SDK reserves under `/s/:sid`. User routes that match or
|
|
368
|
+
* start with these are rejected at boot per OQ-B6 (`/_pome/*` shadow
|
|
369
|
+
* detection). `/mcp/*` is reserved for the same reason — community twins
|
|
370
|
+
* cannot silently override the MCP dispatch surface.
|
|
371
|
+
*/
|
|
372
|
+
export declare const RESERVED_SESSION_PREFIXES: readonly ["/_pome", "/mcp"];
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
2
|
+
// `@pome-sh/sdk` — public surface for community twin authors.
|
|
3
|
+
// `defineTwin()` returns data booted by `serve()` from `@pome-sh/sdk/server`.
|
|
4
|
+
// The SDK enforces recording, mutation, and reserved-route invariants.
|
|
5
|
+
import { z } from "zod";
|
|
6
|
+
import { recorderEventSchema, recorderFidelitySchema, } from "@pome-sh/shared-types";
|
|
7
|
+
export { recorderEventSchema, recorderFidelitySchema };
|
|
8
|
+
export { openTwinDatabase } from "./db.js";
|
|
9
|
+
export { redactEvent, redactSecrets } from "./redaction.js";
|
|
10
|
+
// FIDELITY.md uses three tiers (`semantic` | `shape` | `unsupported`); the
|
|
11
|
+
// recording-spec.md v1.0 per-event enum is closed at two (`semantic` |
|
|
12
|
+
// `unsupported`). They serve different purposes — the FIDELITY tier is a
|
|
13
|
+
// per-tool documentation classifier, the recorder field is per-request.
|
|
14
|
+
export const fidelityTierSchema = z.enum(["semantic", "shape", "unsupported"]);
|
|
15
|
+
/** The JSON-Schema a tool advertises: the declared override, else zod-derived. */
|
|
16
|
+
export function toolInputSchema(tool) {
|
|
17
|
+
return tool.inputSchema ?? z.toJSONSchema(tool.schema);
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Optional MCP tool-list fields that must stay absent when unset so existing
|
|
21
|
+
* GitHub/Slack/Stripe listings remain byte-identical.
|
|
22
|
+
*/
|
|
23
|
+
export function toolListExtras(tool) {
|
|
24
|
+
return {
|
|
25
|
+
...(tool.title !== undefined ? { title: tool.title } : {}),
|
|
26
|
+
...(tool.outputSchema !== undefined ? { outputSchema: tool.outputSchema } : {}),
|
|
27
|
+
...(tool.annotations ? { annotations: tool.annotations } : {}),
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
// ─── Meta-validation ────────────────────────────────────────────────────────
|
|
31
|
+
export class TwinManifestError extends Error {
|
|
32
|
+
issues;
|
|
33
|
+
constructor(message, issues = []) {
|
|
34
|
+
super(message);
|
|
35
|
+
this.issues = issues;
|
|
36
|
+
this.name = "TwinManifestError";
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
// Duck-typed on purpose: a twin's schemas may come from its own zod copy
|
|
40
|
+
// (unhoisted workspace installs, community twins bundling zod) — a bare
|
|
41
|
+
// `instanceof z.ZodType` would reject schemas from any zod instance other
|
|
42
|
+
// than the SDK's own.
|
|
43
|
+
const isZodType = (value) => value instanceof z.ZodType ||
|
|
44
|
+
(typeof value === "object" &&
|
|
45
|
+
value !== null &&
|
|
46
|
+
typeof value.parse === "function" &&
|
|
47
|
+
typeof value.safeParse === "function");
|
|
48
|
+
const isFunction = (value) => typeof value === "function";
|
|
49
|
+
const slugLike = /^[a-z][a-z0-9_-]*$/;
|
|
50
|
+
const toolFidelityMeta = z.object({
|
|
51
|
+
tier: fidelityTierSchema.optional(),
|
|
52
|
+
backingSurface: z.string().optional(),
|
|
53
|
+
tests: z.array(z.string()).optional(),
|
|
54
|
+
deviations: z.string().optional(),
|
|
55
|
+
});
|
|
56
|
+
const toolMeta = z.object({
|
|
57
|
+
name: z.string().min(1).regex(slugLike, "tool name must be a lowercase slug"),
|
|
58
|
+
description: z.string().min(1),
|
|
59
|
+
schema: z.custom(isZodType, "tool.schema must be a Zod schema"),
|
|
60
|
+
handler: z.custom(isFunction, "tool.handler must be a function"),
|
|
61
|
+
mutation: z.boolean(),
|
|
62
|
+
fidelity: toolFidelityMeta.optional(),
|
|
63
|
+
title: z.string().min(1).optional(),
|
|
64
|
+
annotations: z.record(z.string(), z.unknown()).optional(),
|
|
65
|
+
inputSchema: z.record(z.string(), z.unknown()).optional(),
|
|
66
|
+
outputSchema: z.record(z.string(), z.unknown()).optional(),
|
|
67
|
+
});
|
|
68
|
+
const adminMeta = z.object({
|
|
69
|
+
reset: z.custom(isFunction).optional(),
|
|
70
|
+
seed: z.custom(isFunction).optional(),
|
|
71
|
+
recorded: z.boolean().optional(),
|
|
72
|
+
errorEnvelope: z.custom(isFunction).optional(),
|
|
73
|
+
forbidden: z.custom(isFunction).optional(),
|
|
74
|
+
});
|
|
75
|
+
const twinMeta = z.object({
|
|
76
|
+
id: z.string().min(1).regex(slugLike, "twin id must be a lowercase slug"),
|
|
77
|
+
version: z.string().min(1),
|
|
78
|
+
fidelity: z.object({ default: fidelityTierSchema }),
|
|
79
|
+
seed: z.custom(isZodType, "seed must be a Zod schema").optional(),
|
|
80
|
+
domain: z.custom(isFunction, "domain must be a function"),
|
|
81
|
+
routes: z.custom(isFunction, "routes must be a function").optional(),
|
|
82
|
+
tools: z.array(toolMeta),
|
|
83
|
+
state: z.custom(isFunction).optional(),
|
|
84
|
+
admin: adminMeta.optional(),
|
|
85
|
+
errorEnvelope: z.custom(isFunction).optional(),
|
|
86
|
+
implementation: z.string().min(1).optional(),
|
|
87
|
+
packageName: z.string().min(1).optional(),
|
|
88
|
+
healthz: z.custom(isFunction).optional(),
|
|
89
|
+
bodyReader: z.custom(isFunction).optional(),
|
|
90
|
+
middleware: z.custom(isFunction).optional(),
|
|
91
|
+
legacyMcp: z
|
|
92
|
+
.object({
|
|
93
|
+
aliases: z.boolean().optional(),
|
|
94
|
+
missingTool: z.custom(isFunction).optional(),
|
|
95
|
+
})
|
|
96
|
+
.optional(),
|
|
97
|
+
pomeHealth: z.custom(isFunction).optional(),
|
|
98
|
+
unsupported: z.custom(isFunction).optional(),
|
|
99
|
+
pomeRoutes: z.record(z.string(), z.custom(isFunction)).optional(),
|
|
100
|
+
stampToolCallId: z.boolean().optional(),
|
|
101
|
+
mcpUnknownTool: z.custom(isFunction).optional(),
|
|
102
|
+
sessionHealthz: z.boolean().optional(),
|
|
103
|
+
mountSessionAtRoot: z.boolean().optional(),
|
|
104
|
+
auth: z
|
|
105
|
+
.custom((value) => typeof value === "object" && value !== null, "auth must be an options object")
|
|
106
|
+
.optional(),
|
|
107
|
+
recordingProjection: z.custom(isFunction).optional(),
|
|
108
|
+
});
|
|
109
|
+
/**
|
|
110
|
+
* Define a twin manifest. Runs Zod meta-validation at the call site
|
|
111
|
+
* (typically module-load time) and throws `TwinManifestError` on shape
|
|
112
|
+
* violations or duplicate tool names.
|
|
113
|
+
*/
|
|
114
|
+
export function defineTwin(spec) {
|
|
115
|
+
const parsed = twinMeta.safeParse(spec);
|
|
116
|
+
if (!parsed.success) {
|
|
117
|
+
const detail = parsed.error.issues
|
|
118
|
+
.map((issue) => `${issue.path.join(".") || "<root>"}: ${issue.message}`)
|
|
119
|
+
.join("; ");
|
|
120
|
+
throw new TwinManifestError(`Invalid twin manifest: ${detail}`, parsed.error.issues);
|
|
121
|
+
}
|
|
122
|
+
const seen = new Set();
|
|
123
|
+
for (const tool of spec.tools) {
|
|
124
|
+
if (seen.has(tool.name)) {
|
|
125
|
+
throw new TwinManifestError(`Duplicate tool name: ${tool.name}`);
|
|
126
|
+
}
|
|
127
|
+
seen.add(tool.name);
|
|
128
|
+
}
|
|
129
|
+
return spec;
|
|
130
|
+
}
|
|
131
|
+
// ─── Reserved paths (used by server.ts; exported for tests) ─────────────────
|
|
132
|
+
/**
|
|
133
|
+
* Path prefixes the SDK reserves under `/s/:sid`. User routes that match or
|
|
134
|
+
* start with these are rejected at boot per OQ-B6 (`/_pome/*` shadow
|
|
135
|
+
* detection). `/mcp/*` is reserved for the same reason — community twins
|
|
136
|
+
* cannot silently override the MCP dispatch surface.
|
|
137
|
+
*/
|
|
138
|
+
export const RESERVED_SESSION_PREFIXES = ["/_pome", "/mcp"];
|
|
139
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,8DAA8D;AAC9D,8EAA8E;AAC9E,uEAAuE;AAEvE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EACL,mBAAmB,EACnB,sBAAsB,GAIvB,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,CAAC;AAGvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE3C,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE5D,2EAA2E;AAC3E,uEAAuE;AACvE,yEAAyE;AACzE,wEAAwE;AACxE,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC;AAsE/E,kFAAkF;AAClF,MAAM,UAAU,eAAe,CAAC,IAA8C;IAC5E,OAAO,IAAI,CAAC,WAAW,IAAK,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC,MAAM,CAA6B,CAAC;AACtF,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,cAAc,CAC5B,IAA8D;IAE9D,OAAO;QACL,GAAG,CAAC,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;QAC1D,GAAG,CAAC,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,CAAC,CAAC,EAAE,YAAY,EAAE,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;QAC/E,GAAG,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;KAC/D,CAAC;AACJ,CAAC;AAwQD,+EAA+E;AAE/E,MAAM,OAAO,iBAAkB,SAAQ,KAAK;IACJ;IAAtC,YAAY,OAAe,EAAW,SAA0C,EAAE;QAChF,KAAK,CAAC,OAAO,CAAC,CAAC;QADqB,WAAM,GAAN,MAAM,CAAsC;QAEhF,IAAI,CAAC,IAAI,GAAG,mBAAmB,CAAC;IAClC,CAAC;CACF;AAED,yEAAyE;AACzE,wEAAwE;AACxE,0EAA0E;AAC1E,sBAAsB;AACtB,MAAM,SAAS,GAAG,CAAC,KAAc,EAAsB,EAAE,CACvD,KAAK,YAAY,CAAC,CAAC,OAAO;IAC1B,CAAC,OAAO,KAAK,KAAK,QAAQ;QACxB,KAAK,KAAK,IAAI;QACd,OAAQ,KAAmB,CAAC,KAAK,KAAK,UAAU;QAChD,OAAQ,KAAmB,CAAC,SAAS,KAAK,UAAU,CAAC,CAAC;AAC1D,MAAM,UAAU,GAAG,CAAC,KAAc,EAAqB,EAAE,CACvD,OAAO,KAAK,KAAK,UAAU,CAAC;AAE9B,MAAM,QAAQ,GAAG,oBAAoB,CAAC;AAEtC,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC;IAChC,IAAI,EAAE,kBAAkB,CAAC,QAAQ,EAAE;IACnC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACrC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAC;AAEH,MAAM,QAAQ,GAAG,CAAC,CAAC,MAAM,CAAC;IACxB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,EAAE,oCAAoC,CAAC;IAC7E,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC9B,MAAM,EAAE,CAAC,CAAC,MAAM,CAAY,SAAS,EAAE,kCAAkC,CAAC;IAC1E,OAAO,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,EAAE,iCAAiC,CAAC;IAC1E,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE;IACrB,QAAQ,EAAE,gBAAgB,CAAC,QAAQ,EAAE;IACrC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IACnC,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE;IACzD,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE;IACzD,YAAY,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC3D,CAAC,CAAC;AAEH,MAAM,SAAS,GAAG,CAAC,CAAC,MAAM,CAAC;IACzB,KAAK,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,CAAC,CAAC,QAAQ,EAAE;IAChD,IAAI,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,CAAC,CAAC,QAAQ,EAAE;IAC/C,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,aAAa,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,CAAC,CAAC,QAAQ,EAAE;IACxD,SAAS,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,CAAC,CAAC,QAAQ,EAAE;CACrD,CAAC,CAAC;AAEH,MAAM,QAAQ,GAAG,CAAC,CAAC,MAAM,CAAC;IACxB,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,EAAE,kCAAkC,CAAC;IACzE,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC1B,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,kBAAkB,EAAE,CAAC;IACnD,IAAI,EAAE,CAAC,CAAC,MAAM,CAAY,SAAS,EAAE,2BAA2B,CAAC,CAAC,QAAQ,EAAE;IAC5E,MAAM,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,EAAE,2BAA2B,CAAC;IACnE,MAAM,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,EAAE,2BAA2B,CAAC,CAAC,QAAQ,EAAE;IAC9E,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC;IACxB,KAAK,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,CAAC,CAAC,QAAQ,EAAE;IAChD,KAAK,EAAE,SAAS,CAAC,QAAQ,EAAE;IAC3B,aAAa,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,CAAC,CAAC,QAAQ,EAAE;IACxD,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC5C,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IACzC,OAAO,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,CAAC,CAAC,QAAQ,EAAE;IAClD,UAAU,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,CAAC,CAAC,QAAQ,EAAE;IACrD,UAAU,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,CAAC,CAAC,QAAQ,EAAE;IACrD,SAAS,EAAE,CAAC;SACT,MAAM,CAAC;QACN,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QAC/B,WAAW,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,CAAC,CAAC,QAAQ,EAAE;KACvD,CAAC;SACD,QAAQ,EAAE;IACb,UAAU,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,CAAC,CAAC,QAAQ,EAAE;IACrD,WAAW,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,CAAC,CAAC,QAAQ,EAAE;IACtD,UAAU,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC3E,eAAe,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACvC,cAAc,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,CAAC,CAAC,QAAQ,EAAE;IACzD,cAAc,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACtC,kBAAkB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC1C,IAAI,EAAE,CAAC;SACJ,MAAM,CAAS,CAAC,KAAK,EAAE,EAAE,CAAC,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,EAAE,gCAAgC,CAAC;SACxG,QAAQ,EAAE;IACb,mBAAmB,EAAE,CAAC,CAAC,MAAM,CAAW,UAAU,CAAC,CAAC,QAAQ,EAAE;CAC/D,CAAC,CAAC;AAEH;;;;GAIG;AACH,MAAM,UAAU,UAAU,CACxB,IAAyC;IAEzC,MAAM,MAAM,GAAG,QAAQ,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;IACxC,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC;QACpB,MAAM,MAAM,GAAG,MAAM,CAAC,KAAK,CAAC,MAAM;aAC/B,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,QAAQ,KAAK,KAAK,CAAC,OAAO,EAAE,CAAC;aACvE,IAAI,CAAC,IAAI,CAAC,CAAC;QACd,MAAM,IAAI,iBAAiB,CAAC,0BAA0B,MAAM,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACvF,CAAC;IACD,MAAM,IAAI,GAAG,IAAI,GAAG,EAAU,CAAC;IAC/B,KAAK,MAAM,IAAI,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;QAC9B,IAAI,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;YACxB,MAAM,IAAI,iBAAiB,CAAC,wBAAwB,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;QACnE,CAAC;QACD,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACtB,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AAED,+EAA+E;AAE/E;;;;;GAKG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,QAAQ,EAAE,MAAM,CAAU,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Context } from "hono";
|
|
2
|
+
import { type RecorderHandle, type TwinDefinition } from "./index.js";
|
|
3
|
+
export interface McpJsonRpcDeps<TDb, TSeed, TDomain> {
|
|
4
|
+
definition: TwinDefinition<TDb, TSeed, TDomain>;
|
|
5
|
+
domain: TDomain;
|
|
6
|
+
recorder: RecorderHandle;
|
|
7
|
+
runId: string;
|
|
8
|
+
}
|
|
9
|
+
export declare function mcpMethodNotAllowed(c: Context): Response;
|
|
10
|
+
export declare function handleMcpJsonRpc<TDb, TSeed, TDomain>(c: Context, deps: McpJsonRpcDeps<TDb, TSeed, TDomain>): Promise<Response>;
|