{
  "id": "typescript-node-execution-compatibility-agent",
  "name": "TypeScript Node Execution Compatibility Agent",
  "version": "0.1.0",
  "type": "agent",
  "provider": "typescript",
  "harnesses": [
    "codex",
    "copilot",
    "claude-code",
    "cursor",
    "gemini",
    "kiro"
  ],
  "summary": "Static review of whether TypeScript code actually runs on the target Node version and is type-checked somewhere: type-stripping limits and their runtime consequences, proof of a separate `tsc --noEmit` gate, runtime-unsupported syntax, import-extension requirements, and Node version/API gating. Reads source, the run command, CI configuration, and every `tsconfig.json` only.",
  "source_type": "original",
  "official_docs": [
    "https://nodejs.org/api/typescript.html",
    "https://nodejs.org/learn/typescript/run-natively",
    "https://github.com/nodejs/Release",
    "https://nodejs.org/api/packages.html"
  ],
  "security_notes": "Static review only — reads source, the exact run command and flags, CI job definitions, every `tsconfig.json`, and the container entrypoint; never executes the code, never invokes Node or `tsc`, never contacts a live system, and never requests secrets, credentials, or customer data. A claim about a Node version not stated by the user is labelled assumption, never confirmed — the agent asks for the version rather than guessing.",
  "last_verified": "2026-08-13",
  "path": "agents/typescript/typescript-node-execution-compatibility-agent/",
  "harness_variants": {
    "codex": "agents/typescript/typescript-node-execution-compatibility-agent/harnesses/codex.toml",
    "copilot": "agents/typescript/typescript-node-execution-compatibility-agent/harnesses/copilot.agent.md",
    "claude-code": "agents/typescript/typescript-node-execution-compatibility-agent/harnesses/claude-code.agent.md",
    "cursor": "agents/typescript/typescript-node-execution-compatibility-agent/harnesses/cursor.agent.md",
    "gemini": "agents/typescript/typescript-node-execution-compatibility-agent/harnesses/gemini.agent.md",
    "kiro-ide": "agents/typescript/typescript-node-execution-compatibility-agent/harnesses/kiro-ide.agent.md",
    "kiro-cli": "agents/typescript/typescript-node-execution-compatibility-agent/harnesses/kiro-cli.agent.json"
  },
  "companion_skills": [
    "typescript-node-execution-compatibility"
  ],
  "execution_tier": "static-review",
  "lifecycle": "experimental",
  "author": "github: VincentChuWaiChow",
  "routing_keywords": [
    "strip-types",
    "erasableSyntaxOnly",
    "tsx",
    "entrypoint",
    "node_modules",
    "transform-types",
    "type-stripping",
    "unsupported-syntax"
  ]
}
