{
  "name": "thinkpool-pair",
  "version": "0.7.413",
  "description": "Connect Claude Code, Codex, or Hermes on your computer to a thinkpool Code room.",
  "license": "SEE LICENSE IN LICENSE",
  "type": "module",
  "bin": {
    "thinkpool-pair": "bridge.mjs"
  },
  "files": [
    "LICENSE",
    "bridge.mjs",
    "bridge-service.sh",
    "command-guidance.mjs",
    "abort-turn-barrier.mjs",
    "turn-receipt.mjs",
    "host-memory.mjs",
    "host-capacity.mjs",
    "keep-awake.mjs",
    "sdk-smoke.mjs",
    "sdk-admission.mjs",
    "launcher.mjs",
    "privacy-report.mjs",
    "agent-visibility.mjs",
    "byok-detect.mjs",
    "context-contract.mjs",
    "context-windows.mjs",
    "claude-session.mjs",
    "terminal-name.mjs",
    "claude-command-catalog.mjs",
    "codex-session.mjs",
    "question-response.mjs",
    "thinkpool-room-prompt.mjs",
    "thinkpool-prompt-contracts.mjs",
    "thinkpool-capabilities.json",
    "codex-app-server.mjs",
    "codex-images.mjs",
    "codex-mcp-http.mjs",
    "lane-worktree.mjs",
    "lane-work-snapshot.mjs",
    "branch-checkpoint.mjs",
    "permission-rules.mjs",
    "public-proof.mjs",
    "codex-event-mapper.mjs",
    "edit-diff.mjs",
    "cumulative-event-relay.mjs",
    "codex-commands.mjs",
    "acp-client.mjs",
    "acp-event-mapper.mjs",
    "acp-runtime-adapter.mjs",
    "hermes-session.mjs",
    "opencode-session.mjs",
    "opencode-policy.mjs",
    "opencode-probe.mjs",
    "runtime-adapter.mjs",
    "runtime-compatibility-profile.mjs",
    "hermes-model-cache.mjs",
    "hermes-policy.mjs",
    "hermes-acp-bootstrap.py",
    "hermes-event-mapper.mjs",
    "hermes-probe.mjs",
    "hermes-setup.mjs",
    "hermes-isolation.mjs",
    "hermes-delegation-guard.mjs",
    "catastrophic-command-guard.mjs",
    "codex-catastrophic-command-hook.mjs",
    "runtime-registry.mjs",
    "runtime-skill-parity.mjs",
    "reasoning-effort.mjs",
    "runtime-contract.mjs",
    "command-catalog.mjs",
    "repo-search.mjs",
    "project-intelligence.mjs",
    "git-diff-report.mjs",
    "runtime-session.mjs",
    "turn-stall.mjs",
    "update-gate.mjs",
    "agent-notify.mjs",
    "agent-detect.mjs",
    "code-event-contract.mjs",
    "evidence-compact.mjs",
    "evidence-citations.mjs",
    "error-recovery.mjs",
    "pair-control-authority.mjs",
    "pair-access.mjs",
    "scheduled-runs.mjs",
    "scheduled-run-admission.mjs",
    "event-id.mjs",
    "event-bounds.mjs",
    "replay-transport.mjs",
    "event-delivery-queue.mjs",
    "mcp-flight-recorder.mjs",
    "plan-meters.mjs",
    "recap.mjs",
    "transcript-sanitize.mjs",
    "agent-output-hygiene.mjs",
    "session-search.mjs",
    "session-store.mjs",
    "side-lane.mjs",
    "worker-completion.mjs",
    "cross-terminal.mjs",
    "cloud-session-transcript.mjs",
    "pair-bus.mjs",
    "direct-pair-room.mjs",
    "lane-lifecycle.mjs",
    "lane-continuation.mjs",
    "interrupted-resume.mjs",
    "dispatch-lease.mjs",
    "dispatch-permission-cleanup.mjs",
    "flow-conductor.mjs",
    "flow-worktree.mjs",
    "flow-task-graph.mjs",
    "flow-models.mjs",
    "flow-host-revert.mjs",
    "flow-preview.mjs",
    "mockup-delivery.mjs",
    "viewport.mjs",
    "design-edit.mjs",
    "realtime-auth.mjs",
    "design-source-contract.mjs",
    "flow-review.mjs",
    "flow-receipt.mjs",
    "flow-scope-evidence.mjs",
    "past-work-search.mjs",
    "account-briefs.mjs",
    "voice-briefs.mjs",
    "review-check.mjs",
    "flow-review-gate.mjs",
    "flow-review-reflect.mjs",
    "flow-assembly.mjs",
    "flow-budget.mjs",
    "flow-context-store.mjs",
    "flow-redispatch.mjs",
    "flow-skill-registry.mjs",
    "serve-dir.mjs",
    "serve-consent.mjs",
    "reap-terminal.mjs",
    "terminal-row-reconcile.mjs",
    "switch-provider.mjs",
    "service.mjs",
    "supervisor-ready.mjs",
    "presence.mjs",
    "account.mjs",
    "auth-store.mjs",
    "key-shape.mjs",
    "supabase-key.mjs",
    "provider.mjs",
    "providers.mjs",
    "provider-resilience.mjs",
    "model-prices.mjs",
    "README.md",
    "publish-guard.mjs",
    "publish-manifest.json"
  ],
  "scripts": {
    "prepack": "node publish-guard.mjs",
    "prepublishOnly": "node publish-guard.mjs"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@agentclientprotocol/sdk": "1.3.0",
    "@anthropic-ai/claude-agent-sdk": "^0.3.220",
    "@modelcontextprotocol/sdk": "^1.30.0",
    "@supabase/supabase-js": "2.112.2",
    "compromise": "14.16.0",
    "yaml": "2.9.0",
    "zod": "^4.4.3"
  },
  "optionalDependencies": {
    "codebase-memory-mcp": "0.9.0",
    "node-pty": "^1.2.0-beta.14"
  },
  "thinkpoolArtifact": {
    "format": 1,
    "kind": "minified",
    "manifest": "publish-manifest.json"
  }
}
