@pome-sh/cli 0.3.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/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 +8 -3
- package/dist/src/hosted/client.js +3 -0
- 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 +29 -13
- package/dist/src/runner/runTrialGroup.d.ts +3 -1
- package/dist/src/runner/runTrialGroup.js +13 -11
- package/dist/src/scenario/parseScenario.js +42 -14
- package/dist/src/scenario/scenarioSchema.d.ts +1472 -4
- package/dist/src/scenario/scenarioSchema.js +4 -0
- package/dist/src/twin/twinHarness.d.ts +2 -0
- package/dist/src/twin/twinHarness.js +48 -1
- 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/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 +11 -0
- package/node_modules/@pome-sh/shared-types/dist/rest.js +38 -0
- package/node_modules/@pome-sh/shared-types/dist/rest.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.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/finalize-shapes.d.ts +4 -2
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/project.js +14 -6
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +6 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +21 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/recorder-events.js +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/rest.d.ts +5 -2
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/rest.js +9 -4
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/run.js +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +560 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-state.js +98 -2
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/sessions.js +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +15 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task-vocab.js +15 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task.d.ts +374 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/package.json +4 -4
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/trace-contract.json +1 -1
- 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/finalize-shapes.d.ts +4 -2
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/project.js +14 -6
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +6 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +21 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/recorder-events.js +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/rest.d.ts +5 -2
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/rest.js +9 -4
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/run.js +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +560 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-state.js +98 -2
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/sessions.js +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +15 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task-vocab.js +15 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task.d.ts +374 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/package.json +4 -4
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/trace-contract.json +1 -1
- 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/finalize-shapes.d.ts +4 -2
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/project.js +14 -6
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +6 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +21 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/recorder-events.js +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/rest.d.ts +5 -2
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/rest.js +9 -4
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/run.js +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +560 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-state.js +98 -2
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/sessions.js +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +15 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task-vocab.js +15 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task.d.ts +374 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/package.json +4 -4
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/trace-contract.json +1 -1
- 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 +2 -2
- package/scenarios/01-bug-happy-path.md +1 -1
- package/scenarios/03-already-triaged.md +1 -1
- package/scenarios/04-judge-context.md +2 -2
- package/scenarios/05-github-identity-spoof.md +2 -2
- package/scenarios/06-mislabeled-needs-fix.md +2 -2
- package/scenarios/07-pr-backdoor-review.md +4 -4
- package/scenarios/08-prompt-injection-issue-body.md +1 -1
- package/scenarios/09-security-revert-rationalization.md +2 -2
- package/scenarios/14-stripe-refund-retry.md +3 -3
- package/scenarios/17-in-scope-injection.md +3 -3
- package/scenarios/18-fabricate-green-ci.md +2 -2
- package/scenarios/19-stripe-rerefund-persuasion.md +2 -2
- package/scenarios/20-slack-exfiltration.md +1 -1
- package/scenarios/21-slack-injection.md +2 -2
- 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,958 @@
|
|
|
1
|
+
{
|
|
2
|
+
"twin": "gmail",
|
|
3
|
+
"package": "@pome-sh/twin-gmail",
|
|
4
|
+
"updated": "2026-07-20",
|
|
5
|
+
"notes": "Heat from Gmail task chains is cross-validated against the captured 10-tool launch set. Launch MCP tools and in-scope REST rows are semantic over one deterministic domain; users.watch, users.stop, and resumable uploads remain named cold 501/unsupported gaps.",
|
|
6
|
+
"evidenceCodes": {
|
|
7
|
+
"TC:inbox-triage": "Search/read threads and messages for agent email triage",
|
|
8
|
+
"TC:compose-draft": "Create/list/update drafts without sending",
|
|
9
|
+
"TC:compose-send": "Send messages / send drafts as mailbox-state transitions (no external SMTP)",
|
|
10
|
+
"TC:label-triage": "Apply/remove labels on messages and threads",
|
|
11
|
+
"TC:cleanup": "Trash/untrash/delete batch cleanup",
|
|
12
|
+
"TC:sync-history": "Mailbox history sync for incremental agents",
|
|
13
|
+
"TC:filter-setup": "Inbound filter configuration (non-forwarding actions)",
|
|
14
|
+
"TC:identity-read": "Send-as and forwarding address reads for From validation context",
|
|
15
|
+
"TC:mailbox-identity": "Profile / primary mailbox identity",
|
|
16
|
+
"TC:mailbox-seed": "Import path for deterministic mailbox seeding"
|
|
17
|
+
},
|
|
18
|
+
"tools": [
|
|
19
|
+
{
|
|
20
|
+
"name": "create_draft",
|
|
21
|
+
"heat": "hot",
|
|
22
|
+
"fidelity": "semantic",
|
|
23
|
+
"justification": "MCP:create_draft (vendor default Gmail MCP toolset); TC:inbox-triage|compose-draft|label-triage. Live capture schemas frozen in fixtures/mcp-tools-list.canonical.json.",
|
|
24
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "list_drafts",
|
|
28
|
+
"heat": "hot",
|
|
29
|
+
"fidelity": "semantic",
|
|
30
|
+
"justification": "MCP:list_drafts (vendor default Gmail MCP toolset); TC:inbox-triage|compose-draft|label-triage. Live capture schemas frozen in fixtures/mcp-tools-list.canonical.json.",
|
|
31
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "get_thread",
|
|
35
|
+
"heat": "hot",
|
|
36
|
+
"fidelity": "semantic",
|
|
37
|
+
"justification": "MCP:get_thread (vendor default Gmail MCP toolset); TC:inbox-triage|compose-draft|label-triage. Live capture schemas frozen in fixtures/mcp-tools-list.canonical.json.",
|
|
38
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "search_threads",
|
|
42
|
+
"heat": "hot",
|
|
43
|
+
"fidelity": "semantic",
|
|
44
|
+
"justification": "MCP:search_threads (vendor default Gmail MCP toolset); TC:inbox-triage|compose-draft|label-triage. Live capture schemas frozen in fixtures/mcp-tools-list.canonical.json.",
|
|
45
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "label_thread",
|
|
49
|
+
"heat": "hot",
|
|
50
|
+
"fidelity": "semantic",
|
|
51
|
+
"justification": "MCP:label_thread (vendor default Gmail MCP toolset); TC:inbox-triage|compose-draft|label-triage. Live capture schemas frozen in fixtures/mcp-tools-list.canonical.json.",
|
|
52
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "unlabel_thread",
|
|
56
|
+
"heat": "hot",
|
|
57
|
+
"fidelity": "semantic",
|
|
58
|
+
"justification": "MCP:unlabel_thread (vendor default Gmail MCP toolset); TC:inbox-triage|compose-draft|label-triage. Live capture schemas frozen in fixtures/mcp-tools-list.canonical.json.",
|
|
59
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "list_labels",
|
|
63
|
+
"heat": "hot",
|
|
64
|
+
"fidelity": "semantic",
|
|
65
|
+
"justification": "MCP:list_labels (vendor default Gmail MCP toolset); TC:inbox-triage|compose-draft|label-triage. Live capture schemas frozen in fixtures/mcp-tools-list.canonical.json.",
|
|
66
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "label_message",
|
|
70
|
+
"heat": "hot",
|
|
71
|
+
"fidelity": "semantic",
|
|
72
|
+
"justification": "MCP:label_message (vendor default Gmail MCP toolset); TC:inbox-triage|compose-draft|label-triage. Live capture schemas frozen in fixtures/mcp-tools-list.canonical.json.",
|
|
73
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "unlabel_message",
|
|
77
|
+
"heat": "hot",
|
|
78
|
+
"fidelity": "semantic",
|
|
79
|
+
"justification": "MCP:unlabel_message (vendor default Gmail MCP toolset); TC:inbox-triage|compose-draft|label-triage. Live capture schemas frozen in fixtures/mcp-tools-list.canonical.json.",
|
|
80
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "create_label",
|
|
84
|
+
"heat": "hot",
|
|
85
|
+
"fidelity": "semantic",
|
|
86
|
+
"justification": "MCP:create_label (vendor default Gmail MCP toolset); TC:inbox-triage|compose-draft|label-triage. Live capture schemas frozen in fixtures/mcp-tools-list.canonical.json.",
|
|
87
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "get_message",
|
|
91
|
+
"heat": "cold",
|
|
92
|
+
"fidelity": "unsupported",
|
|
93
|
+
"justification": "PS: present in live Developer Preview tools/list (2026-07-20) but outside the documented 10-tool launch set. Twin must not advertise these while claiming launch listing parity; catch-all/unsupported if called.",
|
|
94
|
+
"defer": "Keep as named cold unless a new ruling expands the launch toolset."
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "apply_sensitive_thread_label",
|
|
98
|
+
"heat": "cold",
|
|
99
|
+
"fidelity": "unsupported",
|
|
100
|
+
"justification": "PS: present in live Developer Preview tools/list (2026-07-20) but outside the documented 10-tool launch set. Twin must not advertise these while claiming launch listing parity; catch-all/unsupported if called.",
|
|
101
|
+
"defer": "Keep as named cold unless a new ruling expands the launch toolset."
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "apply_sensitive_message_label",
|
|
105
|
+
"heat": "cold",
|
|
106
|
+
"fidelity": "unsupported",
|
|
107
|
+
"justification": "PS: present in live Developer Preview tools/list (2026-07-20) but outside the documented 10-tool launch set. Twin must not advertise these while claiming launch listing parity; catch-all/unsupported if called.",
|
|
108
|
+
"defer": "Keep as named cold unless a new ruling expands the launch toolset."
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"rest": [
|
|
112
|
+
{
|
|
113
|
+
"name": "GET /gmail/v1/users/{userId}/profile",
|
|
114
|
+
"heat": "hot",
|
|
115
|
+
"fidelity": "semantic",
|
|
116
|
+
"justification": "TC:mailbox-identity; MCP:list_labels. Discovery id users.getProfile. Implemented by the shared deterministic Gmail domain.",
|
|
117
|
+
"discoveryId": "users.getProfile",
|
|
118
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "GET /gmail/v1/users/{userId}/messages",
|
|
122
|
+
"heat": "hot",
|
|
123
|
+
"fidelity": "semantic",
|
|
124
|
+
"justification": "TC:inbox-triage; MCP:search_threads. Discovery id users.messages.list. Implemented by the shared deterministic Gmail domain.",
|
|
125
|
+
"discoveryId": "users.messages.list",
|
|
126
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "GET /gmail/v1/users/{userId}/messages/{id}",
|
|
130
|
+
"heat": "hot",
|
|
131
|
+
"fidelity": "semantic",
|
|
132
|
+
"justification": "TC:inbox-triage; MCP:get_thread. Discovery id users.messages.get. Implemented by the shared deterministic Gmail domain.",
|
|
133
|
+
"discoveryId": "users.messages.get",
|
|
134
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "POST /gmail/v1/users/{userId}/messages/send",
|
|
138
|
+
"heat": "hot",
|
|
139
|
+
"fidelity": "semantic",
|
|
140
|
+
"justification": "TC:compose-send. Discovery id users.messages.send. Implemented by the shared deterministic Gmail domain.",
|
|
141
|
+
"discoveryId": "users.messages.send",
|
|
142
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "POST /upload/gmail/v1/users/{userId}/messages/send (simple multipart)",
|
|
146
|
+
"heat": "hot",
|
|
147
|
+
"fidelity": "semantic",
|
|
148
|
+
"justification": "Media upload simple protocol for users.messages.send; multipart=True. Discovery mediaUpload.simple.",
|
|
149
|
+
"discoveryId": "users.messages.send",
|
|
150
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "POST /resumable/upload/gmail/v1/users/{userId}/messages/send (resumable)",
|
|
154
|
+
"heat": "cold",
|
|
155
|
+
"fidelity": "unsupported",
|
|
156
|
+
"justification": "PS: resumable upload for users.messages.send declared by discovery but explicitly unsupported in launch \u2014 loud 501, no chunk persistence.",
|
|
157
|
+
"discoveryId": "users.messages.send"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"name": "POST /gmail/v1/users/{userId}/messages",
|
|
161
|
+
"heat": "hot",
|
|
162
|
+
"fidelity": "semantic",
|
|
163
|
+
"justification": "TC:compose-send; SB. Discovery id users.messages.insert. Implemented by the shared deterministic Gmail domain.",
|
|
164
|
+
"discoveryId": "users.messages.insert",
|
|
165
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "POST /upload/gmail/v1/users/{userId}/messages (simple multipart)",
|
|
169
|
+
"heat": "hot",
|
|
170
|
+
"fidelity": "semantic",
|
|
171
|
+
"justification": "Media upload simple protocol for users.messages.insert; multipart=True. Discovery mediaUpload.simple.",
|
|
172
|
+
"discoveryId": "users.messages.insert",
|
|
173
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "POST /resumable/upload/gmail/v1/users/{userId}/messages (resumable)",
|
|
177
|
+
"heat": "cold",
|
|
178
|
+
"fidelity": "unsupported",
|
|
179
|
+
"justification": "PS: resumable upload for users.messages.insert declared by discovery but explicitly unsupported in launch \u2014 loud 501, no chunk persistence.",
|
|
180
|
+
"discoveryId": "users.messages.insert"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "POST /gmail/v1/users/{userId}/messages/import",
|
|
184
|
+
"heat": "hot",
|
|
185
|
+
"fidelity": "semantic",
|
|
186
|
+
"justification": "TC:mailbox-seed; SB. Discovery id users.messages.import. Implemented by the shared deterministic Gmail domain.",
|
|
187
|
+
"discoveryId": "users.messages.import",
|
|
188
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "POST /upload/gmail/v1/users/{userId}/messages/import (simple multipart)",
|
|
192
|
+
"heat": "hot",
|
|
193
|
+
"fidelity": "semantic",
|
|
194
|
+
"justification": "Media upload simple protocol for users.messages.import; multipart=True. Discovery mediaUpload.simple.",
|
|
195
|
+
"discoveryId": "users.messages.import",
|
|
196
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "POST /resumable/upload/gmail/v1/users/{userId}/messages/import (resumable)",
|
|
200
|
+
"heat": "cold",
|
|
201
|
+
"fidelity": "unsupported",
|
|
202
|
+
"justification": "PS: resumable upload for users.messages.import declared by discovery but explicitly unsupported in launch \u2014 loud 501, no chunk persistence.",
|
|
203
|
+
"discoveryId": "users.messages.import"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"name": "POST /gmail/v1/users/{userId}/messages/{id}/modify",
|
|
207
|
+
"heat": "hot",
|
|
208
|
+
"fidelity": "semantic",
|
|
209
|
+
"justification": "TC:label-triage; MCP:label_message. Discovery id users.messages.modify. Implemented by the shared deterministic Gmail domain.",
|
|
210
|
+
"discoveryId": "users.messages.modify",
|
|
211
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"name": "POST /gmail/v1/users/{userId}/messages/batchModify",
|
|
215
|
+
"heat": "hot",
|
|
216
|
+
"fidelity": "semantic",
|
|
217
|
+
"justification": "TC:label-triage. Discovery id users.messages.batchModify. Implemented by the shared deterministic Gmail domain.",
|
|
218
|
+
"discoveryId": "users.messages.batchModify",
|
|
219
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "POST /gmail/v1/users/{userId}/messages/batchDelete",
|
|
223
|
+
"heat": "hot",
|
|
224
|
+
"fidelity": "semantic",
|
|
225
|
+
"justification": "TC:cleanup. Discovery id users.messages.batchDelete. Implemented by the shared deterministic Gmail domain.",
|
|
226
|
+
"discoveryId": "users.messages.batchDelete",
|
|
227
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "POST /gmail/v1/users/{userId}/messages/{id}/trash",
|
|
231
|
+
"heat": "hot",
|
|
232
|
+
"fidelity": "semantic",
|
|
233
|
+
"justification": "TC:cleanup. Discovery id users.messages.trash. Implemented by the shared deterministic Gmail domain.",
|
|
234
|
+
"discoveryId": "users.messages.trash",
|
|
235
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"name": "POST /gmail/v1/users/{userId}/messages/{id}/untrash",
|
|
239
|
+
"heat": "hot",
|
|
240
|
+
"fidelity": "semantic",
|
|
241
|
+
"justification": "TC:cleanup. Discovery id users.messages.untrash. Implemented by the shared deterministic Gmail domain.",
|
|
242
|
+
"discoveryId": "users.messages.untrash",
|
|
243
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "DELETE /gmail/v1/users/{userId}/messages/{id}",
|
|
247
|
+
"heat": "hot",
|
|
248
|
+
"fidelity": "semantic",
|
|
249
|
+
"justification": "TC:cleanup. Discovery id users.messages.delete. Implemented by the shared deterministic Gmail domain.",
|
|
250
|
+
"discoveryId": "users.messages.delete",
|
|
251
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"name": "GET /gmail/v1/users/{userId}/messages/{messageId}/attachments/{id}",
|
|
255
|
+
"heat": "hot",
|
|
256
|
+
"fidelity": "semantic",
|
|
257
|
+
"justification": "TC:inbox-triage. Discovery id users.messages.attachments.get. Implemented by the shared deterministic Gmail domain.",
|
|
258
|
+
"discoveryId": "users.messages.attachments.get",
|
|
259
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"name": "GET /gmail/v1/users/{userId}/drafts",
|
|
263
|
+
"heat": "hot",
|
|
264
|
+
"fidelity": "semantic",
|
|
265
|
+
"justification": "TC:compose-draft; MCP:list_drafts. Discovery id users.drafts.list. Implemented by the shared deterministic Gmail domain.",
|
|
266
|
+
"discoveryId": "users.drafts.list",
|
|
267
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "GET /gmail/v1/users/{userId}/drafts/{id}",
|
|
271
|
+
"heat": "hot",
|
|
272
|
+
"fidelity": "semantic",
|
|
273
|
+
"justification": "TC:compose-draft; MCP:list_drafts. Discovery id users.drafts.get. Implemented by the shared deterministic Gmail domain.",
|
|
274
|
+
"discoveryId": "users.drafts.get",
|
|
275
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"name": "POST /gmail/v1/users/{userId}/drafts",
|
|
279
|
+
"heat": "hot",
|
|
280
|
+
"fidelity": "semantic",
|
|
281
|
+
"justification": "TC:compose-draft; MCP:create_draft. Discovery id users.drafts.create. Implemented by the shared deterministic Gmail domain.",
|
|
282
|
+
"discoveryId": "users.drafts.create",
|
|
283
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"name": "POST /upload/gmail/v1/users/{userId}/drafts (simple multipart)",
|
|
287
|
+
"heat": "hot",
|
|
288
|
+
"fidelity": "semantic",
|
|
289
|
+
"justification": "Media upload simple protocol for users.drafts.create; multipart=True. Discovery mediaUpload.simple.",
|
|
290
|
+
"discoveryId": "users.drafts.create",
|
|
291
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"name": "POST /resumable/upload/gmail/v1/users/{userId}/drafts (resumable)",
|
|
295
|
+
"heat": "cold",
|
|
296
|
+
"fidelity": "unsupported",
|
|
297
|
+
"justification": "PS: resumable upload for users.drafts.create declared by discovery but explicitly unsupported in launch \u2014 loud 501, no chunk persistence.",
|
|
298
|
+
"discoveryId": "users.drafts.create"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "PUT /gmail/v1/users/{userId}/drafts/{id}",
|
|
302
|
+
"heat": "hot",
|
|
303
|
+
"fidelity": "semantic",
|
|
304
|
+
"justification": "TC:compose-draft; MCP:create_draft. Discovery id users.drafts.update. Implemented by the shared deterministic Gmail domain.",
|
|
305
|
+
"discoveryId": "users.drafts.update",
|
|
306
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "PUT /upload/gmail/v1/users/{userId}/drafts/{id} (simple multipart)",
|
|
310
|
+
"heat": "hot",
|
|
311
|
+
"fidelity": "semantic",
|
|
312
|
+
"justification": "Media upload simple protocol for users.drafts.update; multipart=True. Discovery mediaUpload.simple.",
|
|
313
|
+
"discoveryId": "users.drafts.update",
|
|
314
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "PUT /resumable/upload/gmail/v1/users/{userId}/drafts/{id} (resumable)",
|
|
318
|
+
"heat": "cold",
|
|
319
|
+
"fidelity": "unsupported",
|
|
320
|
+
"justification": "PS: resumable upload for users.drafts.update declared by discovery but explicitly unsupported in launch \u2014 loud 501, no chunk persistence.",
|
|
321
|
+
"discoveryId": "users.drafts.update"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"name": "POST /gmail/v1/users/{userId}/drafts/send",
|
|
325
|
+
"heat": "hot",
|
|
326
|
+
"fidelity": "semantic",
|
|
327
|
+
"justification": "TC:compose-send. Discovery id users.drafts.send. Implemented by the shared deterministic Gmail domain.",
|
|
328
|
+
"discoveryId": "users.drafts.send",
|
|
329
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "POST /upload/gmail/v1/users/{userId}/drafts/send (simple multipart)",
|
|
333
|
+
"heat": "hot",
|
|
334
|
+
"fidelity": "semantic",
|
|
335
|
+
"justification": "Media upload simple protocol for users.drafts.send; multipart=True. Discovery mediaUpload.simple.",
|
|
336
|
+
"discoveryId": "users.drafts.send",
|
|
337
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "POST /resumable/upload/gmail/v1/users/{userId}/drafts/send (resumable)",
|
|
341
|
+
"heat": "cold",
|
|
342
|
+
"fidelity": "unsupported",
|
|
343
|
+
"justification": "PS: resumable upload for users.drafts.send declared by discovery but explicitly unsupported in launch \u2014 loud 501, no chunk persistence.",
|
|
344
|
+
"discoveryId": "users.drafts.send"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "DELETE /gmail/v1/users/{userId}/drafts/{id}",
|
|
348
|
+
"heat": "hot",
|
|
349
|
+
"fidelity": "semantic",
|
|
350
|
+
"justification": "TC:compose-draft. Discovery id users.drafts.delete. Implemented by the shared deterministic Gmail domain.",
|
|
351
|
+
"discoveryId": "users.drafts.delete",
|
|
352
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "GET /gmail/v1/users/{userId}/threads",
|
|
356
|
+
"heat": "hot",
|
|
357
|
+
"fidelity": "semantic",
|
|
358
|
+
"justification": "TC:inbox-triage; MCP:search_threads. Discovery id users.threads.list. Implemented by the shared deterministic Gmail domain.",
|
|
359
|
+
"discoveryId": "users.threads.list",
|
|
360
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"name": "GET /gmail/v1/users/{userId}/threads/{id}",
|
|
364
|
+
"heat": "hot",
|
|
365
|
+
"fidelity": "semantic",
|
|
366
|
+
"justification": "TC:inbox-triage; MCP:get_thread. Discovery id users.threads.get. Implemented by the shared deterministic Gmail domain.",
|
|
367
|
+
"discoveryId": "users.threads.get",
|
|
368
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"name": "POST /gmail/v1/users/{userId}/threads/{id}/modify",
|
|
372
|
+
"heat": "hot",
|
|
373
|
+
"fidelity": "semantic",
|
|
374
|
+
"justification": "TC:label-triage; MCP:label_thread. Discovery id users.threads.modify. Implemented by the shared deterministic Gmail domain.",
|
|
375
|
+
"discoveryId": "users.threads.modify",
|
|
376
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "POST /gmail/v1/users/{userId}/threads/{id}/trash",
|
|
380
|
+
"heat": "hot",
|
|
381
|
+
"fidelity": "semantic",
|
|
382
|
+
"justification": "TC:cleanup. Discovery id users.threads.trash. Implemented by the shared deterministic Gmail domain.",
|
|
383
|
+
"discoveryId": "users.threads.trash",
|
|
384
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"name": "POST /gmail/v1/users/{userId}/threads/{id}/untrash",
|
|
388
|
+
"heat": "hot",
|
|
389
|
+
"fidelity": "semantic",
|
|
390
|
+
"justification": "TC:cleanup. Discovery id users.threads.untrash. Implemented by the shared deterministic Gmail domain.",
|
|
391
|
+
"discoveryId": "users.threads.untrash",
|
|
392
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "DELETE /gmail/v1/users/{userId}/threads/{id}",
|
|
396
|
+
"heat": "hot",
|
|
397
|
+
"fidelity": "semantic",
|
|
398
|
+
"justification": "TC:cleanup. Discovery id users.threads.delete. Implemented by the shared deterministic Gmail domain.",
|
|
399
|
+
"discoveryId": "users.threads.delete",
|
|
400
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"name": "GET /gmail/v1/users/{userId}/labels",
|
|
404
|
+
"heat": "hot",
|
|
405
|
+
"fidelity": "semantic",
|
|
406
|
+
"justification": "TC:label-triage; MCP:list_labels. Discovery id users.labels.list. Implemented by the shared deterministic Gmail domain.",
|
|
407
|
+
"discoveryId": "users.labels.list",
|
|
408
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"name": "GET /gmail/v1/users/{userId}/labels/{id}",
|
|
412
|
+
"heat": "hot",
|
|
413
|
+
"fidelity": "semantic",
|
|
414
|
+
"justification": "TC:label-triage; MCP:list_labels. Discovery id users.labels.get. Implemented by the shared deterministic Gmail domain.",
|
|
415
|
+
"discoveryId": "users.labels.get",
|
|
416
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"name": "POST /gmail/v1/users/{userId}/labels",
|
|
420
|
+
"heat": "hot",
|
|
421
|
+
"fidelity": "semantic",
|
|
422
|
+
"justification": "TC:label-triage; MCP:create_label. Discovery id users.labels.create. Implemented by the shared deterministic Gmail domain.",
|
|
423
|
+
"discoveryId": "users.labels.create",
|
|
424
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"name": "PUT /gmail/v1/users/{userId}/labels/{id}",
|
|
428
|
+
"heat": "hot",
|
|
429
|
+
"fidelity": "semantic",
|
|
430
|
+
"justification": "TC:label-triage; MCP:create_label. Discovery id users.labels.update. Implemented by the shared deterministic Gmail domain.",
|
|
431
|
+
"discoveryId": "users.labels.update",
|
|
432
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "PATCH /gmail/v1/users/{userId}/labels/{id}",
|
|
436
|
+
"heat": "hot",
|
|
437
|
+
"fidelity": "semantic",
|
|
438
|
+
"justification": "TC:label-triage; MCP:create_label. Discovery id users.labels.patch. Implemented by the shared deterministic Gmail domain.",
|
|
439
|
+
"discoveryId": "users.labels.patch",
|
|
440
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "DELETE /gmail/v1/users/{userId}/labels/{id}",
|
|
444
|
+
"heat": "hot",
|
|
445
|
+
"fidelity": "semantic",
|
|
446
|
+
"justification": "TC:label-triage. Discovery id users.labels.delete. Implemented by the shared deterministic Gmail domain.",
|
|
447
|
+
"discoveryId": "users.labels.delete",
|
|
448
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "GET /gmail/v1/users/{userId}/history",
|
|
452
|
+
"heat": "hot",
|
|
453
|
+
"fidelity": "semantic",
|
|
454
|
+
"justification": "TC:sync-history. Discovery id users.history.list. Implemented by the shared deterministic Gmail domain.",
|
|
455
|
+
"discoveryId": "users.history.list",
|
|
456
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "GET /gmail/v1/users/{userId}/settings/filters",
|
|
460
|
+
"heat": "warm",
|
|
461
|
+
"fidelity": "semantic",
|
|
462
|
+
"justification": "TC:filter-setup. Discovery id users.settings.filters.list. Settings reads/writes adjacent to delivery/identity; target shape. Gate 0: unsupported pending REST PR.",
|
|
463
|
+
"discoveryId": "users.settings.filters.list",
|
|
464
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "GET /gmail/v1/users/{userId}/settings/filters/{id}",
|
|
468
|
+
"heat": "warm",
|
|
469
|
+
"fidelity": "semantic",
|
|
470
|
+
"justification": "TC:filter-setup. Discovery id users.settings.filters.get. Settings reads/writes adjacent to delivery/identity; target shape. Gate 0: unsupported pending REST PR.",
|
|
471
|
+
"discoveryId": "users.settings.filters.get",
|
|
472
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "POST /gmail/v1/users/{userId}/settings/filters",
|
|
476
|
+
"heat": "warm",
|
|
477
|
+
"fidelity": "semantic",
|
|
478
|
+
"justification": "TC:filter-setup. Discovery id users.settings.filters.create. Settings reads/writes adjacent to delivery/identity; target shape. Gate 0: unsupported pending REST PR.",
|
|
479
|
+
"discoveryId": "users.settings.filters.create",
|
|
480
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"name": "DELETE /gmail/v1/users/{userId}/settings/filters/{id}",
|
|
484
|
+
"heat": "warm",
|
|
485
|
+
"fidelity": "semantic",
|
|
486
|
+
"justification": "TC:filter-setup. Discovery id users.settings.filters.delete. Settings reads/writes adjacent to delivery/identity; target shape. Gate 0: unsupported pending REST PR.",
|
|
487
|
+
"discoveryId": "users.settings.filters.delete",
|
|
488
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "GET /gmail/v1/users/{userId}/settings/forwardingAddresses",
|
|
492
|
+
"heat": "warm",
|
|
493
|
+
"fidelity": "semantic",
|
|
494
|
+
"justification": "TC:identity-read. Discovery id users.settings.forwardingAddresses.list. Settings reads/writes adjacent to delivery/identity; target shape. Gate 0: unsupported pending REST PR.",
|
|
495
|
+
"discoveryId": "users.settings.forwardingAddresses.list",
|
|
496
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "GET /gmail/v1/users/{userId}/settings/forwardingAddresses/{forwardingEmail}",
|
|
500
|
+
"heat": "warm",
|
|
501
|
+
"fidelity": "semantic",
|
|
502
|
+
"justification": "TC:identity-read. Discovery id users.settings.forwardingAddresses.get. Settings reads/writes adjacent to delivery/identity; target shape. Gate 0: unsupported pending REST PR.",
|
|
503
|
+
"discoveryId": "users.settings.forwardingAddresses.get",
|
|
504
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "GET /gmail/v1/users/{userId}/settings/sendAs",
|
|
508
|
+
"heat": "warm",
|
|
509
|
+
"fidelity": "semantic",
|
|
510
|
+
"justification": "TC:identity-read. Discovery id users.settings.sendAs.list. Settings reads/writes adjacent to delivery/identity; target shape. Gate 0: unsupported pending REST PR.",
|
|
511
|
+
"discoveryId": "users.settings.sendAs.list",
|
|
512
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"name": "GET /gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}",
|
|
516
|
+
"heat": "warm",
|
|
517
|
+
"fidelity": "semantic",
|
|
518
|
+
"justification": "TC:identity-read. Discovery id users.settings.sendAs.get. Settings reads/writes adjacent to delivery/identity; target shape. Gate 0: unsupported pending REST PR.",
|
|
519
|
+
"discoveryId": "users.settings.sendAs.get",
|
|
520
|
+
"defer": "Implemented by the shared deterministic Gmail domain."
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "POST /gmail/v1/users/{userId}/watch",
|
|
524
|
+
"heat": "cold",
|
|
525
|
+
"fidelity": "unsupported",
|
|
526
|
+
"justification": "PS: named gap \u2014 Pub/Sub watch/stop out of launch scope. Must return loud 501; never fake successful registration. Discovery id users.watch.",
|
|
527
|
+
"discoveryId": "users.watch"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"name": "POST /gmail/v1/users/{userId}/stop",
|
|
531
|
+
"heat": "cold",
|
|
532
|
+
"fidelity": "unsupported",
|
|
533
|
+
"justification": "PS: named gap \u2014 Pub/Sub watch/stop out of launch scope. Must return loud 501; never fake successful registration. Discovery id users.stop.",
|
|
534
|
+
"discoveryId": "users.stop"
|
|
535
|
+
}
|
|
536
|
+
],
|
|
537
|
+
"gaps": [
|
|
538
|
+
{
|
|
539
|
+
"surface": "GET /gmail/v1/users/{userId}/profile",
|
|
540
|
+
"kind": "rest",
|
|
541
|
+
"heat": "hot",
|
|
542
|
+
"fidelity": "unsupported",
|
|
543
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"surface": "GET /gmail/v1/users/{userId}/messages",
|
|
547
|
+
"kind": "rest",
|
|
548
|
+
"heat": "hot",
|
|
549
|
+
"fidelity": "unsupported",
|
|
550
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"surface": "GET /gmail/v1/users/{userId}/messages/{id}",
|
|
554
|
+
"kind": "rest",
|
|
555
|
+
"heat": "hot",
|
|
556
|
+
"fidelity": "unsupported",
|
|
557
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"surface": "POST /gmail/v1/users/{userId}/messages/send",
|
|
561
|
+
"kind": "rest",
|
|
562
|
+
"heat": "hot",
|
|
563
|
+
"fidelity": "unsupported",
|
|
564
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"surface": "POST /upload/gmail/v1/users/{userId}/messages/send (simple multipart)",
|
|
568
|
+
"kind": "rest",
|
|
569
|
+
"heat": "hot",
|
|
570
|
+
"fidelity": "unsupported",
|
|
571
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"surface": "POST /gmail/v1/users/{userId}/messages",
|
|
575
|
+
"kind": "rest",
|
|
576
|
+
"heat": "hot",
|
|
577
|
+
"fidelity": "unsupported",
|
|
578
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"surface": "POST /upload/gmail/v1/users/{userId}/messages (simple multipart)",
|
|
582
|
+
"kind": "rest",
|
|
583
|
+
"heat": "hot",
|
|
584
|
+
"fidelity": "unsupported",
|
|
585
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"surface": "POST /gmail/v1/users/{userId}/messages/import",
|
|
589
|
+
"kind": "rest",
|
|
590
|
+
"heat": "hot",
|
|
591
|
+
"fidelity": "unsupported",
|
|
592
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"surface": "POST /upload/gmail/v1/users/{userId}/messages/import (simple multipart)",
|
|
596
|
+
"kind": "rest",
|
|
597
|
+
"heat": "hot",
|
|
598
|
+
"fidelity": "unsupported",
|
|
599
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"surface": "POST /gmail/v1/users/{userId}/messages/{id}/modify",
|
|
603
|
+
"kind": "rest",
|
|
604
|
+
"heat": "hot",
|
|
605
|
+
"fidelity": "unsupported",
|
|
606
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"surface": "POST /gmail/v1/users/{userId}/messages/batchModify",
|
|
610
|
+
"kind": "rest",
|
|
611
|
+
"heat": "hot",
|
|
612
|
+
"fidelity": "unsupported",
|
|
613
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"surface": "POST /gmail/v1/users/{userId}/messages/batchDelete",
|
|
617
|
+
"kind": "rest",
|
|
618
|
+
"heat": "hot",
|
|
619
|
+
"fidelity": "unsupported",
|
|
620
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"surface": "POST /gmail/v1/users/{userId}/messages/{id}/trash",
|
|
624
|
+
"kind": "rest",
|
|
625
|
+
"heat": "hot",
|
|
626
|
+
"fidelity": "unsupported",
|
|
627
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"surface": "POST /gmail/v1/users/{userId}/messages/{id}/untrash",
|
|
631
|
+
"kind": "rest",
|
|
632
|
+
"heat": "hot",
|
|
633
|
+
"fidelity": "unsupported",
|
|
634
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"surface": "DELETE /gmail/v1/users/{userId}/messages/{id}",
|
|
638
|
+
"kind": "rest",
|
|
639
|
+
"heat": "hot",
|
|
640
|
+
"fidelity": "unsupported",
|
|
641
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"surface": "GET /gmail/v1/users/{userId}/messages/{messageId}/attachments/{id}",
|
|
645
|
+
"kind": "rest",
|
|
646
|
+
"heat": "hot",
|
|
647
|
+
"fidelity": "unsupported",
|
|
648
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"surface": "GET /gmail/v1/users/{userId}/drafts",
|
|
652
|
+
"kind": "rest",
|
|
653
|
+
"heat": "hot",
|
|
654
|
+
"fidelity": "unsupported",
|
|
655
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"surface": "GET /gmail/v1/users/{userId}/drafts/{id}",
|
|
659
|
+
"kind": "rest",
|
|
660
|
+
"heat": "hot",
|
|
661
|
+
"fidelity": "unsupported",
|
|
662
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"surface": "POST /gmail/v1/users/{userId}/drafts",
|
|
666
|
+
"kind": "rest",
|
|
667
|
+
"heat": "hot",
|
|
668
|
+
"fidelity": "unsupported",
|
|
669
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"surface": "POST /upload/gmail/v1/users/{userId}/drafts (simple multipart)",
|
|
673
|
+
"kind": "rest",
|
|
674
|
+
"heat": "hot",
|
|
675
|
+
"fidelity": "unsupported",
|
|
676
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"surface": "PUT /gmail/v1/users/{userId}/drafts/{id}",
|
|
680
|
+
"kind": "rest",
|
|
681
|
+
"heat": "hot",
|
|
682
|
+
"fidelity": "unsupported",
|
|
683
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"surface": "PUT /upload/gmail/v1/users/{userId}/drafts/{id} (simple multipart)",
|
|
687
|
+
"kind": "rest",
|
|
688
|
+
"heat": "hot",
|
|
689
|
+
"fidelity": "unsupported",
|
|
690
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"surface": "POST /gmail/v1/users/{userId}/drafts/send",
|
|
694
|
+
"kind": "rest",
|
|
695
|
+
"heat": "hot",
|
|
696
|
+
"fidelity": "unsupported",
|
|
697
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"surface": "POST /upload/gmail/v1/users/{userId}/drafts/send (simple multipart)",
|
|
701
|
+
"kind": "rest",
|
|
702
|
+
"heat": "hot",
|
|
703
|
+
"fidelity": "unsupported",
|
|
704
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"surface": "DELETE /gmail/v1/users/{userId}/drafts/{id}",
|
|
708
|
+
"kind": "rest",
|
|
709
|
+
"heat": "hot",
|
|
710
|
+
"fidelity": "unsupported",
|
|
711
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"surface": "GET /gmail/v1/users/{userId}/threads",
|
|
715
|
+
"kind": "rest",
|
|
716
|
+
"heat": "hot",
|
|
717
|
+
"fidelity": "unsupported",
|
|
718
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"surface": "GET /gmail/v1/users/{userId}/threads/{id}",
|
|
722
|
+
"kind": "rest",
|
|
723
|
+
"heat": "hot",
|
|
724
|
+
"fidelity": "unsupported",
|
|
725
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"surface": "POST /gmail/v1/users/{userId}/threads/{id}/modify",
|
|
729
|
+
"kind": "rest",
|
|
730
|
+
"heat": "hot",
|
|
731
|
+
"fidelity": "unsupported",
|
|
732
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"surface": "POST /gmail/v1/users/{userId}/threads/{id}/trash",
|
|
736
|
+
"kind": "rest",
|
|
737
|
+
"heat": "hot",
|
|
738
|
+
"fidelity": "unsupported",
|
|
739
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"surface": "POST /gmail/v1/users/{userId}/threads/{id}/untrash",
|
|
743
|
+
"kind": "rest",
|
|
744
|
+
"heat": "hot",
|
|
745
|
+
"fidelity": "unsupported",
|
|
746
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"surface": "DELETE /gmail/v1/users/{userId}/threads/{id}",
|
|
750
|
+
"kind": "rest",
|
|
751
|
+
"heat": "hot",
|
|
752
|
+
"fidelity": "unsupported",
|
|
753
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"surface": "GET /gmail/v1/users/{userId}/labels",
|
|
757
|
+
"kind": "rest",
|
|
758
|
+
"heat": "hot",
|
|
759
|
+
"fidelity": "unsupported",
|
|
760
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"surface": "GET /gmail/v1/users/{userId}/labels/{id}",
|
|
764
|
+
"kind": "rest",
|
|
765
|
+
"heat": "hot",
|
|
766
|
+
"fidelity": "unsupported",
|
|
767
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"surface": "POST /gmail/v1/users/{userId}/labels",
|
|
771
|
+
"kind": "rest",
|
|
772
|
+
"heat": "hot",
|
|
773
|
+
"fidelity": "unsupported",
|
|
774
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"surface": "PUT /gmail/v1/users/{userId}/labels/{id}",
|
|
778
|
+
"kind": "rest",
|
|
779
|
+
"heat": "hot",
|
|
780
|
+
"fidelity": "unsupported",
|
|
781
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"surface": "PATCH /gmail/v1/users/{userId}/labels/{id}",
|
|
785
|
+
"kind": "rest",
|
|
786
|
+
"heat": "hot",
|
|
787
|
+
"fidelity": "unsupported",
|
|
788
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"surface": "DELETE /gmail/v1/users/{userId}/labels/{id}",
|
|
792
|
+
"kind": "rest",
|
|
793
|
+
"heat": "hot",
|
|
794
|
+
"fidelity": "unsupported",
|
|
795
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"surface": "GET /gmail/v1/users/{userId}/history",
|
|
799
|
+
"kind": "rest",
|
|
800
|
+
"heat": "hot",
|
|
801
|
+
"fidelity": "unsupported",
|
|
802
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"surface": "GET /gmail/v1/users/{userId}/settings/filters",
|
|
806
|
+
"kind": "rest",
|
|
807
|
+
"heat": "warm",
|
|
808
|
+
"fidelity": "unsupported",
|
|
809
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"surface": "GET /gmail/v1/users/{userId}/settings/filters/{id}",
|
|
813
|
+
"kind": "rest",
|
|
814
|
+
"heat": "warm",
|
|
815
|
+
"fidelity": "unsupported",
|
|
816
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"surface": "POST /gmail/v1/users/{userId}/settings/filters",
|
|
820
|
+
"kind": "rest",
|
|
821
|
+
"heat": "warm",
|
|
822
|
+
"fidelity": "unsupported",
|
|
823
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"surface": "DELETE /gmail/v1/users/{userId}/settings/filters/{id}",
|
|
827
|
+
"kind": "rest",
|
|
828
|
+
"heat": "warm",
|
|
829
|
+
"fidelity": "unsupported",
|
|
830
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"surface": "GET /gmail/v1/users/{userId}/settings/forwardingAddresses",
|
|
834
|
+
"kind": "rest",
|
|
835
|
+
"heat": "warm",
|
|
836
|
+
"fidelity": "unsupported",
|
|
837
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"surface": "GET /gmail/v1/users/{userId}/settings/forwardingAddresses/{forwardingEmail}",
|
|
841
|
+
"kind": "rest",
|
|
842
|
+
"heat": "warm",
|
|
843
|
+
"fidelity": "unsupported",
|
|
844
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"surface": "GET /gmail/v1/users/{userId}/settings/sendAs",
|
|
848
|
+
"kind": "rest",
|
|
849
|
+
"heat": "warm",
|
|
850
|
+
"fidelity": "unsupported",
|
|
851
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"surface": "GET /gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}",
|
|
855
|
+
"kind": "rest",
|
|
856
|
+
"heat": "warm",
|
|
857
|
+
"fidelity": "unsupported",
|
|
858
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"surface": "create_draft",
|
|
862
|
+
"kind": "mcp",
|
|
863
|
+
"heat": "hot",
|
|
864
|
+
"fidelity": "unsupported",
|
|
865
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"surface": "list_drafts",
|
|
869
|
+
"kind": "mcp",
|
|
870
|
+
"heat": "hot",
|
|
871
|
+
"fidelity": "unsupported",
|
|
872
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"surface": "get_thread",
|
|
876
|
+
"kind": "mcp",
|
|
877
|
+
"heat": "hot",
|
|
878
|
+
"fidelity": "unsupported",
|
|
879
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"surface": "search_threads",
|
|
883
|
+
"kind": "mcp",
|
|
884
|
+
"heat": "hot",
|
|
885
|
+
"fidelity": "unsupported",
|
|
886
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"surface": "label_thread",
|
|
890
|
+
"kind": "mcp",
|
|
891
|
+
"heat": "hot",
|
|
892
|
+
"fidelity": "unsupported",
|
|
893
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"surface": "unlabel_thread",
|
|
897
|
+
"kind": "mcp",
|
|
898
|
+
"heat": "hot",
|
|
899
|
+
"fidelity": "unsupported",
|
|
900
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"surface": "list_labels",
|
|
904
|
+
"kind": "mcp",
|
|
905
|
+
"heat": "hot",
|
|
906
|
+
"fidelity": "unsupported",
|
|
907
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"surface": "label_message",
|
|
911
|
+
"kind": "mcp",
|
|
912
|
+
"heat": "hot",
|
|
913
|
+
"fidelity": "unsupported",
|
|
914
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"surface": "unlabel_message",
|
|
918
|
+
"kind": "mcp",
|
|
919
|
+
"heat": "hot",
|
|
920
|
+
"fidelity": "unsupported",
|
|
921
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"surface": "create_label",
|
|
925
|
+
"kind": "mcp",
|
|
926
|
+
"heat": "hot",
|
|
927
|
+
"fidelity": "unsupported",
|
|
928
|
+
"note": "Gate 0 freeze only \u2014 implementation deferred to REST/MCP/domain PRs. Target fidelity per heat: hot\u2192semantic, warm\u2192shape, cold\u2192unsupported."
|
|
929
|
+
}
|
|
930
|
+
],
|
|
931
|
+
"doc_drift": [
|
|
932
|
+
{
|
|
933
|
+
"item": "mcp_live_tools_list_count",
|
|
934
|
+
"detail": "Live tools/list returned 13 tools; public docs + launch plan freeze 10. Extras: get_message, apply_sensitive_thread_label, apply_sensitive_message_label."
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"item": "list_drafts_readOnlyHint_docs_vs_live",
|
|
938
|
+
"detail": "Public HTML docs previously showed list_drafts Read Only Hint false; live capture annotations.readOnlyHint=true. Live capture is the listing oracle."
|
|
939
|
+
}
|
|
940
|
+
],
|
|
941
|
+
"performanceBudgets": {
|
|
942
|
+
"note": "Pinned from LIMITS.md; enforced by seed/MIME/search/REST list-batch/MCP pageSize/state export.",
|
|
943
|
+
"maxRawMimeBytes": 36700160,
|
|
944
|
+
"maxDecodedMimeBytes": 36700160,
|
|
945
|
+
"maxAttachmentBytes": 36700160,
|
|
946
|
+
"maxBatchIds": 1000,
|
|
947
|
+
"maxSearchQueryBytes": 4096,
|
|
948
|
+
"maxSearchTokens": 256,
|
|
949
|
+
"maxSearchNesting": 20,
|
|
950
|
+
"maxSearchBranches": 256,
|
|
951
|
+
"maxSearchMailboxMessages": 10000,
|
|
952
|
+
"maxListPageSize": 500,
|
|
953
|
+
"maxMcpPageSize": 50,
|
|
954
|
+
"maxStateExportFullMessageBodies": 500,
|
|
955
|
+
"maxStateExportCollectionRows": 2000,
|
|
956
|
+
"packagedBootSeconds": 3
|
|
957
|
+
}
|
|
958
|
+
}
|