{
 "area": "environment-variables",
 "version": "2.1.283",
 "items": [
  {
   "id": "env-claude-code-prompt-cache-ttl",
   "title": "CLAUDE_CODE_PROMPT_CACHE_TTL",
   "group": "Prompt caching",
   "kind": "env-var",
   "text": null,
   "when": "From code: Step 2 of TTL resolution, for main-conversation requests: the interactive main thread, SDK, auto-mode and memory-relevance requests. Only \"5m\" and \"1h\" are accepted, after trimming. Any other value is treated as unset. It wins over the promptCacheTtl setting, agent frontmatter and ENABLE_PROMPT_CACHING_1H, and loses to FORCE_PROMPT_CACHING_5M.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "5m",
     "1h"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Prompt caching",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "enum",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777566,
     "length": 35,
     "sha256": "af9ef6238714eac9a48d142926cb5a69f91b029ffccb7bfdcac3732afb024bab",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Step 2 of TTL resolution, for main-conversation requests: the interactive main thread, SDK, auto-mode and memory-relevance requests. Only \"5m\" and \"1h\" are accepted, after trimming. Any other value is treated as unset. It wins over the promptCacheTtl setting, agent frontmatter and ENABLE_PROMPT_CACHING_1H, and loses to FORCE_PROMPT_CACHING_5M.",
    "description_source": "code",
    "docs_summary": "Set `5m` or `1h`, the only values Claude Code accepts, to choose the prompt cache TTL for the main conversation: your interactive, `-p`, and SDK turns, plus the helpers that run inline with them.",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/cost-tracking",
     "https://code.claude.com/docs/en/prompt-caching",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "caching_notes_verified": false,
    "evidence": {
     "cache_control_builder": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184914083,
      "length": 98,
      "sha256": "417a52f8b6027df681fe1e0defcd6ffc7d29af3b803cba6df72ff31baa4ef2aa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "caching_off_notice": {
      "file": "chunk-y5f6f73g.js",
      "binary_offset": 203198785,
      "length": 291,
      "sha256": "83c461de87a9d6fe806078fb72e1e283a47796523e5f24abd4b2a1f344845984",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184833859,
      "length": 524,
      "sha256": "331089ca4734d6288152fc3752c6b5fabd80177faeee79af05da52b1d9eb12c9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184833967,
     "length": 30,
     "sha256": "ac07578b047cdfcc5b2c876257089a542c38865560be9ac983b2ae928194fc5b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-subagent-cache-evict",
   "title": "CLAUDE_CODE_SUBAGENT_CACHE_EVICT",
   "group": "Prompt caching",
   "kind": "env-var",
   "text": null,
   "when": "From code: Typed boolean. When truthy, and two internal capability checks pass, a request that asks to evict its cache on completion gets the prompt-caching evict beta. Its cache_control marker then carries evict_on_complete: true. When unset, a remote feature flag decides.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Prompt caching",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778356,
     "length": 39,
     "sha256": "dc43fc0d235196a8e90854a0c33834ec3c613265f4b8557627526ede978121b9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Typed boolean. When truthy, and two internal capability checks pass, a request that asks to evict its cache on completion gets the prompt-caching evict beta. Its cache_control marker then carries evict_on_complete: true. When unset, a remote feature flag decides.",
    "description_source": "code",
    "caching_notes_verified": false,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184922975,
     "length": 34,
     "sha256": "3f7f893f45310efa9c09de7c7ef5e59e039dac09f6d4d3ff246afe328379bc90",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-subagent-prompt-cache-ttl",
   "title": "CLAUDE_CODE_SUBAGENT_PROMPT_CACHE_TTL",
   "group": "Prompt caching",
   "kind": "env-var",
   "text": null,
   "when": "From code: Step 2 of TTL resolution, for every request that is not a main-conversation request, such as subagents and background work. Only \"5m\" and \"1h\" are accepted, after trimming. Any other value is treated as unset. It wins over the subagentPromptCacheTtl setting, agent frontmatter and ENABLE_PROMPT_CACHING_1H, and loses to FORCE_PROMPT_CACHING_5M.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "5m",
     "1h"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Prompt caching",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "enum",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778396,
     "length": 44,
     "sha256": "7731e3f898d3731d8056f02f16ee82bf781f9c5807396c7fa1171fe4781792b6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Step 2 of TTL resolution, for every request that is not a main-conversation request, such as subagents and background work. Only \"5m\" and \"1h\" are accepted, after trimming. Any other value is treated as unset. It wins over the subagentPromptCacheTtl setting, agent frontmatter and ENABLE_PROMPT_CACHING_1H, and loses to FORCE_PROMPT_CACHING_5M.",
    "description_source": "code",
    "docs_summary": "Set `5m` or `1h`, the only values Claude Code accepts, to choose the prompt cache TTL for requests outside the main conversation, such as subagents, workflows, and background work.",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/cost-tracking",
     "https://code.claude.com/docs/en/prompt-caching",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "caching_notes_verified": false,
    "evidence": {
     "cache_control_builder": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184914083,
      "length": 98,
      "sha256": "417a52f8b6027df681fe1e0defcd6ffc7d29af3b803cba6df72ff31baa4ef2aa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "caching_off_notice": {
      "file": "chunk-y5f6f73g.js",
      "binary_offset": 203198785,
      "length": 291,
      "sha256": "83c461de87a9d6fe806078fb72e1e283a47796523e5f24abd4b2a1f344845984",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184833859,
      "length": 524,
      "sha256": "331089ca4734d6288152fc3752c6b5fabd80177faeee79af05da52b1d9eb12c9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184833998,
     "length": 39,
     "sha256": "48e6265c29839cec0b1b7da67b6a15c53aa3769ef680583793a2d941a1969cac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-workflow-prefix-stagger-ms",
   "title": "CLAUDE_CODE_WORKFLOW_PREFIX_STAGGER_MS",
   "group": "Prompt caching",
   "kind": "env-var",
   "text": null,
   "when": "From code: Read as an integer. The stagger wait is 0 when DISABLE_PROMPT_CACHING is truthy.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Prompt caching",
    "locations_count": 1,
    "bounds": {
     "min": 0
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779568,
     "length": 45,
     "sha256": "446343e6ec063f235ed16b86c7fcca8268e4992f3e4d1f601856c2cca1584e7f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Read as an integer. The stagger wait is 0 when DISABLE_PROMPT_CACHING is truthy.",
    "description_source": "code",
    "docs_summary": "Upper bound in milliseconds on how long a workflow agent waits for a same-prefix sibling's first response to begin before sending its own first request.",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/workflows"
    ],
    "caching_notes_verified": false,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ak3102st.js",
     "binary_offset": 194610181,
     "length": 40,
     "sha256": "ccab5fa7c14e9590f3a42daa28729526dfcc312824b2fdee9b0c5ec0aa11a63d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-prompt-caching",
   "title": "DISABLE_PROMPT_CACHING",
   "group": "Prompt caching",
   "kind": "env-var",
   "text": null,
   "when": "From code: When truthy, the check that decides whether a request gets prompt-cache markers returns false for every model. It is checked before the per-model variables, so it overrides them. That check applies whenever a caller does not pass its own caching flag. No caller in this build passes a literal true; several internal side requests pass a literal false, and a few forward a value that this reference does not trace. It also sets the workflow same-prefix stagger wait to 0. When it or the HAIKU, OPUS, SONNET or FABLE variable is truthy, a warning notice reads \"Prompt caching off ({{DISABLED_CACHE_VARS}}), requests will be slower and cost more · unset it to re-enable\". {{DISABLED_CACHE_VARS}} is the set variables from that list of five, joined with \", \".",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Prompt caching",
    "locations_count": 3,
    "read_paths": [
     "list-iteration",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780298,
     "length": 29,
     "sha256": "1b979f764b6e430af4ee99f2fd31daace67c89a8cc2d06549a6d9448c0f6dd72",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "When truthy, the check that decides whether a request gets prompt-cache markers returns false for every model. It is checked before the per-model variables, so it overrides them. That check applies whenever a caller does not pass its own caching flag. No caller in this build passes a literal true; several internal side requests pass a literal false, and a few forward a value that this reference does not trace. It also sets the workflow same-prefix stagger wait to 0. When it or the HAIKU, OPUS, SONNET or FABLE variable is truthy, a warning notice reads \"Prompt caching off ({{DISABLED_CACHE_VARS}}), requests will be slower and cost more · unset it to re-enable\". {{DISABLED_CACHE_VARS}} is the set variables from that list of five, joined with \", \".",
    "description_source": "code",
    "docs_summary": "Set to `1` to disable prompt caching for all models (takes precedence over per-model settings)",
    "mentioned_in": [
     "https://code.claude.com/docs/en/google-vertex-ai",
     "https://code.claude.com/docs/en/model-config",
     "https://code.claude.com/docs/en/prompt-caching",
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "caching_notes_verified": false,
    "evidence": {
     "cache_control_builder": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184914083,
      "length": 98,
      "sha256": "417a52f8b6027df681fe1e0defcd6ffc7d29af3b803cba6df72ff31baa4ef2aa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "caching_off_notice": {
      "file": "chunk-y5f6f73g.js",
      "binary_offset": 203198785,
      "length": 291,
      "sha256": "83c461de87a9d6fe806078fb72e1e283a47796523e5f24abd4b2a1f344845984",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184833859,
      "length": 524,
      "sha256": "331089ca4734d6288152fc3752c6b5fabd80177faeee79af05da52b1d9eb12c9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ak3102st.js",
     "binary_offset": 194610151,
     "length": 24,
     "sha256": "f7c692cd90ff9ef2c9ed0631f13b8c87cecad385e883b13c4a17cf35e3a9e7a6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184913626,
     "length": 24,
     "sha256": "f7c692cd90ff9ef2c9ed0631f13b8c87cecad385e883b13c4a17cf35e3a9e7a6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203200893,
     "length": 24,
     "sha256": "fb4f65cdbe2d2a2655adddd17ad84ee4e5a1f78516718909abbdf8010a100e17",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-prompt-caching-fable",
   "title": "DISABLE_PROMPT_CACHING_FABLE",
   "group": "Prompt caching",
   "kind": "env-var",
   "text": null,
   "when": "From code: When truthy, the check that decides whether a request gets prompt-cache markers returns false when the model ID contains \"claude-fable-\" or equals ANTHROPIC_DEFAULT_FABLE_MODEL after normalization.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Prompt caching",
    "locations_count": 2,
    "read_paths": [
     "list-iteration",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780328,
     "length": 35,
     "sha256": "58ac91c9ba270deb60daaf5e71a9776b5ac7925945038f3bfd09250e3e9b95f4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "When truthy, the check that decides whether a request gets prompt-cache markers returns false when the model ID contains \"claude-fable-\" or equals ANTHROPIC_DEFAULT_FABLE_MODEL after normalization.",
    "description_source": "code",
    "docs_summary": "Set to `1` to disable prompt caching for Fable models",
    "mentioned_in": [
     "https://code.claude.com/docs/en/model-config",
     "https://code.claude.com/docs/en/prompt-caching"
    ],
    "caching_notes_verified": false,
    "evidence": {
     "cache_control_builder": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184914083,
      "length": 98,
      "sha256": "417a52f8b6027df681fe1e0defcd6ffc7d29af3b803cba6df72ff31baa4ef2aa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "caching_off_notice": {
      "file": "chunk-y5f6f73g.js",
      "binary_offset": 203198785,
      "length": 291,
      "sha256": "83c461de87a9d6fe806078fb72e1e283a47796523e5f24abd4b2a1f344845984",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184833859,
      "length": 524,
      "sha256": "331089ca4734d6288152fc3752c6b5fabd80177faeee79af05da52b1d9eb12c9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184913961,
     "length": 30,
     "sha256": "68dddb8160f7a664a9ae8295e901ea3c13f037e4a3fa1f21f09e6fcb673ac739",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203201011,
     "length": 30,
     "sha256": "8ae05c57a95af86ac78e124ee93f1f58dccb509accfa005406a2fa7281b8cd31",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-prompt-caching-haiku",
   "title": "DISABLE_PROMPT_CACHING_HAIKU",
   "group": "Prompt caching",
   "kind": "env-var",
   "text": null,
   "when": "From code: When truthy, the check that decides whether a request gets prompt-cache markers returns false only for a request whose model equals the resolved small/fast model. That model must also differ from the main-loop model. The check runs only when a small/fast model applies: ANTHROPIC_SMALL_FAST_MODEL or ANTHROPIC_DEFAULT_HAIKU_MODEL is set, or an internal provider/login condition holds.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Prompt caching",
    "locations_count": 3,
    "read_paths": [
     "list-iteration",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780364,
     "length": 35,
     "sha256": "efa2f55ed01e022fc40083f95e19ce540cd2356a15744de9254234f57c11c557",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "When truthy, the check that decides whether a request gets prompt-cache markers returns false only for a request whose model equals the resolved small/fast model. That model must also differ from the main-loop model. The check runs only when a small/fast model applies: ANTHROPIC_SMALL_FAST_MODEL or ANTHROPIC_DEFAULT_HAIKU_MODEL is set, or an internal provider/login condition holds.",
    "description_source": "code",
    "docs_summary": "Set to `1` to disable prompt caching for Haiku models",
    "mentioned_in": [
     "https://code.claude.com/docs/en/model-config",
     "https://code.claude.com/docs/en/prompt-caching"
    ],
    "caching_notes_verified": false,
    "evidence": {
     "cache_control_builder": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184914083,
      "length": 98,
      "sha256": "417a52f8b6027df681fe1e0defcd6ffc7d29af3b803cba6df72ff31baa4ef2aa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "caching_off_notice": {
      "file": "chunk-y5f6f73g.js",
      "binary_offset": 203198785,
      "length": 291,
      "sha256": "83c461de87a9d6fe806078fb72e1e283a47796523e5f24abd4b2a1f344845984",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184833859,
      "length": 524,
      "sha256": "331089ca4734d6288152fc3752c6b5fabd80177faeee79af05da52b1d9eb12c9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184913663,
     "length": 30,
     "sha256": "6d1a40ff8087fea0bf19e352a70a4518b2ce67a03f8492f2ac8601ceaaf8c4d7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184913752,
     "length": 30,
     "sha256": "6d1a40ff8087fea0bf19e352a70a4518b2ce67a03f8492f2ac8601ceaaf8c4d7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203200918,
     "length": 30,
     "sha256": "88f60a73a072b9c8c28b930da7d5b00076ee27fde8625726e48af7cd839e9ffc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-prompt-caching-mythos",
   "title": "DISABLE_PROMPT_CACHING_MYTHOS",
   "group": "Prompt caching",
   "kind": "env-var",
   "text": null,
   "when": "From code: Typed boolean. When truthy, the check that decides whether a request gets prompt-cache markers returns false when the model ID contains \"claude-mythos-\". The \"Prompt caching off\" warning notice does not list it.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Prompt caching",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780400,
     "length": 36,
     "sha256": "953926d04a41ee0817344e50534301786932f07339e5e9109be00d47ca44e0a3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Typed boolean. When truthy, the check that decides whether a request gets prompt-cache markers returns false when the model ID contains \"claude-mythos-\". The \"Prompt caching off\" warning notice does not list it.",
    "description_source": "code",
    "caching_notes_verified": false,
    "evidence": {
     "cache_control_builder": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184914083,
      "length": 98,
      "sha256": "417a52f8b6027df681fe1e0defcd6ffc7d29af3b803cba6df72ff31baa4ef2aa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "caching_off_notice": {
      "file": "chunk-y5f6f73g.js",
      "binary_offset": 203198785,
      "length": 291,
      "sha256": "83c461de87a9d6fe806078fb72e1e283a47796523e5f24abd4b2a1f344845984",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184833859,
      "length": 524,
      "sha256": "331089ca4734d6288152fc3752c6b5fabd80177faeee79af05da52b1d9eb12c9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184914022,
     "length": 31,
     "sha256": "def68dd614c744b1a4db2001e3334fd00a29b9669970c7c55ac1a97b96f9c3a3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-prompt-caching-opus",
   "title": "DISABLE_PROMPT_CACHING_OPUS",
   "group": "Prompt caching",
   "kind": "env-var",
   "text": null,
   "when": "From code: When truthy, the check that decides whether a request gets prompt-cache markers returns false only when the request's model ID equals the resolved default Opus model: ANTHROPIC_DEFAULT_OPUS_MODEL if set, otherwise the built-in default. The comparison is strict equality. The docs say \"for Opus models\", but this check does not match other Opus model IDs.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Prompt caching",
    "locations_count": 2,
    "read_paths": [
     "list-iteration",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780437,
     "length": 34,
     "sha256": "88d0d5496eb37417c97a043d7f90106da664402121a7357fd15a7f10d15cd76d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "When truthy, the check that decides whether a request gets prompt-cache markers returns false only when the request's model ID equals the resolved default Opus model: ANTHROPIC_DEFAULT_OPUS_MODEL if set, otherwise the built-in default. The comparison is strict equality. The docs say \"for Opus models\", but this check does not match other Opus model IDs.",
    "description_source": "code",
    "docs_summary": "Set to `1` to disable prompt caching for Opus models",
    "mentioned_in": [
     "https://code.claude.com/docs/en/model-config",
     "https://code.claude.com/docs/en/prompt-caching"
    ],
    "caching_notes_verified": false,
    "evidence": {
     "cache_control_builder": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184914083,
      "length": 98,
      "sha256": "417a52f8b6027df681fe1e0defcd6ffc7d29af3b803cba6df72ff31baa4ef2aa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "caching_off_notice": {
      "file": "chunk-y5f6f73g.js",
      "binary_offset": 203198785,
      "length": 291,
      "sha256": "83c461de87a9d6fe806078fb72e1e283a47796523e5f24abd4b2a1f344845984",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184833859,
      "length": 524,
      "sha256": "331089ca4734d6288152fc3752c6b5fabd80177faeee79af05da52b1d9eb12c9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184913898,
     "length": 29,
     "sha256": "d6bb05792eb5526eb106f6abe28c2bdba9b705aadad61a5806eaa3ebaad874ef",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203200949,
     "length": 29,
     "sha256": "6e759513ad6a7eed7c807f2f7dd07bc4a5ce788f1c95666c08bd46fb664a1631",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-prompt-caching-sonnet",
   "title": "DISABLE_PROMPT_CACHING_SONNET",
   "group": "Prompt caching",
   "kind": "env-var",
   "text": null,
   "when": "From code: When truthy, the check that decides whether a request gets prompt-cache markers returns false only when the request's model ID equals the resolved default Sonnet model: ANTHROPIC_DEFAULT_SONNET_MODEL if set, otherwise the built-in default. The comparison is strict equality. The docs say \"for Sonnet models\", but this check does not match other Sonnet model IDs.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Prompt caching",
    "locations_count": 2,
    "read_paths": [
     "list-iteration",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780472,
     "length": 36,
     "sha256": "57a6c37c36fa67786ed8f64b198dab2b9fce2cd3acd57e3d73df2a330fc620b3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "When truthy, the check that decides whether a request gets prompt-cache markers returns false only when the request's model ID equals the resolved default Sonnet model: ANTHROPIC_DEFAULT_SONNET_MODEL if set, otherwise the built-in default. The comparison is strict equality. The docs say \"for Sonnet models\", but this check does not match other Sonnet model IDs.",
    "description_source": "code",
    "docs_summary": "Set to `1` to disable prompt caching for Sonnet models",
    "mentioned_in": [
     "https://code.claude.com/docs/en/model-config",
     "https://code.claude.com/docs/en/prompt-caching"
    ],
    "caching_notes_verified": false,
    "evidence": {
     "cache_control_builder": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184914083,
      "length": 98,
      "sha256": "417a52f8b6027df681fe1e0defcd6ffc7d29af3b803cba6df72ff31baa4ef2aa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "caching_off_notice": {
      "file": "chunk-y5f6f73g.js",
      "binary_offset": 203198785,
      "length": 291,
      "sha256": "83c461de87a9d6fe806078fb72e1e283a47796523e5f24abd4b2a1f344845984",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184833859,
      "length": 524,
      "sha256": "331089ca4734d6288152fc3752c6b5fabd80177faeee79af05da52b1d9eb12c9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184913833,
     "length": 31,
     "sha256": "4dfe1b5aefa97c491964a09bd7d3eb353d3caa310cf9ef9fa87f1d961c20bf22",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203200979,
     "length": 31,
     "sha256": "9ebf1509a8f5e2b0ea6d3a0d6d90ce34fa0c18820372e2a7b6f787ce388052dc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-enable-prompt-caching-1h",
   "title": "ENABLE_PROMPT_CACHING_1H",
   "group": "Prompt caching",
   "kind": "env-var",
   "text": null,
   "when": "From code: Step 5 of TTL resolution. When truthy, requests with no FORCE_PROMPT_CACHING_5M, no TTL variable, no TTL setting and no agent-frontmatter TTL get the 1-hour TTL. The resolver does not restrict it by provider or model. It is evaluated before the subscriber and overage fallback, so it also applies to non-subscribers and during overage.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Prompt caching",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780857,
     "length": 31,
     "sha256": "c3662b360e5072827bbcaa5b1f1f673234f18077d33b5a443f54bd6a4e378a26",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Step 5 of TTL resolution. When truthy, requests with no FORCE_PROMPT_CACHING_5M, no TTL variable, no TTL setting and no agent-frontmatter TTL get the 1-hour TTL. The resolver does not restrict it by provider or model. It is evaluated before the subscriber and overage fallback, so it also applies to non-subscribers and during overage.",
    "description_source": "code",
    "docs_summary": "Set to `1` to request a 1-hour prompt cache TTL instead of the default 5 minutes.",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/cost-tracking",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-platform-on-aws",
     "https://code.claude.com/docs/en/google-vertex-ai",
     "https://code.claude.com/docs/en/prompt-caching"
    ],
    "caching_notes_verified": false,
    "evidence": {
     "cache_control_builder": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184914083,
      "length": 98,
      "sha256": "417a52f8b6027df681fe1e0defcd6ffc7d29af3b803cba6df72ff31baa4ef2aa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "caching_off_notice": {
      "file": "chunk-y5f6f73g.js",
      "binary_offset": 203198785,
      "length": 291,
      "sha256": "83c461de87a9d6fe806078fb72e1e283a47796523e5f24abd4b2a1f344845984",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184833859,
      "length": 524,
      "sha256": "331089ca4734d6288152fc3752c6b5fabd80177faeee79af05da52b1d9eb12c9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184834255,
     "length": 26,
     "sha256": "2c1b2543b886dfda26335fdfcd8d5a6e606e030dceb0b829195c5c7e3b880459",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-enable-prompt-caching-1h-bedrock",
   "title": "ENABLE_PROMPT_CACHING_1H_BEDROCK",
   "group": "Prompt caching",
   "kind": "env-var",
   "text": null,
   "when": "From code: Step 5 of TTL resolution. Has the same effect as ENABLE_PROMPT_CACHING_1H, but only when the provider is Amazon Bedrock (CLAUDE_CODE_USE_BEDROCK).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Prompt caching",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780889,
     "length": 39,
     "sha256": "9007915175c203156f764aef20ba77572af1e72457dce4985f185e4cb4a74bc9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Step 5 of TTL resolution. Has the same effect as ENABLE_PROMPT_CACHING_1H, but only when the provider is Amazon Bedrock (CLAUDE_CODE_USE_BEDROCK).",
    "description_source": "code",
    "docs_summary": "Deprecated.",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "caching_notes_verified": false,
    "evidence": {
     "cache_control_builder": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184914083,
      "length": 98,
      "sha256": "417a52f8b6027df681fe1e0defcd6ffc7d29af3b803cba6df72ff31baa4ef2aa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "caching_off_notice": {
      "file": "chunk-y5f6f73g.js",
      "binary_offset": 203198785,
      "length": 291,
      "sha256": "83c461de87a9d6fe806078fb72e1e283a47796523e5f24abd4b2a1f344845984",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184833859,
      "length": 524,
      "sha256": "331089ca4734d6288152fc3752c6b5fabd80177faeee79af05da52b1d9eb12c9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184834301,
     "length": 34,
     "sha256": "805c531a8e9a0094ef96a3f6adddc9e309a0dd03f7ecf511b95eb86eaa436796",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-force-prompt-caching-5m",
   "title": "FORCE_PROMPT_CACHING_5M",
   "group": "Prompt caching",
   "kind": "env-var",
   "text": null,
   "when": "From code: Step 1 of TTL resolution. When truthy, every request resolved through the TTL resolver gets the 5-minute TTL, ahead of all TTL variables, settings and agent frontmatter.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Prompt caching",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175781084,
     "length": 30,
     "sha256": "ef7a4a1aa78f75e987e0fd81428a6933bb4fe7daf941d6d4d64b6a080ef31219",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Step 1 of TTL resolution. When truthy, every request resolved through the TTL resolver gets the 5-minute TTL, ahead of all TTL variables, settings and agent frontmatter.",
    "description_source": "code",
    "docs_summary": "Set to `1` to force the 5-minute prompt cache TTL even when 1-hour TTL would otherwise apply.",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/prompt-caching",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "caching_notes_verified": false,
    "evidence": {
     "cache_control_builder": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184914083,
      "length": 98,
      "sha256": "417a52f8b6027df681fe1e0defcd6ffc7d29af3b803cba6df72ff31baa4ef2aa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "caching_off_notice": {
      "file": "chunk-y5f6f73g.js",
      "binary_offset": 203198785,
      "length": 291,
      "sha256": "83c461de87a9d6fe806078fb72e1e283a47796523e5f24abd4b2a1f344845984",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184833859,
      "length": 524,
      "sha256": "331089ca4734d6288152fc3752c6b5fabd80177faeee79af05da52b1d9eb12c9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184833885,
     "length": 25,
     "sha256": "7e522f802751382501e066f62e7a3c9d4a7dc71a3bee74abc148a469916c80d1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-assume-first-party-base-url",
   "title": "_CLAUDE_CODE_ASSUME_FIRST_PARTY_BASE_URL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178359576.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 6,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812863,
     "length": 47,
     "sha256": "081c2ee8af59484f2422adb3059104419cdb08bb57a8ee5213879c52a2822e55",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178359576.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178359576,
     "length": 42,
     "sha256": "141c63d2512a040c9811eca44b53b5b5c99747aa1b7e494416cdaa54472477e5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-38djgp32.js",
     "binary_offset": 181145860,
     "length": 42,
     "sha256": "141c63d2512a040c9811eca44b53b5b5c99747aa1b7e494416cdaa54472477e5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181685339,
     "length": 42,
     "sha256": "141c63d2512a040c9811eca44b53b5b5c99747aa1b7e494416cdaa54472477e5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184860975,
     "length": 42,
     "sha256": "141c63d2512a040c9811eca44b53b5b5c99747aa1b7e494416cdaa54472477e5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184925168,
     "length": 42,
     "sha256": "141c63d2512a040c9811eca44b53b5b5c99747aa1b7e494416cdaa54472477e5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5k20gt2.js",
     "binary_offset": 176673477,
     "length": 42,
     "sha256": "141c63d2512a040c9811eca44b53b5b5c99747aa1b7e494416cdaa54472477e5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ai-agent",
   "title": "AI_AGENT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-fmvn29kc.js` offset 175401648.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791334,
     "length": 15,
     "sha256": "2d8c3ba869ce7b8a75f14a8ec69050ea5cb5850a2f5370be9d4ad3f67a031107",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fmvn29kc.js` offset 175401648.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-fmvn29kc.js",
      "binary_offset": 175401648,
      "length": 20,
      "sha256": "53cd51ccc86e3189e00cbf801a21a13841639cf93297a1de1376a52a5b7a8b9d",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fmvn29kc.js",
     "binary_offset": 175401648,
     "length": 20,
     "sha256": "53cd51ccc86e3189e00cbf801a21a13841639cf93297a1de1376a52a5b7a8b9d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fmvn29kc.js",
     "binary_offset": 175401670,
     "length": 20,
     "sha256": "53cd51ccc86e3189e00cbf801a21a13841639cf93297a1de1376a52a5b7a8b9d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fmvn29kc.js",
     "binary_offset": 175401719,
     "length": 20,
     "sha256": "53cd51ccc86e3189e00cbf801a21a13841639cf93297a1de1376a52a5b7a8b9d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-api-key",
   "title": "ANTHROPIC_API_KEY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: API key sent as `X-Api-Key` header.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 26,
    "read_paths": [
     "helper",
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175763614,
     "length": 24,
     "sha256": "c3d6f9d40818748af467ffc9d0dc89bfabeb82ee2ffefec97b67e8afd4082c30",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "API key sent as `X-Api-Key` header.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/admin-setup",
     "https://code.claude.com/docs/en/agent-sdk/configuration",
     "https://code.claude.com/docs/en/agent-sdk/hosting",
     "https://code.claude.com/docs/en/agent-sdk/quickstart",
     "https://code.claude.com/docs/en/agent-sdk/session-storage"
    ],
    "also_written": true,
    "raw_truthiness_sites": 9,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-020tq8de.js",
      "binary_offset": 206050096,
      "length": 19,
      "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178662039,
      "length": 19,
      "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178709539,
      "length": 19,
      "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-4d9jedja.js",
      "binary_offset": 191047130,
      "length": 19,
      "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-5b5dkraf.js",
      "binary_offset": 212175305,
      "length": 19,
      "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-38djgp32.js",
     "binary_offset": 181141237,
     "length": 29,
     "sha256": "15d71a5f6cd0cc9c529ec961c5e76488fdab87c2221a5a407b37d2de52ec2048",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mddynm36.js",
     "binary_offset": 200569752,
     "length": 29,
     "sha256": "15d71a5f6cd0cc9c529ec961c5e76488fdab87c2221a5a407b37d2de52ec2048",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-020tq8de.js",
     "binary_offset": 206050096,
     "length": 19,
     "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178662039,
     "length": 19,
     "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178662070,
     "length": 19,
     "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178662256,
     "length": 19,
     "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178663096,
     "length": 19,
     "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178709539,
     "length": 19,
     "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178709570,
     "length": 19,
     "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178709756,
     "length": 19,
     "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-auth-token",
   "title": "ANTHROPIC_AUTH_TOKEN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Custom value for the `Authorization` header (the value you set here will be prefixed with `Bearer `)",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 18,
    "read_paths": [
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175763639,
     "length": 27,
     "sha256": "48e7303293bb2c31448cde145eb7fe03b1c0a0f584d3b80e54ee3c031cb8acc6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Custom value for the `Authorization` header (the value you set here will be prefixed with `Bearer `)",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/admin-setup",
     "https://code.claude.com/docs/en/agent-view",
     "https://code.claude.com/docs/en/authentication",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-deploy"
    ],
    "also_written": true,
    "raw_truthiness_sites": 8,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178657199,
      "length": 22,
      "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178661422,
      "length": 22,
      "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178662484,
      "length": 22,
      "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178709984,
      "length": 22,
      "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178714016,
      "length": 22,
      "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-38djgp32.js",
     "binary_offset": 181141298,
     "length": 32,
     "sha256": "3298dcb6d101cb0cdea7f4594f5fdc338bc0ab06458ff573d86e726d7bd3a73b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-38djgp32.js",
     "binary_offset": 181144662,
     "length": 32,
     "sha256": "3298dcb6d101cb0cdea7f4594f5fdc338bc0ab06458ff573d86e726d7bd3a73b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178359882,
     "length": 22,
     "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178642735,
     "length": 22,
     "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178655254,
     "length": 22,
     "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178657199,
     "length": 22,
     "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178659063,
     "length": 22,
     "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178661422,
     "length": 22,
     "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178662484,
     "length": 22,
     "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178709984,
     "length": 22,
     "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-base-url",
   "title": "ANTHROPIC_BASE_URL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override the API endpoint to route requests through a proxy or gateway.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "https://api-staging.anthropic.com"
    ],
    "default": "https://api.anthropic.com",
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 48,
    "read_paths": [
     "helper",
     "injected-env",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175810731,
     "length": 25,
     "sha256": "951b404141e8840b68ebade8b113a044ed13c380fb33ae346ea4ece3e01f31c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override the API endpoint to route requests through a proxy or gateway.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/advisor",
     "https://code.claude.com/docs/en/agent-sdk/configuration",
     "https://code.claude.com/docs/en/agent-sdk/hosting",
     "https://code.claude.com/docs/en/agent-sdk/python",
     "https://code.claude.com/docs/en/agent-sdk/secure-deployment"
    ],
    "raw_truthiness_sites": 5,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178304246,
      "length": 20,
      "sha256": "10dacd93cb6bd38eddfb2ce7edae118fdd96617c7f5a525c805d272080c644a5",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178358137,
      "length": 20,
      "sha256": "10dacd93cb6bd38eddfb2ce7edae118fdd96617c7f5a525c805d272080c644a5",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178359669,
      "length": 20,
      "sha256": "10dacd93cb6bd38eddfb2ce7edae118fdd96617c7f5a525c805d272080c644a5",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-hzevqd7x.js",
      "binary_offset": 181695222,
      "length": 20,
      "sha256": "10dacd93cb6bd38eddfb2ce7edae118fdd96617c7f5a525c805d272080c644a5",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184837608,
      "length": 30,
      "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178526992,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191833937,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181694175,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181696189,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181984742,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jrare64x.js",
     "binary_offset": 177788272,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199315918,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184837608,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184837653,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184840061,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-betas",
   "title": "ANTHROPIC_BETAS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Comma-separated list of additional `anthropic-beta` header values to include in API requests.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175808573,
     "length": 22,
     "sha256": "f2de2642105483dc25217ef32fab315fa86912ac5289c03814ead931ebe1a7bd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Comma-separated list of additional `anthropic-beta` header values to include in API requests.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178438486,
     "length": 17,
     "sha256": "7f59f23c0d8544fc0cb034da5a9f32d0bd15222f11f78b0ab10ef5d183febc4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191788325,
     "length": 17,
     "sha256": "7f59f23c0d8544fc0cb034da5a9f32d0bd15222f11f78b0ab10ef5d183febc4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-config-dir",
   "title": "ANTHROPIC_CONFIG_DIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5b5dkraf.js` offset 212195745.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "helper",
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791384,
     "length": 27,
     "sha256": "e68504632f30c71a11d0299b81c8be110e8d93033d3f431b6b386a8a66382cec",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5b5dkraf.js` offset 212195745.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212195745,
     "length": 32,
     "sha256": "da1f3b835686f19917c908f8db2d293e882edd69c39c2a1ff9c9b12d44b68b33",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177803397,
     "length": 22,
     "sha256": "1bbaadf819ebbe405a5878e8d68f524ec318ce9749803d4ae7613f54f53bde44",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177908027,
     "length": 25,
     "sha256": "d2bf23ee01d2f2a41e24dedc542b24a8e5acea1faeb0ecd7f928f1d7832bac6d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-custom-headers",
   "title": "ANTHROPIC_CUSTOM_HEADERS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Custom headers to add to requests (`Name: Value` format, newline-separated for multiple headers).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 9,
    "read_paths": [
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175808596,
     "length": 31,
     "sha256": "e5b7791da427a4ed2ff1f56b87b7775ec0549c305908e5f8dd78177712bf9204",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Custom headers to add to requests (`Name: Value` format, newline-separated for multiple headers).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-view",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/llm-gateway-connect",
     "https://code.claude.com/docs/en/llm-gateway-protocol"
    ],
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-hzevqd7x.js",
      "binary_offset": 181687781,
      "length": 36,
      "sha256": "251d5fb7d47fad860593bb5a8690c3c747d08fdebcb31a5c79c94b6788e9e5fb",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 183922651,
      "length": 26,
      "sha256": "df126e0ef6f2f0f2cfd4e15009a495489b18ab50e22e60cb7d2caf6a77389262",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181687781,
     "length": 36,
     "sha256": "251d5fb7d47fad860593bb5a8690c3c747d08fdebcb31a5c79c94b6788e9e5fb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181696624,
     "length": 36,
     "sha256": "251d5fb7d47fad860593bb5a8690c3c747d08fdebcb31a5c79c94b6788e9e5fb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178360185,
     "length": 26,
     "sha256": "df126e0ef6f2f0f2cfd4e15009a495489b18ab50e22e60cb7d2caf6a77389262",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177392227,
     "length": 26,
     "sha256": "df126e0ef6f2f0f2cfd4e15009a495489b18ab50e22e60cb7d2caf6a77389262",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177392438,
     "length": 26,
     "sha256": "df126e0ef6f2f0f2cfd4e15009a495489b18ab50e22e60cb7d2caf6a77389262",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177392634,
     "length": 26,
     "sha256": "df126e0ef6f2f0f2cfd4e15009a495489b18ab50e22e60cb7d2caf6a77389262",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177393192,
     "length": 26,
     "sha256": "df126e0ef6f2f0f2cfd4e15009a495489b18ab50e22e60cb7d2caf6a77389262",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183922651,
     "length": 26,
     "sha256": "df126e0ef6f2f0f2cfd4e15009a495489b18ab50e22e60cb7d2caf6a77389262",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 178019539,
     "length": 29,
     "sha256": "4f27d021459c990fba2faca20827212bb41c9cba0032c6d615fc75c3ffb8e82d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-custom-model-option",
   "title": "ANTHROPIC_CUSTOM_MODEL_OPTION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Model ID to add as a custom entry in the `/model` picker.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 7,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175806507,
     "length": 36,
     "sha256": "b8970fcb62ae807f2b0b126907984a4c65dab4b6eaed543765c0a11c794f5ce4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Model ID to add as a custom entry in the `/model` picker.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/model-config",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178390738,
     "length": 31,
     "sha256": "365f3ebdf2d16650d24b547b3d866e75b3b01610bb583921426371e505d4ad83",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178399838,
     "length": 31,
     "sha256": "365f3ebdf2d16650d24b547b3d866e75b3b01610bb583921426371e505d4ad83",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178399883,
     "length": 31,
     "sha256": "365f3ebdf2d16650d24b547b3d866e75b3b01610bb583921426371e505d4ad83",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178418801,
     "length": 31,
     "sha256": "365f3ebdf2d16650d24b547b3d866e75b3b01610bb583921426371e505d4ad83",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191798475,
     "length": 31,
     "sha256": "365f3ebdf2d16650d24b547b3d866e75b3b01610bb583921426371e505d4ad83",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gzfqy3r1.js",
     "binary_offset": 190519887,
     "length": 31,
     "sha256": "365f3ebdf2d16650d24b547b3d866e75b3b01610bb583921426371e505d4ad83",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181658157,
     "length": 31,
     "sha256": "365f3ebdf2d16650d24b547b3d866e75b3b01610bb583921426371e505d4ad83",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-custom-model-option-description",
   "title": "ANTHROPIC_CUSTOM_MODEL_OPTION_DESCRIPTION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Display description for the custom model entry in the `/model` picker.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175806544,
     "length": 48,
     "sha256": "44a39d8379482c34ea817b04628dc666ebb85721fe0de7d7f8c7c262c071e1f4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Display description for the custom model entry in the `/model` picker.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/model-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181658303,
     "length": 43,
     "sha256": "9a56865d668763318a3a071f39dbb8520f199ce5b3135ea9d6b80f0d20858036",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-custom-model-option-name",
   "title": "ANTHROPIC_CUSTOM_MODEL_OPTION_NAME",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Display name for the custom model entry in the `/model` picker.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175806593,
     "length": 41,
     "sha256": "c46818c9be075817c73c5ba88c7bc899ea4624a8d820a5f4777c2642180761c6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Display name for the custom model entry in the `/model` picker.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/model-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181658243,
     "length": 36,
     "sha256": "e9d17412de7dcf614e686b7a8a4473244ab04c0af8d1ae8d32a553b89cabb6a4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-default-fable-model",
   "title": "ANTHROPIC_DEFAULT_FABLE_MODEL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Model ID that the `fable` alias resolves to, and the ID Claude Code recognizes as a Fable model for automatic model fallback on third-party providers.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 9,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175806635,
     "length": 36,
     "sha256": "9b7e50c8d071dddb96c8f5a10d922090b4134fb4b5368b82c55361e489f00629",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Model ID that the `fable` alias resolves to, and the ID Claude Code recognizes as a Fable model for automatic model fallback on third-party providers.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/model-config",
     "https://code.claude.com/docs/en/third-party-integrations"
    ],
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178391998,
      "length": 31,
      "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178392074,
      "length": 31,
      "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178388413,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178391998,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178392074,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178393451,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178396751,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-53j09w1m.js",
     "binary_offset": 200052748,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fr7r2xfj.js",
     "binary_offset": 179158774,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181645422,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-yexrnkkz.js",
     "binary_offset": 190534648,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-default-fable-model-description",
   "title": "ANTHROPIC_DEFAULT_FABLE_MODEL_DESCRIPTION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Display description for the pinned Fable model in the `/model` picker.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "Custom Fable model",
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175806672,
     "length": 48,
     "sha256": "6f0d9878ff0d85b889bdd69d76cba1e1b1394cbbdf5de65957b4b19876f0c96b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Display description for the pinned Fable model in the `/model` picker.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181645539,
     "length": 43,
     "sha256": "a2a27d8567e1328d1f283d26a99d9500a218a85c444941b98825896c64d60b3b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181645607,
     "length": 43,
     "sha256": "a2a27d8567e1328d1f283d26a99d9500a218a85c444941b98825896c64d60b3b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-default-fable-model-name",
   "title": "ANTHROPIC_DEFAULT_FABLE_MODEL_NAME",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Display name for the pinned Fable model in the `/model` picker.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175806721,
     "length": 41,
     "sha256": "e86492778a2e8101af2f7cfa05259b7dad91d4d40f86ca5ddb7ed30953665c15",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Display name for the pinned Fable model in the `/model` picker.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181645502,
     "length": 36,
     "sha256": "c1c1562ed6fd43303a03eec32657c1060874c873210aedfcf9bf45d834071d11",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-default-haiku-model",
   "title": "ANTHROPIC_DEFAULT_HAIKU_MODEL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Model ID that the `haiku` alias resolves to, also used for background functionality.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 10,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175806763,
     "length": 36,
     "sha256": "e3b270de9faba3246053f0c2cf222ea0c184a0e921122bf1d24c80b93047d4b4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Model ID that the `haiku` alias resolves to, also used for background functionality.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-view",
     "https://code.claude.com/docs/en/amazon-bedrock",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/goal",
     "https://code.claude.com/docs/en/google-vertex-ai"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178388509,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178389072,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178389452,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178397313,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178407940,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-53j09w1m.js",
     "binary_offset": 200052710,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181649613,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181670851,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pk626pte.js",
     "binary_offset": 191104459,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-yexrnkkz.js",
     "binary_offset": 190534747,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-default-haiku-model-description",
   "title": "ANTHROPIC_DEFAULT_HAIKU_MODEL_DESCRIPTION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Display description for the pinned Haiku model in the `/model` picker.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "Custom Haiku model",
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175806800,
     "length": 48,
     "sha256": "60ace23c4f2b0e7f7ad9024995beff129057143565eed506ce5b5485af10bb0f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Display description for the pinned Haiku model in the `/model` picker.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181649730,
     "length": 43,
     "sha256": "a6617ffbd691b1802a7f4faa8cb8194cb778b88cf611fa102d771dc42e8bee8c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181649798,
     "length": 43,
     "sha256": "a6617ffbd691b1802a7f4faa8cb8194cb778b88cf611fa102d771dc42e8bee8c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-default-haiku-model-name",
   "title": "ANTHROPIC_DEFAULT_HAIKU_MODEL_NAME",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Display name for the pinned Haiku model in the `/model` picker.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175806849,
     "length": 41,
     "sha256": "146178d34cc8cd18816dc70f9ed37bdb27e49d90cb5c344c5c1ebfdf4b3fcb09",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Display name for the pinned Haiku model in the `/model` picker.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181649693,
     "length": 36,
     "sha256": "ede3ae9d92f8cd8f7d95ac2fd4b9c1ca65852c6d098d726120a82e7d499a9f18",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-default-model",
   "title": "ANTHROPIC_DEFAULT_MODEL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Model that new sessions start on by default.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175806891,
     "length": 30,
     "sha256": "17260331ef90ab346449d4772c21b047ebdf78e8c33c10da069667f793b2312a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Model that new sessions start on by default.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/google-vertex-ai",
     "https://code.claude.com/docs/en/llm-gateway-rollout",
     "https://code.claude.com/docs/en/model-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178402995,
     "length": 25,
     "sha256": "5f40fa89f6819193b02c0e00d346134e4362b96e9379a9d8ec4a94eed6890bf4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192144045,
     "length": 25,
     "sha256": "5f40fa89f6819193b02c0e00d346134e4362b96e9379a9d8ec4a94eed6890bf4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191792109,
     "length": 25,
     "sha256": "5f40fa89f6819193b02c0e00d346134e4362b96e9379a9d8ec4a94eed6890bf4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191792142,
     "length": 25,
     "sha256": "5f40fa89f6819193b02c0e00d346134e4362b96e9379a9d8ec4a94eed6890bf4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-default-opus-model",
   "title": "ANTHROPIC_DEFAULT_OPUS_MODEL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Model ID that the `opus` alias resolves to, and that `opusplan` uses while Plan Mode is active.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 17,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175806922,
     "length": 35,
     "sha256": "ed7c5e5dec1d059e677adec01a7b96f5997e1181bf02b35d0e038f5ec63619f2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Model ID that the `opus` alias resolves to, and that `opusplan` uses while Plan Mode is active.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-platform-on-aws",
     "https://code.claude.com/docs/en/google-vertex-ai",
     "https://code.claude.com/docs/en/llm-gateway-connect"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178388445,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178388736,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178388777,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178393786,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178394777,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178397001,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178408049,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178417273,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-53j09w1m.js",
     "binary_offset": 200052673,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181646610,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-default-opus-model-description",
   "title": "ANTHROPIC_DEFAULT_OPUS_MODEL_DESCRIPTION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Display description for the pinned Opus model in the `/model` picker.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175806958,
     "length": 47,
     "sha256": "604e357f663793331bd517c90327d043d3737ccfa3ed6dd97afbf75899892528",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Display description for the pinned Opus model in the `/model` picker.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/model-config"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181646736,
     "length": 42,
     "sha256": "3929d889933cc85a33d6bd5fbcf76b7228c37c31b880423bf5b1f31d6e131dc0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181646803,
     "length": 42,
     "sha256": "3929d889933cc85a33d6bd5fbcf76b7228c37c31b880423bf5b1f31d6e131dc0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-default-opus-model-name",
   "title": "ANTHROPIC_DEFAULT_OPUS_MODEL_NAME",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Display name for the pinned Opus model in the `/model` picker.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807006,
     "length": 40,
     "sha256": "bde70ad4a9210d9b97cb0b0762bbd21d167b1b271e74d903929ec71ee0eea1ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Display name for the pinned Opus model in the `/model` picker.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/model-config"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181646700,
     "length": 35,
     "sha256": "d8c31deb882fe8ac09eb35f03342e211ac62f150affe41d3e8fdc540e7b2050d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-default-sonnet-model",
   "title": "ANTHROPIC_DEFAULT_SONNET_MODEL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Model ID that the `sonnet` alias resolves to, and that `opusplan` uses when Plan Mode is not active.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 13,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807047,
     "length": 37,
     "sha256": "c2616cb2bdd464790047512ae5723777fc70df8c2cca2ce20ca761f3b82b2c6a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Model ID that the `sonnet` alias resolves to, and that `opusplan` uses when Plan Mode is not active.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/google-vertex-ai",
     "https://code.claude.com/docs/en/llm-gateway-connect",
     "https://code.claude.com/docs/en/model-config"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178388476,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178388609,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178388652,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178394202,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178397153,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178407995,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-53j09w1m.js",
     "binary_offset": 200052635,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181644247,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181670812,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pk626pte.js",
     "binary_offset": 191103722,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-default-sonnet-model-description",
   "title": "ANTHROPIC_DEFAULT_SONNET_MODEL_DESCRIPTION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Display description for the pinned Sonnet model in the `/model` picker.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807085,
     "length": 49,
     "sha256": "0c65f63a03878630eff55cce5af7ebab44d6494fbb11bd765c842859600aa04c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Display description for the pinned Sonnet model in the `/model` picker.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181644381,
     "length": 44,
     "sha256": "061abab4b7c65381b0ef215c34c65a212d8692efa89f55ec86c6d339525b9caa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181644450,
     "length": 44,
     "sha256": "061abab4b7c65381b0ef215c34c65a212d8692efa89f55ec86c6d339525b9caa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-default-sonnet-model-name",
   "title": "ANTHROPIC_DEFAULT_SONNET_MODEL_NAME",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Display name for the pinned Sonnet model in the `/model` picker.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807135,
     "length": 42,
     "sha256": "a37da1e9357a95cc66f065179fa930bf6b494756e6f58fdcc6478b35fd30abc5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Display name for the pinned Sonnet model in the `/model` picker.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181644343,
     "length": 37,
     "sha256": "3fb9026d0be6ff484d159ae625f5bbc127ecd274c06733e1f5f6cf3da716a06f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-environment-id",
   "title": "ANTHROPIC_ENVIRONMENT_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2mgnea7j.js` offset 177957087.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-2mgnea7j.js` offset 177957087.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177957087,
     "length": 29,
     "sha256": "6fdeb8df95d97584e67958d2a1e779f65b9a8a32d4296ef3e6029cfce1841d5b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-environment-key",
   "title": "ANTHROPIC_ENVIRONMENT_KEY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2mgnea7j.js` offset 177957201.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-2mgnea7j.js` offset 177957201.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177957201,
     "length": 30,
     "sha256": "39f3da25c8bb2158aa5500056cdfb0c27e73f60977c80aa6dbb4a199514ba011",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-federation-rule-id",
   "title": "ANTHROPIC_FEDERATION_RULE_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Federation rule ID for Workload Identity Federation.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 7,
    "read_paths": [
     "helper",
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175763696,
     "length": 35,
     "sha256": "c6e22f2803b5be9f8c1bbd81e22cfabf293f73cfd11d75844bd965de6d03c1c4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Federation rule ID for Workload Identity Federation.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/authentication",
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177800872,
     "length": 40,
     "sha256": "3c95f8b4dd25246177c92675ae880265e4155ca6319a09d9f1dcd655a1a93291",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-56rg41m7.js",
     "binary_offset": 195020148,
     "length": 30,
     "sha256": "cf8d2428d8d01eca223b68be5c0c3bfa4c33cb688570bcde3dc22d6f28f377be",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9m6e1078.js",
     "binary_offset": 179092078,
     "length": 30,
     "sha256": "cf8d2428d8d01eca223b68be5c0c3bfa4c33cb688570bcde3dc22d6f28f377be",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177906368,
     "length": 33,
     "sha256": "166a0bb7c5a38baa5af0a61929d01c92fa3b93aedbe93be409215dfeb179da7d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177907548,
     "length": 33,
     "sha256": "166a0bb7c5a38baa5af0a61929d01c92fa3b93aedbe93be409215dfeb179da7d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v53y6yqm.js",
     "binary_offset": 180966807,
     "length": 33,
     "sha256": "51ccbbc7a93ae0762d1f68301d692d9ac71d8c2bab5ed1bde13f5088745c1a6a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177798666,
     "length": 30,
     "sha256": "8b30cdad558c2587a79b3789d8ef8852fdc9036ab5120456633bdfc2ee19a57b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-identity-token",
   "title": "ANTHROPIC_IDENTITY_TOKEN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2mgnea7j.js` offset 177914682.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-2mgnea7j.js` offset 177914682.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177914682,
     "length": 29,
     "sha256": "d44833d102f40f3ff878d5129721fd4019b46eb54deab62c1fd78b9fd6a904aa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v53y6yqm.js",
     "binary_offset": 180967506,
     "length": 29,
     "sha256": "620af437c66898cc9fbfa72db7c10521b33d9e94284d99123c33d91bf926e5fb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-identity-token-file",
   "title": "ANTHROPIC_IDENTITY_TOKEN_FILE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2mgnea7j.js` offset 177906331.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-2mgnea7j.js` offset 177906331.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/authentication"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177906331,
     "length": 34,
     "sha256": "ead1d5304de7e2af4f5dd0161010444dab131c04d6374d083e6eadab4276be6e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177907377,
     "length": 34,
     "sha256": "ead1d5304de7e2af4f5dd0161010444dab131c04d6374d083e6eadab4276be6e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177914623,
     "length": 34,
     "sha256": "ead1d5304de7e2af4f5dd0161010444dab131c04d6374d083e6eadab4276be6e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v53y6yqm.js",
     "binary_offset": 180966889,
     "length": 34,
     "sha256": "7393e7a89a5b2099efc87bee6c1314f23808af6898118bb84228866b8edf252e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-log",
   "title": "ANTHROPIC_LOG",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2mgnea7j.js` offset 177898021.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-2mgnea7j.js` offset 177898021.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177898021,
     "length": 18,
     "sha256": "05ba5e382741f09c5fe0087fcb36a23e126a5d6937c0a9b972443063783699e2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 178019322,
     "length": 18,
     "sha256": "05ba5e382741f09c5fe0087fcb36a23e126a5d6937c0a9b972443063783699e2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-model",
   "title": "ANTHROPIC_MODEL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Name of the model setting to use (see Model Configuration)",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 12,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807178,
     "length": 22,
     "sha256": "79c15e73a990ec05ceadcaee0338d1dc7036df9f19b432659aae1456dee945b1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Name of the model setting to use (see Model Configuration)",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-view",
     "https://code.claude.com/docs/en/amazon-bedrock",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/cli-reference",
     "https://code.claude.com/docs/en/desktop"
    ],
    "raw_truthiness_sites": 5,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178417559,
      "length": 17,
      "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-jygzzfg8.js",
      "binary_offset": 194534817,
      "length": 17,
      "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-jygzzfg8.js",
      "binary_offset": 194534921,
      "length": 17,
      "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 183979035,
      "length": 17,
      "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184837689,
      "length": 27,
      "sha256": "9effd8174e826f50aab14499ff28bc58c97abd07daa261931874b31c45a8fc57",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178390322,
     "length": 27,
     "sha256": "9effd8174e826f50aab14499ff28bc58c97abd07daa261931874b31c45a8fc57",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-25n9xe11.js",
     "binary_offset": 191881465,
     "length": 27,
     "sha256": "9effd8174e826f50aab14499ff28bc58c97abd07daa261931874b31c45a8fc57",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192143997,
     "length": 27,
     "sha256": "9effd8174e826f50aab14499ff28bc58c97abd07daa261931874b31c45a8fc57",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184837689,
     "length": 27,
     "sha256": "9effd8174e826f50aab14499ff28bc58c97abd07daa261931874b31c45a8fc57",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184837731,
     "length": 27,
     "sha256": "9effd8174e826f50aab14499ff28bc58c97abd07daa261931874b31c45a8fc57",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178417559,
     "length": 17,
     "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9sswv6ct.js",
     "binary_offset": 202417331,
     "length": 17,
     "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jygzzfg8.js",
     "binary_offset": 194534365,
     "length": 17,
     "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jygzzfg8.js",
     "binary_offset": 194534817,
     "length": 17,
     "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jygzzfg8.js",
     "binary_offset": 194534921,
     "length": 17,
     "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-organization-id",
   "title": "ANTHROPIC_ORGANIZATION_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Organization ID for Workload Identity Federation.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 8,
    "read_paths": [
     "helper",
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175763801,
     "length": 32,
     "sha256": "3468934ece43d415f946f07d4e96784f1184c01f9916fa8da0e1561194cdaaf3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Organization ID for Workload Identity Federation.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/authentication"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177800814,
     "length": 37,
     "sha256": "cf9ebbc16dd307b5e8a17bdb87b2c3e13a6ad87a260dd345511c0b80ccc26912",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-56rg41m7.js",
     "binary_offset": 195020180,
     "length": 27,
     "sha256": "983ca44b0241e8ac509cea6fd0b5b016b0bae9e5422d5a24542d41af58c2264b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9m6e1078.js",
     "binary_offset": 179075242,
     "length": 27,
     "sha256": "983ca44b0241e8ac509cea6fd0b5b016b0bae9e5422d5a24542d41af58c2264b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9m6e1078.js",
     "binary_offset": 179077421,
     "length": 27,
     "sha256": "983ca44b0241e8ac509cea6fd0b5b016b0bae9e5422d5a24542d41af58c2264b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177906298,
     "length": 30,
     "sha256": "b03ce47e46d4f798f2f972ba7ed4f5bd804499d86ddbb1e42195902f85990bd8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177907090,
     "length": 30,
     "sha256": "b03ce47e46d4f798f2f972ba7ed4f5bd804499d86ddbb1e42195902f85990bd8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v53y6yqm.js",
     "binary_offset": 180966843,
     "length": 30,
     "sha256": "4ffe191295eb2b98e5fa0a67a95186a5969047b61b65d8c7f10a03f872b51869",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177798697,
     "length": 27,
     "sha256": "9c90d5520d43d5bd71fa9489b0c1400366248f1dbce5814362d0c237e6cf4c49",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-profile",
   "title": "ANTHROPIC_PROFILE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Name of the Anthropic profile to authenticate with, such as one created by `ant auth login` or by signing in to a Console account without an API key.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "default",
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 11,
    "read_paths": [
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175763834,
     "length": 24,
     "sha256": "fdf47ddf18c57de22ac88aff4ab10a4c2093f5e1139fd83453f75db9144d0865",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Name of the Anthropic profile to authenticate with, such as one created by `ant auth login` or by signing in to a Console account without an API key.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/authentication",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/mcp",
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212195932,
     "length": 29,
     "sha256": "f029bb2b572f7e3eb92e6080da2b9ab239827c29d7d80d29b832f6bafca34522",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177799948,
     "length": 29,
     "sha256": "f029bb2b572f7e3eb92e6080da2b9ab239827c29d7d80d29b832f6bafca34522",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177800397,
     "length": 29,
     "sha256": "f029bb2b572f7e3eb92e6080da2b9ab239827c29d7d80d29b832f6bafca34522",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177801078,
     "length": 29,
     "sha256": "f029bb2b572f7e3eb92e6080da2b9ab239827c29d7d80d29b832f6bafca34522",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177801401,
     "length": 29,
     "sha256": "f029bb2b572f7e3eb92e6080da2b9ab239827c29d7d80d29b832f6bafca34522",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177802874,
     "length": 29,
     "sha256": "f029bb2b572f7e3eb92e6080da2b9ab239827c29d7d80d29b832f6bafca34522",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177803646,
     "length": 29,
     "sha256": "f029bb2b572f7e3eb92e6080da2b9ab239827c29d7d80d29b832f6bafca34522",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-56rg41m7.js",
     "binary_offset": 195020126,
     "length": 19,
     "sha256": "af527aed60197ebd63fd0ee64ad0853de01e06bf6480cd8727ce2d39507a4674",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-56rg41m7.js",
     "binary_offset": 195025470,
     "length": 19,
     "sha256": "af527aed60197ebd63fd0ee64ad0853de01e06bf6480cd8727ce2d39507a4674",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9m6e1078.js",
     "binary_offset": 179075195,
     "length": 19,
     "sha256": "af527aed60197ebd63fd0ee64ad0853de01e06bf6480cd8727ce2d39507a4674",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-scope",
   "title": "ANTHROPIC_SCOPE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2mgnea7j.js` offset 177906695.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-2mgnea7j.js` offset 177906695.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177906695,
     "length": 20,
     "sha256": "bba1ec9b0f80285708b170506fd3461faf90c5faaa612bbb52337a09be5feccf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177907269,
     "length": 20,
     "sha256": "bba1ec9b0f80285708b170506fd3461faf90c5faaa612bbb52337a09be5feccf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v53y6yqm.js",
     "binary_offset": 180967189,
     "length": 20,
     "sha256": "b8f4561242ee292bdea6efffb0ea5888a778ac69ae24a244a13c56d040212936",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-service-account-id",
   "title": "ANTHROPIC_SERVICE_ACCOUNT_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2mgnea7j.js` offset 177906608.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-2mgnea7j.js` offset 177906608.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177906608,
     "length": 33,
     "sha256": "8000a0ca5b2a72284674a69b4913fe924454dbee806d5af49aec523246ddf31f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177907649,
     "length": 33,
     "sha256": "8000a0ca5b2a72284674a69b4913fe924454dbee806d5af49aec523246ddf31f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v53y6yqm.js",
     "binary_offset": 180967102,
     "length": 33,
     "sha256": "1edce0a3c013b3b145c1285b9a2afc3b08b0d20f9c974ce43b262ef83f1dd4fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-session-id",
   "title": "ANTHROPIC_SESSION_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2mgnea7j.js` offset 177957133.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-2mgnea7j.js` offset 177957133.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177957133,
     "length": 25,
     "sha256": "3a101e9e4bd65e76001d51444323a612c7dd8d9998e398a665b77217e68b6cd8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-small-fast-model",
   "title": "ANTHROPIC_SMALL_FAST_MODEL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: \\[DEPRECATED] Name of Haiku-class model for background tasks",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 6,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807201,
     "length": 33,
     "sha256": "13131b1942390d1012e951514f45e91436d64ff0586b34e3f61b1027744c5e88",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "\\[DEPRECATED] Name of Haiku-class model for background tasks",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/model-config"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184837764,
      "length": 38,
      "sha256": "263f23eff1c49eed308af3ed866fcc69fc2d04ec232058a2aa9bede70ebff0ff",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184837764,
     "length": 38,
     "sha256": "263f23eff1c49eed308af3ed866fcc69fc2d04ec232058a2aa9bede70ebff0ff",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184837826,
     "length": 38,
     "sha256": "263f23eff1c49eed308af3ed866fcc69fc2d04ec232058a2aa9bede70ebff0ff",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178389018,
     "length": 28,
     "sha256": "5c8ad0e9ab903a03997903d28508ec74e9e5d5aa7ee70162c0522fd29a79f65d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178389212,
     "length": 28,
     "sha256": "5c8ad0e9ab903a03997903d28508ec74e9e5d5aa7ee70162c0522fd29a79f65d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7dz9rvcm.js",
     "binary_offset": 190070546,
     "length": 28,
     "sha256": "5c8ad0e9ab903a03997903d28508ec74e9e5d5aa7ee70162c0522fd29a79f65d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pk626pte.js",
     "binary_offset": 191104540,
     "length": 28,
     "sha256": "5c8ad0e9ab903a03997903d28508ec74e9e5d5aa7ee70162c0522fd29a79f65d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-unix-socket",
   "title": "ANTHROPIC_UNIX_SOCKET",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-38djgp32.js` offset 181141566.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 32,
    "read_paths": [
     "env-object-param",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811181,
     "length": 28,
     "sha256": "df76e32912e4217ce8c879a11e8ef96495e0b50e0972824fcef90c344533ea41",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-38djgp32.js` offset 181141566.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors"
    ],
    "raw_truthiness_sites": 21,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-020tq8de.js",
      "binary_offset": 206049972,
      "length": 23,
      "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178385176,
      "length": 23,
      "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178658264,
      "length": 23,
      "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178688326,
      "length": 23,
      "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178710901,
      "length": 23,
      "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-38djgp32.js",
     "binary_offset": 181141566,
     "length": 33,
     "sha256": "cd7cb418887991a4121fb1ea4e858907c3d65b324bdb768689b5969864b11298",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-38djgp32.js",
     "binary_offset": 181144932,
     "length": 33,
     "sha256": "cd7cb418887991a4121fb1ea4e858907c3d65b324bdb768689b5969864b11298",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179689133,
     "length": 33,
     "sha256": "cd7cb418887991a4121fb1ea4e858907c3d65b324bdb768689b5969864b11298",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177812793,
     "length": 23,
     "sha256": "2939022778f895e03d7889992a34bf3e44debc51b294c69aee761d39cb3fe2a7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-020tq8de.js",
     "binary_offset": 206049972,
     "length": 23,
     "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178385176,
     "length": 23,
     "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178655217,
     "length": 23,
     "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178658264,
     "length": 23,
     "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178688326,
     "length": 23,
     "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178710901,
     "length": 23,
     "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-webhook-signing-key",
   "title": "ANTHROPIC_WEBHOOK_SIGNING_KEY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2mgnea7j.js` offset 178018209.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-2mgnea7j.js` offset 178018209.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 178018209,
     "length": 34,
     "sha256": "ba57de6d782fd517d1a48409d4ba9d22732149a0c07d82c74d0ebe22aafcca0a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-work-id",
   "title": "ANTHROPIC_WORK_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2mgnea7j.js` offset 177957044.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-2mgnea7j.js` offset 177957044.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177957044,
     "length": 22,
     "sha256": "fecce3d5afbfce984109172617f30565ad518b517cf61bdc2bd3e7bbdec53f57",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-workspace-id",
   "title": "ANTHROPIC_WORKSPACE_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Workspace ID for workload identity federation.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "helper",
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175763859,
     "length": 29,
     "sha256": "c3e83bff83eecdf316e48b8d5505e2cf34c2f40d1af28a5ee7993e9c33b50064",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Workspace ID for workload identity federation.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177800742,
     "length": 34,
     "sha256": "21f00b3c373f53a704d3f42c7989df50d54ac46e165b661c908990979b88000b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177906468,
     "length": 27,
     "sha256": "b1f7b921de49b466a45dc58ae5950e134cfc0e1abce83dbc9dc938e8e1daac69",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177907154,
     "length": 27,
     "sha256": "b1f7b921de49b466a45dc58ae5950e134cfc0e1abce83dbc9dc938e8e1daac69",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v53y6yqm.js",
     "binary_offset": 180966962,
     "length": 27,
     "sha256": "99789f8cd4405d7e70cc59262384e77a7501b0f847096f8b1b71e627a2d70ddd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-api-force-idle-timeout",
   "title": "API_FORCE_IDLE_TIMEOUT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override the 5-minute body idle timeout that aborts a streaming model response when no bytes arrive.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175808628,
     "length": 29,
     "sha256": "b242b690330454ffe9b973977854b2d5011dbcaae5d2bf903b2869366561625e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override the 5-minute body idle timeout that aborts a streaming model response when no bytes arrive.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/network-config",
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177220424,
     "length": 34,
     "sha256": "a01398acfd6e9e653df1f37c799705213fe590c5495029ee9e6fd665266963a7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-api-timeout-ms",
   "title": "API_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Timeout for API requests in milliseconds (default: 600000, or 10 minutes; maximum: 2147483647).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 6,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175808658,
     "length": 21,
     "sha256": "0b2393877f31c1828ac5ae3b49028857a6064064c91e5fa67cefdfe8cac5f8b4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Timeout for API requests in milliseconds (default: 600000, or 10 minutes; maximum: 2147483647).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/python",
     "https://code.claude.com/docs/en/agent-sdk/typescript",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/network-config"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-gqr0patp.js",
      "binary_offset": 202886132,
      "length": 26,
      "sha256": "a888de25cd7a7ebe9ea972599936fb79d310f1492667bd564e914090ab7dc940",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gqr0patp.js",
     "binary_offset": 202886132,
     "length": 26,
     "sha256": "a888de25cd7a7ebe9ea972599936fb79d310f1492667bd564e914090ab7dc940",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gqr0patp.js",
     "binary_offset": 202886198,
     "length": 26,
     "sha256": "a888de25cd7a7ebe9ea972599936fb79d310f1492667bd564e914090ab7dc940",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181688481,
     "length": 26,
     "sha256": "a888de25cd7a7ebe9ea972599936fb79d310f1492667bd564e914090ab7dc940",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181698367,
     "length": 26,
     "sha256": "a888de25cd7a7ebe9ea972599936fb79d310f1492667bd564e914090ab7dc940",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184918604,
     "length": 26,
     "sha256": "a888de25cd7a7ebe9ea972599936fb79d310f1492667bd564e914090ab7dc940",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mp9caagq.js",
     "binary_offset": 207419057,
     "length": 16,
     "sha256": "328098c8e1e2c1f00beda60c36418644a9d27762ea115c5905e106d15eecd3cc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-automode-decision-log",
   "title": "AUTOMODE_DECISION_LOG",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 185437330.",
   "documented": null,
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 185437330.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185437330,
     "length": 33,
     "sha256": "1e7c0dc0034aec662eb8adc0f12f3d4473b6e24328bd80fcc4eaa86ad450fd0a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-bash-default-timeout-ms",
   "title": "BASH_DEFAULT_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Default timeout for long-running bash commands (default: 120000, or 2 minutes)",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Default timeout for long-running bash commands (default: 120000, or 2 minutes)",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/tools-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n7e3q3fg.js",
     "binary_offset": 181216637,
     "length": 25,
     "sha256": "553fd156ca6e53cd9cddc011a34aeb938051a6f58f1287a1035bed240588d9c1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-bash-max-output-length",
   "title": "BASH_MAX_OUTPUT_LENGTH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Maximum number of characters of bash output that Claude Code reads back into a command's result (default: 30000; maximum: 150000).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791412,
     "length": 29,
     "sha256": "5c62c3dec10a3e78c6e1f6fdfa280d4d51161b6d12b7223af4613fee5b62e0f0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Maximum number of characters of bash output that Claude Code reads back into a command's result (default: 30000; maximum: 150000).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference",
     "https://code.claude.com/docs/en/tools-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s7stjdxd.js",
     "binary_offset": 182631203,
     "length": 34,
     "sha256": "0e7a1c0d96e1bf4f4a421426fc1ec842ef7dd0d41620feee7aeeb0b2fd8d27dd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-bash-max-timeout-ms",
   "title": "BASH_MAX_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Maximum timeout the model can set for long-running bash commands (default: 600000, or 10 minutes).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Maximum timeout the model can set for long-running bash commands (default: 600000, or 10 minutes).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/tools-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n7e3q3fg.js",
     "binary_offset": 181216751,
     "length": 21,
     "sha256": "b63207f061af4ef08fc4e1a58b21f59c9f8effa6a71df46685e797572f137e48",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-bughunter-dev-bundle-b64",
   "title": "BUGHUNTER_DEV_BUNDLE_B64",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-rwx9yk1k.js` offset 194874529.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-rwx9yk1k.js` offset 194874529.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-rwx9yk1k.js",
      "binary_offset": 194874529,
      "length": 36,
      "sha256": "9dd8b661e42f21ec241a7761dc171a92fa93427db0a35592ca3f85bd91581157",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rwx9yk1k.js",
     "binary_offset": 194874529,
     "length": 36,
     "sha256": "9dd8b661e42f21ec241a7761dc171a92fa93427db0a35592ca3f85bd91581157",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rwx9yk1k.js",
     "binary_offset": 194874593,
     "length": 36,
     "sha256": "9dd8b661e42f21ec241a7761dc171a92fa93427db0a35592ca3f85bd91581157",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-bughunter-fleet-size",
   "title": "BUGHUNTER_FLEET_SIZE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-gjhs4jet.js` offset 190878329.",
   "documented": null,
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-gjhs4jet.js` offset 190878329.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-gjhs4jet.js",
      "binary_offset": 190878329,
      "length": 32,
      "sha256": "73c58ba3dd5064f45c0d71b49dc62f086c7707cd4dceef25e2cb64d9d33277e0",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gjhs4jet.js",
     "binary_offset": 190878329,
     "length": 32,
     "sha256": "73c58ba3dd5064f45c0d71b49dc62f086c7707cd4dceef25e2cb64d9d33277e0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ccr-enable-bundle",
   "title": "CCR_ENABLE_BUNDLE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mzg9kbjz.js` offset 204653390.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 6,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811828,
     "length": 24,
     "sha256": "42ffb9eea527d0d52f2ea1294de27030a044eddba167151bdf1947b9e3d17112",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mzg9kbjz.js` offset 204653390.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204653390,
     "length": 19,
     "sha256": "19d54f8c967ee020255ab71e803c54a02f7f1db5cea4ad5e0894de1d55696036",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185733840,
     "length": 19,
     "sha256": "19d54f8c967ee020255ab71e803c54a02f7f1db5cea4ad5e0894de1d55696036",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185919938,
     "length": 19,
     "sha256": "19d54f8c967ee020255ab71e803c54a02f7f1db5cea4ad5e0894de1d55696036",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185920634,
     "length": 19,
     "sha256": "19d54f8c967ee020255ab71e803c54a02f7f1db5cea4ad5e0894de1d55696036",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185933653,
     "length": 19,
     "sha256": "19d54f8c967ee020255ab71e803c54a02f7f1db5cea4ad5e0894de1d55696036",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-yjr3j9h5.js",
     "binary_offset": 200327325,
     "length": 19,
     "sha256": "19d54f8c967ee020255ab71e803c54a02f7f1db5cea4ad5e0894de1d55696036",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ccr-force-bundle",
   "title": "CCR_FORCE_BUNDLE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to force `claude --cloud` to bundle and upload your local repository instead of cloning from its remote",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811853,
     "length": 23,
     "sha256": "cfa16bdc52eda8e0fdab3da465c98cbc8c35dc495314e6a59cdbeb80a852b554",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to force `claude --cloud` to bundle and upload your local repository instead of cloning from its remote",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/claude-code-on-the-web"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185733820,
     "length": 18,
     "sha256": "3071d65d4e3903f4c8055d5ad278d57da0fc7b333834a68711cc5756b4193d93",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185919872,
     "length": 18,
     "sha256": "3071d65d4e3903f4c8055d5ad278d57da0fc7b333834a68711cc5756b4193d93",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-yjr3j9h5.js",
     "binary_offset": 200325115,
     "length": 18,
     "sha256": "3071d65d4e3903f4c8055d5ad278d57da0fc7b333834a68711cc5756b4193d93",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ccr-on-branch-default-guard",
   "title": "CCR_ON_BRANCH_DEFAULT_GUARD",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 185925560.",
   "documented": null,
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "enforce",
     "observe",
     "off"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "enum",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811877,
     "length": 34,
     "sha256": "4e9576e8871748a6e738f573bed4191fa3f578f418133d8c09cdea386a22fcfa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 185925560.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185925560,
     "length": 39,
     "sha256": "2763e2c9c75173a85332a1ec2961d908be322077239e79b10914d4fe0366ee4c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185925603,
     "length": 29,
     "sha256": "773e36d9bf6e0fee5a8bab54805231619592d9184e5ab878164ae885eb400aff",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ccr-session-profile",
   "title": "CCR_SESSION_PROFILE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178309201.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791442,
     "length": 26,
     "sha256": "579b5f3b54cf9966e4f2f40d07696c24e9e46f8e346cb4a2846f49f8b8152605",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178309201.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178309201,
     "length": 21,
     "sha256": "4ea4f74138b5e51330b2fb093bbac8d2d31e67b9fce37988754d017ec730bdce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x3nrvz9e.js",
     "binary_offset": 206773281,
     "length": 21,
     "sha256": "4ea4f74138b5e51330b2fb093bbac8d2d31e67b9fce37988754d017ec730bdce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x3nrvz9e.js",
     "binary_offset": 206773921,
     "length": 21,
     "sha256": "4ea4f74138b5e51330b2fb093bbac8d2d31e67b9fce37988754d017ec730bdce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ccr-shr-sse-hints",
   "title": "CCR_SHR_SSE_HINTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187489812.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187489812.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187489812,
     "length": 29,
     "sha256": "927ca514c5295895955a99b3bd556e226b0ed55421aca8188af318a1da0fc0e3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ccr-spawn-timestamp-ms",
   "title": "CCR_SPAWN_TIMESTAMP_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-a3ghcnsr.js` offset 176639698.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 5,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-a3ghcnsr.js` offset 176639698.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-a3ghcnsr.js",
     "binary_offset": 176639698,
     "length": 34,
     "sha256": "628d65dc0217d6f9f0c0cef791914257f25531412ed842e34835c74c20bc045f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sxskc1ta.js",
     "binary_offset": 179674282,
     "length": 34,
     "sha256": "628d65dc0217d6f9f0c0cef791914257f25531412ed842e34835c74c20bc045f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sxskc1ta.js",
     "binary_offset": 179675303,
     "length": 34,
     "sha256": "628d65dc0217d6f9f0c0cef791914257f25531412ed842e34835c74c20bc045f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sxskc1ta.js",
     "binary_offset": 179675517,
     "length": 34,
     "sha256": "628d65dc0217d6f9f0c0cef791914257f25531412ed842e34835c74c20bc045f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sxskc1ta.js",
     "binary_offset": 179676910,
     "length": 34,
     "sha256": "628d65dc0217d6f9f0c0cef791914257f25531412ed842e34835c74c20bc045f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claubbit",
   "title": "CLAUBBIT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178519078.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 9,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791469,
     "length": 15,
     "sha256": "76038e8667736ad7484e1f08531cac165a04d8b7ed66769a53311a319dea6bf7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178519078.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178519078,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rg6teng4.js",
     "binary_offset": 198228700,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rg6teng4.js",
     "binary_offset": 198233882,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rg6teng4.js",
     "binary_offset": 198234051,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rg6teng4.js",
     "binary_offset": 198234412,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rg6teng4.js",
     "binary_offset": 198234453,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rg6teng4.js",
     "binary_offset": 198234527,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w31mgt94.js",
     "binary_offset": 192903970,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184642830,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-afk-countdown-ms",
   "title": "CLAUDE_AFK_COUNTDOWN_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: How many milliseconds before auto-continue the on-screen countdown appears on an unanswered `AskUserQuestion` dialog.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791503,
     "length": 30,
     "sha256": "3a09679a6a8a70c72e04477b175a346a8002a1f1b5af1cc8a02567bb3d22c41e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "How many milliseconds before auto-continue the on-screen countdown appears on an unanswered `AskUserQuestion` dialog.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204692728,
     "length": 25,
     "sha256": "2959d14611e49bc10407170b0db18c674780fd860650ac615aa617eaa53a284b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-afk-timeout-ms",
   "title": "CLAUDE_AFK_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: How many milliseconds of idle time before an unanswered `AskUserQuestion` dialog auto-continues without you.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791534,
     "length": 28,
     "sha256": "621551ba09b28fb293201076aedc24f0dc4ccbd4ef63b73c9d6d3947c1d21ee1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "How many milliseconds of idle time before an unanswered `AskUserQuestion` dialog auto-continues without you.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204692682,
     "length": 23,
     "sha256": "3d44032d4024ccdd0643c6f2edb898f82285e560873f57331c33aae81e57d05c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204704072,
     "length": 23,
     "sha256": "3d44032d4024ccdd0643c6f2edb898f82285e560873f57331c33aae81e57d05c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-after-last-compact",
   "title": "CLAUDE_AFTER_LAST_COMPACT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 182967118.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791563,
     "length": 32,
     "sha256": "0914962dbf7fc2b06ba424edbc0cb319e918e89d417af735f1000e5bc1473175",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 182967118.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 182967118,
     "length": 37,
     "sha256": "0da6445334b469a256b56b8c1bb0aa9be61920f1f9f21e90ef0679e1613f61be",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-agent-sdk-client-app",
   "title": "CLAUDE_AGENT_SDK_CLIENT_APP",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181687192.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 5,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791624,
     "length": 34,
     "sha256": "b875007ff2e72eb95b9bf5ddfa67714db2fea6c94ecdd028acfbefc3036ccaef",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181687192.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/python",
     "https://code.claude.com/docs/en/agent-sdk/typescript",
     "https://code.claude.com/docs/en/errors"
    ],
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178178142,
      "length": 29,
      "sha256": "7b22cafa9b9811b72b91a3b38cc8fae75af36de74af777004b114e882dee49f3",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178179002,
      "length": 29,
      "sha256": "7b22cafa9b9811b72b91a3b38cc8fae75af36de74af777004b114e882dee49f3",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181687192,
     "length": 39,
     "sha256": "eab56788bf30a556386f791aeb6a78e60f0cadbab71b07801143aebed0d1de6f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178178142,
     "length": 29,
     "sha256": "7b22cafa9b9811b72b91a3b38cc8fae75af36de74af777004b114e882dee49f3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178178188,
     "length": 29,
     "sha256": "7b22cafa9b9811b72b91a3b38cc8fae75af36de74af777004b114e882dee49f3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178179002,
     "length": 29,
     "sha256": "7b22cafa9b9811b72b91a3b38cc8fae75af36de74af777004b114e882dee49f3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178179053,
     "length": 29,
     "sha256": "7b22cafa9b9811b72b91a3b38cc8fae75af36de74af777004b114e882dee49f3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-agent-sdk-disable-builtin-agents",
   "title": "CLAUDE_AGENT_SDK_DISABLE_BUILTIN_AGENTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable all built-in subagent types such as Explore and Plan.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791659,
     "length": 46,
     "sha256": "68280e5dedff3d2faba7dfa38f72ae9a149aacec5348323b42a04657c8d5ab8e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable all built-in subagent types such as Explore and Plan.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/subagents",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/sub-agents"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184264759,
     "length": 41,
     "sha256": "763e9be8ced588885ca73fe294bc7baf5cf5f681587d06bee001f539c983f198",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-agent-sdk-disable-mcp-manifests",
   "title": "CLAUDE_AGENT_SDK_DISABLE_MCP_MANIFESTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-xwgs2xvp.js` offset 199914803.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791706,
     "length": 45,
     "sha256": "1817d4edd3a648d07f42cbf58e1d8ed121658422bb5213483f7b92448138ad4a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xwgs2xvp.js` offset 199914803.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xwgs2xvp.js",
     "binary_offset": 199914803,
     "length": 45,
     "sha256": "abf02cd110e065007ff3f8158b4d83ada32ac0db694541b03e2d6ee2b99dd061",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-agent-sdk-mcp-no-prefix",
   "title": "CLAUDE_AGENT_SDK_MCP_NO_PREFIX",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to skip the `mcp____` prefix on tool names from SDK-created MCP servers.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791752,
     "length": 37,
     "sha256": "e1ad87f42a4cde169c79282cd4a8065757832c4e40beb1c98fa56140e129301b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to skip the `mcp____` prefix on tool names from SDK-created MCP servers.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209391429,
     "length": 32,
     "sha256": "af756a02c0de2c9a1927acaddf6cdc3c34433b685fbe419835c4bd7ecc46a208",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209175238,
     "length": 32,
     "sha256": "af756a02c0de2c9a1927acaddf6cdc3c34433b685fbe419835c4bd7ecc46a208",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-agent-sdk-version",
   "title": "CLAUDE_AGENT_SDK_VERSION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178178046.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "unknown",
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 8,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791790,
     "length": 31,
     "sha256": "526b94d0138d716e309d837f2602491255835af83602a6a2b83fc149ccfa711d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178178046.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178178046,
      "length": 36,
      "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178178902,
      "length": 36,
      "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-n806dcdq.js",
      "binary_offset": 190475751,
      "length": 36,
      "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178178046,
     "length": 36,
     "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178178098,
     "length": 36,
     "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178178902,
     "length": 36,
     "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178178959,
     "length": 36,
     "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n806dcdq.js",
     "binary_offset": 190475751,
     "length": 36,
     "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xwgs2xvp.js",
     "binary_offset": 199909252,
     "length": 36,
     "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xwgs2xvp.js",
     "binary_offset": 199912061,
     "length": 36,
     "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178522403,
     "length": 26,
     "sha256": "2a7deae4f34e26781686be4e758c0a24a9131d22316d2b3d2cdee6b3990d25b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-agents-auto-relaunched-at",
   "title": "CLAUDE_AGENTS_AUTO_RELAUNCHED_AT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-8ddbmt6f.js` offset 192838692.",
   "documented": null,
   "details": {
    "read_as": "number",
    "read_as_note": "parsed as a number",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-8ddbmt6f.js` offset 192838692.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8ddbmt6f.js",
     "binary_offset": 192838692,
     "length": 15,
     "sha256": "b63509a4eb70e2199525ccb81d4bea1f59d23be3fc7fba40e9baba3f120e1904",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-agents-select",
   "title": "CLAUDE_AGENTS_SELECT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-8ddbmt6f.js` offset 192851040.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791596,
     "length": 27,
     "sha256": "4da3efb86873e9f1460ede005334742d3a9036a0d71e79f526d966dd477f252b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8ddbmt6f.js` offset 192851040.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-p4h4mthd.js",
      "binary_offset": 182829932,
      "length": 22,
      "sha256": "05b80a8099ebd3a6d901afcacd45cd5475b2ae9948becf2103cfc1ad0b0f4271",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8ddbmt6f.js",
     "binary_offset": 192851040,
     "length": 22,
     "sha256": "05b80a8099ebd3a6d901afcacd45cd5475b2ae9948becf2103cfc1ad0b0f4271",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-p4h4mthd.js",
     "binary_offset": 182829932,
     "length": 22,
     "sha256": "05b80a8099ebd3a6d901afcacd45cd5475b2ae9948becf2103cfc1ad0b0f4271",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-artifact-host-grant",
   "title": "CLAUDE_ARTIFACT_HOST_GRANT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-020tq8de.js` offset 206357428.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "used as-is (not trimmed)",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 6,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "rawStr",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791822,
     "length": 33,
     "sha256": "c8b3884968b0db13c6b7023a26213d1265b08fa46d58380230030031e87fcc41",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-020tq8de.js` offset 206357428.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-020tq8de.js",
     "binary_offset": 206357428,
     "length": 28,
     "sha256": "bd85f0b2e63cd60e295192c0327b909a4303f7d8ea8dd58890ad2da339415494",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qh667gan.js",
     "binary_offset": 189430653,
     "length": 28,
     "sha256": "bd85f0b2e63cd60e295192c0327b909a4303f7d8ea8dd58890ad2da339415494",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qh667gan.js",
     "binary_offset": 189466329,
     "length": 28,
     "sha256": "bd85f0b2e63cd60e295192c0327b909a4303f7d8ea8dd58890ad2da339415494",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qh667gan.js",
     "binary_offset": 189467770,
     "length": 28,
     "sha256": "bd85f0b2e63cd60e295192c0327b909a4303f7d8ea8dd58890ad2da339415494",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qh667gan.js",
     "binary_offset": 189501122,
     "length": 28,
     "sha256": "bd85f0b2e63cd60e295192c0327b909a4303f7d8ea8dd58890ad2da339415494",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qh667gan.js",
     "binary_offset": 189501286,
     "length": 28,
     "sha256": "bd85f0b2e63cd60e295192c0327b909a4303f7d8ea8dd58890ad2da339415494",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-async-agent-stall-timeout-ms",
   "title": "CLAUDE_ASYNC_AGENT_STALL_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Stall timeout in milliseconds for subagents.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "bounds": {
     "min": 1,
     "max": 2147483647,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791856,
     "length": 42,
     "sha256": "311903730c82db2d39be3239daa7698da15457730ac34e226d4a9b36388e8649",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Stall timeout in milliseconds for subagents.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/hosting",
     "https://code.claude.com/docs/en/agent-sdk/python",
     "https://code.claude.com/docs/en/agent-sdk/typescript"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7dz9rvcm.js",
     "binary_offset": 190104577,
     "length": 37,
     "sha256": "159c9a8a3bf5ba6e1b22d98e1a99bb86647a34ac81da45ff978bb0de39d44a0b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7dz9rvcm.js",
     "binary_offset": 190104622,
     "length": 37,
     "sha256": "159c9a8a3bf5ba6e1b22d98e1a99bb86647a34ac81da45ff978bb0de39d44a0b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-auto-background-tasks",
   "title": "CLAUDE_AUTO_BACKGROUND_TASKS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to force-enable automatic backgrounding of long-running agent tasks.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791938,
     "length": 35,
     "sha256": "86d065c9091a179950a597a7f5ef287fe034bf17fb2856a54f1f46b05b1ec278",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to force-enable automatic backgrounding of long-running agent tasks.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/mcp"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3qcnxvnw.js",
     "binary_offset": 190165917,
     "length": 40,
     "sha256": "ddd26c0c27b5f589e775a0ac5d536088ab75993db8e4677de9399df1c373ea9e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vzjrrtab.js",
     "binary_offset": 215104596,
     "length": 30,
     "sha256": "3c860447ebcea7ba94abedc9b7a721d5d539fa281ab02f0bd66fbbe3bd00d587",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186520881,
     "length": 30,
     "sha256": "3c860447ebcea7ba94abedc9b7a721d5d539fa281ab02f0bd66fbbe3bd00d587",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-autocompact-pct-override",
   "title": "CLAUDE_AUTOCOMPACT_PCT_OVERRIDE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set the percentage (1-100) of the auto-compact window at which auto-compaction triggers.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791899,
     "length": 38,
     "sha256": "ca0335aefe4f89ad9bc75f4d39aa1618af9112cf55b08f4735ebb574fbd4202c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set the percentage (1-100) of the auto-compact window at which auto-compaction triggers.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/claude-code-on-the-web",
     "https://code.claude.com/docs/en/cloud-environments",
     "https://code.claude.com/docs/en/sub-agents"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183912966,
     "length": 43,
     "sha256": "0e787485e5964ac1726aaecfd736b78d9f23be4988f961b19c385f748b2e5180",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-ax-prepark-ms",
   "title": "CLAUDE_AX_PREPARK_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: In screen reader mode, how many milliseconds Claude Code waits, with the cursor at the start of the line, before it writes a new or changed line.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 50,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 0
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175769834,
     "length": 27,
     "sha256": "db49ff1ad896a243a4f72a276cfcc31207e53aadb3b1f2863da46b1e163eef90",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "In screen reader mode, how many milliseconds Claude Code waits, with the cursor at the start of the line, before it writes a new or changed line.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/accessibility"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pspf2b4w.js",
     "binary_offset": 177776579,
     "length": 22,
     "sha256": "7763481a357751f2964d3dd941896392c2a838799d58df82418f0b7b67eb5153",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-ax-screen-reader",
   "title": "CLAUDE_AX_SCREEN_READER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to render screen-reader friendly output: flat text without decorative borders or animations.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175769862,
     "length": 30,
     "sha256": "a38c5bf699fc0e83b92b3d5df5855050bd5c56e28ca1bcecccb2b864bf27ee8d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to render screen-reader friendly output: flat text without decorative borders or animations.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/accessibility",
     "https://code.claude.com/docs/en/cli-reference",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pspf2b4w.js",
     "binary_offset": 177775236,
     "length": 25,
     "sha256": "e9ec58b67f1ec1bbe69d2579cb19dbfa78298409e1d9a7f56f32db576651f0c9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-ax-startup-quiet-ms",
   "title": "CLAUDE_AX_STARTUP_QUIET_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: In screen reader mode, how many milliseconds Claude Code holds the first interface render after the startup confirmation line, so your screen reader can speak the line in full before new output interrupts it.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 3000,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 0
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175769893,
     "length": 33,
     "sha256": "bd27f7e081983b1cb6c9c384248d8f692551ca623d33ce8dfae5892d40be4c5a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "In screen reader mode, how many milliseconds Claude Code holds the first interface render after the startup confirmation line, so your screen reader can speak the line in full before new output interrupts it.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/accessibility"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pspf2b4w.js",
     "binary_offset": 177776456,
     "length": 28,
     "sha256": "c9ed3776f359a488d8bbf65c1fac03a8c521521d953a6664f9b56d0c8f8605e5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bash-maintain-project-working-dir",
   "title": "CLAUDE_BASH_MAINTAIN_PROJECT_WORKING_DIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Return to the original working directory after each Bash or PowerShell command in the main session",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791974,
     "length": 47,
     "sha256": "5e91f4d110a5e8941e63d753924cfb1feb2df6eb08b9f1be561ff87b603627a6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Return to the original working directory after each Bash or PowerShell command in the main session",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/tools-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175591972,
     "length": 52,
     "sha256": "5509dbb89abfe41bba1bf135855695a902ebc1f46ed79e0fc6221494f1189b70",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-auth-snapshot-path",
   "title": "CLAUDE_BG_AUTH_SNAPSHOT_PATH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-v43p42ed.js` offset 177827235.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 6,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792022,
     "length": 35,
     "sha256": "bb10cdd4f9fe72734de9a27ce8644c2a2a218b519e37ca9f0ce341a6ece9d845",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-v43p42ed.js` offset 177827235.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-2crv8d5h.js",
      "binary_offset": 192067910,
      "length": 30,
      "sha256": "5c6ab6bcb8cd17ed9993b0dde7de1c0ffa482ad02cd157d11f4cb44310d48d20",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-v43p42ed.js",
      "binary_offset": 177827235,
      "length": 40,
      "sha256": "b23ee675717f251b365871c358e5b9e69e59ebf4a1380940eeac628e62421a52",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-v43p42ed.js",
      "binary_offset": 177830245,
      "length": 40,
      "sha256": "b23ee675717f251b365871c358e5b9e69e59ebf4a1380940eeac628e62421a52",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177827235,
     "length": 40,
     "sha256": "b23ee675717f251b365871c358e5b9e69e59ebf4a1380940eeac628e62421a52",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177827404,
     "length": 40,
     "sha256": "b23ee675717f251b365871c358e5b9e69e59ebf4a1380940eeac628e62421a52",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177828412,
     "length": 40,
     "sha256": "b23ee675717f251b365871c358e5b9e69e59ebf4a1380940eeac628e62421a52",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177828581,
     "length": 40,
     "sha256": "b23ee675717f251b365871c358e5b9e69e59ebf4a1380940eeac628e62421a52",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177830245,
     "length": 40,
     "sha256": "b23ee675717f251b365871c358e5b9e69e59ebf4a1380940eeac628e62421a52",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192067910,
     "length": 30,
     "sha256": "5c6ab6bcb8cd17ed9993b0dde7de1c0ffa482ad02cd157d11f4cb44310d48d20",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-backend",
   "title": "CLAUDE_BG_BACKEND",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-g1gybmy1.js` offset 199242318.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "daemon"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 10,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792058,
     "length": 24,
     "sha256": "993d09b3b0031b579e9fe6f34daed0ad1fc0d2abbaf03252f83f79305f3f09cf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-g1gybmy1.js` offset 199242318.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-g1gybmy1.js",
     "binary_offset": 199242318,
     "length": 29,
     "sha256": "761beb706e37097af87420f38e2acfd012b8174952a8e46301a2b4a548586e80",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178495236,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188653417,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188656161,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188724019,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-frc81eh3.js",
     "binary_offset": 208150105,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-g1gybmy1.js",
     "binary_offset": 199240837,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188372537,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188372768,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 182991432,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-claim-auth",
   "title": "CLAUDE_BG_CLAIM_AUTH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-6n6qvpgn.js` offset 189109393.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792083,
     "length": 27,
     "sha256": "91c45d4f244ba00dcb8f130748f61933068aa5d1f17d78f47da5444bf4eae5ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6n6qvpgn.js` offset 189109393.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6n6qvpgn.js",
     "binary_offset": 189109393,
     "length": 22,
     "sha256": "b91278937e95378b8efbd9468932a88056a5da81b92efa1ed21e0e35f28aac80",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-dispatcher-rate-limit-tier",
   "title": "CLAUDE_BG_DISPATCHER_RATE_LIMIT_TIER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177805575.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792111,
     "length": 43,
     "sha256": "6d50814ce0aab7e2b2b7f84083977ffaa6617ef6e7e42e276154d473e2a143e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177805575.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177805575,
     "length": 38,
     "sha256": "479c829152822b584da2fba6496cb778237dc8018c97fed6b7cb01d939533dd7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-dispatcher-subscription-type",
   "title": "CLAUDE_BG_DISPATCHER_SUBSCRIPTION_TYPE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177805512.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792155,
     "length": 45,
     "sha256": "03ddf39c3b8f620e8141bd1de7acdd84334e8b089d437a291c231e8519e6711b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177805512.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177805512,
     "length": 40,
     "sha256": "75c5771124a28f8d8b51a0a7f937fe30eaf3b974f21232c33f09a03b7913693c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-isolation",
   "title": "CLAUDE_BG_ISOLATION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183557259.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "worktree"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792201,
     "length": 26,
     "sha256": "c77052695eb733ad0db6aad2ba43e69af6beccd51a91bb9b632ff6f7e73c4842",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183557259.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183557259,
     "length": 21,
     "sha256": "4c46686ec5e6d63ac3d4c23b8c01c65ed017780d6f18aa1ef8a2479900349190",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184322568,
     "length": 21,
     "sha256": "4c46686ec5e6d63ac3d4c23b8c01c65ed017780d6f18aa1ef8a2479900349190",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-memory-toggled-off",
   "title": "CLAUDE_BG_MEMORY_TOGGLED_OFF",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cpf7rt77.js` offset 191775994.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792228,
     "length": 35,
     "sha256": "7a9541897e18573bcb0795dfeb8bd42809841391a7a1703b6136282bdbb7847c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cpf7rt77.js` offset 191775994.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191775994,
     "length": 30,
     "sha256": "09901b5e74abae732efa53d80435f34bfd10439b945292042e5af27704ffc5b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-post-clear-respawn",
   "title": "CLAUDE_BG_POST_CLEAR_RESPAWN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cpf7rt77.js` offset 191829218.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792264,
     "length": 35,
     "sha256": "cfab3f8cc860fa5285e647990ca25668309c1af0ff356e1e48d42ce122831abd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cpf7rt77.js` offset 191829218.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191829218,
     "length": 30,
     "sha256": "e616699a7e8df35b0136e002e9d8d9ddbb9f2f97eda117d8723f3710b13f41cc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191851202,
     "length": 30,
     "sha256": "e616699a7e8df35b0136e002e9d8d9ddbb9f2f97eda117d8723f3710b13f41cc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-pty-auth",
   "title": "CLAUDE_BG_PTY_AUTH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-w4m48xb9.js` offset 192924047.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792300,
     "length": 25,
     "sha256": "abd5968f2ef1df0f2c75294df67a339483e544c53b9d4f01d0b79d2c1d8cb146",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-w4m48xb9.js` offset 192924047.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-w4m48xb9.js",
     "binary_offset": 192924047,
     "length": 30,
     "sha256": "dbda7267bc693a6da7f8c49f7bee716d7f1921ab096e5fd7c1c9fdf1fb60ecc6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-rendezvous-sock",
   "title": "CLAUDE_BG_RENDEZVOUS_SOCK",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ysnn4cgk.js` offset 202733184.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792326,
     "length": 32,
     "sha256": "4357b9dd0529284fe0d702c06846264d6fc9ad145586b8b7658c4ea6903a2b2a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ysnn4cgk.js` offset 202733184.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ysnn4cgk.js",
     "binary_offset": 202733184,
     "length": 27,
     "sha256": "5cac6c16e512a1644964cb3eff70512e424b61e8c303d6acf1c2f51397d174a5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-rv-auth",
   "title": "CLAUDE_BG_RV_AUTH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ysnn4cgk.js` offset 202733401.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792359,
     "length": 24,
     "sha256": "bbb2d3132feab699d0ce7ffd69ca68229dd7c6e3dfab44896e2a9759343d61cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ysnn4cgk.js` offset 202733401.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ysnn4cgk.js",
     "binary_offset": 202733401,
     "length": 19,
     "sha256": "47f681f8a42cb0278c9c1073c8cc331b54620947b6014f72d819e17b88729041",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-session-permission-rules",
   "title": "CLAUDE_BG_SESSION_PERMISSION_RULES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cpf7rt77.js` offset 191775390.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792384,
     "length": 41,
     "sha256": "8f1afca37009cdcbb789c1d24af3ca58f20b8a76a638bb872499a66079d46813",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cpf7rt77.js` offset 191775390.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191775390,
     "length": 36,
     "sha256": "76fa2fb175e42882d65a9356c0cc040e81b85c9cf69e35caa1b028d22763638c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-socket-tokens-path",
   "title": "CLAUDE_BG_SOCKET_TOKENS_PATH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-w4m48xb9.js` offset 192924122.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792426,
     "length": 35,
     "sha256": "a15225e1ecc47779bd2d9ff500d77415d0b90eec1ca286a8b7caa898f03f1374",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-w4m48xb9.js` offset 192924122.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-w4m48xb9.js",
     "binary_offset": 192924122,
     "length": 40,
     "sha256": "1fcb7e870b48b555c967b96804c90b338b1f827566b4924c4b459be3873c8406",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6n6qvpgn.js",
     "binary_offset": 189109462,
     "length": 30,
     "sha256": "daddef05a9301f89efb127885e8afda5b75445235b17e9375401b154f1faf47d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ysnn4cgk.js",
     "binary_offset": 202733464,
     "length": 30,
     "sha256": "daddef05a9301f89efb127885e8afda5b75445235b17e9375401b154f1faf47d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-source",
   "title": "CLAUDE_BG_SOURCE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mzg9kbjz.js` offset 204947734.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "spare"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792462,
     "length": 23,
     "sha256": "c1d47c4bbf7242d865f37cfc93fea03811d85108301489ff85f568af7d71c831",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mzg9kbjz.js` offset 204947734.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204947734,
     "length": 28,
     "sha256": "2c2da5b5aa9a5c703ed5724a542d36ecbe0ea62c1f4088d85c8fbda463d3a610",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178496785,
     "length": 18,
     "sha256": "3ee49295d46a4284ed05022619b8a0d6843ed0eb5bd113984b194d3119fc44f2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mh1k3k33.js",
     "binary_offset": 205478369,
     "length": 18,
     "sha256": "3ee49295d46a4284ed05022619b8a0d6843ed0eb5bd113984b194d3119fc44f2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-startup-wedge-ms",
   "title": "CLAUDE_BG_STARTUP_WEDGE_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ysnn4cgk.js` offset 202732147.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 45000,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792486,
     "length": 33,
     "sha256": "01ba07eb20e1b2fcfa3048c6d7fd8b70839f20b4d0fd2e91e0d9bb252325eada",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ysnn4cgk.js` offset 202732147.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ysnn4cgk.js",
     "binary_offset": 202732147,
     "length": 28,
     "sha256": "4fcf9accb1a0d647d9afb21925c5cd831f8095e2ce991b29338db4779bd6cbe6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-tcc-disclaimed",
   "title": "CLAUDE_BG_TCC_DISCLAIMED",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-w4m48xb9.js` offset 192923215.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792520,
     "length": 31,
     "sha256": "432da870e233b73849e096be2255884113d1748787318a0efc9e2131459a5c36",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-w4m48xb9.js` offset 192923215.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-w4m48xb9.js",
      "binary_offset": 192923215,
      "length": 26,
      "sha256": "d9c55f29ac7ddd7968f08c9ffa4424392531bb4aa148bf175f8eede252740aeb",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-w4m48xb9.js",
     "binary_offset": 192923215,
     "length": 26,
     "sha256": "d9c55f29ac7ddd7968f08c9ffa4424392531bb4aa148bf175f8eede252740aeb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bg-workspace-trusted",
   "title": "CLAUDE_BG_WORKSPACE_TRUSTED",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-rg6teng4.js` offset 198232410.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792552,
     "length": 34,
     "sha256": "689e0f9b3df1929080c32a32611791ef6a327a432a3caa365cd7f848aca482ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rg6teng4.js` offset 198232410.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rg6teng4.js",
     "binary_offset": 198232410,
     "length": 29,
     "sha256": "57d0e7e866de380d29f13614a92d152ed69c2092552cc53a42640a16837840f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bridge-base-url",
   "title": "CLAUDE_BRIDGE_BASE_URL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-c5fk236t.js` offset 197312588.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "list-iteration"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792587,
     "length": 29,
     "sha256": "1a798b78ff45358bb6625141efea50d7bff4656e6a6448793f601d8a625ebd6d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-c5fk236t.js` offset 197312588.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-c5fk236t.js",
     "binary_offset": 197312588,
     "length": 24,
     "sha256": "733dae68f28a5cebcac95601f7852e53cf646b2deec678d88948d3ef2c30c98b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bridge-reattach-grouping",
   "title": "CLAUDE_BRIDGE_REATTACH_GROUPING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-nv6nh3kd.js` offset 210664936.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792650,
     "length": 38,
     "sha256": "a53c79972d3ecb98ff62524247f3e7499f5058e7d147781737012fb2165b98e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-nv6nh3kd.js` offset 210664936.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-nv6nh3kd.js",
     "binary_offset": 210664936,
     "length": 43,
     "sha256": "76f29ce67338330651a77ef832a3b839122e16a24c67da100daf9973c29c9495",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bridge-reattach-no-backfill",
   "title": "CLAUDE_BRIDGE_REATTACH_NO_BACKFILL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-nv6nh3kd.js` offset 210665060.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792689,
     "length": 41,
     "sha256": "33d5c391088d7c10023e62c06151c63832446343fe390569b53f7f069c9324b4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-nv6nh3kd.js` offset 210665060.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-nv6nh3kd.js",
     "binary_offset": 210665060,
     "length": 36,
     "sha256": "3d9adfbe3554db4d8beddaeb04c229321a237ad4df820c9f96ab372dfe817946",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bridge-reattach-outbound-only",
   "title": "CLAUDE_BRIDGE_REATTACH_OUTBOUND_ONLY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2crv8d5h.js` offset 192120768.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792731,
     "length": 43,
     "sha256": "97ded3deaaea0641d6e6f941f3aef011e59116bef1d8e091c673967bd3fbdc59",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2crv8d5h.js` offset 192120768.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192120768,
     "length": 38,
     "sha256": "2876ad7c2188171a4326d8251861bb178a299eb620a9ae58c5db397d05f99589",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bridge-reattach-owner-acct",
   "title": "CLAUDE_BRIDGE_REATTACH_OWNER_ACCT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-nv6nh3kd.js` offset 210664983.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792775,
     "length": 40,
     "sha256": "940c158b836c146005879ede00b3b0d7ab4b9d5b734ccc369ccb23586ecef3fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-nv6nh3kd.js` offset 210664983.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-nv6nh3kd.js",
     "binary_offset": 210664983,
     "length": 35,
     "sha256": "03171b601066cf35ae9692679153c37e71417364c45d21e9ca68199e556f7f0d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bridge-reattach-owner-org",
   "title": "CLAUDE_BRIDGE_REATTACH_OWNER_ORG",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-nv6nh3kd.js` offset 210665022.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792816,
     "length": 39,
     "sha256": "215cac4da2d8cf5dc7d956339076238ac3dbc58d9ebb85f038a7c7203b966b1c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-nv6nh3kd.js` offset 210665022.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-nv6nh3kd.js",
     "binary_offset": 210665022,
     "length": 34,
     "sha256": "4103eaa4fde79ef7d949d548181fbe389c932706da9b31fea5e18d91949fc7ef",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bridge-reattach-seq",
   "title": "CLAUDE_BRIDGE_REATTACH_SEQ",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-nv6nh3kd.js` offset 210664894.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792856,
     "length": 33,
     "sha256": "48f04bf75c39169d7c989844530288fe5cd7bba880c099262b109b49218d977f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-nv6nh3kd.js` offset 210664894.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-nv6nh3kd.js",
     "binary_offset": 210664894,
     "length": 38,
     "sha256": "78c12cd2264d63b2818a1710cec080542486772068a1d600f214662835b6562f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-bridge-reattach-session",
   "title": "CLAUDE_BRIDGE_REATTACH_SESSION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-nv6nh3kd.js` offset 210664839.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 9,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792890,
     "length": 37,
     "sha256": "416067842a2ce5c701c966f8743b832b2d28a8e16b8418b0921d8651f07467e0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-nv6nh3kd.js` offset 210664839.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 5,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-2crv8d5h.js",
      "binary_offset": 192120732,
      "length": 32,
      "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-mzg9kbjz.js",
      "binary_offset": 203783120,
      "length": 32,
      "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-w487ws61.js",
      "binary_offset": 194458983,
      "length": 32,
      "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-y5f6f73g.js",
      "binary_offset": 203124025,
      "length": 32,
      "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-y5f6f73g.js",
      "binary_offset": 203186943,
      "length": 32,
      "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-nv6nh3kd.js",
     "binary_offset": 210664839,
     "length": 42,
     "sha256": "0ed49f221cd3a9d59f5f8baa3241651de3da3577d85060a82a90eab827c0b034",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192120732,
     "length": 32,
     "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203783120,
     "length": 32,
     "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203791219,
     "length": 32,
     "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204946133,
     "length": 32,
     "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rg6teng4.js",
     "binary_offset": 198232360,
     "length": 32,
     "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w487ws61.js",
     "binary_offset": 194458983,
     "length": 32,
     "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203124025,
     "length": 32,
     "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203186943,
     "length": 32,
     "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-byte-stream-idle-timeout-ms",
   "title": "CLAUDE_BYTE_STREAM_IDLE_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Timeout in milliseconds for the byte-level streaming idle watchdog; when set, it takes precedence over `CLAUDE_STREAM_IDLE_TIMEOUT_MS` for that watchdog and leaves the event-level watchdog unchanged.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175808680,
     "length": 41,
     "sha256": "924841db42d67f021ac02f38ca391e27a2896cc91159d3832b6bd8c6598cf291",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Timeout in milliseconds for the byte-level streaming idle watchdog; when set, it takes precedence over `CLAUDE_STREAM_IDLE_TIMEOUT_MS` for that watchdog and leaves the event-level watchdog unchanged.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/network-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181697397,
     "length": 46,
     "sha256": "08bc231747e678ceb0cecc8bea747ae5b86a3c5b157317fc83f274d84764e3f8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-chrome-classifier-floor",
   "title": "CLAUDE_CHROME_CLASSIFIER_FLOOR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5mcqa25r.js` offset 189986550.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175769927,
     "length": 37,
     "sha256": "241a28c51f658adee39c63bde018a67d0fe4ec411b9d7889bc434ae4f3525dee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5mcqa25r.js` offset 189986550.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5mcqa25r.js",
     "binary_offset": 189986550,
     "length": 32,
     "sha256": "115bb8920035a5c04e83ad2cfe438e333329df90fe36caab65a217394f8cbb78",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-chrome-paired-device-id",
   "title": "CLAUDE_CHROME_PAIRED_DEVICE_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-geg6jndb.js` offset 193299639.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792969,
     "length": 37,
     "sha256": "9f40c5a598ea7044d34ff1e5f1635aab8c8aa47ae0a25a7f93d31805aa99a9eb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-geg6jndb.js` offset 193299639.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-geg6jndb.js",
     "binary_offset": 193299639,
     "length": 32,
     "sha256": "9ab1f9d7e815c25b49e31b289532e2ad91fee6bea0487dc7fdb9d34de2ab057a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-chrome-permission-mode",
   "title": "CLAUDE_CHROME_PERMISSION_MODE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-geg6jndb.js` offset 193299446.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793007,
     "length": 36,
     "sha256": "84cbe84d9d8a37286bc7f61cdfb7ec54677e75fc73f29e581de40f5fc047769b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-geg6jndb.js` offset 193299446.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-geg6jndb.js",
     "binary_offset": 193299446,
     "length": 41,
     "sha256": "d8cf5ff5a6dde2067512f715149cf9259b3a7767f90849f77cdb33e10ee09a47",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-client-presence-file",
   "title": "CLAUDE_CLIENT_PRESENCE_FILE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Path to a file that an external tool, such as a screen-lock listener, creates when you unlock your screen and deletes when you lock it.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793044,
     "length": 34,
     "sha256": "25b7637154d243c84b3be0ad5bff2565495fd5e3e23525c829d058f3d59d5a49",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Path to a file that an external tool, such as a screen-lock listener, creates when you unlock your screen and deletes when you lock it.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/remote-control"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-77wr7xkf.js",
     "binary_offset": 203426802,
     "length": 29,
     "sha256": "ceff9aca52e57270d2f55ee7f308c520f2b5d68d2957bed17e783ca64f3e47a7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-3p-probe-wrote-opus-default",
   "title": "CLAUDE_CODE_3P_PROBE_WROTE_OPUS_DEFAULT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178388810.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807235,
     "length": 46,
     "sha256": "e30c20df8a7148202105d6bbb275f42e605d62cb07cd5dd7ca6199624b48b2c8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178388810.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178388810,
     "length": 41,
     "sha256": "8ebd36d8a297a04e728b1599c2cc8519b68c05ec203d2664971249a008cb797a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pk626pte.js",
     "binary_offset": 191103845,
     "length": 41,
     "sha256": "8ebd36d8a297a04e728b1599c2cc8519b68c05ec203d2664971249a008cb797a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-3p-probe-wrote-sonnet-default",
   "title": "CLAUDE_CODE_3P_PROBE_WROTE_SONNET_DEFAULT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178388687.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807282,
     "length": 48,
     "sha256": "7745e633e1f8e09c7c117c37a67acc098122e2dbe41f3e1424e12a0f36fb249d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178388687.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178388687,
     "length": 43,
     "sha256": "303f0d248e026e195d68596aba4c2efc2d0234f681cc4baf714dbebcb38d2f72",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178394253,
     "length": 43,
     "sha256": "303f0d248e026e195d68596aba4c2efc2d0234f681cc4baf714dbebcb38d2f72",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pk626pte.js",
     "binary_offset": 191103801,
     "length": 43,
     "sha256": "303f0d248e026e195d68596aba4c2efc2d0234f681cc4baf714dbebcb38d2f72",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-accessibility",
   "title": "CLAUDE_CODE_ACCESSIBILITY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to keep the native terminal cursor visible and disable the inverted-text cursor indicator.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": 0,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175769965,
     "length": 32,
     "sha256": "477361646af89728c80ee9235c78e12daaa178fceb633b86f38fedd5a5fb0d5d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to keep the native terminal cursor visible and disable the inverted-text cursor indicator.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/accessibility"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188657155,
     "length": 27,
     "sha256": "78c0f2565f6398479b4577a6fdcd932fa3e58f3e11131c47eeb7b4fe3ce2d471",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188723474,
     "length": 27,
     "sha256": "78c0f2565f6398479b4577a6fdcd932fa3e58f3e11131c47eeb7b4fe3ce2d471",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188768966,
     "length": 27,
     "sha256": "78c0f2565f6398479b4577a6fdcd932fa3e58f3e11131c47eeb7b4fe3ce2d471",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188769126,
     "length": 27,
     "sha256": "78c0f2565f6398479b4577a6fdcd932fa3e58f3e11131c47eeb7b4fe3ce2d471",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-account-tagged-id",
   "title": "CLAUDE_CODE_ACCOUNT_TAGGED_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-s92h89q7.js` offset 180788886.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764064,
     "length": 36,
     "sha256": "2209574d0bd54f954f0cada808d573e4217a0485bcd356376bc9a04c2b72ef2c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-s92h89q7.js` offset 180788886.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180788886,
     "length": 31,
     "sha256": "755576cbd207e1041acd05c211aa7457119d8d96adaa1adf9b2a6fa99074cbd5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-account-uuid",
   "title": "CLAUDE_CODE_ACCOUNT_UUID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-geg6jndb.js` offset 193302547.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 12,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764101,
     "length": 31,
     "sha256": "41ce4f8b11ba29867088ac206970ffc7595e31d29b3c022a4162b5dc0865ee0c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-geg6jndb.js` offset 193302547.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-geg6jndb.js",
     "binary_offset": 193302547,
     "length": 36,
     "sha256": "6e8b00aa11d14d5ac62646718245e2a5352a0d9d3ed75ad2beb94305ce42dbf8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178548728,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178728071,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dfcypb85.js",
     "binary_offset": 210114816,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qh667gan.js",
     "binary_offset": 189343145,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rj3bxxv3.js",
     "binary_offset": 196066638,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183025117,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183134284,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183134356,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183134650,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-act-dont-rederive",
   "title": "CLAUDE_CODE_ACT_DONT_REDERIVE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184313840.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175769998,
     "length": 36,
     "sha256": "9f39f26a12a097bf6cd6f9f70c93c1140e3de4e207a47ebde59da82df24b2b0d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184313840.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184313840,
     "length": 31,
     "sha256": "61dc294887560cc295af0365d44587e8386ca59cad8c7900a2b01e42be012e4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-action",
   "title": "CLAUDE_CODE_ACTION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178519724.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793079,
     "length": 25,
     "sha256": "4d4d31462fda2d727bc479018f5d0faa938e880baaa4fe7ed0800f2d131ee973",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178519724.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178519724,
     "length": 30,
     "sha256": "bccfb10f2a238db8654da62fe62be3f5fb534679371430fdf5c8ce668e96a1e3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175821315,
     "length": 20,
     "sha256": "82547e7f64fef932a411b494690af58fac4d3f1f42c12e3470496b7d293360f6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-additional-directories-claude-md",
   "title": "CLAUDE_CODE_ADDITIONAL_DIRECTORIES_CLAUDE_MD",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to load memory files from directories specified with `--add-dir`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793105,
     "length": 51,
     "sha256": "c44151562ba4162051695e334a89f5bb8b29cead1bd18d562ea55acc84ff6cad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to load memory files from directories specified with `--add-dir`.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/large-codebases",
     "https://code.claude.com/docs/en/memory",
     "https://code.claude.com/docs/en/permissions"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199118495,
     "length": 46,
     "sha256": "ecdc6b1dab19ee03dfa24f1fc50009a4426db9555859cc7f98a2e5aecaefda7f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183531887,
     "length": 46,
     "sha256": "ecdc6b1dab19ee03dfa24f1fc50009a4426db9555859cc7f98a2e5aecaefda7f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-additional-protection",
   "title": "CLAUDE_CODE_ADDITIONAL_PROTECTION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181687888.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793157,
     "length": 40,
     "sha256": "4a8cabbeb073fd07150807d3b309611fe6d9441617568307f9e120c006b543a3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181687888.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181687888,
     "length": 35,
     "sha256": "91464e4f447aa8ca319e59e3676c49a370432d7f48c6ed4fb37e9c7ee8ab83b9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-adopt-underivable-parked-permission",
   "title": "CLAUDE_CODE_ADOPT_UNDERIVABLE_PARKED_PERMISSION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198916688.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793198,
     "length": 54,
     "sha256": "1fe3dc852f22d54327ba41ce898ed8643e914e9911b824aed4c01e40b05deede",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198916688.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198916688,
     "length": 49,
     "sha256": "c893ec8f97d4d62084e3907b64c8ed7f78671abe905b61097918ea9637ca17e0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-agent",
   "title": "CLAUDE_CODE_AGENT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178498153.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793253,
     "length": 24,
     "sha256": "4db8f475403dd9e93ba8a826ddd957137d51697aae47845ab60a544a6bfda8a0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178498153.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178498153,
     "length": 19,
     "sha256": "dcf206a04d3348ed2964e1d1f04f07622595da1dbdf54006939e75aba8e95c2f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-agent-view-relaunch",
   "title": "CLAUDE_CODE_AGENT_VIEW_RELAUNCH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-p4h4mthd.js` offset 182829979.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-p4h4mthd.js` offset 182829979.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-p4h4mthd.js",
     "binary_offset": 182829979,
     "length": 16,
     "sha256": "a60838c1ead8bda2c16fd56b030ca01bf151dd4f00afde9c145ef6ff70d9a224",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-alt-screen-full-repaint",
   "title": "CLAUDE_CODE_ALT_SCREEN_FULL_REPAINT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to repaint the entire screen on every frame in fullscreen rendering instead of sending incremental updates.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770035,
     "length": 42,
     "sha256": "dc626980018e532bb894506e591521a647a7f17273afbded327057c3b55c2432",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to repaint the entire screen on every frame in fullscreen rendering instead of sending incremental updates.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/fullscreen"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-14mz7m5y.js",
     "binary_offset": 192387516,
     "length": 37,
     "sha256": "2650615caf9281a38e837186eb66a480144bfdee0fdb18704d1c48954aee5435",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188722844,
     "length": 37,
     "sha256": "2650615caf9281a38e837186eb66a480144bfdee0fdb18704d1c48954aee5435",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j5dabgj.js",
     "binary_offset": 192594428,
     "length": 37,
     "sha256": "2650615caf9281a38e837186eb66a480144bfdee0fdb18704d1c48954aee5435",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-altgr-as-text",
   "title": "CLAUDE_CODE_ALTGR_AS_TEXT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-6sap1w9m.js` offset 188597208.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "env-object-param"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-6sap1w9m.js` offset 188597208.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188597208,
     "length": 27,
     "sha256": "439199668964525a32b927c81a4a0718a57a0071657b96d849577bdb9e658afc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-always-enable-effort",
   "title": "CLAUDE_CODE_ALWAYS_ENABLE_EFFORT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to send the effort parameter with every request, even when Claude Code does not recognize the model ID as effort-capable.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807331,
     "length": 39,
     "sha256": "5870863f003f3727fade3853d6b4ea2c757910b757ae8d4c145081fe80f19e04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to send the effort parameter with every request, even when Claude Code does not recognize the model ID as effort-capable.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fr7r2xfj.js",
     "binary_offset": 179153399,
     "length": 34,
     "sha256": "47ef8a029d3e33c5900425ef9536dc8c1821f11f988bcf2913556a2c2be6df7d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-amber-astrolabe",
   "title": "CLAUDE_CODE_AMBER_ASTROLABE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-erjm8tsb.js` offset 179179734.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770078,
     "length": 34,
     "sha256": "4dfc371c6efe00d36e4dd40129d9796286d7cd96250a5663bd4da76ec9632dd7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-erjm8tsb.js` offset 179179734.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-erjm8tsb.js",
     "binary_offset": 179179734,
     "length": 29,
     "sha256": "8e2e57014019805a9963c1a8b6c7fd209f966432836eb09878fa40cd62810c3e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-api-base-url",
   "title": "CLAUDE_CODE_API_BASE_URL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181984774.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812034,
     "length": 31,
     "sha256": "6252918fdaea5a2d7bce3d548cc8b0ade831c08be0f66fcd6ec93be5ac6b35ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181984774.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181984774,
     "length": 36,
     "sha256": "ffa9d2027d755b4352a6da655ba445c8ad4dd4361ee7ab6102b08e19da806ecb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-api-key-file-descriptor",
   "title": "CLAUDE_CODE_API_KEY_FILE_DESCRIPTOR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-38djgp32.js` offset 181141416.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 7,
    "read_paths": [
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764133,
     "length": 42,
     "sha256": "82f69747c75078ca2ac76598aafe61be19a4eb1fe30de770579aa09b3b243452",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-38djgp32.js` offset 181141416.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-2crv8d5h.js",
      "binary_offset": 192068037,
      "length": 37,
      "sha256": "3f0c2cb0a5040de0c852b767cf16fdf9ad70a2919b58542612658e61472ca3b1",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-38djgp32.js",
     "binary_offset": 181141416,
     "length": 47,
     "sha256": "571c81f21ece601ea3c5fb5bda1467bedc8e47603bb83907df03d912013279a6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192068037,
     "length": 37,
     "sha256": "3f0c2cb0a5040de0c852b767cf16fdf9ad70a2919b58542612658e61472ca3b1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-020tq8de.js",
     "binary_offset": 206050052,
     "length": 41,
     "sha256": "09175f9b80eeef0a8399b76d84b47d74c31613cf3094e0ffa32af34b96fbf75c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178658509,
     "length": 41,
     "sha256": "09175f9b80eeef0a8399b76d84b47d74c31613cf3094e0ffa32af34b96fbf75c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178711155,
     "length": 41,
     "sha256": "09175f9b80eeef0a8399b76d84b47d74c31613cf3094e0ffa32af34b96fbf75c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178714040,
     "length": 41,
     "sha256": "09175f9b80eeef0a8399b76d84b47d74c31613cf3094e0ffa32af34b96fbf75c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212177199,
     "length": 41,
     "sha256": "09175f9b80eeef0a8399b76d84b47d74c31613cf3094e0ffa32af34b96fbf75c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-api-key-helper-ttl-ms",
   "title": "CLAUDE_CODE_API_KEY_HELPER_TTL_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Interval in milliseconds at which credentials should be refreshed (when using `apiKeyHelper`)",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764176,
     "length": 40,
     "sha256": "fb691d72622ddcb5a668c586317d7a202ce7821462f5399d40758b066e8a1c75",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Interval in milliseconds at which credentials should be refreshed (when using `apiKeyHelper`)",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/authentication",
     "https://code.claude.com/docs/en/llm-gateway-connect",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178663877,
     "length": 35,
     "sha256": "99a8a679cc02d5ba9a8800de90081ccfc96819ec48a3609fe71354fb45ed0a22",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact",
   "title": "CLAUDE_CODE_ARTIFACT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5gmd19gq.js` offset 182356138.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793278,
     "length": 27,
     "sha256": "8a46f2d122cd9ba7ce96006818324a675729ba05f6632627ad5aab04809c6f1e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5gmd19gq.js` offset 182356138.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5gmd19gq.js",
     "binary_offset": 182356138,
     "length": 22,
     "sha256": "e42ef07b36dfc5aa7ac2ea4eec68094dc062a98ad42009d57ab3329a99f604e6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5gmd19gq.js",
     "binary_offset": 182356194,
     "length": 22,
     "sha256": "e42ef07b36dfc5aa7ac2ea4eec68094dc062a98ad42009d57ab3329a99f604e6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5gmd19gq.js",
     "binary_offset": 182356670,
     "length": 22,
     "sha256": "e42ef07b36dfc5aa7ac2ea4eec68094dc062a98ad42009d57ab3329a99f604e6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-assets",
   "title": "CLAUDE_CODE_ARTIFACT_ASSETS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5gmd19gq.js` offset 182356485.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770113,
     "length": 34,
     "sha256": "c0839083075288f184c9236024a5aac702678c2e6b16ee8f98eaa73beb0adbbe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5gmd19gq.js` offset 182356485.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5gmd19gq.js",
     "binary_offset": 182356485,
     "length": 29,
     "sha256": "f6d17a0253d286a70e70cf978deffc35c4eddd3fb42c363f19ae4a1e25337e11",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qwsp298f.js",
     "binary_offset": 191276176,
     "length": 29,
     "sha256": "f6d17a0253d286a70e70cf978deffc35c4eddd3fb42c363f19ae4a1e25337e11",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qwsp298f.js",
     "binary_offset": 191276279,
     "length": 29,
     "sha256": "f6d17a0253d286a70e70cf978deffc35c4eddd3fb42c363f19ae4a1e25337e11",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-auto-open",
   "title": "CLAUDE_CODE_ARTIFACT_AUTO_OPEN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `0` to stop Claude Code from opening the browser automatically when a new artifact is published",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793430,
     "length": 37,
     "sha256": "c8671f257308bfe6fa300f5290ff13ab6c34ed90cb5eff97b39cb6f80872ee56",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `0` to stop Claude Code from opening the browser automatically when a new artifact is published",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/artifacts"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pf0tr2zq.js",
     "binary_offset": 205851278,
     "length": 32,
     "sha256": "775a16f72a585dda7988b4503894a8064e86bb8b6181681a1fce10da958e2ac7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-comment-fast-ack",
   "title": "CLAUDE_CODE_ARTIFACT_COMMENT_FAST_ACK",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-062x9mrp.js` offset 189754788.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770232,
     "length": 44,
     "sha256": "f9662921fdab05585e76d64f2f831091e10fd7286eb35658be92c64b9730fc1f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-062x9mrp.js` offset 189754788.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-062x9mrp.js",
     "binary_offset": 189754788,
     "length": 39,
     "sha256": "745c4305c9c46dcb15b18c4327b93633ba3127c583537ad2f090aad67a0e9252",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-062x9mrp.js",
     "binary_offset": 189755266,
     "length": 39,
     "sha256": "745c4305c9c46dcb15b18c4327b93633ba3127c583537ad2f090aad67a0e9252",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-comment-fast-ack-fixed",
   "title": "CLAUDE_CODE_ARTIFACT_COMMENT_FAST_ACK_FIXED",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-062x9mrp.js` offset 189755329.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770277,
     "length": 50,
     "sha256": "49d16424291f0ec9392e3660592d0d6f7aef5490d7ddc40518c3d426879a8480",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-062x9mrp.js` offset 189755329.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-062x9mrp.js",
     "binary_offset": 189755329,
     "length": 45,
     "sha256": "9a7789acc2698a80da827f274320c4c3f33916e7d25051eafdabb7ea15ca10f2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-062x9mrp.js",
     "binary_offset": 189755668,
     "length": 45,
     "sha256": "9a7789acc2698a80da827f274320c4c3f33916e7d25051eafdabb7ea15ca10f2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-comment-responder",
   "title": "CLAUDE_CODE_ARTIFACT_COMMENT_RESPONDER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-062x9mrp.js` offset 189743354.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770328,
     "length": 45,
     "sha256": "cc24bff121e0404e209a5f86da71c7ba1d1c6c805f91219a22221cddf36d2c88",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-062x9mrp.js` offset 189743354.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-062x9mrp.js",
     "binary_offset": 189743354,
     "length": 40,
     "sha256": "782008f73c933f6b6bbacf03f02d33ae8c5ed736f80a77f0d9e31bb1337d54e7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-comments",
   "title": "CLAUDE_CODE_ARTIFACT_COMMENTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `0` to stop Claude reading and replying to comments on an artifact.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770148,
     "length": 36,
     "sha256": "4da56133c72f2caa57fbd53d77f37d20a39cc1b194fe1dee3e889a3684212b96",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `0` to stop Claude reading and replying to comments on an artifact.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-yhp2dptn.js",
     "binary_offset": 189585423,
     "length": 31,
     "sha256": "83d5f67cd275c2dcf3862176ee2f12c4ddb0fccdb4e49516b7617abde9eb0de0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-yhp2dptn.js",
     "binary_offset": 189585504,
     "length": 31,
     "sha256": "83d5f67cd275c2dcf3862176ee2f12c4ddb0fccdb4e49516b7617abde9eb0de0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-comments-autoreact",
   "title": "CLAUDE_CODE_ARTIFACT_COMMENTS_AUTOREACT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `0` to stop Claude replying on its own to comments sent to it.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770185,
     "length": 46,
     "sha256": "8c8919b88c23aec3b07d3ca62b3be222a63f8e7098aee87ff0255ef3ccca7eb5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `0` to stop Claude replying on its own to comments sent to it.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-062x9mrp.js",
     "binary_offset": 189754687,
     "length": 41,
     "sha256": "84cec7115a086fc3c9087242a324c093839c13d5d4e328e7d1f3852f9a5fa102",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-db",
   "title": "CLAUDE_CODE_ARTIFACT_DB",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-gqawqygf.js` offset 191148686.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770374,
     "length": 30,
     "sha256": "ce0311e8869000ba82a3af91865f3ae4ebe603636111128abcb4aae04317c898",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gqawqygf.js` offset 191148686.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gqawqygf.js",
     "binary_offset": 191148686,
     "length": 25,
     "sha256": "46958bfd6ae941476d99e3f038c4f15d317095cec4122aa9499f128d5424c076",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-db-str-replace",
   "title": "CLAUDE_CODE_ARTIFACT_DB_STR_REPLACE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-gqawqygf.js` offset 191148746.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770405,
     "length": 42,
     "sha256": "5aab92d87823675922c034909df32b67a0b394e8c31ea61655e5af812f6c47a4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gqawqygf.js` offset 191148746.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gqawqygf.js",
     "binary_offset": 191148746,
     "length": 37,
     "sha256": "246859d1e733c4ca2b71413f024d24164e5753b5ee0c9765ccd7661580033ecb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-delete",
   "title": "CLAUDE_CODE_ARTIFACT_DELETE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ydwanqg4.js` offset 191344184.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770448,
     "length": 34,
     "sha256": "3687dd69f315a20453d575870de0347cd8c89f2789c5be272c42c0373b3596fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ydwanqg4.js` offset 191344184.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ydwanqg4.js",
     "binary_offset": 191344184,
     "length": 29,
     "sha256": "c864f4138467e9a833a8c10d604beee4e4b791aacb687f4b57ecd7eb1e197d82",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-fresh-read",
   "title": "CLAUDE_CODE_ARTIFACT_FRESH_READ",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-020tq8de.js` offset 206619722.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770483,
     "length": 38,
     "sha256": "1308bcee8312fc340b9793cbab51ed92d4d7f620f7641a5b44c545872fd0da7a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-020tq8de.js` offset 206619722.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-020tq8de.js",
     "binary_offset": 206619722,
     "length": 33,
     "sha256": "18d08d8c88d5eed1d57eecca2a57e0ef4852c87cfc9c9df47ed7205d737605e7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-020tq8de.js",
     "binary_offset": 206619809,
     "length": 33,
     "sha256": "18d08d8c88d5eed1d57eecca2a57e0ef4852c87cfc9c9df47ed7205d737605e7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fzjkpm2m.js",
     "binary_offset": 196368274,
     "length": 33,
     "sha256": "18d08d8c88d5eed1d57eecca2a57e0ef4852c87cfc9c9df47ed7205d737605e7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-hot",
   "title": "CLAUDE_CODE_ARTIFACT_HOT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-qh667gan.js` offset 189389084.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770522,
     "length": 31,
     "sha256": "f4c0965fa1e271891bfb6a3b8054145a3d049e563d202be3c2bcbf05d431cdcc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qh667gan.js` offset 189389084.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qh667gan.js",
     "binary_offset": 189389084,
     "length": 26,
     "sha256": "6f57a8ce204fe83b844907d612562da7ea1f851fcb0bbcaa9a6e85a61b0e3b14",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-multi-file",
   "title": "CLAUDE_CODE_ARTIFACT_MULTI_FILE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-qh667gan.js` offset 189388667.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770554,
     "length": 38,
     "sha256": "509627ee062abad912c8609cd6d27caa491ae5aefab5e05381c36d52f505969c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qh667gan.js` offset 189388667.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qh667gan.js",
     "binary_offset": 189388667,
     "length": 33,
     "sha256": "2cf3d5b9c0c84f5ad73d974b1cad4522b6418879929be64c05f0b22a1121092a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-open-action",
   "title": "CLAUDE_CODE_ARTIFACT_OPEN_ACTION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ydwanqg4.js` offset 191347431.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770638,
     "length": 39,
     "sha256": "9046a58cd94033c8341fe1d129772f9b7e7499543722e6b538410018bdfac503",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ydwanqg4.js` offset 191347431.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ydwanqg4.js",
     "binary_offset": 191347431,
     "length": 34,
     "sha256": "e90603ddfc814f53a77632065fee3f4007cb00acf2737d89d868e022bb03c53f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-opening-prefetch",
   "title": "CLAUDE_CODE_ARTIFACT_OPENING_PREFETCH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186079748.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770593,
     "length": 44,
     "sha256": "b8b2582596d09d3bdf80e4e6abffcb800162725ee7a257b8e97b73b7ea089515",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186079748.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186079748,
     "length": 39,
     "sha256": "568a00a5c5b2ecf28ea20b27aa222b9d244dcc16053da560dba6c8fb4c56cd49",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-path-pin",
   "title": "CLAUDE_CODE_ARTIFACT_PATH_PIN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-g1xbpbw2.js` offset 191330020.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770678,
     "length": 36,
     "sha256": "b474d933437d818946e77c9ed79d3e751af935fc8af7b81417d72506b684580b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-g1xbpbw2.js` offset 191330020.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-g1xbpbw2.js",
     "binary_offset": 191330020,
     "length": 31,
     "sha256": "9e1bd820826c00658af927b7780c48b5996ea7bca0b9f694d45f5658cc90ea23",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-pin",
   "title": "CLAUDE_CODE_ARTIFACT_PIN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ydwanqg4.js` offset 191344319.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770715,
     "length": 31,
     "sha256": "33aee91c94a1de879c4a70093055474afe8f816bc390c6382ae59984ac604f08",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ydwanqg4.js` offset 191344319.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ydwanqg4.js",
     "binary_offset": 191344319,
     "length": 26,
     "sha256": "2693918e8102f3f86e89cd4ab743b92b8f7b5b4b8adf731924c8213c9e82a20b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-presence",
   "title": "CLAUDE_CODE_ARTIFACT_PRESENCE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-vmkc8ypt.js` offset 189867900.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770747,
     "length": 36,
     "sha256": "cde732dfdb2d1c6df1da5476816331946e68f67a0f46dc097feb23202c998a2f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-vmkc8ypt.js` offset 189867900.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-vmkc8ypt.js",
     "binary_offset": 189867900,
     "length": 31,
     "sha256": "0303b2b0b4a32ecdcefd2dfbb1da1a55916dc5f4992941790fd36b77321ec347",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-preview",
   "title": "CLAUDE_CODE_ARTIFACT_PREVIEW",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-pmke923e.js` offset 191184837.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770784,
     "length": 35,
     "sha256": "cbe2efb0b73d573df6581c555a2db6f9161cc6b2d8051c43b724dcf16f537491",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-pmke923e.js` offset 191184837.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pmke923e.js",
     "binary_offset": 191184837,
     "length": 30,
     "sha256": "713c0eb82eec7f040ecb4c59fcd6153d2a46cf595c9ef51b3864572bfb8cb26d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pmke923e.js",
     "binary_offset": 191184961,
     "length": 30,
     "sha256": "713c0eb82eec7f040ecb4c59fcd6153d2a46cf595c9ef51b3864572bfb8cb26d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pmke923e.js",
     "binary_offset": 191185500,
     "length": 30,
     "sha256": "713c0eb82eec7f040ecb4c59fcd6153d2a46cf595c9ef51b3864572bfb8cb26d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-quickstart",
   "title": "CLAUDE_CODE_ARTIFACT_QUICKSTART",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-n7kz1m2h.js` offset 191214301.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770820,
     "length": 38,
     "sha256": "6243080aaeb9efbc4bd97b49295c82b5f3ea402879cb313385a17f126d4c6d04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n7kz1m2h.js` offset 191214301.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n7kz1m2h.js",
     "binary_offset": 191214301,
     "length": 33,
     "sha256": "2b007556030c3f6ab9c0ebbd1f343bd49e578db0cf7205e9bd3fa8230c2e0fb4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-start-kit",
   "title": "CLAUDE_CODE_ARTIFACT_START_KIT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9k35tqn0.js` offset 194199235.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770925,
     "length": 37,
     "sha256": "b805a09ce13406f84a68dd101dc1c898744061e59f7b84d425811c7c5117e116",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-9k35tqn0.js` offset 194199235.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9k35tqn0.js",
     "binary_offset": 194199235,
     "length": 32,
     "sha256": "e7c123b9c905b48110f21ca9b52ba00971c11b5a28538b371b1e35d73aad21d9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-text-variant",
   "title": "CLAUDE_CODE_ARTIFACT_TEXT_VARIANT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-gvc2pt1r.js` offset 197233619.",
   "documented": null,
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "v0",
     "v1",
     "v2"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "enum",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175770963,
     "length": 40,
     "sha256": "207ca3faf82caa964abd5b2fc05efc15ea6460cb005317a6f5368538c2928409",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gvc2pt1r.js` offset 197233619.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gvc2pt1r.js",
     "binary_offset": 197233619,
     "length": 35,
     "sha256": "85a661ad72f0de0c5f3b0b390ee94efb382b6259937f8877f077772b4dd3ebeb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-toolset",
   "title": "CLAUDE_CODE_ARTIFACT_TOOLSET",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-qh667gan.js` offset 189386436.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771004,
     "length": 35,
     "sha256": "1f4f9dbc99e6e25f9abbbffe935530b6ad4dfb39ba50c67de2e66013df4eaaa3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qh667gan.js` offset 189386436.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qh667gan.js",
     "binary_offset": 189386436,
     "length": 30,
     "sha256": "9f5b8208d614ca2a81c58a0553286c99206e4c81cb84d4f73111f1dd4bb76fcc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-type-catalog",
   "title": "CLAUDE_CODE_ARTIFACT_TYPE_CATALOG",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-n7kz1m2h.js` offset 191214234.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771074,
     "length": 40,
     "sha256": "e685b3105adcd55aac1ee3dc924e8315c83d1d8ffa4a69202583eea6866c43d8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n7kz1m2h.js` offset 191214234.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n7kz1m2h.js",
     "binary_offset": 191214234,
     "length": 35,
     "sha256": "9ec5c026d94c7c8a7798db91412c7f5a4649481fb49b6d40546d10e4d7ba3f98",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-type-cloud-create",
   "title": "CLAUDE_CODE_ARTIFACT_TYPE_CLOUD_CREATE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-n7kz1m2h.js` offset 191204668.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771115,
     "length": 45,
     "sha256": "4512f4361e64db818997fcaf56766a7497f9aa74222179752bf12929a5f00d92",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n7kz1m2h.js` offset 191204668.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n7kz1m2h.js",
     "binary_offset": 191204668,
     "length": 40,
     "sha256": "2ddf902e6f4f7754abe506e7bcc8e8558bcc5986e0c8760797c68303c0b32bc3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-types",
   "title": "CLAUDE_CODE_ARTIFACT_TYPES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-n7kz1m2h.js` offset 191204609.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771040,
     "length": 33,
     "sha256": "aa1a10d84bae804e2cbb4a7399b5eb1fdbd7308a29dffe711298d3a886886e60",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n7kz1m2h.js` offset 191204609.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n7kz1m2h.js",
     "binary_offset": 191204609,
     "length": 28,
     "sha256": "d37577450028e6ceff9f740b2cfea3f4d410c1cd77a3f0e355f5e64f3b826526",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifact-verify",
   "title": "CLAUDE_CODE_ARTIFACT_VERIFY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-n7kz1m2h.js` offset 191188911.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771161,
     "length": 34,
     "sha256": "18adebcba2b9dc2efaa6cebdf1739fb6a8a6fa9d272ba749ba9d48f117d06861",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n7kz1m2h.js` offset 191188911.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n7kz1m2h.js",
     "binary_offset": 191188911,
     "length": 29,
     "sha256": "835f81cdb8e2757f6ba76687c3c7c6aa17f3fc26ade2081737dc2d2f1b9848da",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-artifacts-api-token",
   "title": "CLAUDE_CODE_ARTIFACTS_API_TOKEN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178476686.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793348,
     "length": 38,
     "sha256": "884d7783b97e9ca00e8b9270a303738ccd9bc93095e18cd9ae4c09d724092504",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178476686.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178476686,
      "length": 33,
      "sha256": "c569a74f084059133e2370cf324d06d39dcb2b16725a60eeaf16a2d6e9441727",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178476686,
     "length": 33,
     "sha256": "c569a74f084059133e2370cf324d06d39dcb2b16725a60eeaf16a2d6e9441727",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178476747,
     "length": 33,
     "sha256": "c569a74f084059133e2370cf324d06d39dcb2b16725a60eeaf16a2d6e9441727",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ks8awkpq.js",
     "binary_offset": 182315930,
     "length": 33,
     "sha256": "c569a74f084059133e2370cf324d06d39dcb2b16725a60eeaf16a2d6e9441727",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-attribution-announcement",
   "title": "CLAUDE_CODE_ATTRIBUTION_ANNOUNCEMENT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183818428.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771196,
     "length": 43,
     "sha256": "564eea5e12a531298795dd9ae8df0055bdf764e4666dd1fc257ab05c9b9b19b6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183818428.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183818428,
     "length": 38,
     "sha256": "4d5b229df6de2faec672bb058bc4efdd9794bd88649319225118ef1a0755840a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-attribution-header",
   "title": "CLAUDE_CODE_ATTRIBUTION_HEADER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `0` to omit the attribution block, which carries the client version and a prompt fingerprint, from the start of the system prompt.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175808722,
     "length": 37,
     "sha256": "8c43fc2eff9046d6a51224a0ec87d93b93389276f50988383705bda73cdcbcb6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `0` to omit the attribution block, which carries the client version and a prompt fingerprint, from the start of the system prompt.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/llm-gateway-protocol"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9m6e1078.js",
     "binary_offset": 179049662,
     "length": 42,
     "sha256": "0ccadf300672bf049d86e01dbebe8fea6280d0935a38e6b7cc39b5764aeb14e5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-auth-fail-exit-ms",
   "title": "CLAUDE_CODE_AUTH_FAIL_EXIT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178688816.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 0
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764217,
     "length": 36,
     "sha256": "97fdbe6ffcaa2b5d1e989f6616367a1eb627061b61744c30eb28e89bfba96245",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178688816.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178688816,
     "length": 31,
     "sha256": "46d1eca9fe41946d2cae87416601fd60f82d29a108d2974e43d44c22ea80f955",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-auto-compact-window",
   "title": "CLAUDE_CODE_AUTO_COMPACT_WINDOW",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set the auto-compact window in tokens, from `100000` to `1000000`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793645,
     "length": 38,
     "sha256": "c5e8add778ed2fd8f1a22277f139c972182f32467259d5e5e8bd96314a7691f8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set the auto-compact window in tokens, from `100000` to `1000000`.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/claude-code-on-the-web",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/llm-gateway-connect",
     "https://code.claude.com/docs/en/model-config",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 183910546,
      "length": 43,
      "sha256": "042de733a066613e67d714c3eed756200802adf08a48f86e0e8881e637be99b2",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183910546,
     "length": 43,
     "sha256": "042de733a066613e67d714c3eed756200802adf08a48f86e0e8881e637be99b2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183910636,
     "length": 43,
     "sha256": "042de733a066613e67d714c3eed756200802adf08a48f86e0e8881e637be99b2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-auto-connect-ide",
   "title": "CLAUDE_CODE_AUTO_CONNECT_IDE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override automatic IDE connection.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771240,
     "length": 35,
     "sha256": "11b0e6e749cbd6233e33d819df974fdd57f7bca27f9ea7cdb6b3c410e7f2014f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override automatic IDE connection.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186023225,
     "length": 30,
     "sha256": "5bc23d1b5c8cdf0441ab480af7e0f28bc9c95767437d510e30e3167979a1f6b2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186023348,
     "length": 30,
     "sha256": "5bc23d1b5c8cdf0441ab480af7e0f28bc9c95767437d510e30e3167979a1f6b2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-auto-mode-server",
   "title": "CLAUDE_CODE_AUTO_MODE_SERVER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Controls whether Claude Code asks the server to review auto mode actions.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771276,
     "length": 35,
     "sha256": "e68caa0accef26c3940700a84f0bf75672caf6c750a5b55801b203ae5cbc6a81",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Controls whether Claude Code asks the server to review auto mode actions.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/permission-modes"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965278,
     "length": 30,
     "sha256": "a472a5b19d83803a6071687509bfd981374c05e2f89510c82942d9bbb6a1cb1e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965349,
     "length": 30,
     "sha256": "a472a5b19d83803a6071687509bfd981374c05e2f89510c82942d9bbb6a1cb1e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184213461,
     "length": 30,
     "sha256": "a472a5b19d83803a6071687509bfd981374c05e2f89510c82942d9bbb6a1cb1e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-basalt-cove",
   "title": "CLAUDE_CODE_BASALT_COVE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-erjm8tsb.js` offset 179178663.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771312,
     "length": 30,
     "sha256": "dedc480c8df465f9aa17dd1dac1c85867b263e6e88812cc08c5b2ca8a273a43d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-erjm8tsb.js` offset 179178663.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-erjm8tsb.js",
     "binary_offset": 179178663,
     "length": 25,
     "sha256": "38275e32065c02479ed159b530a9cf9e65986a820f8704299c92c2699f0c6cf0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-base-ref",
   "title": "CLAUDE_CODE_BASE_REF",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-93fap8m8.js` offset 181194116.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793734,
     "length": 27,
     "sha256": "d970c125129a88f45180001a77eb8d14c238bad05cac236042174f19d39315cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-93fap8m8.js` offset 181194116.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-93fap8m8.js",
     "binary_offset": 181194116,
     "length": 22,
     "sha256": "b0ab3da3f42bd5586a2493182b6e902e6ed4b09e5e3f7328335a467627f20dd0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-base-refs",
   "title": "CLAUDE_CODE_BASE_REFS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-93fap8m8.js` offset 181178175.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793762,
     "length": 28,
     "sha256": "daf1d683ad1a0c808a0501573da16e5ebea16cf4e2ca326df5db5766f075bb0c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-93fap8m8.js` offset 181178175.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-93fap8m8.js",
     "binary_offset": 181178175,
     "length": 23,
     "sha256": "eb4dddf9260095d3d77cca5ef215e8bc4cc9131d69ddeccb380dfbe1a6721d51",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-bash-edit-diff",
   "title": "CLAUDE_CODE_BASH_EDIT_DIFF",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `0` to turn off the diff of the files that changed while a Bash command ran, or `1` to record it in every permission mode.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771343,
     "length": 33,
     "sha256": "c9bd117472cc30f10e12de3fc1cd3bf9d1be05e91a438f73b66e1371fe490471",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `0` to turn off the diff of the files that changed while a Bash command ran, or `1` to record it in every permission mode.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186581531,
     "length": 28,
     "sha256": "9d0ca4a095a8518b4a3bc8c6991cdab9827e6a4ffeacc19b1d55ec7b1f9b3af4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186581576,
     "length": 28,
     "sha256": "9d0ca4a095a8518b4a3bc8c6991cdab9827e6a4ffeacc19b1d55ec7b1f9b3af4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-bash-output-audience-note",
   "title": "CLAUDE_CODE_BASH_OUTPUT_AUDIENCE_NOTE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184272274.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771377,
     "length": 44,
     "sha256": "1908e9c5c6ba857c785153d5619d9eac228174920305e06e10b219812c3101c0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184272274.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184272274,
     "length": 39,
     "sha256": "83e241329c54229b167c47b198580b9bfc8684b6bde59e961814eed8c2a243ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-bash-sandbox-show-indicator",
   "title": "CLAUDE_CODE_BASH_SANDBOX_SHOW_INDICATOR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186629836.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771422,
     "length": 46,
     "sha256": "c20ff2cff28932172658f7b7fe464c059aa3725e28cd753bde43ed8a8ba7e461",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186629836.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186629836,
     "length": 41,
     "sha256": "5fd056233586cbf2da0faa829ac5943561fe79cf6f9409f6f836eb306127ac66",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-bench-live-counts",
   "title": "CLAUDE_CODE_BENCH_LIVE_COUNTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-6sap1w9m.js` offset 188723708.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175766971,
     "length": 36,
     "sha256": "dca441f09726f58f9b242fde68db6974ac04a1561410eca56d86c837ce81c5eb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6sap1w9m.js` offset 188723708.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188723708,
     "length": 31,
     "sha256": "bb39fa45cbd6d1ca43ff6ee8fa148a93a6c12ee79babc63f050bc10a577af7ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-bg-tasks-report-running",
   "title": "CLAUDE_CODE_BG_TASKS_REPORT_RUNNING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `0` to make a non-interactive session report an idle status to its host at every turn end, even while background work is still running.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771469,
     "length": 42,
     "sha256": "74425fd5fbed9321a63ffdf69a156e70527e4ccf86a4551e875eedc3599dceb4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `0` to make a non-interactive session report an idle status to its host at every turn end, even while background work is still running.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198786616,
     "length": 37,
     "sha256": "daf2d2c7cdd41a4b8d4c761e1630b2db3b859e1d99c3c0b5b9f723a7fba9885c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198786680,
     "length": 37,
     "sha256": "daf2d2c7cdd41a4b8d4c761e1630b2db3b859e1d99c3c0b5b9f723a7fba9885c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-bison-cairn",
   "title": "CLAUDE_CODE_BISON_CAIRN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-erjm8tsb.js` offset 179179821.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771512,
     "length": 30,
     "sha256": "e947b723f789d25e34284209ae6509fb912f338a5b01202ef8650b1d78dd3182",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-erjm8tsb.js` offset 179179821.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-erjm8tsb.js",
     "binary_offset": 179179821,
     "length": 25,
     "sha256": "a636f61b043064ddcbb2549e742df2513aae5c28e8153ee31dbcf8de8de239a8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184318623,
     "length": 25,
     "sha256": "a636f61b043064ddcbb2549e742df2513aae5c28e8153ee31dbcf8de8de239a8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-blocking-limit-override",
   "title": "CLAUDE_CODE_BLOCKING_LIMIT_OVERRIDE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183913012.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793791,
     "length": 42,
     "sha256": "08dc12ef099910b8fd51859c4b18b199ac233225956f422da85dc02d4d0949d1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183913012.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183913012,
     "length": 47,
     "sha256": "deb6881a3288a79fd74e7fab812431fbab3182a1170d165f0719af4fa6334688",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-breezy-horizon",
   "title": "CLAUDE_CODE_BREEZY_HORIZON",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-erjm8tsb.js` offset 179181591.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771543,
     "length": 33,
     "sha256": "c2a6ad2c05d694fceed3d94ba452c5520e498436882e4edbde22507164428310",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-erjm8tsb.js` offset 179181591.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-erjm8tsb.js",
     "binary_offset": 179181591,
     "length": 28,
     "sha256": "20ed664cd59539a162f4905d5c52927b825894232ec67a66eab05101fe77cf24",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-bridge-child-artifact",
   "title": "CLAUDE_CODE_BRIDGE_CHILD_ARTIFACT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5gmd19gq.js` offset 182356223.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793834,
     "length": 40,
     "sha256": "c1c88cbd27f9ddaea37c1f425f1df800033b99ae1caa6688ef7eecd4c3fcd69e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5gmd19gq.js` offset 182356223.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5gmd19gq.js",
     "binary_offset": 182356223,
     "length": 35,
     "sha256": "8e5b73c35df754568791da93a1d9f4e386956bbe8be5ccc93c76ea5d911addee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177814675,
     "length": 35,
     "sha256": "8e5b73c35df754568791da93a1d9f4e386956bbe8be5ccc93c76ea5d911addee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-bridge-child-auto-default",
   "title": "CLAUDE_CODE_BRIDGE_CHILD_AUTO_DEFAULT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177814634.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793875,
     "length": 44,
     "sha256": "51ad65661c453213a4e20a6814683e71e2dc3be1bd7d6eb98e4594f0d4005534",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177814634.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177814634,
     "length": 39,
     "sha256": "30df26bd1be45fe9f189cde04de7d7f59d9edbba0fffa1c7825faf75339a05e2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-bridge-child-machine-settings",
   "title": "CLAUDE_CODE_BRIDGE_CHILD_MACHINE_SETTINGS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177814712.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793920,
     "length": 48,
     "sha256": "0e764c8e5f1e272653c635fa05ed792652fc5e13bbda9cce0e4ce23a4e1942a2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177814712.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177814712,
     "length": 43,
     "sha256": "07c7998786188c74b7d96309a0d7faf73fb62b7fc6889537117b53fe221b3642",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181448637,
     "length": 43,
     "sha256": "07c7998786188c74b7d96309a0d7faf73fb62b7fc6889537117b53fe221b3642",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-bridge-mcp-carrier",
   "title": "CLAUDE_CODE_BRIDGE_MCP_CARRIER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-jrare64x.js` offset 177788322.",
   "documented": null,
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "1",
     "spent"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "enum",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793969,
     "length": 37,
     "sha256": "ff8569391bdbc4301849cedf07f552e8c385b2cad180afbbbbdf4e4ef70c61b2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-jrare64x.js` offset 177788322.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-jrare64x.js",
     "binary_offset": 177788322,
     "length": 42,
     "sha256": "4dc7d69502b4d66fe6c1a5eb79c34276e7c945dd461281a7a73269ffe47789e9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-bridge-owner-account-uuid",
   "title": "CLAUDE_CODE_BRIDGE_OWNER_ACCOUNT_UUID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199222083.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794007,
     "length": 44,
     "sha256": "1ee135115feee71787b911bc08a9c0333224c325270e4b7cc109031bcd4f5986",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199222083.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199222083,
     "length": 39,
     "sha256": "6bc377682a0289cc0dd8280edc6207ea10c0d45e23e05c0620b327bc666b1230",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-bridge-owner-org-uuid",
   "title": "CLAUDE_CODE_BRIDGE_OWNER_ORG_UUID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199222239.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794052,
     "length": 40,
     "sha256": "12d8877a742e9da6bcafe385382210ff2f0c4a5448a6bafa3ba4da38ba5e5c50",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199222239.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199222239,
     "length": 35,
     "sha256": "c1baf9db06c905a052451daf87df9969b256137679c0c0e289e5ed1da83d2ae9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-bridge-prompt-sha256",
   "title": "CLAUDE_CODE_BRIDGE_PROMPT_SHA256",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183374364.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794093,
     "length": 39,
     "sha256": "e7530e97e9a44f1d37d4c75b4c8f122b5d8dd182e50d6ac851b44ff7ca470520",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183374364.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183374364,
     "length": 34,
     "sha256": "a0321c614ade5b42242ecdcbef59ee8a6fe58e34b7579d8e44959fdb6869d24c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183374463,
     "length": 34,
     "sha256": "a0321c614ade5b42242ecdcbef59ee8a6fe58e34b7579d8e44959fdb6869d24c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-brief",
   "title": "CLAUDE_CODE_BRIEF",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cpf7rt77.js` offset 191823405.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 5,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794170,
     "length": 24,
     "sha256": "ecfcbf80d253793840b7d55210a5d676c2f935ef7fc083c66e15167a0486228d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cpf7rt77.js` offset 191823405.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191823405,
     "length": 19,
     "sha256": "dfd2bbc15322b89f1d93d5a29e28a76f9fe12a0a4cba801ddec6e934563cff7b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gqr0patp.js",
     "binary_offset": 202983682,
     "length": 19,
     "sha256": "dfd2bbc15322b89f1d93d5a29e28a76f9fe12a0a4cba801ddec6e934563cff7b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hh7m58rc.js",
     "binary_offset": 200034319,
     "length": 19,
     "sha256": "dfd2bbc15322b89f1d93d5a29e28a76f9fe12a0a4cba801ddec6e934563cff7b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pk55222v.js",
     "binary_offset": 198418865,
     "length": 19,
     "sha256": "dfd2bbc15322b89f1d93d5a29e28a76f9fe12a0a4cba801ddec6e934563cff7b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qxsj732e.js",
     "binary_offset": 190263471,
     "length": 19,
     "sha256": "dfd2bbc15322b89f1d93d5a29e28a76f9fe12a0a4cba801ddec6e934563cff7b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-brief-upload",
   "title": "CLAUDE_CODE_BRIEF_UPLOAD",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-zc6p4t5p.js` offset 190316801.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794195,
     "length": 31,
     "sha256": "91323ebb13bdd570462eb203faafba77b0e340723cf7bf0e8d448243bc1c83a1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-zc6p4t5p.js` offset 190316801.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-zc6p4t5p.js",
     "binary_offset": 190316801,
     "length": 26,
     "sha256": "fbf235f3051af93e0de005df7e99a07cf1403484fccd4ce1dc2f3565ce58bfdc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-bs-as-ctrl-backspace",
   "title": "CLAUDE_CODE_BS_AS_CTRL_BACKSPACE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `0` to make Claude Code read the `0x08` byte, also written `^H`, as plain Backspace, or `1` to read it as Ctrl+Backspace.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "env-object-param"
    ],
    "schema_type": null,
    "description": "Set to `0` to make Claude Code read the `0x08` byte, also written `^H`, as plain Backspace, or `1` to read it as Ctrl+Backspace.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/keybindings",
     "https://code.claude.com/docs/en/terminal-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188596865,
     "length": 34,
     "sha256": "91a7fcebebff96e5c3ef9a624766753a36759db14ee4992efc63ce879fe4fb88",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-bubblewrap",
   "title": "CLAUDE_CODE_BUBBLEWRAP",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178306640.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771577,
     "length": 29,
     "sha256": "2782120178e1a9f0b0199255bce601a9c2b69fbd1fb0184a3f25b57da6717e2d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178306640.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178306640,
     "length": 24,
     "sha256": "cebdad4c1f3b2795cd88e756a822bcd4bba7f3edb7ce9c6406850700fd6f08b4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-g1gybmy1.js",
     "binary_offset": 199247659,
     "length": 24,
     "sha256": "cebdad4c1f3b2795cd88e756a822bcd4bba7f3edb7ce9c6406850700fd6f08b4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-ccr-early-hydrate-prefetch",
   "title": "CLAUDE_CODE_CCR_EARLY_HYDRATE_PREFETCH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cpf7rt77.js` offset 191845793.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771607,
     "length": 45,
     "sha256": "db060ede0fc3c0b9f435bd928353be504481da28cc771743060cdd7a434027dd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cpf7rt77.js` offset 191845793.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191845793,
     "length": 40,
     "sha256": "74fe0821d4e9c93de4715f039bf849a1252d0bd268132075542705ef115b9523",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-ccr-early-remote-connect",
   "title": "CLAUDE_CODE_CCR_EARLY_REMOTE_CONNECT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cpf7rt77.js` offset 191845842.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771653,
     "length": 43,
     "sha256": "1c4f02efe3d49b01305220aad0c9577f597487247717ab730cd3bfbded1fc537",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cpf7rt77.js` offset 191845842.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191845842,
     "length": 38,
     "sha256": "4e6f2f9155bda200e9e190fd724de43077d67d7056f677e064d058531316a11f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-ccr-surface",
   "title": "CLAUDE_CODE_CCR_SURFACE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-dff4wtj6.js` offset 197077803.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "tag"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794227,
     "length": 30,
     "sha256": "6ea5a975ded81fab97efd1511ccf0f3f271a6d3f1ae9d1cdf0372669abcbb9f4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-dff4wtj6.js` offset 197077803.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-dff4wtj6.js",
     "binary_offset": 197077803,
     "length": 25,
     "sha256": "54105beb04d7a599a3b1290aeab4221e294d9c3508c825f8288fbcf2198d6fc0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-edtry2rt.js",
     "binary_offset": 180952571,
     "length": 25,
     "sha256": "54105beb04d7a599a3b1290aeab4221e294d9c3508c825f8288fbcf2198d6fc0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-child-session",
   "title": "CLAUDE_CODE_CHILD_SESSION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` in subprocesses Claude Code spawns via the Bash, PowerShell, and Monitor tools, hook commands, and status line commands.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 8,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771697,
     "length": 32,
     "sha256": "581011e73a0cfa736f02200820618f3d073dc8687495e2943a6cd50ec967d3fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` in subprocesses Claude Code spawns via the Bash, PowerShell, and Monitor tools, hook commands, and status line commands.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/typescript",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/plugins/cli-hints"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212363297,
     "length": 27,
     "sha256": "0bb57284bcbeab809781809181d3e1186d926e81ffd01dd43fe206bccbad0061",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175820778,
     "length": 27,
     "sha256": "0bb57284bcbeab809781809181d3e1186d926e81ffd01dd43fe206bccbad0061",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-g0v8qdjw.js",
     "binary_offset": 178053640,
     "length": 27,
     "sha256": "0bb57284bcbeab809781809181d3e1186d926e81ffd01dd43fe206bccbad0061",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-g0v8qdjw.js",
     "binary_offset": 178053740,
     "length": 27,
     "sha256": "0bb57284bcbeab809781809181d3e1186d926e81ffd01dd43fe206bccbad0061",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-g0v8qdjw.js",
     "binary_offset": 178053857,
     "length": 27,
     "sha256": "0bb57284bcbeab809781809181d3e1186d926e81ffd01dd43fe206bccbad0061",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-g0v8qdjw.js",
     "binary_offset": 178054028,
     "length": 27,
     "sha256": "0bb57284bcbeab809781809181d3e1186d926e81ffd01dd43fe206bccbad0061",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181399425,
     "length": 27,
     "sha256": "0bb57284bcbeab809781809181d3e1186d926e81ffd01dd43fe206bccbad0061",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185514695,
     "length": 27,
     "sha256": "0bb57284bcbeab809781809181d3e1186d926e81ffd01dd43fe206bccbad0061",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-chrome-mcp-org-denied",
   "title": "CLAUDE_CODE_CHROME_MCP_ORG_DENIED",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-geg6jndb.js` offset 193304225.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771730,
     "length": 40,
     "sha256": "d3e45be157d8bc9d25bbb849fac1d82ee118f131fa4bcab00e177cda2b5f18ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-geg6jndb.js` offset 193304225.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-geg6jndb.js",
     "binary_offset": 193304225,
     "length": 35,
     "sha256": "a295144046f3b351c7f383ad2f37ae64f5428784ad29d1a7444933f163fdac92",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-classifier-summary",
   "title": "CLAUDE_CODE_CLASSIFIER_SUMMARY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-gjhs4jet.js` offset 190879210.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794258,
     "length": 37,
     "sha256": "23ce4c94d7d9755e3ac444f43b6294210c844b37b9976d35289e9b025b773ac4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gjhs4jet.js` offset 190879210.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gjhs4jet.js",
     "binary_offset": 190879210,
     "length": 42,
     "sha256": "20834deb9bb4b7ed51c8a7fee9cf110228c6017f86d2e6422a0ad6e1259a2e0f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gjhs4jet.js",
     "binary_offset": 190879265,
     "length": 42,
     "sha256": "20834deb9bb4b7ed51c8a7fee9cf110228c6017f86d2e6422a0ad6e1259a2e0f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-client-data-url",
   "title": "CLAUDE_CODE_CLIENT_DATA_URL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9kx8dy2e.js` offset 190504288.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807445,
     "length": 34,
     "sha256": "5d0ce0977d563acf9341164c14fae1f7aea3b35463252858eb0b4fdc4eb41eb3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-9kx8dy2e.js` offset 190504288.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9kx8dy2e.js",
     "binary_offset": 190504288,
     "length": 29,
     "sha256": "a2db3c384e91c8a91b02a56b46788c6a84baebe7ec61b55af1ed72a67d34865a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-cold-compact",
   "title": "CLAUDE_CODE_COLD_COMPACT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184791570.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771771,
     "length": 31,
     "sha256": "309a93e0ac2008c52ee01f3b819769639b9e0971242bdc7091df25bd7e0dfbe3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184791570.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184791570,
     "length": 26,
     "sha256": "f38286b52595d5e81d4954a04e064711a09bb0bcb7142ff8b389dd7bdf7d030b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-commit-between-keys",
   "title": "CLAUDE_CODE_COMMIT_BETWEEN_KEYS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-6sap1w9m.js` offset 188733625.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771803,
     "length": 38,
     "sha256": "88334c8b2c24f91f6fefc51f4e2a3110ce4d5dd446de77252e5e06e675f5ed53",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6sap1w9m.js` offset 188733625.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188733625,
     "length": 33,
     "sha256": "0833265d634ab59160e87898723fc29edc3720b8131f7285671ecfc38bd85fb1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-container-id",
   "title": "CLAUDE_CODE_CONTAINER_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178519372.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 5,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794296,
     "length": 31,
     "sha256": "700c22cc100923f8a43fe6d89ab6f83e1b8502fe7438f995f0de33d23147aba7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178519372.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178519372,
      "length": 36,
      "sha256": "31dd497397cfd20a41a405684de8d2bafef64ff5491e9905a6d28f446985a2b7",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-7dz9rvcm.js",
      "binary_offset": 190047613,
      "length": 26,
      "sha256": "d7d5a5c1c3a7f30acef3b1f204c5838b731b06dc0126599f4d9b16d6d75c3bcc",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178519372,
     "length": 36,
     "sha256": "31dd497397cfd20a41a405684de8d2bafef64ff5491e9905a6d28f446985a2b7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178519433,
     "length": 36,
     "sha256": "31dd497397cfd20a41a405684de8d2bafef64ff5491e9905a6d28f446985a2b7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181687109,
     "length": 36,
     "sha256": "31dd497397cfd20a41a405684de8d2bafef64ff5491e9905a6d28f446985a2b7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7dz9rvcm.js",
     "binary_offset": 190047613,
     "length": 26,
     "sha256": "d7d5a5c1c3a7f30acef3b1f204c5838b731b06dc0126599f4d9b16d6d75c3bcc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k7f7wrfy.js",
     "binary_offset": 175985235,
     "length": 26,
     "sha256": "d7d5a5c1c3a7f30acef3b1f204c5838b731b06dc0126599f4d9b16d6d75c3bcc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-coordinator-extra-tools",
   "title": "CLAUDE_CODE_COORDINATOR_EXTRA_TOOLS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-pk55222v.js` offset 198418633.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-pk55222v.js` offset 198418633.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pk55222v.js",
     "binary_offset": 198418633,
     "length": 47,
     "sha256": "689a77c0d276cc778102a72758fcdbdc68c69403ae3d137308f9462bfc47d15d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-coordinator-force-worker-inherit-model",
   "title": "CLAUDE_CODE_COORDINATOR_FORCE_WORKER_INHERIT_MODEL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-3qcnxvnw.js` offset 190166580.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771842,
     "length": 57,
     "sha256": "a6c8cd9cb1a0612a94832d8684233ca16e85e7ae42ae6a0be903a8e06f2a9168",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3qcnxvnw.js` offset 190166580.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3qcnxvnw.js",
     "binary_offset": 190166580,
     "length": 52,
     "sha256": "072440a545135b54429d8fdbf73c658e0853e43f971a154f0ee5ba252e002b59",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3qcnxvnw.js",
     "binary_offset": 190170456,
     "length": 52,
     "sha256": "072440a545135b54429d8fdbf73c658e0853e43f971a154f0ee5ba252e002b59",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x7qmw6rt.js",
     "binary_offset": 182375189,
     "length": 52,
     "sha256": "072440a545135b54429d8fdbf73c658e0853e43f971a154f0ee5ba252e002b59",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-coordinator-mode",
   "title": "CLAUDE_CODE_COORDINATOR_MODE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-77tq6657.js` offset 182363755.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-77tq6657.js` offset 182363755.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-77tq6657.js",
     "binary_offset": 182363755,
     "length": 40,
     "sha256": "0483ada00806f420c0c26fa4899e38c4eef2cdfae74d486e6cd0cbc116462036",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-coordinator-skill-guidance",
   "title": "CLAUDE_CODE_COORDINATOR_SKILL_GUIDANCE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-x7qmw6rt.js` offset 182370082.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794328,
     "length": 45,
     "sha256": "87d6ec9568b9bf5f93dc92a0bc638f3033135414865b7e254bf18491fc0c0981",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x7qmw6rt.js` offset 182370082.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x7qmw6rt.js",
     "binary_offset": 182370082,
     "length": 40,
     "sha256": "bfb980c1de918913822db34d41aa2f5fe7ccf3d4ceaec8b76bd10660243c8c0a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-cowork-frame-artifacts",
   "title": "CLAUDE_CODE_COWORK_FRAME_ARTIFACTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-94ks0f2h.js` offset 175820873.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771900,
     "length": 41,
     "sha256": "0d53c7a78a6feb245251e3d70f949efff4c8f9ecab6d3a92a48e7df081c243ed",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-94ks0f2h.js` offset 175820873.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175820873,
     "length": 36,
     "sha256": "618490895bf2b081972a22a1025cd11ab9238fe5b403cd8bd8f9c58cc94d9ecb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-cozy-teapot",
   "title": "CLAUDE_CODE_COZY_TEAPOT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-erjm8tsb.js` offset 179179293.",
   "documented": null,
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "strict",
     "relaxed"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "enum",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771942,
     "length": 30,
     "sha256": "51141ad69037b51fe33b4c455ef1fba1e5791cd28f68e4bb669f3d8bf6f3d699",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-erjm8tsb.js` offset 179179293.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-erjm8tsb.js",
     "binary_offset": 179179293,
     "length": 25,
     "sha256": "227ab58271378c628d215fd6cbfde96c793abcb9c4eef867bc65121f7cf74b12",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-custom-oauth-url",
   "title": "CLAUDE_CODE_CUSTOM_OAUTH_URL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-htj0346e.js` offset 175684511.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 6,
    "read_paths": [
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764302,
     "length": 35,
     "sha256": "1b2e0499e3bed115014964d9e9a46ebbe14aed9fd9700bdf814ba7ea2b26480e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-htj0346e.js` offset 175684511.",
    "description_source": null,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178473598,
      "length": 30,
      "sha256": "1c5c0ea8634b057e50ccaf938615bd93b27f08f79d02b67af77697cd1d5efe85",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-htj0346e.js",
      "binary_offset": 175684511,
      "length": 40,
      "sha256": "fd19aacaf9a6c9b97bf3e97ac752b73a7217440a4b3826fc566497ea1d4bfd90",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-y8am1j53.js",
      "binary_offset": 187302587,
      "length": 30,
      "sha256": "1c5c0ea8634b057e50ccaf938615bd93b27f08f79d02b67af77697cd1d5efe85",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-htj0346e.js",
     "binary_offset": 175684511,
     "length": 40,
     "sha256": "fd19aacaf9a6c9b97bf3e97ac752b73a7217440a4b3826fc566497ea1d4bfd90",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-htj0346e.js",
     "binary_offset": 175687639,
     "length": 40,
     "sha256": "fd19aacaf9a6c9b97bf3e97ac752b73a7217440a4b3826fc566497ea1d4bfd90",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178473598,
     "length": 30,
     "sha256": "1c5c0ea8634b057e50ccaf938615bd93b27f08f79d02b67af77697cd1d5efe85",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sjm7s9p5.js",
     "binary_offset": 178088957,
     "length": 30,
     "sha256": "1c5c0ea8634b057e50ccaf938615bd93b27f08f79d02b67af77697cd1d5efe85",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187302587,
     "length": 30,
     "sha256": "1c5c0ea8634b057e50ccaf938615bd93b27f08f79d02b67af77697cd1d5efe85",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c5fk236t.js",
     "binary_offset": 197312681,
     "length": 30,
     "sha256": "33a085918856f2a0d0b8a99ac422b9423ff03c7253174a79d9ff5ac924413da8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-daemon-cold-start",
   "title": "CLAUDE_CODE_DAEMON_COLD_START",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-p4h4mthd.js` offset 182829411.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794374,
     "length": 36,
     "sha256": "5d6d3aa69c80731462fbaa160f91dc9b6a0ed30d3aaf819f789a3876178464fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-p4h4mthd.js` offset 182829411.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-p4h4mthd.js",
     "binary_offset": 182829411,
     "length": 41,
     "sha256": "920d06ccdbb36178aacea67f19117c7dae0e5eaf3d8918bb20f9a9d61259c1f3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-dd-error-tracking-flush-interval-ms",
   "title": "CLAUDE_CODE_DD_ERROR_TRACKING_FLUSH_INTERVAL_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ccqthxc6.js` offset 182188766.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 30000,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767092,
     "length": 54,
     "sha256": "e6a5a8a0b9e212f13fa335181ba3801ce03bb20cbde28c37593df6191fec8888",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ccqthxc6.js` offset 182188766.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ccqthxc6.js",
     "binary_offset": 182188766,
     "length": 49,
     "sha256": "edc9c0e20d37ffa1e61e907609aafe8e637d8d0e5e4c285349af80ba1d032cf9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-debug-log-level",
   "title": "CLAUDE_CODE_DEBUG_LOG_LEVEL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Minimum log level written to the debug log file.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "injected-env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767181,
     "length": 34,
     "sha256": "5183e45902fb6698b3e3ddaa4848a8b5313722561ffcb20f648bcbe41d14e2f0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Minimum log level written to the debug log file.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/hooks"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3rswxk6s.js",
     "binary_offset": 175631317,
     "length": 33,
     "sha256": "38902a644edf2e3be628b247b768b98c1cebed43059fe398331d60ea3a75710c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-debug-logs-dir",
   "title": "CLAUDE_CODE_DEBUG_LOGS_DIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override the debug log file path.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "injected-env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767147,
     "length": 33,
     "sha256": "a2674bb3670deeb74bf0c0631d497603efe3c45f4131380badef39c6ce3c9b0f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override the debug log file path.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/cli-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3rswxk6s.js",
     "binary_offset": 175632449,
     "length": 40,
     "sha256": "55275582697a5bee043d4973d49142b44d3be91e786719d4b92c52bb8d12496f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3rswxk6s.js",
     "binary_offset": 175632576,
     "length": 40,
     "sha256": "55275582697a5bee043d4973d49142b44d3be91e786719d4b92c52bb8d12496f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3rswxk6s.js",
     "binary_offset": 175636705,
     "length": 40,
     "sha256": "55275582697a5bee043d4973d49142b44d3be91e786719d4b92c52bb8d12496f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3rswxk6s.js",
     "binary_offset": 175638013,
     "length": 40,
     "sha256": "55275582697a5bee043d4973d49142b44d3be91e786719d4b92c52bb8d12496f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-debug-repaints",
   "title": "CLAUDE_CODE_DEBUG_REPAINTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-6sap1w9m.js` offset 188725400.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767216,
     "length": 33,
     "sha256": "2999edfd5541af9c199c2671834e85ee03314aa0462bd8f7c85ed8420ec6e268",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6sap1w9m.js` offset 188725400.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188725400,
     "length": 28,
     "sha256": "8e87d2bc140ec472c804088c986b34b09e4ab8220cebdd78d5c1b32c5f73ff2b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-decstbm",
   "title": "CLAUDE_CODE_DECSTBM",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-6sap1w9m.js` offset 188768724.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794411,
     "length": 26,
     "sha256": "1f4aab0919dbf93fdec3e35422b89f5bb7bc411ec166e9a1a94db0b539ccc420",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6sap1w9m.js` offset 188768724.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188768724,
     "length": 21,
     "sha256": "a88756b2024f57ed4b603184273557b7601eeafac63d5ffd7139deb420cd0d24",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-design-oauth-client-id",
   "title": "CLAUDE_CODE_DESIGN_OAUTH_CLIENT_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-715124r2.js` offset 195244355.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764338,
     "length": 41,
     "sha256": "8ece2805d2afe773264fac3327c6d5b01641c39bf459305ac908eec68cc0a1d9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-715124r2.js` offset 195244355.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-715124r2.js",
     "binary_offset": 195244355,
     "length": 36,
     "sha256": "27ea3afba29ed02ef80c2c52210203449cd3aa97a9a677f4ff2796763e8ecc54",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-desktop-app-version",
   "title": "CLAUDE_CODE_DESKTOP_APP_VERSION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-94ks0f2h.js` offset 175816408.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794438,
     "length": 38,
     "sha256": "befff7a628dce7f589a3a92ac8382b815e84f56e241b818d6e3e8f866c71db61",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-94ks0f2h.js` offset 175816408.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175816408,
     "length": 33,
     "sha256": "d9749d38487cab183de8b941e8b25d88d081d1058502f970b41b710293a5e4cc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-diagnostics-file",
   "title": "CLAUDE_CODE_DIAGNOSTICS_FILE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-a3fz2g5s.js` offset 175875905.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767250,
     "length": 35,
     "sha256": "f9b328d325c46f89ffc4698aaf4edd9f1f3684c5bc2950fc292863fcd5198108",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-a3fz2g5s.js` offset 175875905.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-cpf7rt77.js",
      "binary_offset": 191794858,
      "length": 30,
      "sha256": "b7d882f2f9ea27dcabce32b6b270c64673170b809788b746521cbaff53bbd482",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-a3fz2g5s.js",
     "binary_offset": 175875905,
     "length": 30,
     "sha256": "b7d882f2f9ea27dcabce32b6b270c64673170b809788b746521cbaff53bbd482",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191794121,
     "length": 30,
     "sha256": "b7d882f2f9ea27dcabce32b6b270c64673170b809788b746521cbaff53bbd482",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191794858,
     "length": 30,
     "sha256": "b7d882f2f9ea27dcabce32b6b270c64673170b809788b746521cbaff53bbd482",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-dir-sync-disable-anchoring",
   "title": "CLAUDE_CODE_DIR_SYNC_DISABLE_ANCHORING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5d2q1z16.js` offset 195505455.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794518,
     "length": 45,
     "sha256": "2dd6e11206273b65a94794ed452e05346f4158ec24b300c85c90d85a17057df2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5d2q1z16.js` offset 195505455.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5d2q1z16.js",
     "binary_offset": 195505455,
     "length": 40,
     "sha256": "7387b96c7edc1d8bdb98d52fc04c8f4eefe105e961423c953531d948a4c545a1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-dir-sync-engine",
   "title": "CLAUDE_CODE_DIR_SYNC_ENGINE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181905687.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794564,
     "length": 34,
     "sha256": "ae1b963b2ecbf65dc4894e96669f86cd9f4a7d65ca80c926b10543b7423fbffb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181905687.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181905687,
     "length": 29,
     "sha256": "989cc74524432d427b95a391e15dbe1ecf810cf3a1aba692af753822ca70d330",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-dir-sync-ffwd",
   "title": "CLAUDE_CODE_DIR_SYNC_FFWD",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181906341.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794599,
     "length": 32,
     "sha256": "7b6cc67c726917ae8b0b9f067babcc4335bd7a3b14618bca93baff1d9ae9c275",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181906341.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181906341,
     "length": 27,
     "sha256": "13bc5703cad666b796b3a29599fa643be37baba530588daf91fa48eaf031da39",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-dir-sync-git",
   "title": "CLAUDE_CODE_DIR_SYNC_GIT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199031676.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794632,
     "length": 31,
     "sha256": "9cc6347afbc30c0c9938186221d9df795d65a78b5877a90281201a2f1953c2e7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199031676.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199031676,
     "length": 26,
     "sha256": "d2f8f14c36ce0a6b7fcb565ac423b4d47e176fa877218069a76bbc58de65aaaf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-td7fxg34.js",
     "binary_offset": 190740101,
     "length": 26,
     "sha256": "d2f8f14c36ce0a6b7fcb565ac423b4d47e176fa877218069a76bbc58de65aaaf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-td7fxg34.js",
     "binary_offset": 190740244,
     "length": 26,
     "sha256": "d2f8f14c36ce0a6b7fcb565ac423b4d47e176fa877218069a76bbc58de65aaaf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-dir-sync-stream",
   "title": "CLAUDE_CODE_DIR_SYNC_STREAM",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181906395.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794664,
     "length": 34,
     "sha256": "6420f26968b1de96d6298edb630155e1bd53191a2fef9fe51842d256e80636ec",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181906395.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181906395,
     "length": 29,
     "sha256": "1e3d729509d3f1a1c816d66882fcc7bc4eb59f8b1ce03c36710dafb7ea029cc2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-1m-context",
   "title": "CLAUDE_CODE_DISABLE_1M_CONTEXT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable 1M context window support.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807480,
     "length": 37,
     "sha256": "4088fb0c5368556182d11ada09acd591352163c325ad955e543ae3dc578a887d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable 1M context window support.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/model-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178425292,
     "length": 32,
     "sha256": "22034a03d7f9f3e62c41cc22ebabe2e28ba923b2ab118c8c75ec5a3062872cdb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-adaptive-thinking",
   "title": "CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable adaptive reasoning on Opus 4.6 and Sonnet 4.6 and fall back to the fixed thinking budget controlled by `MAX_THINKING_TOKENS`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175771973,
     "length": 44,
     "sha256": "5b97a41357dd20c7cc73cc3bbcdcad4880d8a7c2d3c5f7dc56bebd00cba70b57",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable adaptive reasoning on Opus 4.6 and Sonnet 4.6 and fall back to the fixed thinking budget controlled by `MAX_THINKING_TOKENS`.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/desktop",
     "https://code.claude.com/docs/en/llm-gateway-connect",
     "https://code.claude.com/docs/en/llm-gateway-protocol",
     "https://code.claude.com/docs/en/model-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178433033,
     "length": 39,
     "sha256": "d1bbe95eecf13ea3c94b325857cbee15e230ce94ce20c3117ed1835577a8555e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-admin-env-union",
   "title": "CLAUDE_CODE_DISABLE_ADMIN_ENV_UNION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to stop Claude Code from merging managed settings `env` blocks per key across admin sources, so only the highest-priority source's whole `env` block applies, as before v2.1.223.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772018,
     "length": 42,
     "sha256": "f7ac872a0e54782e2986849b40bc8f00bbf30f023cedbcdc85d7eb92b54a380c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to stop Claude Code from merging managed settings `env` blocks per key across admin sources, so only the highest-priority source's whole `env` block applies, as before v2.1.223.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-18sktzq8.js",
     "binary_offset": 176392966,
     "length": 37,
     "sha256": "7409366cc817c7396e19779301db7d1832436810b8629624688bc43a1e7dd23a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-18sktzq8.js",
     "binary_offset": 176394829,
     "length": 37,
     "sha256": "7409366cc817c7396e19779301db7d1832436810b8629624688bc43a1e7dd23a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-advisor-tool",
   "title": "CLAUDE_CODE_DISABLE_ADVISOR_TOOL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable the advisor tool.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772061,
     "length": 39,
     "sha256": "fb2505b2436739d5335fb3974bc55b3fd01c0cf949343dbcbcaab9f223262c2f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable the advisor tool.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/advisor",
     "https://code.claude.com/docs/en/llm-gateway-connect",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181626271,
     "length": 34,
     "sha256": "31f9f3850c6d229a416309589e93253a791659951da6bdebc9bfc1794bd39527",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-agent-view",
   "title": "CLAUDE_CODE_DISABLE_AGENT_VIEW",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to turn off background agents and agent view: `claude agents`, `--bg`, `/background`, and the on-demand supervisor.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772101,
     "length": 37,
     "sha256": "2f65e52dbd8c3bf04239f8455e7fcfe7415c10f543bb97d242921874e45cc078",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to turn off background agents and agent view: `claude agents`, `--bg`, `/background`, and the on-demand supervisor.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-view",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-p4h4mthd.js",
     "binary_offset": 182828693,
     "length": 32,
     "sha256": "94319e32da7e4486d58a8a2fe6335d2dc7073867fc7c3b3dc942fc621a5c566e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-alternate-screen",
   "title": "CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable fullscreen rendering and use the classic main-screen renderer.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772139,
     "length": 43,
     "sha256": "8555da3c36341eb978382cf7d609faa51f1761baaad7428c7de0309d959f8ece",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable fullscreen rendering and use the classic main-screen renderer.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/fullscreen",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n3jtyenp.js",
     "binary_offset": 182201309,
     "length": 38,
     "sha256": "52146969914c7431b6ddfd2953de39c9ef8f3fd641807aea28dbc1abc4debd64",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-attachments",
   "title": "CLAUDE_CODE_DISABLE_ATTACHMENTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable attachment processing.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772219,
     "length": 38,
     "sha256": "14bb0bf8059a6b0045ea71bd665271d747a11f6bc5a48752c692ef5a6b04ffd6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable attachment processing.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181829122,
     "length": 33,
     "sha256": "2730825fa63ab74e5b0edebda94312b0ffe117141dd9b10bc5d2cde92382e806",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184319584,
     "length": 33,
     "sha256": "2730825fa63ab74e5b0edebda94312b0ffe117141dd9b10bc5d2cde92382e806",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184396812,
     "length": 33,
     "sha256": "2730825fa63ab74e5b0edebda94312b0ffe117141dd9b10bc5d2cde92382e806",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186066539,
     "length": 33,
     "sha256": "2730825fa63ab74e5b0edebda94312b0ffe117141dd9b10bc5d2cde92382e806",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-auto-memory",
   "title": "CLAUDE_CODE_DISABLE_AUTO_MEMORY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable auto memory.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772308,
     "length": 38,
     "sha256": "984db7860ee4e0f3f4a6cea12a37b21915150999a5f5fcdf0af68757a3c4a397",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable auto memory.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/claude-code-features",
     "https://code.claude.com/docs/en/agent-sdk/hosting",
     "https://code.claude.com/docs/en/memory",
     "https://code.claude.com/docs/en/settings-reference",
     "https://code.claude.com/docs/en/sub-agents"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178559678,
     "length": 43,
     "sha256": "e9ae94aa33826696bb4e7a69f010b37d444f4ee31adb30f443237889f1a4824a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179569370,
     "length": 33,
     "sha256": "ddc1b83b636aca1e883bad72299279e602638f46e0d617e9ef747ceceaec24fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-awaiting-user-idle",
   "title": "CLAUDE_CODE_DISABLE_AWAITING_USER_IDLE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-my1bp942.js` offset 182644824.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772347,
     "length": 45,
     "sha256": "f9728fa1e94f5a33acc279ee983950a58bf3d26a39aeb1fdb786bb62b5298e8a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-my1bp942.js` offset 182644824.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-my1bp942.js",
     "binary_offset": 182644824,
     "length": 40,
     "sha256": "17da4fb82f5b0fa56c1946eb429c92fbe9159321385c18cc226f77c201fc3791",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-my1bp942.js",
     "binary_offset": 182645299,
     "length": 40,
     "sha256": "17da4fb82f5b0fa56c1946eb429c92fbe9159321385c18cc226f77c201fc3791",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-background-tasks",
   "title": "CLAUDE_CODE_DISABLE_BACKGROUND_TASKS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable all background task functionality, including the `run_in_background` parameter on Bash and subagent tools, auto-backgrounding, and the Ctrl+B shortcut",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772393,
     "length": 43,
     "sha256": "175a06f05c7818dc2baadb4d27b67178ae20ce37cfcc440b3cb08be53684aa9c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable all background task functionality, including the `run_in_background` parameter on Bash and subagent tools, auto-backgrounding, and the Ctrl+B shortcut",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/code-review",
     "https://code.claude.com/docs/en/interactive-mode",
     "https://code.claude.com/docs/en/mcp",
     "https://code.claude.com/docs/en/skills"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r2pna72p.js",
     "binary_offset": 180850998,
     "length": 38,
     "sha256": "8e9ee151846d09fb8f9637068f51c2aeb22ae4e7f7385f752458867e67b5ec53",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-bg-exit-handoff",
   "title": "CLAUDE_CODE_DISABLE_BG_EXIT_HANDOFF",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to stop a background session's running background shell commands, dynamic workflows, and, as of v2.1.198, background subagents when the supervisor stops, restarts, or updates that session's process, instead of handing them to the session's next process.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772547,
     "length": 42,
     "sha256": "b7b49402e096c19807e238d044c9113e6c3d0b7d03686d367ab5325a3caede40",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to stop a background session's running background shell commands, dynamic workflows, and, as of v2.1.198, background subagents when the supervisor stops, restarts, or updates that session's process, instead of handing them to the session's next process.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-view"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7gkfw6kg.js",
     "binary_offset": 190956503,
     "length": 37,
     "sha256": "e35978cf2575c33370d9598e08ac7435839c81cd2ffb9d7e53062d95fc8bdeca",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dcct10f1.js",
     "binary_offset": 190906626,
     "length": 37,
     "sha256": "e35978cf2575c33370d9598e08ac7435839c81cd2ffb9d7e53062d95fc8bdeca",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-bg-shell-pressure-reap",
   "title": "CLAUDE_CODE_DISABLE_BG_SHELL_PRESSURE_REAP",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to stop Claude Code from terminating background shell commands under memory pressure.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794753,
     "length": 49,
     "sha256": "ec4198e4a2e01adbf5c614ce527f86286b232875c23355cf58a647416ac88b83",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to stop Claude Code from terminating background shell commands under memory pressure.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/interactive-mode"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186561324,
     "length": 44,
     "sha256": "c60d803075d8ecb4d91e47fccfe450903955eb4712d5a451cf3135790ed0b52a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-bundled-skills",
   "title": "CLAUDE_CODE_DISABLE_BUNDLED_SKILLS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable the skills and workflows included with Claude Code: bundled skills and workflows are removed entirely, while built-in commands like `/init` stay typable but are hidden from the model.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772590,
     "length": 41,
     "sha256": "db6663e61807113c599a3cae416241504b78d9780ac738c050e4f0de9fa76931",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable the skills and workflows included with Claude Code: bundled skills and workflows are removed entirely, while built-in commands like `/init` stay typable but are hidden from the model.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s67fq31t.js",
     "binary_offset": 182345937,
     "length": 36,
     "sha256": "53652e845bfa88e34436658e1ef96e504e46a0c09a943b8f9450934e781a5002",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-cfc-prompt",
   "title": "CLAUDE_CODE_DISABLE_CFC_PROMPT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to keep the Claude in Chrome browser tools available while omitting the Chrome section of the system prompt and the `/claude-in-chrome` bundled skill.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772632,
     "length": 37,
     "sha256": "d920131bf20dbf99f99d873f5b8fc22da2a739faf91666b939e5ddab6967b744",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to keep the Claude in Chrome browser tools available while omitting the Chrome section of the system prompt and the `/claude-in-chrome` bundled skill.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cajb2b5v.js",
     "binary_offset": 191677824,
     "length": 32,
     "sha256": "6abbe37418c3c0d6334164c5f5579981aad81444324ecfe15363b2888450abfe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181462371,
     "length": 32,
     "sha256": "6abbe37418c3c0d6334164c5f5579981aad81444324ecfe15363b2888450abfe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-claude-api-skill",
   "title": "CLAUDE_CODE_DISABLE_CLAUDE_API_SKILL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cajb2b5v.js` offset 191677517.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772670,
     "length": 43,
     "sha256": "4caf05dee9dfb9163736a0317fa93ead44c95d9b74803f9976822a8853c954c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cajb2b5v.js` offset 191677517.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cajb2b5v.js",
     "binary_offset": 191677517,
     "length": 38,
     "sha256": "e1894d50fd77edb498e2b38f54d0bbb7f68c380e70f03dc6079bfde6ed86023a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-claude-code-skill",
   "title": "CLAUDE_CODE_DISABLE_CLAUDE_CODE_SKILL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cajb2b5v.js` offset 191677660.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772714,
     "length": 44,
     "sha256": "8b4f1db36eafdb4f09d0e6c7fb1f378f17b995fce966659e460fe7002d8872a8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cajb2b5v.js` offset 191677660.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cajb2b5v.js",
     "binary_offset": 191677660,
     "length": 39,
     "sha256": "caa69eea329382f30a50f17cb748c44417dffbe81807830657cc3263218d5c7c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-claude-mds",
   "title": "CLAUDE_CODE_DISABLE_CLAUDE_MDS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to prevent loading any CLAUDE.md memory files into context, including user, project, and auto memory files",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 7,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772759,
     "length": 37,
     "sha256": "65641f68f3712ddf223db99c1cc209e52097aeb851f16c0d72bd54b923459528",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to prevent loading any CLAUDE.md memory files into context, including user, project, and auto memory files",
    "description_source": "docs",
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9gvh1sdb.js",
     "binary_offset": 210305505,
     "length": 32,
     "sha256": "a80ab294c5801434fe59743f51c635119d814e5e480a37b8fdba65426b5db7de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ckj7zy1e.js",
     "binary_offset": 180820700,
     "length": 32,
     "sha256": "a80ab294c5801434fe59743f51c635119d814e5e480a37b8fdba65426b5db7de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183536243,
     "length": 32,
     "sha256": "a80ab294c5801434fe59743f51c635119d814e5e480a37b8fdba65426b5db7de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183536478,
     "length": 32,
     "sha256": "a80ab294c5801434fe59743f51c635119d814e5e480a37b8fdba65426b5db7de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183537043,
     "length": 32,
     "sha256": "a80ab294c5801434fe59743f51c635119d814e5e480a37b8fdba65426b5db7de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186091868,
     "length": 32,
     "sha256": "a80ab294c5801434fe59743f51c635119d814e5e480a37b8fdba65426b5db7de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186097957,
     "length": 32,
     "sha256": "a80ab294c5801434fe59743f51c635119d814e5e480a37b8fdba65426b5db7de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-cron",
   "title": "CLAUDE_CODE_DISABLE_CRON",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable scheduled tasks.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772797,
     "length": 31,
     "sha256": "2536baafee73f793e7a04bf939770e21268c4f42a8dd9376d914fa6faac934a1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable scheduled tasks.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/scheduled-tasks"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hc9qzrsk.js",
     "binary_offset": 182260348,
     "length": 26,
     "sha256": "d2e34e85019ec29a4263bee6cdcc1106a8a6b056fd3fb620bb63740a76608119",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-dangerous-rm-timeout",
   "title": "CLAUDE_CODE_DISABLE_DANGEROUS_RM_TIMEOUT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184434050.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772829,
     "length": 47,
     "sha256": "fc151db0db49c8922b6f2cbc5f98815060506f04572bd2cca72c0fe57830bda3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184434050.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184434050,
     "length": 42,
     "sha256": "b0a7f033809adeaca2521efdba137f135634144c86341a762ba833d431fad25d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-dir-sync",
   "title": "CLAUDE_CODE_DISABLE_DIR_SYNC",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199031635.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794803,
     "length": 35,
     "sha256": "8a7d062b65f3f759949bdd699cef651fd50866b84ee025adde0a6aae2a687c08",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199031635.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199031635,
     "length": 30,
     "sha256": "a91765c178de1b23ebe8a4c84669942692821be5e04271501586526f268ccd0b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-experimental-betas",
   "title": "CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to strip Anthropic-specific `anthropic-beta` request headers and beta tool-schema fields (such as `defer_loading` and `eager_input_streaming`) from API requests.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772877,
     "length": 45,
     "sha256": "5e52ceba860e2d6c62b02b6b96921af67dd7426b7d0828f36b60513bc53335d5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to strip Anthropic-specific `anthropic-beta` request headers and beta tool-schema fields (such as `defer_loading` and `eager_input_streaming`) from API requests.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/modifying-system-prompts",
     "https://code.claude.com/docs/en/agent-sdk/tool-search",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/llm-gateway-connect"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177391622,
     "length": 40,
     "sha256": "47a42445cfc3d5c467aa044a6bc07ab4231ed3199543affbdbf1e1d4b3c6c164",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965384,
     "length": 40,
     "sha256": "47a42445cfc3d5c467aa044a6bc07ab4231ed3199543affbdbf1e1d4b3c6c164",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184213268,
     "length": 40,
     "sha256": "47a42445cfc3d5c467aa044a6bc07ab4231ed3199543affbdbf1e1d4b3c6c164",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-explore-inherit-cap",
   "title": "CLAUDE_CODE_DISABLE_EXPLORE_INHERIT_CAP",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183069665.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807518,
     "length": 46,
     "sha256": "175cc33ae2b7740ab903cf6d665ddd3533cf3aa2c66af67629f424b3b24bde01",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183069665.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183069665,
     "length": 41,
     "sha256": "f82982b031b192c74ee224a4f122887b940ebe75d2fe1fefb07d6f1df75f704c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-explore-plan-agents",
   "title": "CLAUDE_CODE_DISABLE_EXPLORE_PLAN_AGENTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable the built-in Explore and Plan subagents.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772923,
     "length": 46,
     "sha256": "c5af5dbb7685ca90276077b970cd25f841fa911535cad1f4bae85ed2e5b5fab0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable the built-in Explore and Plan subagents.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/sub-agents"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183032072,
     "length": 41,
     "sha256": "25884f104acdcf685d0c759cf5f6d782089468c47f8612c1c30869c1007ca94d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-fast-mode",
   "title": "CLAUDE_CODE_DISABLE_FAST_MODE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable fast mode",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807565,
     "length": 36,
     "sha256": "59981fbb0318d6bb8ccda1292c68ed15ad527de62f0288cfeba43c6c43233b6d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable fast mode",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/typescript",
     "https://code.claude.com/docs/en/fast-mode",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178317883,
     "length": 31,
     "sha256": "8b097ca890e13919d0fe75bd543e6610f09b5955f09721e515ba96ffd94c0b11",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-td7fxg34.js",
     "binary_offset": 190716219,
     "length": 31,
     "sha256": "8b097ca890e13919d0fe75bd543e6610f09b5955f09721e515ba96ffd94c0b11",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-feedback-survey",
   "title": "CLAUDE_CODE_DISABLE_FEEDBACK_SURVEY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable the \"How is Claude doing?\" session quality surveys.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 9,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772970,
     "length": 42,
     "sha256": "745f8841a17e6ec685a2f20f11c5e48337f6490226d91647bb205b47f1633b37",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable the \"How is Claude doing?\" session quality surveys.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/data-usage",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204539072,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204544108,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204546043,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204551663,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204556861,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204559510,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 205079942,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198981050,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198981442,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-file-checkpointing",
   "title": "CLAUDE_CODE_DISABLE_FILE_CHECKPOINTING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable file checkpointing.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773013,
     "length": 45,
     "sha256": "517dc1d17352a70ef0f79a5ad1d7bae91062082c094b3cfc2705fe81f5108a45",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable file checkpointing.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-azjf17r6.js",
     "binary_offset": 195417639,
     "length": 40,
     "sha256": "1bb2cf493684887a46b0dd7f5fc4a35612fca4c2a2ff77ee37b47e27ac0677c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tavsdb6t.js",
     "binary_offset": 212611087,
     "length": 40,
     "sha256": "1bb2cf493684887a46b0dd7f5fc4a35612fca4c2a2ff77ee37b47e27ac0677c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 187004630,
     "length": 40,
     "sha256": "1bb2cf493684887a46b0dd7f5fc4a35612fca4c2a2ff77ee37b47e27ac0677c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 187004739,
     "length": 40,
     "sha256": "1bb2cf493684887a46b0dd7f5fc4a35612fca4c2a2ff77ee37b47e27ac0677c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-git-instructions",
   "title": "CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to remove built-in commit and PR workflow instructions and the git status snapshot from Claude's context.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773059,
     "length": 43,
     "sha256": "e8736a1703d0d8a47ec442472f10e4dd2be29e98b6a4f88abaf90d74fb2c01ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to remove built-in commit and PR workflow instructions and the git status snapshot from Claude's context.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183539688,
     "length": 38,
     "sha256": "af2da4065c8225287d7b22ecb114d836ba8b9ca5484c9f5ddb3e4ada106c0af1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-hook-forwarding",
   "title": "CLAUDE_CODE_DISABLE_HOOK_FORWARDING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ad86ta6a.js` offset 202277758.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794839,
     "length": 42,
     "sha256": "fdbcd7122b3ae19ecedbef2dc6fdc3592f517fc8bd6776673b111adebdaace62",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ad86ta6a.js` offset 202277758.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ad86ta6a.js",
     "binary_offset": 202277758,
     "length": 37,
     "sha256": "854713d68016d592f1c9694a1cf084883b2a630f4b34d93d79ec2abcdae55a07",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199033105,
     "length": 37,
     "sha256": "854713d68016d592f1c9694a1cf084883b2a630f4b34d93d79ec2abcdae55a07",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-legacy-model-remap",
   "title": "CLAUDE_CODE_DISABLE_LEGACY_MODEL_REMAP",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to prevent automatic remapping of Opus 4.0 and 4.1 to the current Opus version on the Anthropic API.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807602,
     "length": 45,
     "sha256": "47e1b101f4720986a8d6324adeb528cda01a9ccb225c09738131ecd5e501d704",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to prevent automatic remapping of Opus 4.0 and 4.1 to the current Opus version on the Anthropic API.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178420750,
     "length": 40,
     "sha256": "1434b3f78b47a233511daff59da0a78d24732ff531b271344ea5032eb0651238",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-memory-bulk-inflate",
   "title": "CLAUDE_CODE_DISABLE_MEMORY_BULK_INFLATE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181294725.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773193,
     "length": 46,
     "sha256": "555619dd22d914b00d585798ef6cc207355a375203a942a053bd9c0a5f4e5492",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181294725.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181294725,
     "length": 41,
     "sha256": "57a2e9bf6f514aaab01086e1a9589335d0556f61a9897379fb293bdd7fcf088d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-memory-mass-delete-hold",
   "title": "CLAUDE_CODE_DISABLE_MEMORY_MASS_DELETE_HOLD",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181257825.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773240,
     "length": 50,
     "sha256": "b658ad9a119ae38c2791826835673f1bfafe3fa25fb725622298a212c49829c4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181257825.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181257825,
     "length": 45,
     "sha256": "c98731a8377a1d651649e910a6786fd8f08a7c348bf0d72a6ca180b53ed9f734",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-memory-periodic-resync",
   "title": "CLAUDE_CODE_DISABLE_MEMORY_PERIODIC_RESYNC",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181317492.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773291,
     "length": 49,
     "sha256": "cf194984a12511c72323265a3a1ef953a3a962a4399b4fb991a0eb8c4e7437fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181317492.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181317492,
     "length": 44,
     "sha256": "a88b554a216b0e2138b87a6b271e504ec0caf6a556a10cbe46a1c68646f01205",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-memory-ro-unsaved-notice",
   "title": "CLAUDE_CODE_DISABLE_MEMORY_RO_UNSAVED_NOTICE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181308628.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773341,
     "length": 51,
     "sha256": "70bf7b236301be7c4a7207ab63e5b646659cf51de17a03e9e0887b7058ab4315",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181308628.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181308628,
     "length": 46,
     "sha256": "b8e2136b470bb2832ceb6bdd889558f0af2e8adb7ef0c4adf12f77d27c4c37d8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-memory-stream-list",
   "title": "CLAUDE_CODE_DISABLE_MEMORY_STREAM_LIST",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181284992.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773393,
     "length": 45,
     "sha256": "bb6d2509529f7eefe9adf20af90141454374674c348c1a4cd85726ac56422f0d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181284992.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181284992,
     "length": 40,
     "sha256": "e80a215c47b81998cb57b01e4901859d76ff7eb7e784b45d69353155da3ef26a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-mouse",
   "title": "CLAUDE_CODE_DISABLE_MOUSE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable mouse tracking in fullscreen rendering.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773439,
     "length": 32,
     "sha256": "d9e2305aae76f1aede40edd1beaaf656de1aa47ca6b0db0088ca17231069bb0a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable mouse tracking in fullscreen rendering.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/fullscreen",
     "https://code.claude.com/docs/en/troubleshooting"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n3jtyenp.js",
     "binary_offset": 182204013,
     "length": 27,
     "sha256": "8824ecb6172a87f04087de1b717201923e5f228ad4fe3fe9aae25aec8678d444",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n3jtyenp.js",
     "binary_offset": 182204057,
     "length": 27,
     "sha256": "8824ecb6172a87f04087de1b717201923e5f228ad4fe3fe9aae25aec8678d444",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-mouse-clicks",
   "title": "CLAUDE_CODE_DISABLE_MOUSE_CLICKS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable click, drag, and hover handling in fullscreen rendering while keeping mouse-wheel scrolling.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773472,
     "length": 39,
     "sha256": "c7f7f442e8bf5d6d98f07e2327957dc9d15bcd85e16d005238935fcef5a23e8d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable click, drag, and hover handling in fullscreen rendering while keeping mouse-wheel scrolling.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/fullscreen"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n3jtyenp.js",
     "binary_offset": 182204101,
     "length": 34,
     "sha256": "5298f3d5a41b6235de3aad99a07538b9f37fea331d74a39f413d8c786651385a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n3jtyenp.js",
     "binary_offset": 182204152,
     "length": 34,
     "sha256": "5298f3d5a41b6235de3aad99a07538b9f37fea331d74a39f413d8c786651385a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-nested-chain-idle",
   "title": "CLAUDE_CODE_DISABLE_NESTED_CHAIN_IDLE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-yv87yxs2.js` offset 182834547.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773512,
     "length": 44,
     "sha256": "6f53d579262f3c16116a2239dcf90f73f8e5399e564c316c75c2c0784f17f04c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-yv87yxs2.js` offset 182834547.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-yv87yxs2.js",
     "binary_offset": 182834547,
     "length": 39,
     "sha256": "49b1d93ebafde384178a324b1a8d56c2447327534a843c448a2e8070332e462c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-nested-user-repair",
   "title": "CLAUDE_CODE_DISABLE_NESTED_USER_REPAIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-q9jwcw4a.js` offset 198335368.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773557,
     "length": 45,
     "sha256": "c30b3258d6e5e3e28c57fac327aba3d2f8e8c83a814d62e47cf3bb340605a6fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-q9jwcw4a.js` offset 198335368.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-q9jwcw4a.js",
     "binary_offset": 198335368,
     "length": 40,
     "sha256": "0a5b450237d87f9abea1f5c04ad53e77379fc30258e0f5151b4100e6ce8992ac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-nonessential-traffic",
   "title": "CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to any non-empty value, such as `1`, to disable nonessential network traffic: auto-updates, telemetry, error reporting, the `/feedback` command, Claude-drafted feedback, release notes, the PR and MR status badge checks, and availability checks such as the fast mode check.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773603,
     "length": 47,
     "sha256": "2a6f1308441fb3e0db37f5edf86a3ef5315c6659de349bfe2a7adb9254e6b486",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to any non-empty value, such as `1`, to disable nonessential network traffic: auto-updates, telemetry, error reporting, the `/feedback` command, Claude-drafted feedback, release notes, the PR and MR status badge checks, and availability checks such as the fast mode check.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/admin-setup",
     "https://code.claude.com/docs/en/artifacts",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-deploy",
     "https://code.claude.com/docs/en/data-usage"
    ],
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-j6zsezqx.js",
      "binary_offset": 175676021,
      "length": 52,
      "sha256": "b476ef4e4da57fed07983388451a47dbcb6aa8a870b403fb9654f353ba02351e",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-j6zsezqx.js",
      "binary_offset": 175676329,
      "length": 52,
      "sha256": "b476ef4e4da57fed07983388451a47dbcb6aa8a870b403fb9654f353ba02351e",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-j6zsezqx.js",
      "binary_offset": 175676461,
      "length": 52,
      "sha256": "b476ef4e4da57fed07983388451a47dbcb6aa8a870b403fb9654f353ba02351e",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175676021,
     "length": 52,
     "sha256": "b476ef4e4da57fed07983388451a47dbcb6aa8a870b403fb9654f353ba02351e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175676329,
     "length": 52,
     "sha256": "b476ef4e4da57fed07983388451a47dbcb6aa8a870b403fb9654f353ba02351e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175676461,
     "length": 52,
     "sha256": "b476ef4e4da57fed07983388451a47dbcb6aa8a870b403fb9654f353ba02351e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187361652,
     "length": 52,
     "sha256": "b476ef4e4da57fed07983388451a47dbcb6aa8a870b403fb9654f353ba02351e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-nonstreaming-fallback",
   "title": "CLAUDE_CODE_DISABLE_NONSTREAMING_FALLBACK",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable the non-streaming fallback when a streaming request fails mid-stream.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773651,
     "length": 48,
     "sha256": "08e8ff803739384098a8caa641b20a628b46e77bd4a7985a29f332703ffad2f7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable the non-streaming fallback when a streaming request fails mid-stream.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185016216,
     "length": 43,
     "sha256": "c72546fcbf67997b9a1a67160bf44e549d807c06d17bc66a42190b7ff6c25509",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-notification-presence-check",
   "title": "CLAUDE_CODE_DISABLE_NOTIFICATION_PRESENCE_CHECK",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to send the `PushNotification` tool's desktop notification even while you are typing in or focused on the terminal.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773700,
     "length": 54,
     "sha256": "de12b207c37147a59864a4018229781e0436d5fad790fe18590195cb98a8aa4e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to send the `PushNotification` tool's desktop notification even while you are typing in or focused on the terminal.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-c8gdp9zd.js",
     "binary_offset": 207098543,
     "length": 49,
     "sha256": "4e0eb81d66c49b97d4faf0b6b41933f36116a2433dca7de12ef6326fbfbca803",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-official-marketplace-autoinstall",
   "title": "CLAUDE_CODE_DISABLE_OFFICIAL_MARKETPLACE_AUTOINSTALL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable automatic registration of the official plugin marketplace.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773755,
     "length": 59,
     "sha256": "d87b456619fb879fc547d5e6e6e46b34fa17c37af4929ec44097512c36a3ede6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable automatic registration of the official plugin marketplace.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/data-usage",
     "https://code.claude.com/docs/en/plugins/anthropic-marketplaces",
     "https://code.claude.com/docs/en/plugins/org",
     "https://code.claude.com/docs/en/plugins/troubleshooting"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 205110102,
     "length": 54,
     "sha256": "effc43419b8ecb50f98812b66437e4fdcfc6e39e08209812f34793eaefce1edd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-org-memory",
   "title": "CLAUDE_CODE_DISABLE_ORG_MEMORY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-4f79m39g.js` offset 179432937.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773815,
     "length": 37,
     "sha256": "1c6982c21bc9e4907833cdb07b3b012278f6fe0ec718f510d59b2125b42790db",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-4f79m39g.js` offset 179432937.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179432937,
     "length": 32,
     "sha256": "a35b3841ebcb48880896cbc23659f34a048d20d585fc27fa17604971fa2db564",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-permission-prompt-notify-hooks",
   "title": "CLAUDE_CODE_DISABLE_PERMISSION_PROMPT_NOTIFY_HOOKS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to stop Claude Code from running your `Notification` hooks for unanswered permission requests in sessions where Claude Code sends them to the Agent SDK's `canUseTool` callback, which is how Claude Desktop and the VS Code extension host Claude Code.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773853,
     "length": 57,
     "sha256": "71a37d90a6536d61abd6dabea8175de0d722f0879bd84073898688e4e68135a0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to stop Claude Code from running your `Notification` hooks for unanswered permission requests in sessions where Claude Code sends them to the Agent SDK's `canUseTool` callback, which is how Claude Desktop and the VS Code extension host Claude Code.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/hooks"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-q9jwcw4a.js",
     "binary_offset": 198309955,
     "length": 52,
     "sha256": "6e09c748fcd293e3b8fcaa21199c016baa945b6b13f0f9ef4e30e6cfd7f38aa9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-plugin-forwarding",
   "title": "CLAUDE_CODE_DISABLE_PLUGIN_FORWARDING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9sswv6ct.js` offset 202406777.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794882,
     "length": 44,
     "sha256": "f8e18bec08a4e59293733124c0871eb79dbf91f9da36d7f6e9c5805590cee1d5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-9sswv6ct.js` offset 202406777.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9sswv6ct.js",
     "binary_offset": 202406777,
     "length": 39,
     "sha256": "bc51a94ca660a4beb587e3fcc5ac8b5dee7b7fc57cee5283416e56c93f4def39",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203917755,
     "length": 39,
     "sha256": "bc51a94ca660a4beb587e3fcc5ac8b5dee7b7fc57cee5283416e56c93f4def39",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199032783,
     "length": 39,
     "sha256": "bc51a94ca660a4beb587e3fcc5ac8b5dee7b7fc57cee5283416e56c93f4def39",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185659532,
     "length": 39,
     "sha256": "bc51a94ca660a4beb587e3fcc5ac8b5dee7b7fc57cee5283416e56c93f4def39",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-policy-skills",
   "title": "CLAUDE_CODE_DISABLE_POLICY_SKILLS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to skip loading skills from the system-wide managed skills directory.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773911,
     "length": 40,
     "sha256": "85e22b882672479cccd0f8ab31726e9ef0c99d8c90bf5cad561140a8b075e028",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to skip loading skills from the system-wide managed skills directory.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185637833,
     "length": 35,
     "sha256": "557b868be6cae679772bd3457b3f8c5a17db8f0f7b6a092e7c0b2d65615038e7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-powershell-cmd-rm-deny",
   "title": "CLAUDE_CODE_DISABLE_POWERSHELL_CMD_RM_DENY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-p28a6fwy.js` offset 196958410.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175773952,
     "length": 49,
     "sha256": "a345148fc937e6a703ee2596dcb3025cabf18845c820173d67ec44aa378a4f7c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-p28a6fwy.js` offset 196958410.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-p28a6fwy.js",
     "binary_offset": 196958410,
     "length": 44,
     "sha256": "eb5d87df1371937263a758bc9ce61ea43b3b50342e8cff7f49765ea7c0e3e7dd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-precompact-skip",
   "title": "CLAUDE_CODE_DISABLE_PRECOMPACT_SKIP",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186968054.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774002,
     "length": 42,
     "sha256": "4c2ff90fb55131a31bcd514c2d0ff718d41c26d5f2d2fb5d5b46a5c19ddacfff",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186968054.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186968054,
     "length": 47,
     "sha256": "f4d7781eec43d8e1f176139e468122b16011f05b447896e5937aa55a29ca6913",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-refusal-fallback",
   "title": "CLAUDE_CODE_DISABLE_REFUSAL_FALLBACK",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181670356.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774045,
     "length": 43,
     "sha256": "1718d9ae449f4019e73a9b1c162030243edaf825b552c6ae10f18978b7dd3482",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181670356.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181670356,
     "length": 38,
     "sha256": "b7e1638f3c1f6a763b136b7d2add29f68dd159cb3ec84ec04ce70ef4175756bd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-refusal-retry",
   "title": "CLAUDE_CODE_DISABLE_REFUSAL_RETRY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-td7fxg34.js` offset 190697197.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774089,
     "length": 40,
     "sha256": "b466d2c322fb1ab49bca26ee8cc0b335be34d4ef14d195bd59d2545696153178",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-td7fxg34.js` offset 190697197.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-td7fxg34.js",
     "binary_offset": 190697197,
     "length": 35,
     "sha256": "22579745c23446ee1089ce3681146f8798b7d931d0a37b8c02ab582e2991e96a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-startup-work-gate",
   "title": "CLAUDE_CODE_DISABLE_STARTUP_WORK_GATE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cpf7rt77.js` offset 191755996.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774130,
     "length": 44,
     "sha256": "f5cf100f0e068ecaec09f824f58b81bfbdd850bb7eadc7df89032103604b2b75",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cpf7rt77.js` offset 191755996.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191755996,
     "length": 39,
     "sha256": "6db62d4127a61f5133be4ca86f49dca73b0a1e6a37ede97e28c7977c12f9ce78",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-substitution-rm-prompt",
   "title": "CLAUDE_CODE_DISABLE_SUBSTITUTION_RM_PROMPT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 185401344.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774175,
     "length": 49,
     "sha256": "15a10612644b0bf7fa69bdd32666fe3bc8463ee97fd979207ed13f49fac56dba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 185401344.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185401344,
     "length": 44,
     "sha256": "f3c2c67725d3e73e2d2425db6e7cb22fdcfdbd791ee1a1f4a0beb29170e3ab68",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-terminal-title",
   "title": "CLAUDE_CODE_DISABLE_TERMINAL_TITLE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable automatic terminal title updates based on conversation context.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 6,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774225,
     "length": 41,
     "sha256": "b3151a2444d3b5759baf6d94aa734697ce0565dd023c061cf221ffc040b210db",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable automatic terminal title updates based on conversation context.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-14mz7m5y.js",
     "binary_offset": 192368321,
     "length": 36,
     "sha256": "c9848df5a0300a1c7d9b7fa8e96c91daa386b2a98fce2e7a446fe963f4921fc5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192091633,
     "length": 36,
     "sha256": "c9848df5a0300a1c7d9b7fa8e96c91daa386b2a98fce2e7a446fe963f4921fc5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5fxy8z6n.js",
     "binary_offset": 209670680,
     "length": 36,
     "sha256": "c9848df5a0300a1c7d9b7fa8e96c91daa386b2a98fce2e7a446fe963f4921fc5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8ddbmt6f.js",
     "binary_offset": 192842336,
     "length": 36,
     "sha256": "c9848df5a0300a1c7d9b7fa8e96c91daa386b2a98fce2e7a446fe963f4921fc5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 205188351,
     "length": 36,
     "sha256": "c9848df5a0300a1c7d9b7fa8e96c91daa386b2a98fce2e7a446fe963f4921fc5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n806dcdq.js",
     "binary_offset": 190475674,
     "length": 36,
     "sha256": "c9848df5a0300a1c7d9b7fa8e96c91daa386b2a98fce2e7a446fe963f4921fc5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-thinking",
   "title": "CLAUDE_CODE_DISABLE_THINKING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to omit the `thinking` parameter from API requests entirely.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774267,
     "length": 35,
     "sha256": "50f50a66d55a2d3526e5f0c9e3fc2f5cda79faf7676f9ac4d38f361cb2bb824e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to omit the `thinking` parameter from API requests entirely.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184956685,
     "length": 30,
     "sha256": "25755513b42100e4c306e256d923bc1f8da3703b2fa17f536fb07e32179cfb61",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-turn-handoff",
   "title": "CLAUDE_CODE_DISABLE_TURN_HANDOFF",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-8v60mkqf.js` offset 198396885.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794927,
     "length": 39,
     "sha256": "09fd24f360f5fdae5f501a8bfdcabef3879e81df37f896b555ba8808e7f50b3a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8v60mkqf.js` offset 198396885.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8v60mkqf.js",
     "binary_offset": 198396885,
     "length": 34,
     "sha256": "bab299da6ac635b53d36b62ba248162a6d8c2501cdd445011997e74234e370c6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199030618,
     "length": 34,
     "sha256": "bab299da6ac635b53d36b62ba248162a6d8c2501cdd445011997e74234e370c6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-unknown-model-window-enforcement",
   "title": "CLAUDE_CODE_DISABLE_UNKNOWN_MODEL_WINDOW_ENFORCEMENT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to skip proactive auto-compaction when Claude Code doesn't recognize the model ID, such as an LLM gateway alias.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807648,
     "length": 59,
     "sha256": "43e5a6bc4d1212c5d26e72f1b3fd5233548aebf99f379d063027b50f9859254e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to skip proactive auto-compaction when Claude Code doesn't recognize the model ID, such as an LLM gateway alias.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/model-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183911455,
     "length": 54,
     "sha256": "e2af1b0ff6764a1a4313f411930731146a577faafd95efacd3d9a4c81e20cd32",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-virtual-scroll",
   "title": "CLAUDE_CODE_DISABLE_VIRTUAL_SCROLL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable virtual scrolling in fullscreen rendering and render every message in the transcript.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774303,
     "length": 41,
     "sha256": "31f201e8cde82a526648085ecfd4e45ce946b4d692c84cac82a0b42b9a5a95d8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable virtual scrolling in fullscreen rendering and render every message in the transcript.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 205180017,
     "length": 36,
     "sha256": "778468f56555d79abd79e684c7234ed4aa44d8bf882cfe7e02e0cafdda4cc38c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203263883,
     "length": 36,
     "sha256": "778468f56555d79abd79e684c7234ed4aa44d8bf882cfe7e02e0cafdda4cc38c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-vitals-emitter",
   "title": "CLAUDE_CODE_DISABLE_VITALS_EMITTER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-e8phgb2s.js` offset 187224715.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794967,
     "length": 41,
     "sha256": "d2c339609edd61abe7d39b5bc6171150ccaaef3c7850fdc00a436b81e1194aad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-e8phgb2s.js` offset 187224715.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-e8phgb2s.js",
     "binary_offset": 187224715,
     "length": 36,
     "sha256": "b123889bf10b18394913feaeb42dcfe60a7a5084dccad2707f2d9155db6d8953",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-windows-shell-launcher",
   "title": "CLAUDE_CODE_DISABLE_WINDOWS_SHELL_LAUNCHER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to start PowerShell tool commands on Windows directly instead of through the `cmd.exe` launcher.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774345,
     "length": 49,
     "sha256": "ac574286a5a25158384a9ac13c93428e6402782efe7c2098e510845c9655ecf3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to start PowerShell tool commands on Windows directly instead of through the `cmd.exe` launcher.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183718213,
     "length": 44,
     "sha256": "d36766ec6912e52be95285f826448165400182b36b212c860f3aec1b278bc8b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-workflows",
   "title": "CLAUDE_CODE_DISABLE_WORKFLOWS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable workflows.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774395,
     "length": 36,
     "sha256": "987298a036d6f4570d2b98c41d5911dc527e5281c6272084646b47e39d2bdb01",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable workflows.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference",
     "https://code.claude.com/docs/en/workflows"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7jh19beg.js",
     "binary_offset": 179148976,
     "length": 31,
     "sha256": "6a39bb51100b48130d5549f92f88964d88626dd8b7bf4f43a0d32bec85e0741d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7jh19beg.js",
     "binary_offset": 179149249,
     "length": 31,
     "sha256": "6a39bb51100b48130d5549f92f88964d88626dd8b7bf4f43a0d32bec85e0741d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7jh19beg.js",
     "binary_offset": 179149743,
     "length": 31,
     "sha256": "6a39bb51100b48130d5549f92f88964d88626dd8b7bf4f43a0d32bec85e0741d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-working-sync",
   "title": "CLAUDE_CODE_DISABLE_WORKING_SYNC",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199031120.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795009,
     "length": 39,
     "sha256": "c71137d02b730431ccbd7ecd9673bdf0eeffbcdf6e6ca8d005e9f293873888fc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199031120.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199031120,
     "length": 34,
     "sha256": "e937cc38068908b9e5be1599138cbb2dd95e6525eccf699ce9e462beb32e8f5c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-dont-inherit-env",
   "title": "CLAUDE_CODE_DONT_INHERIT_ENV",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183706260.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795049,
     "length": 35,
     "sha256": "e0124197b1b7f6cca3eaaa852e3a539887807ee270cae0efb60ab745ba1168d3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183706260.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 183706260,
      "length": 40,
      "sha256": "6394fbc6e0551981c7277643b7953fecab657ee3c7e0f4e25d08cdf31683a12a",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 183708179,
      "length": 40,
      "sha256": "6394fbc6e0551981c7277643b7953fecab657ee3c7e0f4e25d08cdf31683a12a",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183706260,
     "length": 40,
     "sha256": "6394fbc6e0551981c7277643b7953fecab657ee3c7e0f4e25d08cdf31683a12a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183708179,
     "length": 40,
     "sha256": "6394fbc6e0551981c7277643b7953fecab657ee3c7e0f4e25d08cdf31683a12a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-download-deadline-ms-for-testing",
   "title": "CLAUDE_CODE_DOWNLOAD_DEADLINE_MS_FOR_TESTING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-avx2hrwa.js` offset 187092385.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795085,
     "length": 51,
     "sha256": "ca6304336997350367a95fc41623e4f4644e89065d76869a3c50fcbb6817a448",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-avx2hrwa.js` offset 187092385.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-avx2hrwa.js",
     "binary_offset": 187092385,
     "length": 46,
     "sha256": "1f00549cb8776748c8f9d8967297103923448c34a5dbe6acbd6eaf8373ddcc60",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-eager-flush",
   "title": "CLAUDE_CODE_EAGER_FLUSH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198955245.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175808951,
     "length": 30,
     "sha256": "d49abbf7212ed2e7e2298ac107029bf7cfa8cc5aa001658597b302973a376721",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198955245.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198955245,
     "length": 25,
     "sha256": "099e953728345ca0cfb605b557d82cb6aecc8944d19e75f141a2e0c45090fa85",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-editor-codelivery",
   "title": "CLAUDE_CODE_EDITOR_CODELIVERY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198858447.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774432,
     "length": 36,
     "sha256": "c9917e7c65d98ebb34a699e11cd599ac652d76df0eb9da3728782fa302cf827d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198858447.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198858447,
     "length": 31,
     "sha256": "7931744b8efb4a910372a131e3c054b3c323f58e849980646318e6da0c1d364e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-effort-level",
   "title": "CLAUDE_CODE_EFFORT_LEVEL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set the effort level for supported models.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 5,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807708,
     "length": 31,
     "sha256": "e25533a06881b002c6d58d11248f6bbc73a2cf0a1efd29d150a9e2d29c84cc8b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set the effort level for supported models.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/model-config",
     "https://code.claude.com/docs/en/remote-control",
     "https://code.claude.com/docs/en/server-managed-settings",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fr7r2xfj.js",
     "binary_offset": 179157589,
     "length": 26,
     "sha256": "a1418c04a37a1fb909142a4061b30f8dcdfe328a8fe9426d1114bb5cf205f4ad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gstzn55x.js",
     "binary_offset": 213789042,
     "length": 26,
     "sha256": "a1418c04a37a1fb909142a4061b30f8dcdfe328a8fe9426d1114bb5cf205f4ad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t1gbm7x6.js",
     "binary_offset": 194471748,
     "length": 26,
     "sha256": "a1418c04a37a1fb909142a4061b30f8dcdfe328a8fe9426d1114bb5cf205f4ad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t1gbm7x6.js",
     "binary_offset": 194473318,
     "length": 26,
     "sha256": "a1418c04a37a1fb909142a4061b30f8dcdfe328a8fe9426d1114bb5cf205f4ad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t1gbm7x6.js",
     "binary_offset": 194474342,
     "length": 26,
     "sha256": "a1418c04a37a1fb909142a4061b30f8dcdfe328a8fe9426d1114bb5cf205f4ad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-elegant-meadow",
   "title": "CLAUDE_CODE_ELEGANT_MEADOW",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 182958496.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774469,
     "length": 33,
     "sha256": "004a135e5c7d992baa96bea512cab85ad59072ec427ba23892035edb9096b381",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 182958496.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 182958496,
     "length": 28,
     "sha256": "4e9da92b6ab55bd35f6cbbeeaaf0eea08e9355017822a9a4f74d0a200174ddc0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-emit-session-state-events",
   "title": "CLAUDE_CODE_EMIT_SESSION_STATE_EVENTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-yv87yxs2.js` offset 182835929.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795137,
     "length": 44,
     "sha256": "0f15a4b0f04b15241ecb83ee39980a1b9d68506d24db040e47eac053b3442a7d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-yv87yxs2.js` offset 182835929.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-yv87yxs2.js",
     "binary_offset": 182835929,
     "length": 39,
     "sha256": "87d54f3aaf946e47637648d7a1ed200a2286285730844612baefe5dac1aa9680",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-emit-startup-timing",
   "title": "CLAUDE_CODE_EMIT_STARTUP_TIMING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sxskc1ta.js` offset 179675711.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795182,
     "length": 38,
     "sha256": "7ce3e6778b9daca0230c27b5c069427f6257afa9e73bdde14dcab83e309dc39b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-sxskc1ta.js` offset 179675711.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sxskc1ta.js",
     "binary_offset": 179675711,
     "length": 33,
     "sha256": "0c59bb0ad57302996ca6203bfab8ff46f13aadb415054791c13d6c8ea4687f9e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-emit-tool-use-summaries",
   "title": "CLAUDE_CODE_EMIT_TOOL_USE_SUMMARIES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-td7fxg34.js` offset 190716155.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795221,
     "length": 42,
     "sha256": "eaf8297cce7eae8507d062de6acd229612984cd9ea244986a274bad1d61d04af",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-td7fxg34.js` offset 190716155.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-td7fxg34.js",
     "binary_offset": 190716155,
     "length": 37,
     "sha256": "845bada0189e0c793c4b71c7049a60fe5de9e48db70d5ce0efa4090ee17c0701",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-append-subagent-prompt",
   "title": "CLAUDE_CODE_ENABLE_APPEND_SUBAGENT_PROMPT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-7dz9rvcm.js` offset 190123558.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774503,
     "length": 48,
     "sha256": "3e163673f399f1547095dfea72dc9e10ed89d494596b689c57e098d9dfd504dd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-7dz9rvcm.js` offset 190123558.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7dz9rvcm.js",
     "binary_offset": 190123558,
     "length": 53,
     "sha256": "f57deca38bb0294aaff5cd34213a327140d6ccb187d2efb8a1dabf17314eb587",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-away-summary",
   "title": "CLAUDE_CODE_ENABLE_AWAY_SUMMARY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override session recap availability.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774552,
     "length": 38,
     "sha256": "bf55d7873039fb56e8605a3f8076955ca563e38fc62ce8297f004aa41f604b50",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override session recap availability.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6y8bh1hn.js",
     "binary_offset": 190881726,
     "length": 43,
     "sha256": "5fd6ac1f7cdba871f72452965923e90a0bda23b25ed022fb03db75316493ff2f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-background-plugin-refresh",
   "title": "CLAUDE_CODE_ENABLE_BACKGROUND_PLUGIN_REFRESH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to refresh plugin state at turn boundaries in non-interactive mode after a background install completes.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774591,
     "length": 51,
     "sha256": "0d3e0b9b199faa21c99a3b1fab5dba1c89fbc69f96597fe9e628fb1937f3576c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to refresh plugin state at turn boundaries in non-interactive mode after a background install completes.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198834906,
     "length": 46,
     "sha256": "73d4e3380b1c69e9be21cd6402dee78f928c1204c33304ea56d1b041beaf7a44",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-cfc",
   "title": "CLAUDE_CODE_ENABLE_CFC",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cpf7rt77.js` offset 191839603.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 7,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774643,
     "length": 29,
     "sha256": "e5df4799ee41c146c849ceebe9c6ae8eb679ccd6006e429f142e58c664940cf6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cpf7rt77.js` offset 191839603.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191839603,
     "length": 24,
     "sha256": "e1810825041cb76d15308ed9412629fe19588d6d9d3705ad69db2253703165ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191839913,
     "length": 24,
     "sha256": "e1810825041cb76d15308ed9412629fe19588d6d9d3705ad69db2253703165ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191839971,
     "length": 24,
     "sha256": "e1810825041cb76d15308ed9412629fe19588d6d9d3705ad69db2253703165ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181460810,
     "length": 24,
     "sha256": "e1810825041cb76d15308ed9412629fe19588d6d9d3705ad69db2253703165ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181460852,
     "length": 24,
     "sha256": "e1810825041cb76d15308ed9412629fe19588d6d9d3705ad69db2253703165ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181461051,
     "length": 24,
     "sha256": "e1810825041cb76d15308ed9412629fe19588d6d9d3705ad69db2253703165ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 205102233,
     "length": 24,
     "sha256": "e1810825041cb76d15308ed9412629fe19588d6d9d3705ad69db2253703165ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-experimental-advisor-tool",
   "title": "CLAUDE_CODE_ENABLE_EXPERIMENTAL_ADVISOR_TOOL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181626390.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774711,
     "length": 51,
     "sha256": "257e912c8e1c408f660d23634e73215706679a8731ef0021343ee52ad98bfe17",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181626390.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181626390,
     "length": 46,
     "sha256": "ef13d50a6654d60dddd3e076464a0cdd5e105372db1ed1e2c0b03e97c3724b5d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181626514,
     "length": 46,
     "sha256": "ef13d50a6654d60dddd3e076464a0cdd5e105372db1ed1e2c0b03e97c3724b5d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-fine-grained-tool-streaming",
   "title": "CLAUDE_CODE_ENABLE_FINE_GRAINED_TOOL_STREAMING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Controls whether tool call inputs stream from the API as Claude generates them.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774814,
     "length": 53,
     "sha256": "238cf2fc47dd9ea9abafb973de40c0eb8cf75b8efc531413fe1dccd9a771a085",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Controls whether tool call inputs stream from the API as Claude generates them.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/llm-gateway-protocol"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183839577,
     "length": 48,
     "sha256": "9635eb53f54ed180bcc312da7ffa2a6eabc4c4a39aab41fc9e404cf129c24041",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-function-hooks",
   "title": "CLAUDE_CODE_ENABLE_FUNCTION_HOOKS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2dpyg5q1.js` offset 181208235.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774868,
     "length": 40,
     "sha256": "b074386224ffa377ace4aa8188a48760b02255bbd5a3051831a5eb148091a271",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2dpyg5q1.js` offset 181208235.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2dpyg5q1.js",
     "binary_offset": 181208235,
     "length": 35,
     "sha256": "2f2cf7a837f58ac5a2b3ebde8bc5aff644ff30e60f0de75cc6a4c87156af6e8f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2dpyg5q1.js",
     "binary_offset": 181208775,
     "length": 35,
     "sha256": "2f2cf7a837f58ac5a2b3ebde8bc5aff644ff30e60f0de75cc6a4c87156af6e8f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-menu-kind-lanes",
   "title": "CLAUDE_CODE_ENABLE_MENU_KIND_LANES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mzg9kbjz.js` offset 204125792.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774951,
     "length": 41,
     "sha256": "cdaea227aa67e353b3e1a0ec7c831429d7c8fbf497a27713ea6009f1b83a92a8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mzg9kbjz.js` offset 204125792.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204125792,
     "length": 36,
     "sha256": "a005df94531abe65d40dc87426508ddbee5571601eb58907e6a393fe1813c837",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-narration",
   "title": "CLAUDE_CODE_ENABLE_NARRATION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-td7fxg34.js` offset 190635033.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774993,
     "length": 35,
     "sha256": "37b32b7b7e2e51d61a8b9067e4eff0c8f6e8bcf3ce13063b87129fca1d94a0cd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-td7fxg34.js` offset 190635033.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-td7fxg34.js",
     "binary_offset": 190635033,
     "length": 30,
     "sha256": "b785624e86494b35f0678f1f47ef449c245af23006179d49d901b4d747e0cc26",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-prompt-suggestion",
   "title": "CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `false` to turn off prompt suggestions, the grayed-out predictions that appear in your prompt input.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 6,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775029,
     "length": 43,
     "sha256": "0aa69222738c13d7963b748b67ac98e9f4f274342ab4e137f0982f53836249b6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `false` to turn off prompt suggestions, the grayed-out predictions that appear in your prompt input.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/interactive-mode",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-td7fxg34.js",
     "binary_offset": 190676712,
     "length": 48,
     "sha256": "abb8b4cc2fba6c4b947a2a4db189a7bf29c05d165ef95bbc6036ddbfde53b1fb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jgrsnx4w.js",
     "binary_offset": 190608704,
     "length": 38,
     "sha256": "ac9f5858c645900de26602e273b84d1be1b8feef4e701c081aecfb64cae32a3f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jgrsnx4w.js",
     "binary_offset": 190609352,
     "length": 38,
     "sha256": "ac9f5858c645900de26602e273b84d1be1b8feef4e701c081aecfb64cae32a3f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jgrsnx4w.js",
     "binary_offset": 190609826,
     "length": 38,
     "sha256": "ac9f5858c645900de26602e273b84d1be1b8feef4e701c081aecfb64cae32a3f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198828555,
     "length": 38,
     "sha256": "ac9f5858c645900de26602e273b84d1be1b8feef4e701c081aecfb64cae32a3f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tk68tck1.js",
     "binary_offset": 190599736,
     "length": 38,
     "sha256": "ac9f5858c645900de26602e273b84d1be1b8feef4e701c081aecfb64cae32a3f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-refresh-mcp-tools",
   "title": "CLAUDE_CODE_ENABLE_REFRESH_MCP_TOOLS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-t4yyetdp.js` offset 190464382.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775073,
     "length": 43,
     "sha256": "0a34ef8d66befedc39ff25e22f1c58fdd4800b8360610901a8ea682b1ce746a7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-t4yyetdp.js` offset 190464382.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/typescript"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-t4yyetdp.js",
     "binary_offset": 190464382,
     "length": 38,
     "sha256": "47eef022f03cbd20a4f0c13c5bf0d7348ff0ba560ae15e67192de33a09dec6b6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-remote-recap",
   "title": "CLAUDE_CODE_ENABLE_REMOTE_RECAP",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-6y8bh1hn.js` offset 190881893.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775117,
     "length": 38,
     "sha256": "167f442add16d2cc09a19b1a920a05743a99b176998e66b996763f616f06187a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6y8bh1hn.js` offset 190881893.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6y8bh1hn.js",
     "binary_offset": 190881893,
     "length": 33,
     "sha256": "93e0e7e00c244bd89fdeafaed8c0761f74f634f0f03bd776b2ab52a364343d14",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-sdk-file-checkpointing",
   "title": "CLAUDE_CODE_ENABLE_SDK_FILE_CHECKPOINTING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 187004693.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775156,
     "length": 48,
     "sha256": "acdb073ad0a7367399aff4e02d09a5cb312bc70abfee4548abeda826dfd887a7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 187004693.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/file-checkpointing",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 187004693,
     "length": 43,
     "sha256": "162e231de9ac0cd517882996a39b1bd6e8b80a87c32ce7868bff84b326e6d8fb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-tasks",
   "title": "CLAUDE_CODE_ENABLE_TASKS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Selects which task-tracking tools Claude Code provides in sessions that have them.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775205,
     "length": 31,
     "sha256": "da8d36336cb331d0c6bc69425e11adfe50a09656e7a16c69435c6675baa869ad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Selects which task-tracking tools Claude Code provides in sessions that have them.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/python",
     "https://code.claude.com/docs/en/agent-sdk/todo-tracking",
     "https://code.claude.com/docs/en/agent-sdk/typescript",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/tools-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-q8bx5xe3.js",
     "binary_offset": 182556395,
     "length": 26,
     "sha256": "789e280cb17abfc711c6208c7833877e7881b43b3bd11e05c3ebdacb0c7c80da",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-todo-tools",
   "title": "CLAUDE_CODE_ENABLE_TODO_TOOLS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to get the task-tracking tools on every model.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775237,
     "length": 36,
     "sha256": "38f329095687bab658f9aaa32327fd542fb1177fb9858628a0d669bc0347fc1f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to get the task-tracking tools on every model.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/todo-tracking",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/interactive-mode",
     "https://code.claude.com/docs/en/tools-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186019623,
     "length": 31,
     "sha256": "9e897733978270e66400e6371ebba9cc2b7258cbab655e219aba127a8cff76c4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-token-usage-attachment",
   "title": "CLAUDE_CODE_ENABLE_TOKEN_USAGE_ATTACHMENT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186117528.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775274,
     "length": 48,
     "sha256": "ed3bfc1a31f3bf281d2782d9df84024b74e076ca2de589474acd9dd91c39aae6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186117528.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186117528,
     "length": 43,
     "sha256": "211e4580914ba478ed5c452f870cd21ffbe07e0ffe60aaec4305501949bc4ee8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-xaa",
   "title": "CLAUDE_CODE_ENABLE_XAA",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-18sktzq8.js` offset 176191503.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775323,
     "length": 29,
     "sha256": "e5f43d2a87cb5e191588d9c68b5d153c2488a7374cec8f407de1160a9c3a7494",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-18sktzq8.js` offset 176191503.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-18sktzq8.js",
     "binary_offset": 176191503,
     "length": 24,
     "sha256": "a32876ef8e627f3b8966593f6cc8cc7c392ec32255b4cbc5a0acdd84d75c7866",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178485489,
     "length": 24,
     "sha256": "a32876ef8e627f3b8966593f6cc8cc7c392ec32255b4cbc5a0acdd84d75c7866",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-entrypoint",
   "title": "CLAUDE_CODE_ENTRYPOINT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178510928.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "local-agent",
     "claude-desktop-3p",
     "sdk-ts",
     "sdk-py",
     "sdk-cli",
     "claude-vscode",
     "claude-desktop",
     "remote",
     "remote_desktop",
     "remote_cowork",
     "claude-in-teams",
     "local_agent",
     "cli",
     "remote_baku",
     "remote_mobile",
     "remote_projects",
     "mcp",
     "claude-code-github-action",
     "claude_in_slack",
     "claude-in-slack",
     "ssh-remote",
     "bench"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 77,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795264,
     "length": 29,
     "sha256": "0231024e655179a334ae0f9e9d56636a8148af5bbcb4eb2f45a1a600d85e7b60",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178510928.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178178841,
      "length": 24,
      "sha256": "2154cf4e10c4f5e8f3b29ff740a07d5bc82978a7241d8c27717697c82c434bb2",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178522545,
      "length": 34,
      "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-94ks0f2h.js",
      "binary_offset": 175820984,
      "length": 24,
      "sha256": "2154cf4e10c4f5e8f3b29ff740a07d5bc82978a7241d8c27717697c82c434bb2",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178510928,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178519160,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178522545,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9m6e1078.js",
     "binary_offset": 179050211,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fmvn29kc.js",
     "binary_offset": 175400466,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177810020,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177816613,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184668790,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186828506,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178178768,
     "length": 24,
     "sha256": "2154cf4e10c4f5e8f3b29ff740a07d5bc82978a7241d8c27717697c82c434bb2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-environment-kind",
   "title": "CLAUDE_CODE_ENVIRONMENT_KIND",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-8v60mkqf.js` offset 198397545.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "byoc",
     "bridge"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 25,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795294,
     "length": 35,
     "sha256": "e4d1717cefa8104a428394d5c073f92ee43c2e8358ad1bb5b9d94be2b0912117",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8v60mkqf.js` offset 198397545.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8v60mkqf.js",
     "binary_offset": 198397545,
     "length": 40,
     "sha256": "86b4d6644870063c2c4dcc18adb95154bad485a380e6041b5eb69dfdcea04646",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179689463,
     "length": 40,
     "sha256": "86b4d6644870063c2c4dcc18adb95154bad485a380e6041b5eb69dfdcea04646",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jrare64x.js",
     "binary_offset": 177788407,
     "length": 40,
     "sha256": "86b4d6644870063c2c4dcc18adb95154bad485a380e6041b5eb69dfdcea04646",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199030282,
     "length": 40,
     "sha256": "86b4d6644870063c2c4dcc18adb95154bad485a380e6041b5eb69dfdcea04646",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8v60mkqf.js",
     "binary_offset": 198385374,
     "length": 30,
     "sha256": "73e9c2f7e764e5fb34d2e38b88462e0be506cf53f3c07e5c0935b1e434adc452",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8v60mkqf.js",
     "binary_offset": 198396845,
     "length": 30,
     "sha256": "73e9c2f7e764e5fb34d2e38b88462e0be506cf53f3c07e5c0935b1e434adc452",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177394629,
     "length": 30,
     "sha256": "73e9c2f7e764e5fb34d2e38b88462e0be506cf53f3c07e5c0935b1e434adc452",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177394718,
     "length": 30,
     "sha256": "73e9c2f7e764e5fb34d2e38b88462e0be506cf53f3c07e5c0935b1e434adc452",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177394779,
     "length": 30,
     "sha256": "73e9c2f7e764e5fb34d2e38b88462e0be506cf53f3c07e5c0935b1e434adc452",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gjhs4jet.js",
     "binary_offset": 190877970,
     "length": 30,
     "sha256": "73e9c2f7e764e5fb34d2e38b88462e0be506cf53f3c07e5c0935b1e434adc452",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-environment-runner-version",
   "title": "CLAUDE_CODE_ENVIRONMENT_RUNNER_VERSION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-8v60mkqf.js` offset 198398202.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795330,
     "length": 45,
     "sha256": "2bbcc85dc8af7cfdba59311c2b525916b55f2cad12dc1ed5ee8d6e057ddd42c3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8v60mkqf.js` offset 198398202.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8v60mkqf.js",
     "binary_offset": 198398202,
     "length": 50,
     "sha256": "e1654a9ae084aa6aa918d07ab0061eef9181b355f4997254edf8caa8d938c95e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8v60mkqf.js",
     "binary_offset": 198398357,
     "length": 50,
     "sha256": "e1654a9ae084aa6aa918d07ab0061eef9181b355f4997254edf8caa8d938c95e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-eval-confined",
   "title": "CLAUDE_CODE_EVAL_CONFINED",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-020tq8de.js` offset 206430912.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 26,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795376,
     "length": 32,
     "sha256": "8c29286b55f2407ca7534b1de51803f4c5664a6ac92a1df1f8fe0b4c703a5785",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-020tq8de.js` offset 206430912.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-020tq8de.js",
     "binary_offset": 206430912,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-020tq8de.js",
     "binary_offset": 206435148,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-020tq8de.js",
     "binary_offset": 206556235,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179486844,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179623837,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179624139,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179641186,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180634044,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180643592,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pf0tr2zq.js",
     "binary_offset": 205881625,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-eval-interview-session",
   "title": "CLAUDE_CODE_EVAL_INTERVIEW_SESSION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5b5dkraf.js` offset 212358183.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775353,
     "length": 41,
     "sha256": "7be5bf7e84407f804af9ddd9bc35d294a601dd156158b7dadd72d12871bdc949",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5b5dkraf.js` offset 212358183.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212358183,
     "length": 36,
     "sha256": "ee624a734e49908cadcf8b981788646af1f46f57cbc723f885acc7af17a1f476",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-exit-after-first-render",
   "title": "CLAUDE_CODE_EXIT_AFTER_FIRST_RENDER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-4d9jedja.js` offset 191014656.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795409,
     "length": 42,
     "sha256": "d75ca9320b410658e7ce9d43c4d83246db7c9315bf2fbb2d1136ff15bdb167bb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-4d9jedja.js` offset 191014656.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4d9jedja.js",
     "binary_offset": 191014656,
     "length": 37,
     "sha256": "3f1dcc43b755382bde8fe824d3bce7a297526e5d259b527d92ce25a278134ed6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4d9jedja.js",
     "binary_offset": 191016747,
     "length": 37,
     "sha256": "3f1dcc43b755382bde8fe824d3bce7a297526e5d259b527d92ce25a278134ed6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191825104,
     "length": 37,
     "sha256": "3f1dcc43b755382bde8fe824d3bce7a297526e5d259b527d92ce25a278134ed6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-g1gybmy1.js",
     "binary_offset": 199247264,
     "length": 37,
     "sha256": "3f1dcc43b755382bde8fe824d3bce7a297526e5d259b527d92ce25a278134ed6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-exit-after-stop-delay",
   "title": "CLAUDE_CODE_EXIT_AFTER_STOP_DELAY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Time in milliseconds to wait after the query loop becomes idle before automatically exiting.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795452,
     "length": 40,
     "sha256": "17d46fedcd3bca802a04194a355b7287c0d483a5ff6c019675884f5a15471580",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Time in milliseconds to wait after the query loop becomes idle before automatically exiting.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198971172,
     "length": 35,
     "sha256": "72bb31e082cd4002ab2aef9321baf5da9554de7569ad889027ad8beba72a4da6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-experimental-agent-teams",
   "title": "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to enable agent teams.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775395,
     "length": 43,
     "sha256": "202c540c5242f7f4b76072801e78d630322165adffb2e19ba736ec42fe4441bb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to enable agent teams.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-teams",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-code-on-the-web",
     "https://code.claude.com/docs/en/costs"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4n5mnmt6.js",
     "binary_offset": 182417161,
     "length": 38,
     "sha256": "25d9e31bc564d175742477dee28bce60ac99d499069983d5467d9f5e8c02e70d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-experimental-observer-agents",
   "title": "CLAUDE_CODE_EXPERIMENTAL_OBSERVER_AGENTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-qd41mkrt.js` offset 189950997.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775439,
     "length": 47,
     "sha256": "f7142becb3eccbd037e8e05592884a9a48fe159ee35aaf8dd5552c67d556a52d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qd41mkrt.js` offset 189950997.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qd41mkrt.js",
     "binary_offset": 189950997,
     "length": 42,
     "sha256": "6b66f04830cabba9e8b5f30d48ad797c40737dc917a5e8ca65ac757a7ecdb6fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-extra-body",
   "title": "CLAUDE_CODE_EXTRA_BODY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: JSON object to merge into the top level of every API request body.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 5,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175808982,
     "length": 29,
     "sha256": "9fc8859f0ba4fb35bd74985cd0f88a016f6d756ee3ac327433fd7374abc07791",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "JSON object to merge into the top level of every API request body.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-view",
     "https://code.claude.com/docs/en/changelog"
    ],
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-j3j8astv.js",
      "binary_offset": 188965193,
      "length": 24,
      "sha256": "7ee2675f8ece5f8d0ae872fbd09093b9eb5715bb6e474ebe1e206fd97fd6b7a6",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184914880,
      "length": 24,
      "sha256": "7ee2675f8ece5f8d0ae872fbd09093b9eb5715bb6e474ebe1e206fd97fd6b7a6",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184912374,
     "length": 34,
     "sha256": "c34fb80c0e19fd452384a22840c9fe20e219aef89a794d62062d7732b6bdbf91",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965193,
     "length": 24,
     "sha256": "7ee2675f8ece5f8d0ae872fbd09093b9eb5715bb6e474ebe1e206fd97fd6b7a6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965243,
     "length": 24,
     "sha256": "7ee2675f8ece5f8d0ae872fbd09093b9eb5715bb6e474ebe1e206fd97fd6b7a6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 182960036,
     "length": 24,
     "sha256": "7ee2675f8ece5f8d0ae872fbd09093b9eb5715bb6e474ebe1e206fd97fd6b7a6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184914880,
     "length": 24,
     "sha256": "7ee2675f8ece5f8d0ae872fbd09093b9eb5715bb6e474ebe1e206fd97fd6b7a6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-extra-metadata",
   "title": "CLAUDE_CODE_EXTRA_METADATA",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183024765.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809012,
     "length": 33,
     "sha256": "4253da2eb759ce11c4a2f7c1cc712248f93be0ca23b48054db0b3e41fc231af3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183024765.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183024765,
     "length": 38,
     "sha256": "1e7f6a5b9eaef3589fc703fe7d0e7c8e229f05ffd85241994c2e190270bfcd40",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-federation-cache-dir",
   "title": "CLAUDE_CODE_FEDERATION_CACHE_DIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177804943.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764424,
     "length": 39,
     "sha256": "57a513af911b4040c5a88768cdc8b9616b0253b00c0289cd75c00b98ff226fb2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177804943.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177804943,
     "length": 34,
     "sha256": "c06c476113e9ecca98cd002ec910970a051796a28b7d470a0513407cab63433a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-file-read-max-output-tokens",
   "title": "CLAUDE_CODE_FILE_READ_MAX_OUTPUT_TOKENS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override the default token limit for file reads.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809046,
     "length": 46,
     "sha256": "7ae0952d95e2d53844b483260f73d46552c4c23739bfa653795858418c6d48e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override the default token limit for file reads.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fybbw3x4.js",
     "binary_offset": 178738340,
     "length": 41,
     "sha256": "1dca00c63546ba0b731e47128be65df562b6e8f5295879ba1ab406323f9cdd93",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-flag-fetch-wait-ms",
   "title": "CLAUDE_CODE_FLAG_FETCH_WAIT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-pch978aj.js` offset 182914486.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 3000,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 0
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795493,
     "length": 37,
     "sha256": "f14a4ece16c93b2456cd7635b24e734e6568a9d40385197b1ff350faf930376b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-pch978aj.js` offset 182914486.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pch978aj.js",
     "binary_offset": 182914486,
     "length": 32,
     "sha256": "19b816d535ddcc9ea5bcd6abc0ad9b970347f54e410ab633ebfc80d8354910e5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-fleetview-simple",
   "title": "CLAUDE_CODE_FLEETVIEW_SIMPLE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-8ddbmt6f.js` offset 192832549.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775487,
     "length": 35,
     "sha256": "720ca0634de93eb1cf0bedd6692b117f5a5a003706286046862c698bd101919a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8ddbmt6f.js` offset 192832549.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8ddbmt6f.js",
     "binary_offset": 192832549,
     "length": 30,
     "sha256": "fec9df9491b37d75a6e68451bdb0efbd5492988ecea7a0108627848a96392888",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-footer-indicator",
   "title": "CLAUDE_CODE_FOOTER_INDICATOR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mzg9kbjz.js` offset 204359302.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795531,
     "length": 35,
     "sha256": "48745a8fccd72f33dbd53ba04986dd86dd3779b3689a87270193ea8039302d05",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mzg9kbjz.js` offset 204359302.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204359302,
     "length": 30,
     "sha256": "8529480584a9429b1d0ebf1245ad6cc876649b73867eff4e1f88b1c2b9e020dc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s1egstww.js",
     "binary_offset": 190828815,
     "length": 30,
     "sha256": "8529480584a9429b1d0ebf1245ad6cc876649b73867eff4e1f88b1c2b9e020dc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-force-fullscreen-upsell",
   "title": "CLAUDE_CODE_FORCE_FULLSCREEN_UPSELL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mzg9kbjz.js` offset 203785201.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795640,
     "length": 42,
     "sha256": "63c1521ffb9d4483d62ba1cb379824a32c56784cf7a60ff4f062f653d457e42e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mzg9kbjz.js` offset 203785201.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203785201,
     "length": 37,
     "sha256": "1a35ec209fe9c86a8a79edcf0c86ab258b7c29314cce53033d39230268da37d3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-force-mid-conversation-system",
   "title": "CLAUDE_CODE_FORCE_MID_CONVERSATION_SYSTEM",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178435200.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775523,
     "length": 48,
     "sha256": "c87d5b4ff4912b125d802ce66a9a32d5e308f9eca8673f5dae27bfa08ec55a17",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178435200.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178435200,
     "length": 43,
     "sha256": "4374665e8d57a3c93397459052c1fe78713b3221eeb70493eb4ab2b8958a7010",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178435435,
     "length": 43,
     "sha256": "4374665e8d57a3c93397459052c1fe78713b3221eeb70493eb4ab2b8958a7010",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184861765,
     "length": 43,
     "sha256": "4374665e8d57a3c93397459052c1fe78713b3221eeb70493eb4ab2b8958a7010",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-force-session-persistence",
   "title": "CLAUDE_CODE_FORCE_SESSION_PERSISTENCE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to force transcript persistence, prompt history, and `claude agents` registration even when this `claude` was launched from inside another Claude Code session.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775572,
     "length": 44,
     "sha256": "b205d1850f6196d245b6a18a6f596b59687dad87e6fea51f962f155afc570466",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to force transcript persistence, prompt history, and `claude agents` registration even when this `claude` was launched from inside another Claude Code session.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/errors"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-g0v8qdjw.js",
     "binary_offset": 178053686,
     "length": 39,
     "sha256": "fd59f4547e408a642399f948d7bee1d8e613c8d4729e7505fe753341954942f8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-force-strikethrough",
   "title": "CLAUDE_CODE_FORCE_STRIKETHROUGH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to force strikethrough rendering for `~~text~~` in Claude's responses when your terminal supports it but is not auto-detected, such as over SSH without `TERM_PROGRAM` forwarded.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775617,
     "length": 38,
     "sha256": "9be55c9a5db53f03b7e3d268606a0c2849c118af2da734ba1109cbbdf31ef2fb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to force strikethrough rendering for `~~text~~` in Claude's responses when your terminal supports it but is not auto-detected, such as over SSH without `TERM_PROGRAM` forwarded.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-h7czh3dz.js",
     "binary_offset": 188279791,
     "length": 33,
     "sha256": "a62ccdc5e529601dd859977832c843ba4607d219210b43080946b8a65182ae5f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-force-sync-output",
   "title": "CLAUDE_CODE_FORCE_SYNC_OUTPUT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to force-enable DEC private mode 2026 synchronized output when your terminal supports it but is not auto-detected.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809093,
     "length": 36,
     "sha256": "99f9eabf1e23889640eed4672de5059a93415fc25eecd573658605722db85185",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to force-enable DEC private mode 2026 synchronized output when your terminal supports it but is not auto-detected.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/terminal-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-nwdqs4bj.js",
     "binary_offset": 188366133,
     "length": 31,
     "sha256": "c543d0ff8c90deb30c262dda9df929cd27a00473594d7e7517beb6a4b23c8317",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188372609,
     "length": 31,
     "sha256": "c543d0ff8c90deb30c262dda9df929cd27a00473594d7e7517beb6a4b23c8317",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-force-terminal-images",
   "title": "CLAUDE_CODE_FORCE_TERMINAL_IMAGES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-nwdqs4bj.js` offset 188364756.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775656,
     "length": 40,
     "sha256": "692c8588b2dd7e444d07828a600a4ba004ff38e286ff71afd95d917643b210de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-nwdqs4bj.js` offset 188364756.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-nwdqs4bj.js",
     "binary_offset": 188364756,
     "length": 35,
     "sha256": "0a85c469aaeb097704165cde7d058b220e41374548b4b41477da4a6921fac219",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-nwdqs4bj.js",
     "binary_offset": 188367156,
     "length": 35,
     "sha256": "0a85c469aaeb097704165cde7d058b220e41374548b4b41477da4a6921fac219",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-force-windows-credman",
   "title": "CLAUDE_CODE_FORCE_WINDOWS_CREDMAN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2mgnea7j.js` offset 177891658.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775697,
     "length": 40,
     "sha256": "f28aa8a01bbe12b9ea848e6dd0fb4d6c955941b59107c49d40f7a8d0cc9e81c2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2mgnea7j.js` offset 177891658.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177891658,
     "length": 45,
     "sha256": "3f0763edae4fca372dadd0de5958e0903f6158967bfdf4e61ca8a04a97acac63",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-fork-subagent",
   "title": "CLAUDE_CODE_FORK_SUBAGENT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Controls fork mode, which lets Claude spawn forked subagents itself and is on by default in interactive sessions only.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775738,
     "length": 32,
     "sha256": "8f49e9534e65d85eacc8ea04a8f6e590d8a0cc7059399622eb2525b33e1e6a77",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Controls fork mode, which lets Claude spawn forked subagents itself and is on by default in interactive sessions only.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/sub-agents"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184281765,
     "length": 27,
     "sha256": "1a7edc8d1ef911d9038d272c19bc83cffd8ea96ccdde418f74a751baf5b12f41",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184281906,
     "length": 27,
     "sha256": "1a7edc8d1ef911d9038d272c19bc83cffd8ea96ccdde418f74a751baf5b12f41",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184282190,
     "length": 27,
     "sha256": "1a7edc8d1ef911d9038d272c19bc83cffd8ea96ccdde418f74a751baf5b12f41",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-forward-subagent-text",
   "title": "CLAUDE_CODE_FORWARD_SUBAGENT_TEXT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to emit subagent text and thinking blocks in `claude -p --output-format stream-json` output, the same behavior as the `--forward-subagent-text` flag.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775771,
     "length": 40,
     "sha256": "ab93889c0e9fb8c35b06fc75d30dae7566673667b94420ab3e4a9a696571b755",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to emit subagent text and thinking blocks in `claude -p --output-format stream-json` output, the same behavior as the `--forward-subagent-text` flag.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/cli-reference",
     "https://code.claude.com/docs/en/headless"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191831082,
     "length": 35,
     "sha256": "a50b2622be3bd8f0e384a239b83c5150d3ad85d93f32767003f26b36fc5a7d1f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-forward-user-intent",
   "title": "CLAUDE_CODE_FORWARD_USER_INTENT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178198017.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775812,
     "length": 38,
     "sha256": "74151269787719ee31d004eb39f92a1ba64aaca1b2720dd801629b2f6dd84fe1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178198017.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178198017,
     "length": 33,
     "sha256": "72bec8cd0e3e5f3775d72e08d43377e3f3cd2a71847853139d08e03d9dd892f1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-frame-timing-log",
   "title": "CLAUDE_CODE_FRAME_TIMING_LOG",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-rg6teng4.js` offset 198242818.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767329,
     "length": 35,
     "sha256": "4ed0cefa7395608df4471a7ebf9bf6e23d0c0530655b96133950337793834f9d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rg6teng4.js` offset 198242818.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rg6teng4.js",
     "binary_offset": 198242818,
     "length": 30,
     "sha256": "2e0a430f25e5f123f131faa3f5bf484031285851df695eb5d4dd49b5bbe0d7b0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-frame-timing-sample-every",
   "title": "CLAUDE_CODE_FRAME_TIMING_SAMPLE_EVERY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-rg6teng4.js` offset 198242871.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 1,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767365,
     "length": 44,
     "sha256": "80548efe7d13434d6c00a49adc9b77688c61e59f25cc9254a349b93d9770c04c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rg6teng4.js` offset 198242871.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rg6teng4.js",
     "binary_offset": 198242871,
     "length": 39,
     "sha256": "8acc24f1e1428511e245e573fdd9ca2121b037116638b893591a6664e6fd8413",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-git-bash-path",
   "title": "CLAUDE_CODE_GIT_BASH_PATH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Windows only: path to the Git Bash executable (`bash.exe`).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 5,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795754,
     "length": 32,
     "sha256": "c8604057665c6b40dc19e6a627101a72ed5d52b7f56fd7c64e0af98c4461831e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Windows only: path to the Git Bash executable (`bash.exe`).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/troubleshoot-install"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-0r1makwg.js",
      "binary_offset": 176434094,
      "length": 27,
      "sha256": "f6c95e4dbad68752356729faa91b17e33d9f5d4057ee5a1f42320a61ae60cde0",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-0r1makwg.js",
     "binary_offset": 176434094,
     "length": 27,
     "sha256": "f6c95e4dbad68752356729faa91b17e33d9f5d4057ee5a1f42320a61ae60cde0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0r1makwg.js",
     "binary_offset": 176434140,
     "length": 27,
     "sha256": "f6c95e4dbad68752356729faa91b17e33d9f5d4057ee5a1f42320a61ae60cde0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0r1makwg.js",
     "binary_offset": 176434239,
     "length": 27,
     "sha256": "f6c95e4dbad68752356729faa91b17e33d9f5d4057ee5a1f42320a61ae60cde0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0r1makwg.js",
     "binary_offset": 176434275,
     "length": 27,
     "sha256": "f6c95e4dbad68752356729faa91b17e33d9f5d4057ee5a1f42320a61ae60cde0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0r1makwg.js",
     "binary_offset": 176434335,
     "length": 27,
     "sha256": "f6c95e4dbad68752356729faa91b17e33d9f5d4057ee5a1f42320a61ae60cde0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-glob-hidden",
   "title": "CLAUDE_CODE_GLOB_HIDDEN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `false` to exclude dotfiles from results when Claude invokes the Glob tool.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": "true",
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775977,
     "length": 30,
     "sha256": "34f375e6373664f0b3a7480f1599f0cd3b9746c91c6503ed8812dace77b91c0c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `false` to exclude dotfiles from results when Claude invokes the Glob tool.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183779468,
     "length": 35,
     "sha256": "7fef34043e944fefc48d6757921bda6aa0ac4dec640bb31561d636dd37b7be90",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-glob-no-ignore",
   "title": "CLAUDE_CODE_GLOB_NO_IGNORE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `false` to make the Glob tool respect `.gitignore` patterns.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": "true",
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776008,
     "length": 33,
     "sha256": "88a397ca8909c2301d2f104fc731682f3eb16ec2cd9a0d94d0701ee5f7e7c5ae",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `false` to make the Glob tool respect `.gitignore` patterns.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/tools-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183779415,
     "length": 38,
     "sha256": "f396df60037b97d7f70776ae32423b3b6bdd5db29900d48c2b6d609453a6fbab",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-glob-timeout-seconds",
   "title": "CLAUDE_CODE_GLOB_TIMEOUT_SECONDS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Timeout in seconds for Glob tool file discovery.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 0,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795787,
     "length": 39,
     "sha256": "da8851a379531b849eba5fcde8e1484a44131abe7a4efe25d843132fec48a1bc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Timeout in seconds for Glob tool file discovery.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180620568,
     "length": 34,
     "sha256": "3c89eebbaca07338cd527677456f40620b2fd672e7a54d7120431d5ecce4e8aa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-goal-checkin-minutes",
   "title": "CLAUDE_CODE_GOAL_CHECKIN_MINUTES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: How many minutes background work can keep an active goal waiting before Claude Code asks Claude to check on it.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 30,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 0,
     "max": 10080,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795827,
     "length": 39,
     "sha256": "4e2823622d3aa1a52f5bab45ccbfc3af0f103099890ac75979fa577ca674d09a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "How many minutes background work can keep an active goal waiting before Claude Code asks Claude to check on it.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/costs",
     "https://code.claude.com/docs/en/goal"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-td7fxg34.js",
     "binary_offset": 190666513,
     "length": 34,
     "sha256": "421e5a4bb84d2228c75e65e33ba328652a384232641ed292e94515e174c955a4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-gorse-plover",
   "title": "CLAUDE_CODE_GORSE_PLOVER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-erjm8tsb.js` offset 179179629.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776042,
     "length": 31,
     "sha256": "87b65c2cc0091f46c839ba013ba22bb1fd0bd2fca4db3efb51f8387d5eaf527c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-erjm8tsb.js` offset 179179629.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-erjm8tsb.js",
     "binary_offset": 179179629,
     "length": 26,
     "sha256": "5946ea7900fb618d4a37db98736188fc3c039864d2fe843d5bb2558e3f6e645b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-gzip-ccr-request-bodies",
   "title": "CLAUDE_CODE_GZIP_CCR_REQUEST_BODIES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-xhzhkvk3.js` offset 179712784.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809130,
     "length": 42,
     "sha256": "3392fea1af70bae27440c1bc5021bc47b77e7a5322b63fad2a541802ec1e3189",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xhzhkvk3.js` offset 179712784.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xhzhkvk3.js",
     "binary_offset": 179712784,
     "length": 37,
     "sha256": "8dc68f1f8de44ca5ca75e1378417b793822f91fc89798fb219b788ba6394f1c5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-gzip-request-bodies",
   "title": "CLAUDE_CODE_GZIP_REQUEST_BODIES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-xhzhkvk3.js` offset 179712822.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809173,
     "length": 38,
     "sha256": "1db1cfeb97140be629149d849244d520f19cde70f0a23f973c6903894598b6a0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xhzhkvk3.js` offset 179712822.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xhzhkvk3.js",
     "binary_offset": 179712822,
     "length": 33,
     "sha256": "bc05e45cfdf1cb6b6eb2c8718ad0278f9008a7c527f0d9918e9ad4214946362c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-gzip-request-body-level",
   "title": "CLAUDE_CODE_GZIP_REQUEST_BODY_LEVEL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-xhzhkvk3.js` offset 179712652.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 0,
     "max": 9,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809212,
     "length": 42,
     "sha256": "52589933d6adbb9ceda78d7c215f38f56a9af0d657f7c3d65af14a430ebeffd9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xhzhkvk3.js` offset 179712652.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xhzhkvk3.js",
     "binary_offset": 179712652,
     "length": 37,
     "sha256": "55a893ae1128ec7c6168b5833d3ee19ba6bbeae9c8a3e6f7afe1e19147b4bbc3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-harbor-kite",
   "title": "CLAUDE_CODE_HARBOR_KITE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-55gzvmdf.js` offset 179721085.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776074,
     "length": 30,
     "sha256": "9d645d00a317bbd7bcd17668500904af7bc7156c203460e66a79d3b540fd92be",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-55gzvmdf.js` offset 179721085.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-55gzvmdf.js",
     "binary_offset": 179721085,
     "length": 25,
     "sha256": "df6ae3c8b0fc7dacd928ba4eca5c758b93a9c21115dd0dac6ae1ac633d801ea8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-harbor-kite-cloud",
   "title": "CLAUDE_CODE_HARBOR_KITE_CLOUD",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze0kcaph.js` offset 197894187.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776105,
     "length": 36,
     "sha256": "5e2229d4929aafae09b247300cba3abf5366d49d351a486a61044f0b87bf675b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze0kcaph.js` offset 197894187.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze0kcaph.js",
     "binary_offset": 197894187,
     "length": 31,
     "sha256": "40c7c424a7b84f65846735b6a44c2d79473c9f5d49bf6d15d7e5b9cfd6dd9826",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-harbor-kite-pacing-off",
   "title": "CLAUDE_CODE_HARBOR_KITE_PACING_OFF",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-dj4whss0.js` offset 179739042.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776142,
     "length": 41,
     "sha256": "296386e63f81db52f9b244659b13c4a157b2c3aa651456003f120068f7bffc43",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-dj4whss0.js` offset 179739042.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-dj4whss0.js",
     "binary_offset": 179739042,
     "length": 36,
     "sha256": "a6b5fd40f43779e2529c80d11e65e56c24c771b7c46e16aa3f2c1e7c03673dbd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-hide-cwd",
   "title": "CLAUDE_CODE_HIDE_CWD",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to hide the working directory in the startup logo.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776184,
     "length": 27,
     "sha256": "bdbf7bbcdeecbf131127450989ecc4936c1b215d2a5ecc54c89e37c912119a4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to hide the working directory in the startup logo.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-0xfbbyhg.js",
     "binary_offset": 192537779,
     "length": 22,
     "sha256": "ab9166588c85d5e0ac0e18fa3de83db680d80dd00b0d4c376f7d7507e2b61ce6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-hide-settings-hint",
   "title": "CLAUDE_CODE_HIDE_SETTINGS_HINT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-94ks0f2h.js` offset 175818561.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795867,
     "length": 37,
     "sha256": "df9da7d740cdbd5008793a1a0d67bff71485428e7905c0596658bec780b25d8f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-94ks0f2h.js` offset 175818561.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175818561,
     "length": 32,
     "sha256": "1e801477152f4cec5a9700cdf847d4ddc2844fa534d193f232406b5c40f66ffc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-hold-report-park-at-init",
   "title": "CLAUDE_CODE_HOLD_REPORT_PARK_AT_INIT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-8v60mkqf.js` offset 198397734.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795905,
     "length": 43,
     "sha256": "c947e5fc3d19babb5a599376723588d0d6680f856fec09d58e0aecc7711cf9d9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8v60mkqf.js` offset 198397734.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8v60mkqf.js",
     "binary_offset": 198397734,
     "length": 38,
     "sha256": "65424d2e330e7a7425f16f7085da5a0490fb2863d5423a1e299acc54fa1e00a0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-home-seed-hold-timeout-ms",
   "title": "CLAUDE_CODE_HOME_SEED_HOLD_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-a964qqng.js` offset 210270705.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 300000,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 0
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795949,
     "length": 44,
     "sha256": "ea77cebc2db3c0e42767f112244e68f07dcbb6318040869c978d9d28264f98fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-a964qqng.js` offset 210270705.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-a964qqng.js",
     "binary_offset": 210270705,
     "length": 39,
     "sha256": "7cba2278d0f17fd95134464aec5cfb17c886cb3de20bd9f1a63f7742bf9644ad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-home-seed-verdict-timeout-ms",
   "title": "CLAUDE_CODE_HOME_SEED_VERDICT_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-a964qqng.js` offset 210270779.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 60000,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 0
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795994,
     "length": 47,
     "sha256": "54054749a7c5101d77f31fd8692a20e290248344fb76515127dea8ee5888b246",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-a964qqng.js` offset 210270779.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-a964qqng.js",
     "binary_offset": 210270779,
     "length": 42,
     "sha256": "356fd56e166395f4bd9304109bdd7d49a8d8e9d7e07f7ccea4e8522423efbf6f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-hooks-same-thread",
   "title": "CLAUDE_CODE_HOOKS_SAME_THREAD",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184579238.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776212,
     "length": 36,
     "sha256": "f6218c0381585056aacf9b8c4b5dd580c550ce2c4bb6aaf13ece751386a72b63",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184579238.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184579238,
     "length": 31,
     "sha256": "7c5f9747be536c55499121c6dfb3e9c323a401e9cbfa91706787637414d88fcf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-host-auth-env-var",
   "title": "CLAUDE_CODE_HOST_AUTH_ENV_VAR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-aqj8t7yt.js` offset 179689530.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "ANTHROPIC_AUTH_TOKEN",
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 5,
    "read_paths": [
     "env-object-param",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764549,
     "length": 36,
     "sha256": "62d3fdf14a535b9b98364e5a8ada980bb3a8bf620c7de6d0b7f1fb30af3c06b0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-aqj8t7yt.js` offset 179689530.",
    "description_source": null,
    "raw_truthiness_sites": 4,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178654345,
      "length": 31,
      "sha256": "276463eb87dc005d5cb6f9a1301633c2ccd199958a4101066b82aa5679cbc600",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-aqj8t7yt.js",
      "binary_offset": 179689530,
      "length": 41,
      "sha256": "9866d22028da594afeaa112ed8ea84f5787826b2e60b42e6f82eace36a4b5cde",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-18sktzq8.js",
      "binary_offset": 176039870,
      "length": 31,
      "sha256": "5df39c9047835b3d9673d7c70f26defe77b0597584e861f917759801acf9aaa4",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-18sktzq8.js",
      "binary_offset": 176040007,
      "length": 31,
      "sha256": "5df39c9047835b3d9673d7c70f26defe77b0597584e861f917759801acf9aaa4",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179689530,
     "length": 41,
     "sha256": "9866d22028da594afeaa112ed8ea84f5787826b2e60b42e6f82eace36a4b5cde",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178654345,
     "length": 31,
     "sha256": "276463eb87dc005d5cb6f9a1301633c2ccd199958a4101066b82aa5679cbc600",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184891909,
     "length": 31,
     "sha256": "276463eb87dc005d5cb6f9a1301633c2ccd199958a4101066b82aa5679cbc600",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-18sktzq8.js",
     "binary_offset": 176039870,
     "length": 31,
     "sha256": "5df39c9047835b3d9673d7c70f26defe77b0597584e861f917759801acf9aaa4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-18sktzq8.js",
     "binary_offset": 176040007,
     "length": 31,
     "sha256": "5df39c9047835b3d9673d7c70f26defe77b0597584e861f917759801acf9aaa4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-host-auth-refresh-timeout-ms",
   "title": "CLAUDE_CODE_HOST_AUTH_REFRESH_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199033462.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764586,
     "length": 47,
     "sha256": "a0a3865a9f35aac5c1e3b4004d6e9539a2160197910daa28da5bee1b7931e153",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199033462.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199033462,
     "length": 52,
     "sha256": "e2898b0c90e797477288d8566707c2510f50838a0a18d23050d6cb65adc9559f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-host-creds-file",
   "title": "CLAUDE_CODE_HOST_CREDS_FILE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-4f79m39g.js` offset 179634597.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 15,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764634,
     "length": 34,
     "sha256": "08bc2c28fd3aaffd76495681b4775b570a7e6c74a5384dc4929cbf90674ec203",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-4f79m39g.js` offset 179634597.",
    "description_source": null,
    "raw_truthiness_sites": 5,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-94ks0f2h.js",
      "binary_offset": 175817262,
      "length": 29,
      "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-9yjanq6m.js",
      "binary_offset": 180648014,
      "length": 29,
      "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-d73nsb9c.js",
      "binary_offset": 200377291,
      "length": 29,
      "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-hzevqd7x.js",
      "binary_offset": 181388497,
      "length": 29,
      "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184892924,
      "length": 29,
      "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179634597,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175817262,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180648014,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180648054,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180648093,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-d73nsb9c.js",
     "binary_offset": 200377291,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-d73nsb9c.js",
     "binary_offset": 200377325,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181388199,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181388497,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181388531,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-host-platform",
   "title": "CLAUDE_CODE_HOST_PLATFORM",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178518849.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "darwin",
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796042,
     "length": 32,
     "sha256": "a76158a21bd42330cf096e333790e3000084df4700872ea56bb6c440f62b71b6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178518849.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178518849,
     "length": 37,
     "sha256": "1727d409eda586c09b59ff662417ef679b7c0b6205b71fe641b5c945e257e0d7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175763024,
     "length": 37,
     "sha256": "1727d409eda586c09b59ff662417ef679b7c0b6205b71fe641b5c945e257e0d7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-host-scheduled-run",
   "title": "CLAUDE_CODE_HOST_SCHEDULED_RUN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-94ks0f2h.js` offset 175820933.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776249,
     "length": 37,
     "sha256": "1d666eb0eb062558b951c1f1fda6027e83dda0e5da6a0f549abb12de5d0f4a6d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-94ks0f2h.js` offset 175820933.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/typescript"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175820933,
     "length": 32,
     "sha256": "b89666ecae5c417ff3cd7c2695c4cfb41a7bc78ca9c95133146a80a0dc94b1ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-host-session-id",
   "title": "CLAUDE_CODE_HOST_SESSION_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178500539.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796075,
     "length": 34,
     "sha256": "83a801de442b3de4fec7715b797fb1952a43e07677401f05faf1178873714565",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178500539.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178500539,
     "length": 29,
     "sha256": "5970cab5e0c9c43c7df647bce7f9f94948945237d710cb72c43aa177de8704f6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-hover-rest",
   "title": "CLAUDE_CODE_HOVER_REST",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-p521683j.js` offset 187599794.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776287,
     "length": 29,
     "sha256": "3a3ae08fba08e5634e89f63d9f80ae4aa41f08aa16512f6ef2824aac973b3cbe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-p521683j.js` offset 187599794.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-p521683j.js",
     "binary_offset": 187599794,
     "length": 24,
     "sha256": "f2f700a5891895a7ac61633e79dee24714a17cb8bd7cc6a4cbb13ba8a034a0bb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x48gth1h.js",
     "binary_offset": 187601397,
     "length": 24,
     "sha256": "f2f700a5891895a7ac61633e79dee24714a17cb8bd7cc6a4cbb13ba8a034a0bb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-humble-hammock",
   "title": "CLAUDE_CODE_HUMBLE_HAMMOCK",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183856798.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776317,
     "length": 33,
     "sha256": "394ae36115337ea0bce51d47a9cb06fcfd1d3ca2748183c24555f641e16bdab3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183856798.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183856798,
     "length": 28,
     "sha256": "7bac3d993fe47e0dc86d08b7c5cd91a09e9d66c9ce98dcfcdcbf380bb00f3396",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183858103,
     "length": 28,
     "sha256": "7bac3d993fe47e0dc86d08b7c5cd91a09e9d66c9ce98dcfcdcbf380bb00f3396",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-ide-host-override",
   "title": "CLAUDE_CODE_IDE_HOST_OVERRIDE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override the host address used to connect to the IDE extension.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796110,
     "length": 36,
     "sha256": "ab4de0a2ca8949b78036698dd7bdc50f8454184bb80882e03b9b33598565da32",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override the host address used to connect to the IDE extension.",
    "description_source": "docs",
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 186034593,
      "length": 31,
      "sha256": "13c70d6f4dc4a10c1e75fb56f288fcfea8cf5bddf9bd30a5458a1712ace9aef5",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186034593,
     "length": 31,
     "sha256": "13c70d6f4dc4a10c1e75fb56f288fcfea8cf5bddf9bd30a5458a1712ace9aef5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186034632,
     "length": 31,
     "sha256": "13c70d6f4dc4a10c1e75fb56f288fcfea8cf5bddf9bd30a5458a1712ace9aef5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-ide-skip-auto-install",
   "title": "CLAUDE_CODE_IDE_SKIP_AUTO_INSTALL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to skip auto-installation of IDE extensions.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776351,
     "length": 40,
     "sha256": "0a062383c73ca725350a9156844bf92fc9fbbf8f9a16b68a16966f7f5451ad95",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to skip auto-installation of IDE extensions.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference",
     "https://code.claude.com/docs/en/vs-code"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186034093,
     "length": 35,
     "sha256": "677096709941244a39b13f689591ecaf604ef2c9cfcb1c29c865006517012571",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-ide-skip-valid-check",
   "title": "CLAUDE_CODE_IDE_SKIP_VALID_CHECK",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to skip validation of IDE lockfile entries during connection.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776392,
     "length": 39,
     "sha256": "ad724271ed57193f6aed4607a97ee39372a8e25a470f0617ddbca2457adfa3ec",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to skip validation of IDE lockfile entries during connection.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186027166,
     "length": 34,
     "sha256": "f07ea29081a0f04dc5b1e32366cde0eda386880c2f1fdb31a3cb7bbd1bcfaa1c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-idle-threshold-minutes",
   "title": "CLAUDE_CODE_IDLE_THRESHOLD_MINUTES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mzg9kbjz.js` offset 203723251.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 75,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796147,
     "length": 41,
     "sha256": "d8a80558ce6c6423f2191c7eb5f27ae9c43a42aecd043e4029aa7dd091dca5a9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mzg9kbjz.js` offset 203723251.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203723251,
     "length": 46,
     "sha256": "c369462a7e9df8f4994745a84991044e20fd4b81720f5a3d4e4cf91c4af1bb98",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-idle-token-threshold",
   "title": "CLAUDE_CODE_IDLE_TOKEN_THRESHOLD",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mzg9kbjz.js` offset 203723143.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 100000,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796189,
     "length": 39,
     "sha256": "9b441f5a881663c43dc380bff52cc4b2dbf1853d65476100ec87197559dbee03",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mzg9kbjz.js` offset 203723143.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203723143,
     "length": 44,
     "sha256": "4cb11ebee164b2dec4aefe79a5f01d6c75327d11fe1016081569e29e788ffd1a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-include-partial-messages",
   "title": "CLAUDE_CODE_INCLUDE_PARTIAL_MESSAGES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cpf7rt77.js` offset 191831036.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776432,
     "length": 43,
     "sha256": "c344e1da1270dd2a6e2ad5a70f75959d2a584a43ae43c6a13753f43b92998075",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cpf7rt77.js` offset 191831036.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191831036,
     "length": 38,
     "sha256": "2ec5d90fc5a7bb927775b76985cd00be55f581e860dc1397026929943b0f6eb6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-inline-tools",
   "title": "CLAUDE_CODE_INLINE_TOOLS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178309239.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776476,
     "length": 31,
     "sha256": "030e739eb432de4f4ad1dd3aace6d2b672e6481ce32381920e2755ed758932a7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178309239.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178309239,
     "length": 26,
     "sha256": "6c18992e124cc301aad0a3e0f6ef5a22c1f6185303b7e453e76076c4cc2ab675",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178309308,
     "length": 26,
     "sha256": "6c18992e124cc301aad0a3e0f6ef5a22c1f6185303b7e453e76076c4cc2ab675",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178309351,
     "length": 26,
     "sha256": "6c18992e124cc301aad0a3e0f6ef5a22c1f6185303b7e453e76076c4cc2ab675",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-intro-frame",
   "title": "CLAUDE_CODE_INTRO_FRAME",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184297747.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776508,
     "length": 30,
     "sha256": "e2840e39df0892b7a9c93fca5a694891b14db81c838523dda9aea002c4a0fc96",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184297747.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184297747,
     "length": 25,
     "sha256": "698839a24d074ad1a69f227e010165db92aa2cedc629235bed38e25a1cf82714",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-is-cowork",
   "title": "CLAUDE_CODE_IS_COWORK",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-gg4jhzsm.js` offset 209399002.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 10,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796229,
     "length": 28,
     "sha256": "4fe8c9e3e4ec60f6f90c5deeab1edd914075f90307ecdb196f1fd93a1d575ea8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gg4jhzsm.js` offset 209399002.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209399002,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199521278,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k9vrwn7g.js",
     "binary_offset": 180911835,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198955281,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209183943,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183311684,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184669837,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184670033,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184692711,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184696970,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-juniper-sundial",
   "title": "CLAUDE_CODE_JUNIPER_SUNDIAL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186065671.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776539,
     "length": 34,
     "sha256": "ed25e50d0d35d9dd12c467db86a998ce2fde1b184862881444b6a972b43e4bb6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186065671.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186065671,
     "length": 29,
     "sha256": "7f21b6547a17d2529405e95d38f5c06694123a0b589edefa0429376714d639cf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-kb-cohesion-fixes",
   "title": "CLAUDE_CODE_KB_COHESION_FIXES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-d8zzyzhw.js` offset 198198402.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776574,
     "length": 36,
     "sha256": "f99291e15e95bff9920f996389abe65d78323d94e286c1e8afaf0586a2fdd023",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-d8zzyzhw.js` offset 198198402.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-d8zzyzhw.js",
     "binary_offset": 198198402,
     "length": 31,
     "sha256": "8ed256d2eacd56f6f3d603c474a1b53752095525a043c35d21b92494b8126892",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-lantern-prism",
   "title": "CLAUDE_CODE_LANTERN_PRISM",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ryzzp1n6.js` offset 182859294.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776611,
     "length": 32,
     "sha256": "1e8e0407c08e693a05277af0c27c70abf8bbc68637d940353f1f550d967925ca",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ryzzp1n6.js` offset 182859294.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ryzzp1n6.js",
     "binary_offset": 182859294,
     "length": 27,
     "sha256": "318044d23ea830a8509743b9ea6552c7e59ebe4828bc501f499c9e31a9cd914d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-larch-cistern",
   "title": "CLAUDE_CODE_LARCH_CISTERN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-erjm8tsb.js` offset 179179898.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776644,
     "length": 32,
     "sha256": "71ec237cb1472c3d7698959835b978eeeee227135278988d9ca4da2efbd1cab6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-erjm8tsb.js` offset 179179898.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-erjm8tsb.js",
     "binary_offset": 179179898,
     "length": 27,
     "sha256": "5502383a6ae6088b7a0e12dddcaebbd47acc714bbdfe2fe3f11728158131812b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-legacy-bundle",
   "title": "CLAUDE_CODE_LEGACY_BUNDLE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 182034649.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796258,
     "length": 32,
     "sha256": "673564f5035fc4c627fa62ee62bdcf8bfcd872deeb88b8314cbe4ad067b21054",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 182034649.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 182034649,
     "length": 27,
     "sha256": "c3a383e39c55a966066218c704cca3fcf4e0c4a9838eac9d51f81291189e298a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-loop-keepalive",
   "title": "CLAUDE_CODE_LOOP_KEEPALIVE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-c7f0c5sp.js` offset 190266936.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796291,
     "length": 33,
     "sha256": "2f76776d5aa8edd7a0fde11b87537afc6bf3fb038152edd980c2c4705d5014fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-c7f0c5sp.js` offset 190266936.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-c7f0c5sp.js",
     "binary_offset": 190266936,
     "length": 28,
     "sha256": "0cb997e517509178053dd79a3c75890efb29fd73bd0e2d2ed2a3f6530f7443d8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-loop-persistent",
   "title": "CLAUDE_CODE_LOOP_PERSISTENT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-24v8hqws.js` offset 207336062.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796325,
     "length": 34,
     "sha256": "bab91e49c9709b44d57aed671409228ba499b3e7a273a615856db248c723346f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-24v8hqws.js` offset 207336062.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-24v8hqws.js",
     "binary_offset": 207336062,
     "length": 29,
     "sha256": "e29219328a480ea0c6929236b258c5d1702a65a717236592c54cd8da18168322",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-max-concurrent-subagents",
   "title": "CLAUDE_CODE_MAX_CONCURRENT_SUBAGENTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: How many subagents can be running in one session before the Agent tool refuses to spawn another (default: 20).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 20,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796401,
     "length": 43,
     "sha256": "6c2a3455372223ed7831760c5d8927dfd35a92745c445413179a4931ea8aaf41",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "How many subagents can be running in one session before the Agent tool refuses to spawn another (default: 20).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/subagents",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/sub-agents"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184182889,
     "length": 38,
     "sha256": "482fa86803b9412f2b0a6ff6652ff67e53d73cf01784bbf5c4f2a4665903480b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-max-context-tokens",
   "title": "CLAUDE_CODE_MAX_CONTEXT_TOKENS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override the context window size Claude Code assumes for the active model.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809255,
     "length": 37,
     "sha256": "06b042ac2d6fbcabadc6d3e7202eeb3af21881da17abb465d6a21d8c0a09abe4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override the context window size Claude Code assumes for the active model.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/model-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178427035,
     "length": 32,
     "sha256": "3237e39a1cea14f2ee3b65883d6aefa0ab4cb7999b14527c6af3c762ac444970",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178427360,
     "length": 32,
     "sha256": "3237e39a1cea14f2ee3b65883d6aefa0ab4cb7999b14527c6af3c762ac444970",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191788726,
     "length": 32,
     "sha256": "3237e39a1cea14f2ee3b65883d6aefa0ab4cb7999b14527c6af3c762ac444970",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-max-effort-reminder",
   "title": "CLAUDE_CODE_MAX_EFFORT_REMINDER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-fr7r2xfj.js` offset 179152999.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807740,
     "length": 38,
     "sha256": "4d449bb43cb267f8bb704c55b710a02fd3aac46b8d06eaf1ffab5ff6cfbbec46",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fr7r2xfj.js` offset 179152999.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fr7r2xfj.js",
     "binary_offset": 179152999,
     "length": 33,
     "sha256": "cf1ec2912213fea7405ba5ab911c61e7420d63d9420eeb92d9a0fd044907ae4a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-max-mcp-description-length",
   "title": "CLAUDE_CODE_MAX_MCP_DESCRIPTION_LENGTH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Maximum length in characters of each MCP tool description and each MCP server's instructions that Claude Code sends to the model (default: 2048).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796445,
     "length": 45,
     "sha256": "ff100cc3dc543e9c3ace3fe7083fb47d5dc51a5ff3767b25668bf4a13d2617fc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Maximum length in characters of each MCP tool description and each MCP server's instructions that Claude Code sends to the model (default: 2048).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/mcp"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184417295,
     "length": 40,
     "sha256": "bc6c35a85a93549776ed0dbcf9095a26870c38e4fad6a688f16ae72ff6535c5b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-max-output-tokens",
   "title": "CLAUDE_CODE_MAX_OUTPUT_TOKENS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set the maximum number of output tokens for most requests.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809293,
     "length": 36,
     "sha256": "2534a7442e08fe1f892d0636e9e49d881330836c0b444da7e7c0a58a6d12d6e6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set the maximum number of output tokens for most requests.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/llm-gateway-connect"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185042359,
     "length": 41,
     "sha256": "bf917afe645ee9dd2228e8d1e82d7b587e75ca1f6d4468e8405561155587601a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-max-retries",
   "title": "CLAUDE_CODE_MAX_RETRIES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override the number of times to retry failed API requests (default: 10).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809330,
     "length": 30,
     "sha256": "c2ce563f4e2a5a1dd4c8227034d25a83d971426f3d48b243a665ea0cde4206db",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override the number of times to retry failed API requests (default: 10).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/python",
     "https://code.claude.com/docs/en/agent-sdk/typescript",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184910071,
     "length": 25,
     "sha256": "7979c44be91c99616ed1556b23c616b8ebf3457ae8856887749d804dc13e05cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-max-subagent-spawn-depth",
   "title": "CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Number of subagent layers allowed below the main conversation (default: 3).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796491,
     "length": 43,
     "sha256": "ab54d7a72f1d686985f499801ae47dd727633a4356a658f33078b0b1b81c3728",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Number of subagent layers allowed below the main conversation (default: 3).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/subagents",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/sub-agents"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-h2dsckwd.js",
     "binary_offset": 182221789,
     "length": 38,
     "sha256": "6fc57800c8b14c1e52a057e6b21c3e5b5bce624d026518753aa05c6d17f6057f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-max-tool-use-concurrency",
   "title": "CLAUDE_CODE_MAX_TOOL_USE_CONCURRENCY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Maximum number of read-only tools and subagents that can execute in parallel (default: 10).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 10,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809361,
     "length": 43,
     "sha256": "961001d97dfb375203bccf6e33eb05d931a3e58cccd7cf2360357f346e4d0151",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Maximum number of read-only tools and subagents that can execute in parallel (default: 10).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/errors"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7dz9rvcm.js",
     "binary_offset": 190024893,
     "length": 38,
     "sha256": "984edcae05475770744fde2b07adc1f71b5e9bc91d6ed0f779a1c96b8bb0478d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-max-turns",
   "title": "CLAUDE_CODE_MAX_TURNS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Cap the number of agentic turns when no explicit limit is passed.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809405,
     "length": 28,
     "sha256": "955b2e6079e13ac217f066a1b613f9bb6218c450117adabfe97db7bc5380356b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Cap the number of agentic turns when no explicit limit is passed.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/claude-projects"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175590675,
     "length": 33,
     "sha256": "a023beee2f65f60b1e1b5e83f0afe2b265ef8c4c424f37c0c9358edcd1479a89",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-max-web-searches-per-session",
   "title": "CLAUDE_CODE_MAX_WEB_SEARCHES_PER_SESSION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Cap on the total number of WebSearch calls one session can make (default: 200).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 200,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796535,
     "length": 47,
     "sha256": "ef37538d5e28c0a1d4c066ffd3e81d2faa99e9e014e0343ed11c874d367ae7e3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Cap on the total number of WebSearch calls one session can make (default: 200).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/tools-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fgcgaa0x.js",
     "binary_offset": 182281563,
     "length": 42,
     "sha256": "c068574d36850af6606b907bd57388c4b17e73b875ec09577afd9b156a2b5192",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-mcp-allowlist-env",
   "title": "CLAUDE_CODE_MCP_ALLOWLIST_ENV",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to spawn stdio MCP servers with only a safe baseline environment plus the server's configured `env`, instead of inheriting your shell environment",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796583,
     "length": 36,
     "sha256": "16574dcbd5583bbce22c1088051ccc7856524849ffe89bc12cdc34b3a8860ba9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to spawn stdio MCP servers with only a safe baseline environment plus the server's configured `env`, instead of inheriting your shell environment",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177816528,
     "length": 41,
     "sha256": "f9e0beea955ccaa94a1bce1bf29ea1294e0b29a8415d4eb09b3ff4357a17c1ae",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-mcp-apps-host",
   "title": "CLAUDE_CODE_MCP_APPS_HOST",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177814805.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796620,
     "length": 32,
     "sha256": "2536c83b7e23e08b6191bfeaa9d8164c4a87e56ad8721d315721befa78675f2c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177814805.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177814805,
     "length": 27,
     "sha256": "ac766569293f55a77e3e43b9ddb89ad164d555dc0e5cb1dd2d383232e3506fd8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183330201,
     "length": 27,
     "sha256": "ac766569293f55a77e3e43b9ddb89ad164d555dc0e5cb1dd2d383232e3506fd8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-mcp-auto-background-ms",
   "title": "CLAUDE_CODE_MCP_AUTO_BACKGROUND_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Elapsed time in milliseconds before a still-running MCP tool call moves to a background task (default: 120000, or 2 minutes).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796653,
     "length": 41,
     "sha256": "1b8af182d29e11cc0848a40e50752111f3be0fc6fa3abdc1ea676b91d325a65d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Elapsed time in milliseconds before a still-running MCP tool call moves to a background task (default: 120000, or 2 minutes).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/mcp"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-vzjrrtab.js",
     "binary_offset": 215104642,
     "length": 36,
     "sha256": "92c1abd040cc77223f079329e9906a28c3ff74fde89caa92efad1cfeb7921f95",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-mcp-connector-prewait-ms",
   "title": "CLAUDE_CODE_MCP_CONNECTOR_PREWAIT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198817955.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796695,
     "length": 43,
     "sha256": "e5884623c2c090b55497ab42d377db9243a5e4d0ff820c2093e32a65f468354c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198817955.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198817955,
     "length": 38,
     "sha256": "47172fe3de7c23f8421ade32463ab12f9feb7ea73f4a7a377de849779d815375",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-mcp-memory-cgroup",
   "title": "CLAUDE_CODE_MCP_MEMORY_CGROUP",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-pez7h27x.js` offset 176520491.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796739,
     "length": 36,
     "sha256": "9efe97f23402ddbdec9ca5ac215bcfe3a7ac52bff7409c91c237f8e085170d9f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-pez7h27x.js` offset 176520491.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pez7h27x.js",
     "binary_offset": 176520491,
     "length": 31,
     "sha256": "e5f058229b1e2a074d1fd715a2deebdfae1cc5e73ab6b6cc765977e4c0063190",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-mcp-startup-wait-ms",
   "title": "CLAUDE_CODE_MCP_STARTUP_WAIT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: How long in milliseconds the first turn of a non-interactive session waits for MCP servers that are still connecting, in place of the default first-turn wait.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "bounds": {
     "min": 0
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796776,
     "length": 38,
     "sha256": "bde4c37e2b8504b8fef6ca2efb638877ee9faa363aba39820bd0fcabd8152da5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "How long in milliseconds the first turn of a non-interactive session waits for MCP servers that are still connecting, in place of the default first-turn wait.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/mcp",
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177814759,
     "length": 33,
     "sha256": "63fb2b7c2017adf9a4f63f9ef632be66b9ad9360138916ea42e128d63dfa6949",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198818076,
     "length": 33,
     "sha256": "63fb2b7c2017adf9a4f63f9ef632be66b9ad9360138916ea42e128d63dfa6949",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-mcp-tool-idle-timeout",
   "title": "CLAUDE_CODE_MCP_TOOL_IDLE_TIMEOUT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Idle timeout in milliseconds for MCP tool calls.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796815,
     "length": 40,
     "sha256": "a66204c3ccc1d8b2d2539f85ba186babb0b79ec8916b7d090e08391ea2a7434c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Idle timeout in milliseconds for MCP tool calls.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/mcp"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209339054,
     "length": 35,
     "sha256": "cc6c8538770043892f9e836e3b27d9638eb858d655ba2fba9ef1298bb1444472",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209106484,
     "length": 35,
     "sha256": "cc6c8538770043892f9e836e3b27d9638eb858d655ba2fba9ef1298bb1444472",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-memory-push-delete-mode",
   "title": "CLAUDE_CODE_MEMORY_PUSH_DELETE_MODE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181257511.",
   "documented": null,
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "corroborate",
     "immediate",
     "never"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "enum",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776677,
     "length": 42,
     "sha256": "ade019a6096fbcbc7dc4dfb668bc97944859bcb04a9a318ed87c210533617e7e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181257511.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181257511,
     "length": 37,
     "sha256": "d1dd7dc7cd7d15225db4127caad2c2bae64fe4869fa1963d91408486e4a86518",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-memory-subagent-append",
   "title": "CLAUDE_CODE_MEMORY_SUBAGENT_APPEND",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-7dz9rvcm.js` offset 190123733.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796856,
     "length": 41,
     "sha256": "71512364c762bd7f9220e33f9bc23a782955d8146634e7ba0731b235b65127fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-7dz9rvcm.js` offset 190123733.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7dz9rvcm.js",
     "binary_offset": 190123733,
     "length": 36,
     "sha256": "024704bfa2e5f0a9ea73a83a53ac9eed3537ef7aba52134ec0338029507eac5f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-messaging-socket",
   "title": "CLAUDE_CODE_MESSAGING_SOCKET",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set by Claude Code, not by you: in sessions that bind an inbox socket, Claude Code exports that socket's path to hooks and Bash commands when it binds the socket.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 7,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-rgan2ga5.js",
     "binary_offset": 193546542,
     "length": 34,
     "sha256": "624f343a845df435fde5a7800fd245cca99cacda32a4398b2b54ebabaf49827a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set by Claude Code, not by you: in sessions that bind an inbox socket, Claude Code exports that socket's path to hooks and Bash commands when it binds the socket.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/cross-session-messaging",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-wynxkg6x.js",
      "binary_offset": 210779967,
      "length": 31,
      "sha256": "1679516e392a389ddeaf20d2947939cc50545a80b2f813639c659cee3855d251",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178497992,
     "length": 31,
     "sha256": "1679516e392a389ddeaf20d2947939cc50545a80b2f813639c659cee3855d251",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-447dcab3.js",
     "binary_offset": 178070367,
     "length": 31,
     "sha256": "1679516e392a389ddeaf20d2947939cc50545a80b2f813639c659cee3855d251",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191849499,
     "length": 31,
     "sha256": "1679516e392a389ddeaf20d2947939cc50545a80b2f813639c659cee3855d251",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dj4whss0.js",
     "binary_offset": 179748539,
     "length": 31,
     "sha256": "1679516e392a389ddeaf20d2947939cc50545a80b2f813639c659cee3855d251",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wynxkg6x.js",
     "binary_offset": 210779850,
     "length": 31,
     "sha256": "1679516e392a389ddeaf20d2947939cc50545a80b2f813639c659cee3855d251",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wynxkg6x.js",
     "binary_offset": 210779918,
     "length": 31,
     "sha256": "1679516e392a389ddeaf20d2947939cc50545a80b2f813639c659cee3855d251",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wynxkg6x.js",
     "binary_offset": 210779967,
     "length": 31,
     "sha256": "1679516e392a389ddeaf20d2947939cc50545a80b2f813639c659cee3855d251",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-model-capabilities",
   "title": "CLAUDE_CODE_MODEL_CAPABILITIES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y5k20gt2.js` offset 176668908.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776720,
     "length": 37,
     "sha256": "a9d14873792d03186903348c7cc20ccae586d8bd679bb2af5819ab68af3c0e57",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-y5k20gt2.js` offset 176668908.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y5k20gt2.js",
     "binary_offset": 176668908,
     "length": 32,
     "sha256": "a04a0c59a913ac619f70d252d724b9773fa8083fcee6650986995ad58d91d3f0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-model-catalog",
   "title": "CLAUDE_CODE_MODEL_CATALOG",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y3dsk95a.js` offset 191145034.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807779,
     "length": 32,
     "sha256": "5edc523bb379a355f4ac4b7cb5da4634dc93c76ed00c04f776a20cff2f7ce572",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-y3dsk95a.js` offset 191145034.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y3dsk95a.js",
     "binary_offset": 191145034,
     "length": 27,
     "sha256": "dce6abf9036c20b96689e43fb3ba0073e733bb77a64fe2baf8cc62b3486410b5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-model-catalog-url",
   "title": "CLAUDE_CODE_MODEL_CATALOG_URL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-fnerys0a.js` offset 190489555.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807812,
     "length": 36,
     "sha256": "272d550bc683e219c1f55861f8a2d418c9c61310db0c0fa3e64df6290be8e075",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fnerys0a.js` offset 190489555.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fnerys0a.js",
     "binary_offset": 190489555,
     "length": 31,
     "sha256": "0a1f41883d0862821164f2334301eaeab2560e82d510dd9da28a08f1a674dcf6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-nankeen-kestrel",
   "title": "CLAUDE_CODE_NANKEEN_KESTREL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9yjanq6m.js` offset 180607389.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776758,
     "length": 34,
     "sha256": "cff427c5038b1d7459ec3f291e2c8a998ed08f5f6511d5099d75ccef4bf6942d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-9yjanq6m.js` offset 180607389.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180607389,
     "length": 29,
     "sha256": "62f600b158fb1879f22a64674e362d029b0c886dc70d982e832c9dd5f4c8b056",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-native-cursor",
   "title": "CLAUDE_CODE_NATIVE_CURSOR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to show the terminal's own cursor at the input caret instead of a drawn block.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776793,
     "length": 32,
     "sha256": "4e0f7df887f893ce0bb003577ce5cedbcabb962453fb39bad8b2f29637b62560",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to show the terminal's own cursor at the input caret instead of a drawn block.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188769183,
     "length": 27,
     "sha256": "9973481dd7dca868eea44d32479be7ebb3b869a7aa93122e3fed5d86e98ef0fc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-new-init",
   "title": "CLAUDE_CODE_NEW_INIT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to make `/init` run an interactive setup flow.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776826,
     "length": 27,
     "sha256": "6c949fdca46a7565b1b36e738196d0348455d4671c848371706d8d0d87b01839",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to make `/init` run an interactive setup flow.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/commands",
     "https://code.claude.com/docs/en/memory"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185673271,
     "length": 22,
     "sha256": "3988e65d7275be2cefa40359b6fea1cdd108903126ad76a20dede3ca1649612d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185697073,
     "length": 22,
     "sha256": "3988e65d7275be2cefa40359b6fea1cdd108903126ad76a20dede3ca1649612d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-no-flicker",
   "title": "CLAUDE_CODE_NO_FLICKER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to enable fullscreen rendering, a research preview that reduces flicker and keeps memory flat in long conversations.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 6,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776892,
     "length": 29,
     "sha256": "d0071fdf307c5970033f1de80009e845ab5ff72181c0d208b75cecb467cee4ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to enable fullscreen rendering, a research preview that reduces flicker and keeps memory flat in long conversations.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/fullscreen",
     "https://code.claude.com/docs/en/settings-reference",
     "https://code.claude.com/docs/en/terminal-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n3jtyenp.js",
     "binary_offset": 182201278,
     "length": 24,
     "sha256": "ffde9f689ed4400e5c9c7c7f2db7fd1f924c0035144335ae162f0b10f64c9656",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n3jtyenp.js",
     "binary_offset": 182201759,
     "length": 24,
     "sha256": "ffde9f689ed4400e5c9c7c7f2db7fd1f924c0035144335ae162f0b10f64c9656",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n3jtyenp.js",
     "binary_offset": 182202587,
     "length": 24,
     "sha256": "ffde9f689ed4400e5c9c7c7f2db7fd1f924c0035144335ae162f0b10f64c9656",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n3jtyenp.js",
     "binary_offset": 182202900,
     "length": 24,
     "sha256": "ffde9f689ed4400e5c9c7c7f2db7fd1f924c0035144335ae162f0b10f64c9656",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n3jtyenp.js",
     "binary_offset": 182203903,
     "length": 24,
     "sha256": "ffde9f689ed4400e5c9c7c7f2db7fd1f924c0035144335ae162f0b10f64c9656",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n3jtyenp.js",
     "binary_offset": 182203947,
     "length": 24,
     "sha256": "ffde9f689ed4400e5c9c7c7f2db7fd1f924c0035144335ae162f0b10f64c9656",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-no-model-fallback",
   "title": "CLAUDE_CODE_NO_MODEL_FALLBACK",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178412093.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807849,
     "length": 36,
     "sha256": "4b7ca76e90bf3752737d4c44d6ed156eca4fe0d9abcfa3fc6d1de95f98a709da",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178412093.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178412093,
     "length": 31,
     "sha256": "9a948e34a308f0cf7064436c4888f0d1afb5dfdcd0e29cb02370391f25980b15",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-nonblocking-stdout",
   "title": "CLAUDE_CODE_NONBLOCKING_STDOUT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to write terminal output through a second non-blocking file descriptor, so a terminal that stops reading, such as a paused tmux control-mode pane or a stalled SSH connection, can't freeze Claude Code mid-session.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776854,
     "length": 37,
     "sha256": "9d4742d82b58dd6918cd5cc9c624b755476eafd9b22410c0e5c31e7ea08ca83a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to write terminal output through a second non-blocking file descriptor, so a terminal that stops reading, such as a paused tmux control-mode pane or a stalled SSH connection, can't freeze Claude Code mid-session.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188724117,
     "length": 32,
     "sha256": "7e045e30f815b84b58e918909af18e5637dc56513e8c284b2c68280cbc205a70",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-oauth-401-wait-ms",
   "title": "CLAUDE_CODE_OAUTH_401_WAIT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178688492.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 0
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764669,
     "length": 36,
     "sha256": "95f8456baadedcb4a8f4acce3864b29746c166944958a46e880a168228e06826",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178688492.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178688492,
     "length": 31,
     "sha256": "adf8c8427d986dac823a2d3f006f9c9e78edfffb2822a4bdcc49e0cfa0eee10d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-oauth-client-id",
   "title": "CLAUDE_CODE_OAUTH_CLIENT_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-htj0346e.js` offset 175688341.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764706,
     "length": 34,
     "sha256": "da995e5c0493329b5c47f1a7d1a6dc362db50a28a7f5a142e1cb28b3a5f86b2f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-htj0346e.js` offset 175688341.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-htj0346e.js",
     "binary_offset": 175688341,
     "length": 39,
     "sha256": "bd32389ea4aaaeb4b53d5d6b1f2320ed3a9dfc33d913e11532941a8786cd9235",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mddynm36.js",
     "binary_offset": 200567490,
     "length": 39,
     "sha256": "bd32389ea4aaaeb4b53d5d6b1f2320ed3a9dfc33d913e11532941a8786cd9235",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-oauth-refresh-token",
   "title": "CLAUDE_CODE_OAUTH_REFRESH_TOKEN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: OAuth refresh token for Claude.ai authentication.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764741,
     "length": 38,
     "sha256": "5ba68bb8dc1f66b21c5d19692fbd506708ccf5269be51cf8e6ac05250f5817e6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "OAuth refresh token for Claude.ai authentication.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-testing"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mddynm36.js",
     "binary_offset": 200566967,
     "length": 43,
     "sha256": "546b7627041f8c69293c0bcc4e480f5625202f4f3203739fb645d5d17f8d6222",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-oauth-scopes",
   "title": "CLAUDE_CODE_OAUTH_SCOPES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Space-separated OAuth scopes the refresh token was issued with, such as `\"user:profile user:inference user:sessions:claude_code\"`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764780,
     "length": 31,
     "sha256": "554f4f9feb2c4fa6e21ba34b67790230db52d2d4ac40b2a8b29cf7d7e5b6b220",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Space-separated OAuth scopes the refresh token was issued with, such as `\"user:profile user:inference user:sessions:claude_code\"`.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/network-config",
     "https://code.claude.com/docs/en/self-hosted-environments-testing"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mddynm36.js",
     "binary_offset": 200567023,
     "length": 36,
     "sha256": "f3d74416f735f201904ef60dc433950e90502ae3be183d642a608db640df52c5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178683137,
     "length": 26,
     "sha256": "e977da12558c5ff12be470294c29581a5047a1e3c8e2558faa411f809182762c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-oauth-token",
   "title": "CLAUDE_CODE_OAUTH_TOKEN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: OAuth access token for claude.ai authentication.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 41,
    "read_paths": [
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764812,
     "length": 30,
     "sha256": "df5f18bb5a2b02810d063ae1860431b2b41c04b2e801f6590993268064e95e8d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "OAuth access token for claude.ai authentication.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/claude-code-features",
     "https://code.claude.com/docs/en/authentication",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/devcontainer",
     "https://code.claude.com/docs/en/errors"
    ],
    "also_written": true,
    "raw_truthiness_sites": 24,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178658296,
      "length": 25,
      "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178659262,
      "length": 25,
      "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178662405,
      "length": 25,
      "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178683323,
      "length": 25,
      "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178684925,
      "length": 25,
      "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178690478,
     "length": 35,
     "sha256": "12619147466c04c42e2e68713e1fc5a9803f9662acba9ac5c1619c46ac55cfce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-38djgp32.js",
     "binary_offset": 181141498,
     "length": 35,
     "sha256": "12619147466c04c42e2e68713e1fc5a9803f9662acba9ac5c1619c46ac55cfce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cme5s81g.js",
     "binary_offset": 198680642,
     "length": 35,
     "sha256": "12619147466c04c42e2e68713e1fc5a9803f9662acba9ac5c1619c46ac55cfce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hywfcn63.js",
     "binary_offset": 188309851,
     "length": 35,
     "sha256": "12619147466c04c42e2e68713e1fc5a9803f9662acba9ac5c1619c46ac55cfce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178469909,
     "length": 25,
     "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178655278,
     "length": 25,
     "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178658296,
     "length": 25,
     "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178659262,
     "length": 25,
     "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178662405,
     "length": 25,
     "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178683323,
     "length": 25,
     "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-oauth-token-file-descriptor",
   "title": "CLAUDE_CODE_OAUTH_TOKEN_FILE_DESCRIPTOR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178662433.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 7,
    "read_paths": [
     "helper",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764843,
     "length": 46,
     "sha256": "6d8bb381e6f042589cc35b9afeec27419307f78565f469ab90ea3cc92604a5a1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178662433.",
    "description_source": null,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178662433,
      "length": 41,
      "sha256": "e23b3439f668309dc71c0006ce06ff164a27631c3c46495d9a6eccb5d085cf3b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178709933,
      "length": 41,
      "sha256": "e23b3439f668309dc71c0006ce06ff164a27631c3c46495d9a6eccb5d085cf3b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 185911837,
      "length": 41,
      "sha256": "e23b3439f668309dc71c0006ce06ff164a27631c3c46495d9a6eccb5d085cf3b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178662433,
     "length": 41,
     "sha256": "e23b3439f668309dc71c0006ce06ff164a27631c3c46495d9a6eccb5d085cf3b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178692114,
     "length": 41,
     "sha256": "e23b3439f668309dc71c0006ce06ff164a27631c3c46495d9a6eccb5d085cf3b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178709933,
     "length": 41,
     "sha256": "e23b3439f668309dc71c0006ce06ff164a27631c3c46495d9a6eccb5d085cf3b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192067867,
     "length": 41,
     "sha256": "e23b3439f668309dc71c0006ce06ff164a27631c3c46495d9a6eccb5d085cf3b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185911837,
     "length": 41,
     "sha256": "e23b3439f668309dc71c0006ce06ff164a27631c3c46495d9a6eccb5d085cf3b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178659353,
     "length": 45,
     "sha256": "e1f216aab3bf502e6c417d31767445f25594bdd90efa9573d465b15a808a9b38",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178711518,
     "length": 45,
     "sha256": "e1f216aab3bf502e6c417d31767445f25594bdd90efa9573d465b15a808a9b38",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-organization-uuid",
   "title": "CLAUDE_CODE_ORGANIZATION_UUID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-v43p42ed.js` offset 177831941.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 18,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764890,
     "length": 36,
     "sha256": "eccf1db76941877bbd181a51114a7eb8b496805761dac2e8f1e71b081b03e5a0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-v43p42ed.js` offset 177831941.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 185912121,
      "length": 31,
      "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-ze0kcaph.js",
      "binary_offset": 197894281,
      "length": 31,
      "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177831941,
     "length": 41,
     "sha256": "2ece206583c0a3065bb23478b155c27f92e1587aefd3f8364f40cb7baf32c91d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178548793,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178727814,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178728127,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-303vmp99.js",
     "binary_offset": 190968815,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9m6e1078.js",
     "binary_offset": 179078580,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dfcypb85.js",
     "binary_offset": 210114888,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204551484,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qh667gan.js",
     "binary_offset": 189343174,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-td7fxg34.js",
     "binary_offset": 190709989,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-package-manager-auto-update",
   "title": "CLAUDE_CODE_PACKAGE_MANAGER_AUTO_UPDATE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to let Claude Code run your package manager's upgrade command in the background when a new version is available.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776922,
     "length": 46,
     "sha256": "7d3b12648a9a9f34b2be94a06e3d049639f492342cc6cda3b6b189e8d7e33499",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to let Claude Code run your package manager's upgrade command in the background when a new version is available.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/setup"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7j5dabgj.js",
     "binary_offset": 192628294,
     "length": 51,
     "sha256": "66dea6e8af032cfd833f8cfef7dafb3ff5689e64d1195f09824ee9800dd91ffe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-parchment-fern",
   "title": "CLAUDE_CODE_PARCHMENT_FERN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-erjm8tsb.js` offset 179180650.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175776969,
     "length": 33,
     "sha256": "66bc955011674008726ac3b78e911a8589a950f6370f37bed391a1130b1ece9d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-erjm8tsb.js` offset 179180650.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-erjm8tsb.js",
     "binary_offset": 179180650,
     "length": 28,
     "sha256": "6a5be7ab07a4b610e29d88acdbaaea9b304fababa98e9de9607c2cf318576095",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-parked-permission-wait-ms",
   "title": "CLAUDE_CODE_PARKED_PERMISSION_WAIT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198916544.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 2000,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 0
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797001,
     "length": 44,
     "sha256": "6872c62201f7944a1b636aea1c4e4d85d41982b683229e4b494ac2db20bd711a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198916544.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198916544,
     "length": 39,
     "sha256": "580b35b6905f7c12d7ee88247ee8e422d0c04d97d94936526d8d4b7f0d72b737",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-parked-run-before-clear",
   "title": "CLAUDE_CODE_PARKED_RUN_BEFORE_CLEAR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198916806.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797046,
     "length": 42,
     "sha256": "7008d462b6aabe320f8582e9d5f207da1c5ec48adbdff796071d5c714fab131c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198916806.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198916806,
     "length": 37,
     "sha256": "6cf05dad4484a89026f80672001dfa73d0eccf734b5dcec338d60babfbfe7a45",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-parked-stop-retires",
   "title": "CLAUDE_CODE_PARKED_STOP_RETIRES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198916756.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797089,
     "length": 38,
     "sha256": "0f5b4c81221bfa340557a25947fdaf4d302d1ac853ebf06f04a9bb5d40d25165",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198916756.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198916756,
     "length": 33,
     "sha256": "2c52ce2be8a4156e3a24837872806a6f18f077bfb74e7175333db1148e2bb6ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-parsed-willow",
   "title": "CLAUDE_CODE_PARSED_WILLOW",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186681871.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777003,
     "length": 32,
     "sha256": "22afd6e436a87bad805a6de1bf6f51c5ad04d8a012fbfc98c5a1bd7b0c20902a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186681871.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186681871,
     "length": 27,
     "sha256": "3f4b28daf0a9f86b79a0314cbab777ba763bf8c5fb6bfbd4ab3834aaaa9953c6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-perforce-mode",
   "title": "CLAUDE_CODE_PERFORCE_MODE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to enable Perforce-aware write protection.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797128,
     "length": 32,
     "sha256": "820be191fd6b3b5aae25018655330ecef6dae4a163ebe2ef9d6f543acff0cfce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to enable Perforce-aware write protection.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fsbhbn29.js",
     "binary_offset": 176445355,
     "length": 27,
     "sha256": "2c8ec14a9fc79c7bdfe1e264ebb40d8b23006a02db4ffbff8f1a50f493ed9a79",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183541099,
     "length": 27,
     "sha256": "2c8ec14a9fc79c7bdfe1e264ebb40d8b23006a02db4ffbff8f1a50f493ed9a79",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-pewter-owl",
   "title": "CLAUDE_CODE_PEWTER_OWL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-t4gyb870.js` offset 182684351.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777036,
     "length": 29,
     "sha256": "ad6f8478c793a57a5444c1bd38cb911009787a8d5dc572c3eda6df973de11e48",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-t4gyb870.js` offset 182684351.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-t4gyb870.js",
     "binary_offset": 182684351,
     "length": 24,
     "sha256": "5eab3bfa558ddc2596fbcb817496a4e4dcff47f2ba92fda8308e08cae7829c62",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t4gyb870.js",
     "binary_offset": 182684392,
     "length": 24,
     "sha256": "5eab3bfa558ddc2596fbcb817496a4e4dcff47f2ba92fda8308e08cae7829c62",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-pewter-owl-tool",
   "title": "CLAUDE_CODE_PEWTER_OWL_TOOL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-t4gyb870.js` offset 182684546.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777066,
     "length": 34,
     "sha256": "1051edb0fd99874d025324d9b65a15c2488f1e27f7f3ca235d6b777973979284",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-t4gyb870.js` offset 182684546.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-t4gyb870.js",
     "binary_offset": 182684546,
     "length": 29,
     "sha256": "c8b4a78355821795a52c12f68025b300a5e8f08dba49f383918172ed3086ff62",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t4gyb870.js",
     "binary_offset": 182684592,
     "length": 29,
     "sha256": "c8b4a78355821795a52c12f68025b300a5e8f08dba49f383918172ed3086ff62",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-plan-mode-required",
   "title": "CLAUDE_CODE_PLAN_MODE_REQUIRED",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-g0v8qdjw.js` offset 178054998.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777101,
     "length": 37,
     "sha256": "fe27b3d837328b913e50633ca31775f7aa04041619f2a0835e48f069bbe5015f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-g0v8qdjw.js` offset 178054998.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-g0v8qdjw.js",
     "binary_offset": 178054998,
     "length": 32,
     "sha256": "446af310160d004cfedca656bb62d63e2e26143cdca3a73421560916dab65275",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-plan-v2-agent-count",
   "title": "CLAUDE_CODE_PLAN_V2_AGENT_COUNT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186651639.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797161,
     "length": 38,
     "sha256": "6b6a4c88d389d7c1eebf0560288e1e2ab7fc89797e7b79df0a67c407e9f99c78",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186651639.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186651639,
     "length": 33,
     "sha256": "145ff3688f4b1d4bf5255092a87d8712779e2787fea3d621a87afe9d2e4a606e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-plan-v2-explore-agent-count",
   "title": "CLAUDE_CODE_PLAN_V2_EXPLORE_AGENT_COUNT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186651849.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797200,
     "length": 46,
     "sha256": "1a45c173a92ace41676531b029c121d966214859a3a314fef6f01587ffd0648f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186651849.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186651849,
     "length": 41,
     "sha256": "c08f81b3b76541436fca167ae2d1b844776af7d7dd72ac578f65f5868089e031",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-plugin-attribution",
   "title": "CLAUDE_CODE_PLUGIN_ATTRIBUTION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5g1f8yqt.js` offset 179210236.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797247,
     "length": 37,
     "sha256": "0b87fc948753844b8e04b67c2491565783fc009d4bcb96ff96c89ddc02cdf6a0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5g1f8yqt.js` offset 179210236.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5g1f8yqt.js",
     "binary_offset": 179210236,
     "length": 32,
     "sha256": "77a1c90e8b0c36386d619e9a0c10d4c286ef8eaca3e4166a931bd2c2c7573b3f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177814419,
     "length": 32,
     "sha256": "77a1c90e8b0c36386d619e9a0c10d4c286ef8eaca3e4166a931bd2c2c7573b3f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-plugin-binary-assets",
   "title": "CLAUDE_CODE_PLUGIN_BINARY_ASSETS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186250674.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777139,
     "length": 39,
     "sha256": "9e7739960c01b4323dab5655e1d5414265d75ef0c5747d8e5787ce02da049db2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186250674.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186250674,
     "length": 34,
     "sha256": "c60f17b1451c5aa3250591e48787b9931a9d8a087cb34f0d5b1238af1f231b97",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-plugin-cache-dir",
   "title": "CLAUDE_CODE_PLUGIN_CACHE_DIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override the plugins root directory.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797285,
     "length": 35,
     "sha256": "4e4bfeb388c7cc4ab6b9138c781e2980982be8a505c893dd1e372b8835fa86a1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override the plugins root directory.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/plugins/loading",
     "https://code.claude.com/docs/en/plugins/org",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-55wes79j.js",
      "binary_offset": 179244898,
      "length": 30,
      "sha256": "59ec7dd9640bcfbfa048b2915b44c8348ca7c73fa417ddc2bcc4d0648bd1fac0",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-mzg9kbjz.js",
      "binary_offset": 203842639,
      "length": 30,
      "sha256": "59ec7dd9640bcfbfa048b2915b44c8348ca7c73fa417ddc2bcc4d0648bd1fac0",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-55wes79j.js",
     "binary_offset": 179244898,
     "length": 30,
     "sha256": "59ec7dd9640bcfbfa048b2915b44c8348ca7c73fa417ddc2bcc4d0648bd1fac0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-55wes79j.js",
     "binary_offset": 179244949,
     "length": 30,
     "sha256": "59ec7dd9640bcfbfa048b2915b44c8348ca7c73fa417ddc2bcc4d0648bd1fac0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203842639,
     "length": 30,
     "sha256": "59ec7dd9640bcfbfa048b2915b44c8348ca7c73fa417ddc2bcc4d0648bd1fac0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183127392,
     "length": 30,
     "sha256": "59ec7dd9640bcfbfa048b2915b44c8348ca7c73fa417ddc2bcc4d0648bd1fac0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-plugin-dir-watch",
   "title": "CLAUDE_CODE_PLUGIN_DIR_WATCH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183399624.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777210,
     "length": 35,
     "sha256": "3d4ffe6d0c9fac6b554e4e10e0a3ce9d753760d6325ee3b74a14d2a81c563e33",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183399624.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183399624,
     "length": 30,
     "sha256": "08a1ca6e3b22f7d8883b799c9d7da85fbdbf6569a0dbd0cd7ada5587bc1f4130",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183399977,
     "length": 30,
     "sha256": "08a1ca6e3b22f7d8883b799c9d7da85fbdbf6569a0dbd0cd7ada5587bc1f4130",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-plugin-dirs",
   "title": "CLAUDE_CODE_PLUGIN_DIRS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Plugin directories to load for the session, each loaded the way a `--plugin-dir` flag loads it.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777179,
     "length": 30,
     "sha256": "2fa6ed2114e3b5c11f7586f1107e0813033db6a1202daf13866dbcb6bd73e33e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Plugin directories to load for the session, each loaded the way a `--plugin-dir` flag loads it.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/plugins/cli-reference",
     "https://code.claude.com/docs/en/plugins/create",
     "https://code.claude.com/docs/en/plugins/loading",
     "https://code.claude.com/docs/en/plugins/org",
     "https://code.claude.com/docs/en/plugins/security"
    ],
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-j3j8astv.js",
      "binary_offset": 188965499,
      "length": 25,
      "sha256": "be0843c04b51cc30bed4a35cc502403eab775762181c95302b13cf4731a1d808",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3z7wa894.js",
     "binary_offset": 189034903,
     "length": 25,
     "sha256": "be0843c04b51cc30bed4a35cc502403eab775762181c95302b13cf4731a1d808",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3z7wa894.js",
     "binary_offset": 189035204,
     "length": 25,
     "sha256": "be0843c04b51cc30bed4a35cc502403eab775762181c95302b13cf4731a1d808",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965499,
     "length": 25,
     "sha256": "be0843c04b51cc30bed4a35cc502403eab775762181c95302b13cf4731a1d808",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965551,
     "length": 25,
     "sha256": "be0843c04b51cc30bed4a35cc502403eab775762181c95302b13cf4731a1d808",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-plugin-git-timeout-ms",
   "title": "CLAUDE_CODE_PLUGIN_GIT_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Timeout in milliseconds for cloning or refreshing a plugin marketplace (default: 120000).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797321,
     "length": 40,
     "sha256": "de4034353fdf298f2f49f35e6c654bac836d0e0d57d48d9c425cae11000ef2c5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Timeout in milliseconds for cloning or refreshing a plugin marketplace (default: 120000).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/plugins/troubleshooting"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186165871,
     "length": 35,
     "sha256": "443f2a02bbe9d27e30a700f954d202cb346d3a3bfac60310778b8c1dfc123b1a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-plugin-keep-marketplace-on-failure",
   "title": "CLAUDE_CODE_PLUGIN_KEEP_MARKETPLACE_ON_FAILURE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to skip the re-clone attempt and keep using the existing marketplace checkout when a marketplace refresh can't reach or authenticate to the remote.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777246,
     "length": 53,
     "sha256": "d27d585447262baf1ae14d29b6fd20f6fbeac4279c8ddf31143f78a9334a65db",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to skip the re-clone attempt and keep using the existing marketplace checkout when a marketplace refresh can't reach or authenticate to the remote.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/plugins/host-marketplace"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186170678,
     "length": 48,
     "sha256": "9144e4f92b01155786a5d99d0368e9d3d3a580bdb457e5700d59dc3a9d25938c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-plugin-prefer-https",
   "title": "CLAUDE_CODE_PLUGIN_PREFER_HTTPS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to clone GitHub `owner/repo` shorthand sources over HTTPS instead of SSH.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777300,
     "length": 38,
     "sha256": "9e7419e3f01c0b5a0d3b01b2e27adb384a3e28130e0f9771ca140130d29c8137",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to clone GitHub `owner/repo` shorthand sources over HTTPS instead of SSH.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/network-config",
     "https://code.claude.com/docs/en/plugins/host-marketplace",
     "https://code.claude.com/docs/en/plugins/install",
     "https://code.claude.com/docs/en/plugins/troubleshooting"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pez7h27x.js",
     "binary_offset": 176512695,
     "length": 33,
     "sha256": "6ede7fcb608e617a7a3d6f8e3a8cbe2fd2d15971c4130fe250081158d6f54db1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-plugin-seed-dir",
   "title": "CLAUDE_CODE_PLUGIN_SEED_DIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Path to one or more read-only plugin seed directories, separated by `:` on Unix or `;` on Windows.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797362,
     "length": 34,
     "sha256": "43a42349f2eba1629dcdd8addcb7ab452d5a301df5e1141addff5b6d85431a1d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Path to one or more read-only plugin seed directories, separated by `:` on Unix or `;` on Windows.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/plugins/org",
     "https://code.claude.com/docs/en/plugins/troubleshooting",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-55wes79j.js",
     "binary_offset": 179245037,
     "length": 29,
     "sha256": "dd28fbd598a781572a0998f2909b5d9afbc1763340108d70d6f37d201dbd90b6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-plugin-use-zip-cache",
   "title": "CLAUDE_CODE_PLUGIN_USE_ZIP_CACHE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183127320.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777339,
     "length": 39,
     "sha256": "434aea8c87c03fb4ee120fbf3e06d6c4fd4bcf288f0a25ab81dbadab8fb2c445",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183127320.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183127320,
     "length": 34,
     "sha256": "a6a394344d2c975db357f74c296e03334b3492324696901a86355bb47cb6dc5a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-polished-dewdrop",
   "title": "CLAUDE_CODE_POLISHED_DEWDROP",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184858291.",
   "documented": null,
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "drop",
     "block",
     "off"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "enum",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777379,
     "length": 35,
     "sha256": "0230e9e81aca88e7d9d32aedf1cdfef4e7935eac649d372ab8907382d7b938ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184858291.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184858291,
     "length": 30,
     "sha256": "b3bc3546d09f64c2ea9bdb6a0ce2ced882d11d599926153dc3797c353c38949b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-poll-events",
   "title": "CLAUDE_CODE_POLL_EVENTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-zknexg8w.js` offset 181116874.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777415,
     "length": 30,
     "sha256": "8bd4ef035788c97914e173fc1f9fb77459f0bc066c4c3eb3868d78495e771da3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-zknexg8w.js` offset 181116874.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-zknexg8w.js",
     "binary_offset": 181116874,
     "length": 25,
     "sha256": "481b54c467a77eb7b136ee8edd5d0c024a195a0e68527b5296ca4d1b4514f6cd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-post-turn-memory",
   "title": "CLAUDE_CODE_POST_TURN_MEMORY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178556715.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797397,
     "length": 35,
     "sha256": "ddf2e0d8162c63f52d0f8028b8e69cfe8e6d167a0515c6c2e3a7d4fa18bfbfd2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178556715.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178556715,
     "length": 30,
     "sha256": "9cf5c70a380a1008a03bd739d01854dd3c3421e64a5b19b208925c9aeef760d9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-525qs7wc.js",
     "binary_offset": 190576410,
     "length": 30,
     "sha256": "9cf5c70a380a1008a03bd739d01854dd3c3421e64a5b19b208925c9aeef760d9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-post-turn-memory-config",
   "title": "CLAUDE_CODE_POST_TURN_MEMORY_CONFIG",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178556855.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797433,
     "length": 42,
     "sha256": "36af8afe286196c3f90a69f3839691b1f4c35bf9021351c721ef75bf247ee40f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178556855.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178556855,
     "length": 37,
     "sha256": "d68b016fc26527ac72db40b4d0b02e8430ca6a9473309de407e297422a2e95a0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-post-turn-memory-sync",
   "title": "CLAUDE_CODE_POST_TURN_MEMORY_SYNC",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178556930.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797476,
     "length": 40,
     "sha256": "190da2d26c0c056e7993a902d911fbb24cded73625345afed6d4027e7f2dc005",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178556930.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178556930,
     "length": 35,
     "sha256": "fc4fcde6854575c8d73ac868f2c1c65a8f6cb76b024ebcef8b3b844d7a92caf6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-powershell-respect-execution-policy",
   "title": "CLAUDE_CODE_POWERSHELL_RESPECT_EXECUTION_POLICY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to stop Claude Code from passing `-ExecutionPolicy Bypass` when spawning PowerShell for tool calls, hooks, and status line commands, and respect the machine's effective execution policy instead.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777446,
     "length": 54,
     "sha256": "62cc2a3d10afe4a79b8cc936fe8563797cc47ee1b9664ad8efa4744813f3b790",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to stop Claude Code from passing `-ExecutionPolicy Bypass` when spawning PowerShell for tool calls, hooks, and status line commands, and respect the machine's effective execution policy instead.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/tools-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183452619,
     "length": 49,
     "sha256": "605a09773d221837929c1b1a302216bcb89682199e3797ccf1b2db8f7532b46f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-powerup-onboarding",
   "title": "CLAUDE_CODE_POWERUP_ONBOARDING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-n2ess9fd.js` offset 203112269.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "banner",
     "step"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797517,
     "length": 37,
     "sha256": "47543f68f0ecc787d3ee51194918b7eafa4a965d5e2adf4e3db324d1611e9085",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n2ess9fd.js` offset 203112269.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n2ess9fd.js",
     "binary_offset": 203112269,
     "length": 32,
     "sha256": "55266f2b7e73ba7a70abfd1746c68dbd5793197f675bee34d7740f17eaba8385",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rg6teng4.js",
     "binary_offset": 198233637,
     "length": 32,
     "sha256": "55266f2b7e73ba7a70abfd1746c68dbd5793197f675bee34d7740f17eaba8385",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rg6teng4.js",
     "binary_offset": 198233682,
     "length": 32,
     "sha256": "55266f2b7e73ba7a70abfd1746c68dbd5793197f675bee34d7740f17eaba8385",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-print-bg-wait-ceiling-ms",
   "title": "CLAUDE_CODE_PRINT_BG_WAIT_CEILING_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Ceiling in milliseconds on idle waiting for background subagents and workflows after the final turn in non-interactive mode with the `-p` flag.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 600000,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 0
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809434,
     "length": 43,
     "sha256": "72cd14f806d724edc7073767a4b6bbb7844e685c42ccfbce977fc08ea1712cc8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Ceiling in milliseconds on idle waiting for background subagents and workflows after the final turn in non-interactive mode with the `-p` flag.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/headless"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198788205,
     "length": 38,
     "sha256": "d53154984db0ce0db85243e08590e9262322ded07bea92c15306f7c13828c706",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-proactive",
   "title": "CLAUDE_CODE_PROACTIVE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mzg9kbjz.js` offset 205204703.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777501,
     "length": 28,
     "sha256": "c49125ac6e56bad0942a97159ab1c0040ff72a7b4e4bf5fd47fffa3726ed3df3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mzg9kbjz.js` offset 205204703.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 205204703,
     "length": 23,
     "sha256": "b4a14159956ea1a460f6a6a4303eb9b305e6444258242e760121102a3536eb64",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-process-wrapper",
   "title": "CLAUDE_CODE_PROCESS_WRAPPER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Launch the processes Claude Code starts from its own binary, such as the background service that hosts agent view sessions, through a corporate launcher given as an argv prefix like `/opt/corp/launcher`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Launch the processes Claude Code starts from its own binary, such as the background service that hosts agent view sessions, through a corporate launcher given as an argv prefix like `/opt/corp/launcher`.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/corporate-launcher",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/network-config",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-jqrqt3kr.js",
     "binary_offset": 179680467,
     "length": 15,
     "sha256": "4141546506020c6edb29efcf0e61c8ddf39f0acfd4add2efdf0bcb02ca268b14",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-profile-startup",
   "title": "CLAUDE_CODE_PROFILE_STARTUP",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-a3ghcnsr.js` offset 176640201.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767704,
     "length": 34,
     "sha256": "e15d3714358fe4ca3210065d2b5d7bcde4304e30066bc782d0b8805824fe4697",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-a3ghcnsr.js` offset 176640201.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-a3ghcnsr.js",
     "binary_offset": 176640201,
     "length": 29,
     "sha256": "4809014343f59147674cce1a50d8d616f2d37cddb25fd588da98f90e406826f3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a3ghcnsr.js",
     "binary_offset": 176642182,
     "length": 29,
     "sha256": "4809014343f59147674cce1a50d8d616f2d37cddb25fd588da98f90e406826f3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-project-dir-name",
   "title": "CLAUDE_CODE_PROJECT_DIR_NAME",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set together with `CLAUDE_CONFIG_DIR` to choose the `projects/` directory name Claude Code stores that session's transcripts and auto memory under, in place of one derived from the working directory path.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797555,
     "length": 35,
     "sha256": "82c7ac25f89bfe4f087465b4b967dcde68933efe10ec6c30c2be50a9cd10a592",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set together with `CLAUDE_CONFIG_DIR` to choose the `projects/` directory name Claude Code stores that session's transcripts and auto memory under, in place of one derived from the working directory path.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/hosting",
     "https://code.claude.com/docs/en/agent-sdk/session-storage",
     "https://code.claude.com/docs/en/agent-sdk/sessions",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/memory"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175590059,
     "length": 40,
     "sha256": "46ee95ac9fbf788399a982fefae8026ca9e953b5b2303fe964fa96b11808264e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-projects-session",
   "title": "CLAUDE_CODE_PROJECTS_SESSION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184254196.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777530,
     "length": 35,
     "sha256": "3065f6526390c4f12bf0414a31a65d8fdc8140913a11df40c9a3d61c01d71ecd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184254196.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184254196,
     "length": 30,
     "sha256": "109b7ab573858586c1c7dda987f905bc145d55ac379cd37bd8dede13a371f570",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-propagate-traceparent",
   "title": "CLAUDE_CODE_PROPAGATE_TRACEPARENT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to propagate W3C trace context when `ANTHROPIC_BASE_URL` points at a custom proxy.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777602,
     "length": 40,
     "sha256": "41aec85a1c7772477e868d4b0ec9f8564796880b98355af73764a88bedfa23de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to propagate W3C trace context when `ANTHROPIC_BASE_URL` points at a custom proxy.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184918979,
     "length": 35,
     "sha256": "9c27f60b4cebeb01dad513a95a9622608a0bf517a2e65b0706f59ec83b5161fe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5k20gt2.js",
     "binary_offset": 176673911,
     "length": 35,
     "sha256": "9c27f60b4cebeb01dad513a95a9622608a0bf517a2e65b0706f59ec83b5161fe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-provider-managed-by-host",
   "title": "CLAUDE_CODE_PROVIDER_MANAGED_BY_HOST",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set by host platforms that embed Claude Code and manage model provider routing on its behalf.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 25,
    "read_paths": [
     "env-object-param",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812283,
     "length": 43,
     "sha256": "6e955764301474bb5f99b57c1db15df1b8d54ac2013f28ebd4fecd2747778372",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set by host platforms that embed Claude Code and manage model provider routing on its behalf.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/typescript",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/data-usage",
     "https://code.claude.com/docs/en/mcp",
     "https://code.claude.com/docs/en/model-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179689404,
     "length": 48,
     "sha256": "55abb6ea97f3e508cc8f89587e3793443dab38c2e4035b936e9fbe6d9ac33247",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-09zj2txq.js",
     "binary_offset": 207484573,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-18eh819q.js",
     "binary_offset": 189130032,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178121005,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178643314,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178648275,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178650296,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178714364,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178717985,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-34007zg2.js",
     "binary_offset": 207497878,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-pwsh-parse-timeout-ms",
   "title": "CLAUDE_CODE_PWSH_PARSE_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183430384.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797591,
     "length": 40,
     "sha256": "22f5f9fd0718229851e013de6aa8c6e5ede4c0fcfc558817460efa3d18bf64d7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183430384.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183430384,
     "length": 35,
     "sha256": "941d165a3c1f659526d775fc7b16855f7ce07f7523c1936ddd54bb358a988346",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-question-extended",
   "title": "CLAUDE_CODE_QUESTION_EXTENDED",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2crv8d5h.js` offset 192069089.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797632,
     "length": 36,
     "sha256": "542e2b68a6b6d612ad8493ee46fbb02bff190434eb00c6256c58c1c6e8745676",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2crv8d5h.js` offset 192069089.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192069089,
     "length": 31,
     "sha256": "431f146e7756ce3bfcb999971d978ec3e24c24168cc6b7a13e22fd7e0b6d9f03",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177814506,
     "length": 31,
     "sha256": "431f146e7756ce3bfcb999971d978ec3e24c24168cc6b7a13e22fd7e0b6d9f03",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-question-optional-descriptions",
   "title": "CLAUDE_CODE_QUESTION_OPTIONAL_DESCRIPTIONS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2crv8d5h.js` offset 192069135.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797669,
     "length": 49,
     "sha256": "63f99ada01c68ea0d931aa5f05d12097b8a29153212cdd3f6a18e90485694950",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2crv8d5h.js` offset 192069135.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192069135,
     "length": 44,
     "sha256": "b41183a05795d8b463bf55265dac8d7ad79c1ad1dbcb9b0eb136044d52b41790",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177814539,
     "length": 44,
     "sha256": "b41183a05795d8b463bf55265dac8d7ad79c1ad1dbcb9b0eb136044d52b41790",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-question-preview-format",
   "title": "CLAUDE_CODE_QUESTION_PREVIEW_FORMAT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2crv8d5h.js` offset 192068823.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797719,
     "length": 42,
     "sha256": "7d6b895dd3cd5a94ee1a5bad388398fbc838a535daf9d123b009f3301501ebed",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2crv8d5h.js` offset 192068823.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192068823,
     "length": 37,
     "sha256": "b0ac376e5539e46c4c88cc09514be1aa77ee5ea6a9ba9e62988ed951848607bc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-rate-limit-tier",
   "title": "CLAUDE_CODE_RATE_LIMIT_TIER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177814132.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764971,
     "length": 34,
     "sha256": "fb02be824314101420a180e174c5029d46050dff748dc89663833525c5c19ec2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177814132.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177814132,
     "length": 39,
     "sha256": "ecac5ea0e5381cadda67022dc885060e8e2cdce1de01950f6c9030ad4e2e772a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178683508,
     "length": 29,
     "sha256": "00550974f4a44055755749d14439cdbdeb5dd014a492595b68d421003788d195",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178683702,
     "length": 29,
     "sha256": "00550974f4a44055755749d14439cdbdeb5dd014a492595b68d421003788d195",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-refusal-fallback-catch-all",
   "title": "CLAUDE_CODE_REFUSAL_FALLBACK_CATCH_ALL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181668996.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777643,
     "length": 45,
     "sha256": "93b2a704dcbee57d9b9e5ec8d2bbb1b47d014aa3a242269db875b7fdb2010121",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181668996.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181668996,
     "length": 50,
     "sha256": "864b4300010d5fac53d0fa0eaa3572d6515d8319c664a55aa9a524db41f8a640",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-relaunch-terminal-size",
   "title": "CLAUDE_CODE_RELAUNCH_TERMINAL_SIZE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-be92d2t5.js` offset 188897208.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797762,
     "length": 41,
     "sha256": "0803816dc6246b3c5ad61365f65a4378498671abccf2a2e880a325264d30a281",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-be92d2t5.js` offset 188897208.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-be92d2t5.js",
     "binary_offset": 188897208,
     "length": 36,
     "sha256": "d2231367e0bbdfbda8d419ee9e84d27eae4fc9c35b6793e47c710053d3981360",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-remote",
   "title": "CLAUDE_CODE_REMOTE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set automatically to `true` when Claude Code is running as a cloud session.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 172,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797804,
     "length": 25,
     "sha256": "74e286f896429e9d16cc83043074a3ff636360cbadb5cc8ce37e9c312c3b1a04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set automatically to `true` when Claude Code is running as a cloud session.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/cloud-environments",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178519111,
     "length": 30,
     "sha256": "9bf28f963d87e6af0ea0fbda2b3bc56f18cc5a05b574fb6da4008f2ab07c876e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-38djgp32.js",
     "binary_offset": 181147352,
     "length": 30,
     "sha256": "9bf28f963d87e6af0ea0fbda2b3bc56f18cc5a05b574fb6da4008f2ab07c876e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a34kxzvh.js",
     "binary_offset": 191098110,
     "length": 30,
     "sha256": "9bf28f963d87e6af0ea0fbda2b3bc56f18cc5a05b574fb6da4008f2ab07c876e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jrare64x.js",
     "binary_offset": 177788461,
     "length": 30,
     "sha256": "9bf28f963d87e6af0ea0fbda2b3bc56f18cc5a05b574fb6da4008f2ab07c876e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199315287,
     "length": 30,
     "sha256": "9bf28f963d87e6af0ea0fbda2b3bc56f18cc5a05b574fb6da4008f2ab07c876e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-020tq8de.js",
     "binary_offset": 206234499,
     "length": 20,
     "sha256": "4eb145294d1e55c030471a8613d22852f34d61dccb92d92740d1c93e83fd3198",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-020tq8de.js",
     "binary_offset": 206250311,
     "length": 20,
     "sha256": "4eb145294d1e55c030471a8613d22852f34d61dccb92d92740d1c93e83fd3198",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-020tq8de.js",
     "binary_offset": 206250710,
     "length": 20,
     "sha256": "4eb145294d1e55c030471a8613d22852f34d61dccb92d92740d1c93e83fd3198",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-020tq8de.js",
     "binary_offset": 206251645,
     "length": 20,
     "sha256": "4eb145294d1e55c030471a8613d22852f34d61dccb92d92740d1c93e83fd3198",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-020tq8de.js",
     "binary_offset": 206252593,
     "length": 20,
     "sha256": "4eb145294d1e55c030471a8613d22852f34d61dccb92d92740d1c93e83fd3198",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-remote-environment-type",
   "title": "CLAUDE_CODE_REMOTE_ENVIRONMENT_TYPE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178519242.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 9,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797830,
     "length": 42,
     "sha256": "9b711978db2e10abec87d11a4662cb3c3019e4adab1443fe0f17f9fd8b54bedb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178519242.",
    "description_source": null,
    "raw_truthiness_sites": 8,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178519242,
      "length": 47,
      "sha256": "36b0bea4170219c2b5990179952ce601867717493d199631357348d3b22c5e95",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-7dz9rvcm.js",
      "binary_offset": 190130929,
      "length": 37,
      "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-hk1cg0ed.js",
      "binary_offset": 182197445,
      "length": 37,
      "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-v3kwteqa.js",
      "binary_offset": 207060991,
      "length": 37,
      "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 183334003,
      "length": 37,
      "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178519242,
     "length": 47,
     "sha256": "36b0bea4170219c2b5990179952ce601867717493d199631357348d3b22c5e95",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178519314,
     "length": 47,
     "sha256": "36b0bea4170219c2b5990179952ce601867717493d199631357348d3b22c5e95",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7dz9rvcm.js",
     "binary_offset": 190130929,
     "length": 37,
     "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hk1cg0ed.js",
     "binary_offset": 182197445,
     "length": 37,
     "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v3kwteqa.js",
     "binary_offset": 207060991,
     "length": 37,
     "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183334003,
     "length": 37,
     "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186461947,
     "length": 37,
     "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ykby6644.js",
     "binary_offset": 207076707,
     "length": 37,
     "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zc6p4t5p.js",
     "binary_offset": 190316856,
     "length": 37,
     "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-remote-hermetic-mode",
   "title": "CLAUDE_CODE_REMOTE_HERMETIC_MODE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-qfyt9xxm.js` offset 179685023.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797873,
     "length": 39,
     "sha256": "64d43d9b21b2a34bc9811b9959c424978fbb1d740b3f1dde70be25f1a0c0d4ae",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qfyt9xxm.js` offset 179685023.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qfyt9xxm.js",
     "binary_offset": 179685023,
     "length": 34,
     "sha256": "3d74f7c14cf98e2d0e12ca4ecca602a1d2e811c88475a326c8dfe62144b58776",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-remote-memory-dir",
   "title": "CLAUDE_CODE_REMOTE_MEMORY_DIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178559882.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 8,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797913,
     "length": 36,
     "sha256": "8866177d8d04ee712e347720063c1c493554430c165adb0447a3aa279445547d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178559882.",
    "description_source": null,
    "raw_truthiness_sites": 4,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178559882,
      "length": 41,
      "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178560484,
      "length": 41,
      "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-4f79m39g.js",
      "binary_offset": 179570371,
      "length": 41,
      "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-4f79m39g.js",
      "binary_offset": 179572580,
      "length": 41,
      "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178559882,
     "length": 41,
     "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178560484,
     "length": 41,
     "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178560533,
     "length": 41,
     "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179570371,
     "length": 41,
     "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179570423,
     "length": 41,
     "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179572580,
     "length": 41,
     "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179572632,
     "length": 41,
     "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179492403,
     "length": 31,
     "sha256": "9c900a7859101283c987c452c0404ba11b62dee02bebc5af792cdc76def73d79",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-remote-send-keepalives",
   "title": "CLAUDE_CODE_REMOTE_SEND_KEEPALIVES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-my1bp942.js` offset 182642550.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797992,
     "length": 41,
     "sha256": "682ece804c46a3f5b3d1d0205b8e69473480dbf356ade796674ae1a3ea43da4d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-my1bp942.js` offset 182642550.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-my1bp942.js",
     "binary_offset": 182642550,
     "length": 36,
     "sha256": "26e703b958f4bdec4f96cfeb46d29af5af3070206a825ce132eb83e0fab2dd2a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-my1bp942.js",
     "binary_offset": 182643181,
     "length": 36,
     "sha256": "26e703b958f4bdec4f96cfeb46d29af5af3070206a825ce132eb83e0fab2dd2a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185064851,
     "length": 36,
     "sha256": "26e703b958f4bdec4f96cfeb46d29af5af3070206a825ce132eb83e0fab2dd2a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185451384,
     "length": 36,
     "sha256": "26e703b958f4bdec4f96cfeb46d29af5af3070206a825ce132eb83e0fab2dd2a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-remote-session-id",
   "title": "CLAUDE_CODE_REMOTE_SESSION_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set automatically in cloud sessions to the current session's ID.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 46,
    "read_paths": [
     "injected-env",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798034,
     "length": 36,
     "sha256": "7e0eb8f409fa18029e9d2e496f7277664a63367877120f39f02c9fc65cc3528e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set automatically in cloud sessions to the current session's ID.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/cloud-environments",
     "https://code.claude.com/docs/en/self-hosted-environments-configuration"
    ],
    "raw_truthiness_sites": 15,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178519474,
      "length": 41,
      "sha256": "66c81362047a55f09715bed67a093b8411255455475ac2068c88fbb9f744fc76",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178688227,
      "length": 31,
      "sha256": "09aacf4817d244b9179e8c234d23d57721325fdcc2cb5cdf660a57e5709a6430",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-7dz9rvcm.js",
      "binary_offset": 190130887,
      "length": 31,
      "sha256": "09aacf4817d244b9179e8c234d23d57721325fdcc2cb5cdf660a57e5709a6430",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-hk1cg0ed.js",
      "binary_offset": 182197403,
      "length": 31,
      "sha256": "09aacf4817d244b9179e8c234d23d57721325fdcc2cb5cdf660a57e5709a6430",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-kkpmsgtx.js",
      "binary_offset": 193284933,
      "length": 31,
      "sha256": "09aacf4817d244b9179e8c234d23d57721325fdcc2cb5cdf660a57e5709a6430",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178519474,
     "length": 41,
     "sha256": "66c81362047a55f09715bed67a093b8411255455475ac2068c88fbb9f744fc76",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178519544,
     "length": 41,
     "sha256": "66c81362047a55f09715bed67a093b8411255455475ac2068c88fbb9f744fc76",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bav4p6fn.js",
     "binary_offset": 175469876,
     "length": 41,
     "sha256": "66c81362047a55f09715bed67a093b8411255455475ac2068c88fbb9f744fc76",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191833850,
     "length": 41,
     "sha256": "66c81362047a55f09715bed67a093b8411255455475ac2068c88fbb9f744fc76",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181687148,
     "length": 41,
     "sha256": "66c81362047a55f09715bed67a093b8411255455475ac2068c88fbb9f744fc76",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199315385,
     "length": 41,
     "sha256": "66c81362047a55f09715bed67a093b8411255455475ac2068c88fbb9f744fc76",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0616h51s.js",
     "binary_offset": 182827086,
     "length": 31,
     "sha256": "09aacf4817d244b9179e8c234d23d57721325fdcc2cb5cdf660a57e5709a6430",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178688227,
     "length": 31,
     "sha256": "09aacf4817d244b9179e8c234d23d57721325fdcc2cb5cdf660a57e5709a6430",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4nt7rwb6.js",
     "binary_offset": 179726192,
     "length": 31,
     "sha256": "09aacf4817d244b9179e8c234d23d57721325fdcc2cb5cdf660a57e5709a6430",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6rzgt7es.js",
     "binary_offset": 182843803,
     "length": 31,
     "sha256": "09aacf4817d244b9179e8c234d23d57721325fdcc2cb5cdf660a57e5709a6430",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-remote-session-origin",
   "title": "CLAUDE_CODE_REMOTE_SESSION_ORIGIN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-v43p42ed.js` offset 177822802.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "review"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798071,
     "length": 40,
     "sha256": "73824593df6a439879b50d07ce4b8f001191769f2c59b96a33b41a9597ee4283",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-v43p42ed.js` offset 177822802.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177822802,
     "length": 35,
     "sha256": "bb0ef76019e9bd011a14de2ffa92a34b89c556bef7dd81da0aca0e8855fa25e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-remote-tools-forward",
   "title": "CLAUDE_CODE_REMOTE_TOOLS_FORWARD",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-3r295g4p.js` offset 179134794.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777689,
     "length": 39,
     "sha256": "f009c3950c081b811b6f43f17225574c54b6ceb5190d3c99607ef455dcf1673e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3r295g4p.js` offset 179134794.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3r295g4p.js",
     "binary_offset": 179134794,
     "length": 34,
     "sha256": "403d6cb2939125ff9d5c60d97d3f5ff2f82c570fa28fd89c0368d06d230189f7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-remote-tools-pin-stored-login",
   "title": "CLAUDE_CODE_REMOTE_TOOLS_PIN_STORED_LOGIN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-8mkwx7mn.js` offset 176685936.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777729,
     "length": 48,
     "sha256": "b71ebcb94fd07f5bea9573652300eceb6a2444394ca4c54d90fb5ebf70e63392",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8mkwx7mn.js` offset 176685936.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8mkwx7mn.js",
     "binary_offset": 176685936,
     "length": 43,
     "sha256": "4a5b8e49640ae1f60571ed09814fc42e926b7e9629be29a3727072e1af316bb0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-repo-checkouts",
   "title": "CLAUDE_CODE_REPO_CHECKOUTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-93fap8m8.js` offset 181177938.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798219,
     "length": 33,
     "sha256": "71f915e3a03fdeddbb18c8400582de5f111310bcfe4ab565fbb61de9df27c09e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-93fap8m8.js` offset 181177938.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-93fap8m8.js",
      "binary_offset": 181192564,
      "length": 28,
      "sha256": "ed0db98478940983c282776094f1ba13249b8257463eb76fe086bb9f99ff97df",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-dsxy6a2x.js",
      "binary_offset": 210187103,
      "length": 28,
      "sha256": "ed0db98478940983c282776094f1ba13249b8257463eb76fe086bb9f99ff97df",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-93fap8m8.js",
     "binary_offset": 181177938,
     "length": 28,
     "sha256": "ed0db98478940983c282776094f1ba13249b8257463eb76fe086bb9f99ff97df",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-93fap8m8.js",
     "binary_offset": 181192564,
     "length": 28,
     "sha256": "ed0db98478940983c282776094f1ba13249b8257463eb76fe086bb9f99ff97df",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dsxy6a2x.js",
     "binary_offset": 210187103,
     "length": 28,
     "sha256": "ed0db98478940983c282776094f1ba13249b8257463eb76fe086bb9f99ff97df",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-report-findings",
   "title": "CLAUDE_CODE_REPORT_FINDINGS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cajb2b5v.js` offset 191531318.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777778,
     "length": 34,
     "sha256": "f7a068c282fa91aa170f40602d45925f0aab211f6692e6e809c4189df0dbc9fc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cajb2b5v.js` offset 191531318.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cajb2b5v.js",
     "binary_offset": 191531318,
     "length": 29,
     "sha256": "83bab3f4ff61ceb4306a662f2c2931a33c18d565c7a4f269b4f10deed9e118bc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-restricted",
   "title": "CLAUDE_CODE_RESTRICTED",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to start the session in restricted mode, the same as passing `--restricted`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798253,
     "length": 29,
     "sha256": "53381b42166ccca86196d1c2c3742893a370d640325b7a6ea391a66d675982f1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to start the session in restricted mode, the same as passing `--restricted`.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175591138,
     "length": 34,
     "sha256": "34ebe303ed674e0e6f98ee1bc9dbbd172ba768fe5f413e5e8dcec81196351ae9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-resume-from-session",
   "title": "CLAUDE_CODE_RESUME_FROM_SESSION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199215833.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798283,
     "length": 38,
     "sha256": "fd97b4d04332b34ec2c24d6ea4c4b99a4c2b496aab5acde227953d8fb509a976",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199215833.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199215833,
     "length": 33,
     "sha256": "8de15ab627bbcd83ec5c297b1c3791c961c53d65a1b6b94b0c9fa829ca7a8805",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-resume-interrupted-turn",
   "title": "CLAUDE_CODE_RESUME_INTERRUPTED_TURN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to automatically resume if the previous session ended mid-turn.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 6,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798322,
     "length": 42,
     "sha256": "77130915dd1ab40ff8b3eda7b3182a3db64d6411f72a02ba9316edeb08cbb4ff",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to automatically resume if the previous session ended mid-turn.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/sessions"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8v60mkqf.js",
     "binary_offset": 198397774,
     "length": 37,
     "sha256": "51a22bee9c7c3dcc269d3d805d89a71a9456a71dfb7303e9f343d550d1ba48de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198916633,
     "length": 37,
     "sha256": "51a22bee9c7c3dcc269d3d805d89a71a9456a71dfb7303e9f343d550d1ba48de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199040403,
     "length": 37,
     "sha256": "51a22bee9c7c3dcc269d3d805d89a71a9456a71dfb7303e9f343d550d1ba48de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199120400,
     "length": 37,
     "sha256": "51a22bee9c7c3dcc269d3d805d89a71a9456a71dfb7303e9f343d550d1ba48de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185792288,
     "length": 37,
     "sha256": "51a22bee9c7c3dcc269d3d805d89a71a9456a71dfb7303e9f343d550d1ba48de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-yexrnkkz.js",
     "binary_offset": 190547411,
     "length": 37,
     "sha256": "51a22bee9c7c3dcc269d3d805d89a71a9456a71dfb7303e9f343d550d1ba48de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-resume-interrupted-turn-max-age-ms",
   "title": "CLAUDE_CODE_RESUME_INTERRUPTED_TURN_MAX_AGE_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Maximum age in milliseconds of the last transcript message for a session that ended mid-turn to continue automatically on resume.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798365,
     "length": 53,
     "sha256": "bd877b4a62c93fecce690680d2046e8517482d378060dc79b41bd554db87e811",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Maximum age in milliseconds of the last transcript message for a session that ended mid-turn to continue automatically on resume.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185789365,
     "length": 48,
     "sha256": "368abfd7fdb8ddd726a5eea0cc1df171e4d9c143051169e79fe9d8620f7427ea",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-resume-prompt",
   "title": "CLAUDE_CODE_RESUME_PROMPT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override the continuation message Claude Code sends to Claude when `CLAUDE_CODE_RESUME_INTERRUPTED_TURN` continues an interrupted turn instead of resending its prompt, or when you resume a deferred tool call with `-p`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "Continue from where you left off.",
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798419,
     "length": 32,
     "sha256": "13ffd9d748e447fda4d27a5fb8e97be457dfca28c8eb5cf9d600cda521c0b36f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override the continuation message Claude Code sends to Claude when `CLAUDE_CODE_RESUME_INTERRUPTED_TURN` continues an interrupted turn instead of resending its prompt, or when you resume a deferred tool call with `-p`.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185788984,
     "length": 27,
     "sha256": "6d26b33b37b2b84d4f1f7d0098d08c1ff14bf465899468749bb6b88716babdfc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-resume-reason",
   "title": "CLAUDE_CODE_RESUME_REASON",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 185789086.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798452,
     "length": 32,
     "sha256": "b3082271bcf2f1750d69714c2cfa9d54efba96458eefda60b6b16fc7b2457880",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 185789086.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185789086,
     "length": 27,
     "sha256": "86742cd529bd0cc53875eb6a9a06f85741accf5a03b3b7044096c370b1fa1af2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-resume-source-alive",
   "title": "CLAUDE_CODE_RESUME_SOURCE_ALIVE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-7sqj04a7.js` offset 198494155.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798485,
     "length": 38,
     "sha256": "89b76b290559ec48c2ab82454ee4585902d107d906bdb6dab1813703cde39eb8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-7sqj04a7.js` offset 198494155.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7sqj04a7.js",
     "binary_offset": 198494155,
     "length": 33,
     "sha256": "18c89164cd2c394cfdca5e895b4c88cab9da2f0bdb3a266f92737a236fa551f7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mh1k3k33.js",
     "binary_offset": 205491070,
     "length": 33,
     "sha256": "18c89164cd2c394cfdca5e895b4c88cab9da2f0bdb3a266f92737a236fa551f7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185804486,
     "length": 33,
     "sha256": "18c89164cd2c394cfdca5e895b4c88cab9da2f0bdb3a266f92737a236fa551f7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ysnn4cgk.js",
     "binary_offset": 202731215,
     "length": 33,
     "sha256": "18c89164cd2c394cfdca5e895b4c88cab9da2f0bdb3a266f92737a236fa551f7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-resume-threshold-minutes",
   "title": "CLAUDE_CODE_RESUME_THRESHOLD_MINUTES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mzg9kbjz.js` offset 203937002.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 70,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798524,
     "length": 43,
     "sha256": "cd8c9275612b191698103fde4948693621fce8d68e5fdb05e407a3cfb99eb476",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mzg9kbjz.js` offset 203937002.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203937002,
     "length": 38,
     "sha256": "560978fe1e0514da9f08034556840a13995d5399473b089a43ada1b846cc2f70",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-resume-token-threshold",
   "title": "CLAUDE_CODE_RESUME_TOKEN_THRESHOLD",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mzg9kbjz.js` offset 203937047.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 100000,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798568,
     "length": 41,
     "sha256": "649b505ea4265f74412910216ab5e2acff532605319e5c0f13b8ffa91e8e78d9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mzg9kbjz.js` offset 203937047.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203937047,
     "length": 36,
     "sha256": "4856fb83ec09ad1951e76958e445280a372db097bc30098772f5c6784d45d086",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-resume-tolerates-context-appends",
   "title": "CLAUDE_CODE_RESUME_TOLERATES_CONTEXT_APPENDS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198916868.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798610,
     "length": 51,
     "sha256": "3f36be494a242fa1d7c9ea17f5e52076220f6e232d4bc33789c4f621bde4a35a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198916868.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198916868,
     "length": 46,
     "sha256": "07bb30dc3bf9516b322038e414074a3052a3275a6091176cb4842be61c5592a5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185791580,
     "length": 46,
     "sha256": "07bb30dc3bf9516b322038e414074a3052a3275a6091176cb4842be61c5592a5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186682400,
     "length": 46,
     "sha256": "07bb30dc3bf9516b322038e414074a3052a3275a6091176cb4842be61c5592a5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-retry-watchdog",
   "title": "CLAUDE_CODE_RETRY_WATCHDOG",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` for unattended sessions such as eval harnesses, CI jobs, or remote workers.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809478,
     "length": 33,
     "sha256": "f6a7ff62d45ae05cf5e8308aa7fa5d5822166735bf2f7b506b0f9c2c4044946b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` for unattended sessions such as eval harnesses, CI jobs, or remote workers.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/python",
     "https://code.claude.com/docs/en/agent-sdk/typescript",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/llm-gateway-protocol"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184894354,
     "length": 28,
     "sha256": "cfbe77988b654f0688be153ce24a36cf2b31e6ede98b16b665a5b30013acbe76",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-rustling-pixel",
   "title": "CLAUDE_CODE_RUSTLING_PIXEL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184861079.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777813,
     "length": 33,
     "sha256": "88250a141273d715ba0bed4f2e189c46b56cec375821238eb3d93339611fcbf1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184861079.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184861079,
     "length": 28,
     "sha256": "bd7707c32f40dfc1d836d375a9d450dc12d3d1164a4c5a8c8f7a6b44552ad5ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-safe-mode",
   "title": "CLAUDE_CODE_SAFE_MODE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to start in safe mode: CLAUDE.md, skills, plugins, hooks, MCP servers, custom commands and agents, output styles, workflows, custom themes, custom keybindings, status line and file-suggestion commands, LSP servers, and auto memory do not load, for troubleshooting a broken configuration.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798662,
     "length": 28,
     "sha256": "1b396dd29624cf3a168e69490b2c9bb90d259364356f4e260b507df8e85d2a9f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to start in safe mode: CLAUDE.md, skills, plugins, hooks, MCP servers, custom commands and agents, output styles, workflows, custom themes, custom keybindings, status line and file-suggestion commands, LSP servers, and auto memory do not load, for troubleshooting a broken configuration.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/cli-reference",
     "https://code.claude.com/docs/en/errors"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175591061,
     "length": 33,
     "sha256": "470f14bb7bd6ed111f0cd9b4fb4aed0e30f60da6a00f7a1f1e5f8b822286363e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sandboxed",
   "title": "CLAUDE_CODE_SANDBOXED",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178578797.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 5,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798691,
     "length": 28,
     "sha256": "6f3111fbb61257db3942416a379c11772b3f5e99fab9566bf0be29cf713c7bc9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178578797.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178578797,
     "length": 23,
     "sha256": "1891ad2e6def949ed2c6dafbc3842c4f0f98cb05e34f58c27a575025ff498d9b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178579786,
     "length": 23,
     "sha256": "1891ad2e6def949ed2c6dafbc3842c4f0f98cb05e34f58c27a575025ff498d9b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179489306,
     "length": 23,
     "sha256": "1891ad2e6def949ed2c6dafbc3842c4f0f98cb05e34f58c27a575025ff498d9b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9gvh1sdb.js",
     "binary_offset": 210308574,
     "length": 23,
     "sha256": "1891ad2e6def949ed2c6dafbc3842c4f0f98cb05e34f58c27a575025ff498d9b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188923930,
     "length": 23,
     "sha256": "1891ad2e6def949ed2c6dafbc3842c4f0f98cb05e34f58c27a575025ff498d9b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-script-caps",
   "title": "CLAUDE_CODE_SCRIPT_CAPS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: JSON object limiting how many times specific scripts may be invoked per session when `CLAUDE_CODE_SUBPROCESS_ENV_SCRUB` is set.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798720,
     "length": 30,
     "sha256": "c1c8812c42488b650650031f63c0587100d85e63b7416da8c601c6b379f0d709",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "JSON object limiting how many times specific scripts may be invoked per session when `CLAUDE_CODE_SUBPROCESS_ENV_SCRUB` is set.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177811193,
     "length": 35,
     "sha256": "271d89416114559fc73a44f8544d8372607832d23a14d78ce031fae8e93af0db",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-scroll-speed",
   "title": "CLAUDE_CODE_SCROLL_SPEED",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set the mouse wheel scroll multiplier in fullscreen rendering.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "unset",
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798751,
     "length": 31,
     "sha256": "f81a22b3f75c6e93848c1251dd8d69670cfbe17f28b1f2118ca8ec98233ef9d4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set the mouse wheel scroll multiplier in fullscreen rendering.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/fullscreen",
     "https://code.claude.com/docs/en/troubleshooting"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m24vnr98.js",
     "binary_offset": 213405609,
     "length": 14,
     "sha256": "7ff1728b1c0ae4b1b50da235c7cfed5fe8d622b888707c3210932268b5647692",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188371536,
     "length": 26,
     "sha256": "ef850d1a816cdd683f9b6bbf426ce4ba9cacd6d50902681bdf3d3a89d0756330",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188372165,
     "length": 26,
     "sha256": "ef850d1a816cdd683f9b6bbf426ce4ba9cacd6d50902681bdf3d3a89d0756330",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sdk-has-host-auth-refresh",
   "title": "CLAUDE_CODE_SDK_HAS_HOST_AUTH_REFRESH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199033405.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765006,
     "length": 44,
     "sha256": "d9c62aacef90144e378782ad67a3949c4d539d2908406db68ff93c4ee04c77bc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199033405.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199033405,
     "length": 39,
     "sha256": "44e72a15408ddf759531cead869895c7a01892576eb3636d0657b4d70f09ec86",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sdk-has-oauth-refresh",
   "title": "CLAUDE_CODE_SDK_HAS_OAUTH_REFRESH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178657043.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765051,
     "length": 40,
     "sha256": "1aeb40bd3821f62bd04bbb09635c36b6b75c9ce83b625682ae6be156c3b5ef95",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178657043.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178657043,
     "length": 35,
     "sha256": "3d742d83f9b1b1f60df5e327bd53c30fc2d033f0e5a7ef9056b39a24077a6207",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177814587,
     "length": 35,
     "sha256": "3d742d83f9b1b1f60df5e327bd53c30fc2d033f0e5a7ef9056b39a24077a6207",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-send-feedback",
   "title": "CLAUDE_CODE_SEND_FEEDBACK",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `0` to turn off Claude-drafted feedback for a session.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777847,
     "length": 32,
     "sha256": "b71a8eab57c91706d434d1b2657c52a057b4bd03c279aa345fb10415dea8148b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `0` to turn off Claude-drafted feedback for a session.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference",
     "https://code.claude.com/docs/en/tools-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2x9nh7nz.js",
     "binary_offset": 190314843,
     "length": 27,
     "sha256": "95ea570479d3996e26ba9eae204872dbe41bb522517a4d51324fa7017d27dd1c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-session-access-token",
   "title": "CLAUDE_CODE_SESSION_ACCESS_TOKEN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: The session JWT, prefixed `sk-ant-cc-`.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Claude Code and Anthropic",
    "locations_count": 11,
    "read_paths": [
     "env-object-param",
     "injected-env",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765092,
     "length": 39,
     "sha256": "f88aac4ba96200a491b39deb770d791ec5841e5574379e8fa7b97add5f1d9762",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "The session JWT, prefixed `sk-ant-cc-`.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-identity"
    ],
    "also_written": true,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-72tgvp2d.js",
      "binary_offset": 189042244,
      "length": 34,
      "sha256": "524d9e251c402ebeadd2ef155b32ff4b9b8fe6e1981b84e7cb99a4dd30f8502e",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-8v60mkqf.js",
      "binary_offset": 198376427,
      "length": 34,
      "sha256": "524d9e251c402ebeadd2ef155b32ff4b9b8fe6e1981b84e7cb99a4dd30f8502e",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-v43p42ed.js",
      "binary_offset": 177831406,
      "length": 44,
      "sha256": "ba44bc9b7e617d474233693c1639d84e0d0fc6e573169e62859c9fc2be3b3d5f",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177831406,
     "length": 44,
     "sha256": "ba44bc9b7e617d474233693c1639d84e0d0fc6e573169e62859c9fc2be3b3d5f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177831731,
     "length": 44,
     "sha256": "ba44bc9b7e617d474233693c1639d84e0d0fc6e573169e62859c9fc2be3b3d5f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187390079,
     "length": 44,
     "sha256": "ba44bc9b7e617d474233693c1639d84e0d0fc6e573169e62859c9fc2be3b3d5f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192068575,
     "length": 34,
     "sha256": "524d9e251c402ebeadd2ef155b32ff4b9b8fe6e1981b84e7cb99a4dd30f8502e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-72tgvp2d.js",
     "binary_offset": 189042244,
     "length": 34,
     "sha256": "524d9e251c402ebeadd2ef155b32ff4b9b8fe6e1981b84e7cb99a4dd30f8502e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8v60mkqf.js",
     "binary_offset": 198375105,
     "length": 34,
     "sha256": "524d9e251c402ebeadd2ef155b32ff4b9b8fe6e1981b84e7cb99a4dd30f8502e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8v60mkqf.js",
     "binary_offset": 198376427,
     "length": 34,
     "sha256": "524d9e251c402ebeadd2ef155b32ff4b9b8fe6e1981b84e7cb99a4dd30f8502e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199526221,
     "length": 34,
     "sha256": "524d9e251c402ebeadd2ef155b32ff4b9b8fe6e1981b84e7cb99a4dd30f8502e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184230501,
     "length": 34,
     "sha256": "524d9e251c402ebeadd2ef155b32ff4b9b8fe6e1981b84e7cb99a4dd30f8502e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0nkxtgx5.js",
     "binary_offset": 178995083,
     "length": 34,
     "sha256": "34a4a04d2bcc6dacc92972c1d3284bb87d9824334d491a966fea4be13d57009c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-session-attended",
   "title": "CLAUDE_CODE_SESSION_ATTENDED",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-94ks0f2h.js` offset 175820678.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777880,
     "length": 35,
     "sha256": "f3dc690afbb58f33b8adbc0e91bcc19f8f00e7e68a13f5bf2f8743b3d5330905",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-94ks0f2h.js` offset 175820678.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175820678,
     "length": 30,
     "sha256": "5f1f30e97dd721a1fcc083f4ec1b1b80b275dcba0ad8023661c3b350f93fd7a1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-session-id",
   "title": "CLAUDE_CODE_SESSION_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set automatically to the current session ID in Bash and PowerShell tool subprocesses, hook command subprocesses, and stdio MCP server subprocesses.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798830,
     "length": 29,
     "sha256": "7621843bc925d09bc786f325016b23e9e70f65345d7d468a7e61852e1200aca7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set automatically to the current session ID in Bash and PowerShell tool subprocesses, hook command subprocesses, and stdio MCP server subprocesses.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-edtry2rt.js",
     "binary_offset": 180947627,
     "length": 24,
     "sha256": "b85d590a58267ec88166a2e558e7fe74058da9fd768b78dc54b9f69eea206a5d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k1th157t.js",
     "binary_offset": 195301447,
     "length": 24,
     "sha256": "b85d590a58267ec88166a2e558e7fe74058da9fd768b78dc54b9f69eea206a5d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-session-kind",
   "title": "CLAUDE_CODE_SESSION_KIND",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-bhbzzqzs.js` offset 175393613.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "bg"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 42,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798860,
     "length": 31,
     "sha256": "91e21be2984cdf7046888261bf70b8abfcc2090f44742d80d80ae0b2b9c915ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bhbzzqzs.js` offset 175393613.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bhbzzqzs.js",
     "binary_offset": 175393613,
     "length": 36,
     "sha256": "ca22b404e7c885b8684c051c18256864adb2cd70336d7bba58c07e6d6ce9f985",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178494920,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179636946,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5mcqa25r.js",
     "binary_offset": 189982490,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188646155,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188723586,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j5dabgj.js",
     "binary_offset": 192594467,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175819618,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191775434,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191776032,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-session-log",
   "title": "CLAUDE_CODE_SESSION_LOG",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178498121.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767739,
     "length": 30,
     "sha256": "08b5be33a5f27ac30985628734942062f50dcd1096efff778661ec23166416b0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178498121.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178498121,
     "length": 25,
     "sha256": "0a5415fc78e99d3a75541799fc5313eab24255e14c2aee10465efc14766fd85f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-session-name",
   "title": "CLAUDE_CODE_SESSION_NAME",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178496848.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798892,
     "length": 31,
     "sha256": "5c204d32a80670a25aef8a09a3d00495b3685c3079277c692eadfbe13097639c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178496848.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178496848,
      "length": 26,
      "sha256": "25e3352ab4106bfa9fddf15c8edb7a6584fd9e94a4bc3364723972a60adade2b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178496848,
     "length": 26,
     "sha256": "25e3352ab4106bfa9fddf15c8edb7a6584fd9e94a4bc3364723972a60adade2b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178496878,
     "length": 26,
     "sha256": "25e3352ab4106bfa9fddf15c8edb7a6584fd9e94a4bc3364723972a60adade2b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-session-origin",
   "title": "CLAUDE_CODE_SESSION_ORIGIN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178548665.",
   "documented": null,
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "claude_ai_chat"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "enum",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798924,
     "length": 33,
     "sha256": "fd430fc9ec8d47eb6c19c199349a0f2e2f4fe00c75bf3426abee1424cb89319e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178548665.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178548665,
     "length": 28,
     "sha256": "89e071e5fb72aa9b958e006f7f2f25f30a85496aa79e99c016410ee3715462a4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gvc2pt1r.js",
     "binary_offset": 197233657,
     "length": 28,
     "sha256": "89e071e5fb72aa9b958e006f7f2f25f30a85496aa79e99c016410ee3715462a4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-session-start-announcements-before-prompt",
   "title": "CLAUDE_CODE_SESSION_START_ANNOUNCEMENTS_BEFORE_PROMPT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198946265.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798958,
     "length": 60,
     "sha256": "bed606606c33a4a3e327424fe85421ae9df87942873e7b7d92d285541495b7f0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 198946265.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198946265,
     "length": 55,
     "sha256": "bea7922819223d4b68fec0b3862f229d8f7b7b2e9271be3388977f9f8f9ce6e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sessionend-hooks-timeout-ms",
   "title": "CLAUDE_CODE_SESSIONEND_HOOKS_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override the time budget in milliseconds for SessionEnd hooks.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 1500,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798783,
     "length": 46,
     "sha256": "fb8f33193e19464f171adbc48874d47cd16a2e527595189aea9e56bf4e3bb5e5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override the time budget in milliseconds for SessionEnd hooks.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/hooks"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185096854,
     "length": 41,
     "sha256": "adf97071b4142ed5557bd41fce7f7344c414e1778ed5c5a51a595447ca36b6ac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185096922,
     "length": 41,
     "sha256": "adf97071b4142ed5557bd41fce7f7344c414e1778ed5c5a51a595447ca36b6ac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-shell",
   "title": "CLAUDE_CODE_SHELL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set the shell Claude Code uses to run Bash tool commands.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799019,
     "length": 24,
     "sha256": "1752aff83dc41a70693d16479d768157f3948679704af5b9b0e9191ed69a4b89",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set the shell Claude Code uses to run Bash tool commands.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 186636993,
      "length": 29,
      "sha256": "31413206143fab78ebe6dda3b8d09fe74dd85f0325b3078652efe210e65a9db4",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 186638836,
      "length": 29,
      "sha256": "31413206143fab78ebe6dda3b8d09fe74dd85f0325b3078652efe210e65a9db4",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186636993,
     "length": 29,
     "sha256": "31413206143fab78ebe6dda3b8d09fe74dd85f0325b3078652efe210e65a9db4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186638836,
     "length": 29,
     "sha256": "31413206143fab78ebe6dda3b8d09fe74dd85f0325b3078652efe210e65a9db4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183719377,
     "length": 19,
     "sha256": "60073f682ff38c38a8942ce4048718c571f48f50fb52f5b9d3e615935d092385",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-shell-prefix",
   "title": "CLAUDE_CODE_SHELL_PREFIX",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Command prefix that wraps shell commands Claude Code spawns: Bash tool calls, hook commands, status line commands, and stdio MCP server startup commands.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 8,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799044,
     "length": 31,
     "sha256": "e8cb8460b2442de2ea514ee9e5a43a048265b54a0674d25b326aaa0cabe6ab4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Command prefix that wraps shell commands Claude Code spawns: Bash tool calls, hook commands, status line commands, and stdio MCP server startup commands.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/corporate-launcher"
    ],
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-gg4jhzsm.js",
      "binary_offset": 209363139,
      "length": 26,
      "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-w61ke47p.js",
      "binary_offset": 209136545,
      "length": 26,
      "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 183712147,
      "length": 26,
      "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209363099,
     "length": 26,
     "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209363139,
     "length": 26,
     "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209136505,
     "length": 26,
     "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209136545,
     "length": 26,
     "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183712147,
     "length": 26,
     "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183714894,
     "length": 26,
     "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185111400,
     "length": 26,
     "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185123637,
     "length": 26,
     "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-silent-turn-reminder",
   "title": "CLAUDE_CODE_SILENT_TURN_REMINDER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186058603.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777916,
     "length": 39,
     "sha256": "fe61376f74b11a2dad6367e4ea1c62cae401cbb2da912020eb0ebf7aebe398a2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186058603.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186058603,
     "length": 34,
     "sha256": "4d7a230eac34456f8dcfa3d99d91eb3a09fac48f8d0fd0e352131789e3cb3226",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-silent-turn-reminder-text",
   "title": "CLAUDE_CODE_SILENT_TURN_REMINDER_TEXT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186058389.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175777956,
     "length": 44,
     "sha256": "b8f6a2f2cc9ab6c0053d614fac27ef98cf37829fca44b4ceff70fc5c6033088a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186058389.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186058389,
     "length": 39,
     "sha256": "bfa469d47286ca1953b7468d1cf34ee7fa0bfa4de0b867201da914ecbcecb06d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-silent-turn-reminder-turns",
   "title": "CLAUDE_CODE_SILENT_TURN_REMINDER_TURNS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186058753.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778001,
     "length": 45,
     "sha256": "26a8bfedda2face87620a38b42a7a8eff97518569986c750fabdaaf40d61173e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186058753.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186058753,
     "length": 40,
     "sha256": "3bfef62d973a489a1836fc4fff4cdaa8c4eff39f742c4af3c1ba803264924162",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-simple",
   "title": "CLAUDE_CODE_SIMPLE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to run with a minimal system prompt and only the Bash, file read, and file edit tools.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 16,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799076,
     "length": 25,
     "sha256": "cc5965d64a8ee45b6ce3d24490e06d567d88db7ccd72e82ab8794bee34b40be1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to run with a minimal system prompt and only the Bash, file read, and file edit tools.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/modifying-system-prompts",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/cli-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175590992,
     "length": 30,
     "sha256": "e71395458d5d3f3228b858b6521f3592843be0452c2c94fec9d1069984a76257",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178559813,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-erjm8tsb.js",
     "binary_offset": 179180406,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181829100,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t4yyetdp.js",
     "binary_offset": 190464684,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183761763,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184265116,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184319619,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184396847,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184461695,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-simple-system-prompt",
   "title": "CLAUDE_CODE_SIMPLE_SYSTEM_PROMPT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to use a shorter system prompt and abbreviated tool descriptions on any model.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799102,
     "length": 39,
     "sha256": "710e417728cc5cd676929de0ed0ccb7302b355c6efc456216c98b112b94b894f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to use a shorter system prompt and abbreviated tool descriptions on any model.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/modifying-system-prompts"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-erjm8tsb.js",
     "binary_offset": 179181169,
     "length": 34,
     "sha256": "cf484739c2191183150015b625fd1be17b1cdc05322aa70c186add4ec766c3c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-erjm8tsb.js",
     "binary_offset": 179181220,
     "length": 34,
     "sha256": "cf484739c2191183150015b625fd1be17b1cdc05322aa70c186add4ec766c3c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-skill-attribution",
   "title": "CLAUDE_CODE_SKILL_ATTRIBUTION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177814462.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799142,
     "length": 36,
     "sha256": "9bc0f1644d34fce1c3c850853532aac6274d8f1420ce3caa8627e1414cc8a670",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177814462.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177814462,
     "length": 31,
     "sha256": "ae0e1afb9e75eed718964104a96ecf97a53de376ef96d95663b22a8515bf0627",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183193081,
     "length": 31,
     "sha256": "ae0e1afb9e75eed718964104a96ecf97a53de376ef96d95663b22a8515bf0627",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-skill-proposals",
   "title": "CLAUDE_CODE_SKILL_PROPOSALS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183549658.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778047,
     "length": 34,
     "sha256": "c6c93437e58023cfeb3ba419f04c84af1c1e2645ddcb89d66446f3c5c709b06d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183549658.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183549658,
     "length": 29,
     "sha256": "0b60af6fa2b77adf1ea4f55d7432eed1711c2a21b934897fcdf702fffc0aa6f2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ykby6644.js",
     "binary_offset": 207076664,
     "length": 29,
     "sha256": "0b60af6fa2b77adf1ea4f55d7432eed1711c2a21b934897fcdf702fffc0aa6f2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ykby6644.js",
     "binary_offset": 207076758,
     "length": 29,
     "sha256": "0b60af6fa2b77adf1ea4f55d7432eed1711c2a21b934897fcdf702fffc0aa6f2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ykby6644.js",
     "binary_offset": 207076841,
     "length": 29,
     "sha256": "0b60af6fa2b77adf1ea4f55d7432eed1711c2a21b934897fcdf702fffc0aa6f2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-skip-fast-mode-network-errors",
   "title": "CLAUDE_CODE_SKIP_FAST_MODE_NETWORK_ERRORS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to treat a failed fast mode availability check as available, for networks that block the check's direct request to `api.anthropic.com`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807886,
     "length": 48,
     "sha256": "67e15796b0b9d22f163a5f1d6c0d7e1b82d2ee19b4cb4bd1c1e334b106e97964",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to treat a failed fast mode availability check as available, for networks that block the check's direct request to `api.anthropic.com`.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/fast-mode",
     "https://code.claude.com/docs/en/llm-gateway-rollout"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178319649,
     "length": 43,
     "sha256": "9bd83e9962362d08f36a8f55463d9b7e6d5ae5a32c506eebca0ae2fcc8fc2bc5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-skip-fast-mode-org-check",
   "title": "CLAUDE_CODE_SKIP_FAST_MODE_ORG_CHECK",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to skip the client-side fast mode availability check, for proxies that intercept the check's request rather than refuse it.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807935,
     "length": 43,
     "sha256": "19e358e473a4fe167d86c3c28e5fe20db649d829624071657fe20373ebd2c092",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to skip the client-side fast mode availability check, for proxies that intercept the check's request rather than refuse it.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/fast-mode",
     "https://code.claude.com/docs/en/llm-gateway-connect",
     "https://code.claude.com/docs/en/llm-gateway-rollout"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178317970,
     "length": 38,
     "sha256": "518199827b836e510c63880c6e4b1bf71fe6721b9cefd7b3a20bee71580e55c0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-skip-plugin-mcp-servers",
   "title": "CLAUDE_CODE_SKIP_PLUGIN_MCP_SERVERS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183321289.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778082,
     "length": 42,
     "sha256": "bf99c3e5f58ef35a7197a438b1d648bf9d31aa0f7543a72ad3aa0d659c458faf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183321289.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183321289,
     "length": 37,
     "sha256": "322d3de041d445d84d3c51753afcc44daff3271a6dfd26bf204718260d7a9cf5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-skip-plugin-mcp-servers-except",
   "title": "CLAUDE_CODE_SKIP_PLUGIN_MCP_SERVERS_EXCEPT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183321014.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778125,
     "length": 49,
     "sha256": "497b877bd8e315410631c04ed43fe109fbe4cd306e45050ceca130f493b9b7e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183321014.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183321014,
     "length": 44,
     "sha256": "ac1ed8d9fcc6f273494342f72b656aadbc15ea7b396f9808c17234b16af9607c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-skip-prompt-history",
   "title": "CLAUDE_CODE_SKIP_PROMPT_HISTORY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to skip writing prompt history and session transcripts to disk.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 5,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778216,
     "length": 38,
     "sha256": "5a0fe2e1a4ca938789163173b55424a87a83f101cfee2cc39a322b007eec35f6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to skip writing prompt history and session transcripts to disk.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/sessions",
     "https://code.claude.com/docs/en/claude-directory",
     "https://code.claude.com/docs/en/cli-reference",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/sessions"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181618354,
     "length": 43,
     "sha256": "dfa39084232d6a6ef307a767e437c067e02dada526260d47490fd5b69f30603b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-g0v8qdjw.js",
     "binary_offset": 178054098,
     "length": 33,
     "sha256": "17125de1c659f81554ceb8fb5ab15844c846d4c82baba15a7e44a770062da50c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209418420,
     "length": 33,
     "sha256": "17125de1c659f81554ceb8fb5ab15844c846d4c82baba15a7e44a770062da50c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209203600,
     "length": 33,
     "sha256": "17125de1c659f81554ceb8fb5ab15844c846d4c82baba15a7e44a770062da50c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186828233,
     "length": 33,
     "sha256": "17125de1c659f81554ceb8fb5ab15844c846d4c82baba15a7e44a770062da50c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-slow-operation-threshold-ms",
   "title": "CLAUDE_CODE_SLOW_OPERATION_THRESHOLD_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-3rswxk6s.js` offset 175641132.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809512,
     "length": 46,
     "sha256": "ae7923622f1e27b7a440215060770bd192849ef0986494b3c9f99bd8bb76c549",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3rswxk6s.js` offset 175641132.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3rswxk6s.js",
     "binary_offset": 175641132,
     "length": 51,
     "sha256": "2d40a3a52c9e191228801cbee0a8c0e6e38923099b7f4d605c4e05cd0dccc697",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-spawn-timestamp-ms",
   "title": "CLAUDE_CODE_SPAWN_TIMESTAMP_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-a3ghcnsr.js` offset 176639733.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799179,
     "length": 37,
     "sha256": "c44cbde0686357af8ab437f040a91ca5657288a45494f1e0cddaa5e22c8bacaa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-a3ghcnsr.js` offset 176639733.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-a3ghcnsr.js",
     "binary_offset": 176639733,
     "length": 42,
     "sha256": "484bfa9fdc765473b3f724c1f92853a61cc8c58fc427638af45a1cbbe8a071fc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-squishy-newt",
   "title": "CLAUDE_CODE_SQUISHY_NEWT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186681951.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778291,
     "length": 31,
     "sha256": "a5f6f7af556ba5ef5a9a901188b104e1dda3de5d21dd26c711a04a8786f677b1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186681951.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186681951,
     "length": 26,
     "sha256": "593678e1cd667dc1274f74c0fc80d48b80be5b9440900f49857103096edd5d9c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sse-port",
   "title": "CLAUDE_CODE_SSE_PORT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186023315.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799217,
     "length": 27,
     "sha256": "6b9f332a79cb3d9f7b819c7d3d9ff060ac77bdd1e9afeb00c46579830a49ad41",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186023315.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186023315,
     "length": 22,
     "sha256": "3c3064ab9c95a64012c76c73622417646b7ab358825742060d70c198081e2dfd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186026982,
     "length": 22,
     "sha256": "3c3064ab9c95a64012c76c73622417646b7ab358825742060d70c198081e2dfd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-stall-timeout-ms-for-testing",
   "title": "CLAUDE_CODE_STALL_TIMEOUT_MS_FOR_TESTING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-avx2hrwa.js` offset 187092309.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799245,
     "length": 47,
     "sha256": "bfbc24c9893f59d3615e9c99237738a92494fbdabf06c7b1b0f749c21816e5f9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-avx2hrwa.js` offset 187092309.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-avx2hrwa.js",
     "binary_offset": 187092309,
     "length": 42,
     "sha256": "d1de753e0f977d4e9b6e0145b4b55696fda82b6957096a6a73c42112dd1a82d6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-startup-failure-results",
   "title": "CLAUDE_CODE_STARTUP_FAILURE_RESULTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to have a session started with `--output-format stream-json` write a result message naming why Claude Code refused to start for startup failures that otherwise end with stderr alone.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799293,
     "length": 42,
     "sha256": "2ac64ebcfeedd3bab6ef3a9970e519e5477bef2483a940afe71f268845dabfcf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to have a session started with `--output-format stream-json` write a result message naming why Claude Code refused to start for startup failures that otherwise end with stderr alone.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/typescript"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ccqhq6xj.js",
     "binary_offset": 179001073,
     "length": 47,
     "sha256": "829fede0433229b60fa4dd7fbbf06e9df7c01bbb35cb9aadb5614577130f5569",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-stellar-drift",
   "title": "CLAUDE_CODE_STELLAR_DRIFT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183848366.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778323,
     "length": 32,
     "sha256": "bc802436f47a8f20fefe47d7666a2265a2b99c54d2305f68b9564ec02f4f149c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183848366.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183848366,
     "length": 27,
     "sha256": "fd80c4e25665930188dcbf874b10b2201e5b332879b1feef371517d94345cea9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-stop-hook-block-cap",
   "title": "CLAUDE_CODE_STOP_HOOK_BLOCK_CAP",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Maximum number of consecutive times a Stop or SubagentStop hook may block the turn from ending before Claude Code overrides it and ends the turn anyway (default: 8).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 8,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799336,
     "length": 38,
     "sha256": "a25808e49bd2ea7c1281da1edbe0e955ed6e792bf09cdbb784310646d2709eb4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Maximum number of consecutive times a Stop or SubagentStop hook may block the turn from ending before Claude Code overrides it and ends the turn anyway (default: 8).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/hooks-guide"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-td7fxg34.js",
     "binary_offset": 190786036,
     "length": 33,
     "sha256": "679999c74e770e88c3f7d8c1fd1f84f6fdbd6e08e5293f9c40f444f2b152ae3b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-subagent-model",
   "title": "CLAUDE_CODE_SUBAGENT_MODEL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: The default model for subagents, agent team teammates, and workflow agents that aren't assigned a model another way.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175807979,
     "length": 33,
     "sha256": "ff19c41e2ec616d5e865dcac4f4db898b47f87f0ffdfc1cf5770b1fc0908635a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "The default model for subagents, agent team teammates, and workflow agents that aren't assigned a model another way.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-teams",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/model-config",
     "https://code.claude.com/docs/en/sub-agents"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7dz9rvcm.js",
     "binary_offset": 190068116,
     "length": 28,
     "sha256": "a4e439aa70cb55b655b7d8db5b2104a1d1625d7b4ed2b40baaee006de2701af6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-subagent-model-force",
   "title": "CLAUDE_CODE_SUBAGENT_MODEL_FORCE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to force one model onto subagents, teammates, and workflow agents.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 8,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175808013,
     "length": 39,
     "sha256": "9e783d84b05f38de47ce2cf599eb0e0d9e8ac0c1da8645734fca4993468609f0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to force one model onto subagents, teammates, and workflow agents.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-teams",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/model-config",
     "https://code.claude.com/docs/en/sub-agents"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3qcnxvnw.js",
     "binary_offset": 190168760,
     "length": 34,
     "sha256": "1f181030da3daa9cab2dfb3ab8392c542a402a9280663135d03dd18f4eb566c1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7dz9rvcm.js",
     "binary_offset": 190069888,
     "length": 34,
     "sha256": "1f181030da3daa9cab2dfb3ab8392c542a402a9280663135d03dd18f4eb566c1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ak3102st.js",
     "binary_offset": 194621439,
     "length": 34,
     "sha256": "1f181030da3daa9cab2dfb3ab8392c542a402a9280663135d03dd18f4eb566c1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-at0dnfcj.js",
     "binary_offset": 207286597,
     "length": 34,
     "sha256": "1f181030da3daa9cab2dfb3ab8392c542a402a9280663135d03dd18f4eb566c1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-at0dnfcj.js",
     "binary_offset": 207287028,
     "length": 34,
     "sha256": "1f181030da3daa9cab2dfb3ab8392c542a402a9280663135d03dd18f4eb566c1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186055203,
     "length": 34,
     "sha256": "1f181030da3daa9cab2dfb3ab8392c542a402a9280663135d03dd18f4eb566c1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x7qmw6rt.js",
     "binary_offset": 182375243,
     "length": 34,
     "sha256": "1f181030da3daa9cab2dfb3ab8392c542a402a9280663135d03dd18f4eb566c1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-z6451q6q.js",
     "binary_offset": 205431129,
     "length": 34,
     "sha256": "1f181030da3daa9cab2dfb3ab8392c542a402a9280663135d03dd18f4eb566c1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-subprocess-env-scrub",
   "title": "CLAUDE_CODE_SUBPROCESS_ENV_SCRUB",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to strip credentials from subprocess environments (Bash tool, hooks, MCP stdio servers): Anthropic and cloud provider credentials, any other variable that Claude Code recognizes as a credential, and credentials embedded in package registry URLs.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799375,
     "length": 39,
     "sha256": "e68d0f243cfde44350f22397e1ada449af795c2d7c552cde497d189341f3e988",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to strip credentials from subprocess environments (Bash tool, hooks, MCP stdio servers): Anthropic and cloud provider credentials, any other variable that Claude Code recognizes as a credential, and credentials embedded in package registry URLs.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/hooks",
     "https://code.claude.com/docs/en/sandboxing",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8mkwx7mn.js",
     "binary_offset": 176705973,
     "length": 44,
     "sha256": "32d884096527ec5475a6101259713375955dd814ac5c09b4e6cae35636d373bc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177809837,
     "length": 44,
     "sha256": "32d884096527ec5475a6101259713375955dd814ac5c09b4e6cae35636d373bc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177809958,
     "length": 44,
     "sha256": "32d884096527ec5475a6101259713375955dd814ac5c09b4e6cae35636d373bc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-subscription-type",
   "title": "CLAUDE_CODE_SUBSCRIPTION_TYPE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177814080.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765412,
     "length": 36,
     "sha256": "095747969910591859c343a358a71afc59c439889bfca942f19806d5e5cce6bb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177814080.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177814080,
     "length": 41,
     "sha256": "3bac6f0296b914de0633754be07fab2399658234d5b429cae449dfdffb194533",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178683456,
     "length": 31,
     "sha256": "876d54af2e83e8380014f709ce1ef2d6c0e85dd83757a77645f793d462b5d7be",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178683650,
     "length": 31,
     "sha256": "876d54af2e83e8380014f709ce1ef2d6c0e85dd83757a77645f793d462b5d7be",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-supervised",
   "title": "CLAUDE_CODE_SUPERVISED",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2tefsj0f.js` offset 175591383.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799415,
     "length": 29,
     "sha256": "8ea7d03e32bac6789386b2b4e068b2fcedb7ca7aa987c0f6056e63bd58a65c1f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2tefsj0f.js` offset 175591383.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175591383,
     "length": 34,
     "sha256": "ca2a97fca8150c20cffe784fb36fb9a84d590d5a75dc7fc2a1a8b3134b584124",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-suppress-session-attribution",
   "title": "CLAUDE_CODE_SUPPRESS_SESSION_ATTRIBUTION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183806518.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778441,
     "length": 47,
     "sha256": "b40d163230378dbc7b2657fdec78f16e53dad6884400771869116f5d0f4a8db6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183806518.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183806518,
     "length": 42,
     "sha256": "5d00e83b3c47bd1ed187dd1826e6b3e95c0e33328cc09546198421093a2457ed",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sync-plugin-install",
   "title": "CLAUDE_CODE_SYNC_PLUGIN_INSTALL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` in non-interactive mode (the `-p` flag) to wait for plugin installation to complete before the first query.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 9,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778521,
     "length": 38,
     "sha256": "f2947ea316e589bf91d30a6a51fbb82c936c6e204159910e1d2dd78631118481",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` in non-interactive mode (the `-p` flag) to wait for plugin installation to complete before the first query.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/typescript",
     "https://code.claude.com/docs/en/headless",
     "https://code.claude.com/docs/en/plugins/org"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192094602,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191778040,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-g1gybmy1.js",
     "binary_offset": 199237770,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198816804,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199085949,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199086514,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186441957,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186442215,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186445838,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sync-plugin-install-timeout-ms",
   "title": "CLAUDE_CODE_SYNC_PLUGIN_INSTALL_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Timeout in milliseconds for synchronous plugin installation.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 0,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799643,
     "length": 49,
     "sha256": "a1244d7eb90e44b8e1579f782534bd0bcda0f5712806132ac28df083f384cbef",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Timeout in milliseconds for synchronous plugin installation.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199086286,
     "length": 44,
     "sha256": "289123bcd14c5080b95cb4976b234f57eda26e907a136effffde222e8ae83593",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sync-plugins",
   "title": "CLAUDE_CODE_SYNC_PLUGINS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-edtry2rt.js` offset 180917136.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778489,
     "length": 31,
     "sha256": "83afe75a4e27752d3e3730ec77549aa31c76c8f6f584503b55344d76f720cdb9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-edtry2rt.js` offset 180917136.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-edtry2rt.js",
     "binary_offset": 180917136,
     "length": 26,
     "sha256": "0d015816a24627dd03c6a6d82fc02af8be9d991193095db4508563f336db4697",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183147360,
     "length": 26,
     "sha256": "0d015816a24627dd03c6a6d82fc02af8be9d991193095db4508563f336db4697",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183156054,
     "length": 26,
     "sha256": "0d015816a24627dd03c6a6d82fc02af8be9d991193095db4508563f336db4697",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sync-plugins-buffered-download",
   "title": "CLAUDE_CODE_SYNC_PLUGINS_BUFFERED_DOWNLOAD",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-edtry2rt.js` offset 180952893.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799445,
     "length": 49,
     "sha256": "ca171dec15659cb9a02dc2aa94cab56d71e4e5f67d1b8042deac5eaeb635cf28",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-edtry2rt.js` offset 180952893.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-edtry2rt.js",
     "binary_offset": 180952893,
     "length": 44,
     "sha256": "9f9c61c921517aec9a7e81088ea092412c107c4711d7ea8559c1bf1c0f1e0a7f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sync-plugins-download-stall-ms",
   "title": "CLAUDE_CODE_SYNC_PLUGINS_DOWNLOAD_STALL_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-edtry2rt.js` offset 180951219.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 60000,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799495,
     "length": 49,
     "sha256": "aa3ae97fd1f2c2f300fa6bb31794aa524a1fef72c489ad8948fd9cfd5bf5b09d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-edtry2rt.js` offset 180951219.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-edtry2rt.js",
     "binary_offset": 180951219,
     "length": 44,
     "sha256": "7bb68b8700a092c78d097845b52c7933f64277a2c835f8a621ef2f10b3467ebf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sync-plugins-install-timeout-ms",
   "title": "CLAUDE_CODE_SYNC_PLUGINS_INSTALL_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183147453.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 30000,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799545,
     "length": 50,
     "sha256": "b895ee235c3bbf8a6069b3d870ba7a27553caf112c8446a2933157c5ab638af3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183147453.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183147453,
     "length": 45,
     "sha256": "52621edc7c47be1671ba1dd1da4c8ce4bdc19c84630af6ae37ec6bd877eb6885",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sync-plugins-mcp-timeout-ms",
   "title": "CLAUDE_CODE_SYNC_PLUGINS_MCP_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183147528.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 10000,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 0
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799596,
     "length": 46,
     "sha256": "3e166851b2de902b28adf34c03b698df1c56c957a254ded41d27099608509e49",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183147528.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183147528,
     "length": 41,
     "sha256": "ee1187e2424fe29d7f084e281cad637b3f8731f9614b912742af59a87a2ea112",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sync-reuse-within-ms",
   "title": "CLAUDE_CODE_SYNC_REUSE_WITHIN_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183144735.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 0,
     "max": 86400000
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799693,
     "length": 39,
     "sha256": "2ce68ba591bddf7d7d4c41331caf0c76b2611250939da15bd327f6847718011d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183144735.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183144735,
     "length": 34,
     "sha256": "10976ffae6248399270ce914cfa8bba9a9f7fea686fa1c9689aed4ed7487e55d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sync-session-refs",
   "title": "CLAUDE_CODE_SYNC_SESSION_REFS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-edtry2rt.js` offset 180917164.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799733,
     "length": 36,
     "sha256": "327f1c300252d40551a6228e90b460f60f9e495a6fe883102df7b98270e54002",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-edtry2rt.js` offset 180917164.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-edtry2rt.js",
     "binary_offset": 180917164,
     "length": 31,
     "sha256": "ffd902d267cdaba1e74da233cd6cd7ecd0875f6fe7e2bfc76c8ef478558342ae",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-edtry2rt.js",
     "binary_offset": 180947873,
     "length": 31,
     "sha256": "ffd902d267cdaba1e74da233cd6cd7ecd0875f6fe7e2bfc76c8ef478558342ae",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183278105,
     "length": 31,
     "sha256": "ffd902d267cdaba1e74da233cd6cd7ecd0875f6fe7e2bfc76c8ef478558342ae",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sync-skills",
   "title": "CLAUDE_CODE_SYNC_SKILLS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` in non-interactive mode with the `-p` flag to make Claude Code download the skills enabled for your claude.ai account in that run and wait for the list of them, up to `CLAUDE_CODE_SYNC_SKILLS_WAIT_TIMEOUT_MS`, before it runs the first query.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778560,
     "length": 30,
     "sha256": "c65928ed5cf15aca59d1a39447d8f0d31806a8b4b26777536853003c995f2f57",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` in non-interactive mode with the `-p` flag to make Claude Code download the skills enabled for your claude.ai account in that run and wait for the list of them, up to `CLAUDE_CODE_SYNC_SKILLS_WAIT_TIMEOUT_MS`, before it runs the first query.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference",
     "https://code.claude.com/docs/en/skills"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-eavr3pjy.js",
     "binary_offset": 191710368,
     "length": 25,
     "sha256": "86fc596078c2e2feb8eed77992cedba56880501ed090003d833f7d6a77cd9538",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183276689,
     "length": 25,
     "sha256": "86fc596078c2e2feb8eed77992cedba56880501ed090003d833f7d6a77cd9538",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183278078,
     "length": 25,
     "sha256": "86fc596078c2e2feb8eed77992cedba56880501ed090003d833f7d6a77cd9538",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ykby6644.js",
     "binary_offset": 207076890,
     "length": 25,
     "sha256": "86fc596078c2e2feb8eed77992cedba56880501ed090003d833f7d6a77cd9538",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sync-skills-install-timeout-ms",
   "title": "CLAUDE_CODE_SYNC_SKILLS_INSTALL_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Timeout in milliseconds for the skills resync that runs mid-session when an app built on the Agent SDK reloads skills (default: 30000).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799770,
     "length": 49,
     "sha256": "d1ea4c1f232ffb4a66cf794634ab6a6280eaa087e26313d1f77b3a23569cb21e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Timeout in milliseconds for the skills resync that runs mid-session when an app built on the Agent SDK reloads skills (default: 30000).",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-eavr3pjy.js",
     "binary_offset": 191699297,
     "length": 44,
     "sha256": "6b53f45451ec3e41a6bed1efdbb843c4f8dae05036efd91c2d33448baec465b5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-sync-skills-wait-timeout-ms",
   "title": "CLAUDE_CODE_SYNC_SKILLS_WAIT_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Timeout in milliseconds for the first query to wait for the initial skill list when `CLAUDE_CODE_SYNC_SKILLS` is set (default: 5000).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799820,
     "length": 46,
     "sha256": "07a0fbd1814d7ca7e96380a992b5f7119049de5192501385cb1779fb0739f215",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Timeout in milliseconds for the first query to wait for the initial skill list when `CLAUDE_CODE_SYNC_SKILLS` is set (default: 5000).",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-eavr3pjy.js",
     "binary_offset": 191699213,
     "length": 41,
     "sha256": "de00dd5e9bd7242b1f783253cc43051e45bca9a100fedb53820d845797c1bd1d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-syntax-highlight",
   "title": "CLAUDE_CODE_SYNTAX_HIGHLIGHT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `false` to disable syntax highlighting in diff output.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799867,
     "length": 35,
     "sha256": "52ba4668642d6230ccccb81af347448cf168b492770a382e60103e3b686c077a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `false` to disable syntax highlighting in diff output.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ee16pmkr.js",
     "binary_offset": 199938829,
     "length": 30,
     "sha256": "ef3cce710f579acd13333f7d66301288c233548a06bc08d9f190eb7393f19445",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fcvz84s3.js",
     "binary_offset": 209866006,
     "length": 30,
     "sha256": "ef3cce710f579acd13333f7d66301288c233548a06bc08d9f190eb7393f19445",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-system-prompt-gb-feature",
   "title": "CLAUDE_CODE_SYSTEM_PROMPT_GB_FEATURE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199077940.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799903,
     "length": 43,
     "sha256": "155eb6bf5015673848da27f050952f8e9866e7dbb4491f2a208febe9fef009a7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199077940.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199077940,
     "length": 38,
     "sha256": "5ca808994a5761ed87fda0a94b583a6c7c79da55b2b06a29137c24f86f669759",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-tags",
   "title": "CLAUDE_CODE_TAGS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178519590.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799947,
     "length": 23,
     "sha256": "f4fe68d8e132befbfec02d3342c868e46cc970e207d71f19260993c0b70c577a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178519590.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178519590,
      "length": 28,
      "sha256": "aa86fbdced1c9f4a005c0cb2664fd995b16ac37ccf0d48a70e538644d91491de",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178519590,
     "length": 28,
     "sha256": "aa86fbdced1c9f4a005c0cb2664fd995b16ac37ccf0d48a70e538644d91491de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178519626,
     "length": 28,
     "sha256": "aa86fbdced1c9f4a005c0cb2664fd995b16ac37ccf0d48a70e538644d91491de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-task-list-id",
   "title": "CLAUDE_CODE_TASK_LIST_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Share a task list across sessions.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799971,
     "length": 31,
     "sha256": "0c9c42ef402cc40c6bc39ed0e2c5b8d457fa0416f4675fad7fe53dcaf2c0b93b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Share a task list across sessions.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/interactive-mode"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-q8bx5xe3.js",
      "binary_offset": 182557367,
      "length": 26,
      "sha256": "8ea2a4a3aa1320e3b84a51e59a7d0634bbc9d02d323b46f3f50690fce6fb8252",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203736681,
     "length": 26,
     "sha256": "8ea2a4a3aa1320e3b84a51e59a7d0634bbc9d02d323b46f3f50690fce6fb8252",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-q8bx5xe3.js",
     "binary_offset": 182557367,
     "length": 26,
     "sha256": "8ea2a4a3aa1320e3b84a51e59a7d0634bbc9d02d323b46f3f50690fce6fb8252",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-q8bx5xe3.js",
     "binary_offset": 182557401,
     "length": 26,
     "sha256": "8ea2a4a3aa1320e3b84a51e59a7d0634bbc9d02d323b46f3f50690fce6fb8252",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-team-teardown-park-timeout-ms",
   "title": "CLAUDE_CODE_TEAM_TEARDOWN_PARK_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override, in milliseconds, how long a non-interactive session waits at exit for its agent team to finish tearing down.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 10000,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1000,
     "max": 60000
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800003,
     "length": 48,
     "sha256": "7e7d4eb9110aabeab448dc8dc482c14331959857012fcb31aa5ac36c03f1955c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override, in milliseconds, how long a non-interactive session waits at exit for its agent team to finish tearing down.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199023981,
     "length": 43,
     "sha256": "701641f94ed145c363654d643d0ae04d2ec0d3ade312e26a83de67630ee6a083",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-tee-sdk-stdout",
   "title": "CLAUDE_CODE_TEE_SDK_STDOUT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-8v60mkqf.js` offset 198380578.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767770,
     "length": 33,
     "sha256": "5cd76aec7555946ac3767bd3ac0ae9cd91ff752b0e0f1a459725ebbd95995db7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8v60mkqf.js` offset 198380578.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8v60mkqf.js",
     "binary_offset": 198380578,
     "length": 38,
     "sha256": "3b7d3d72e05ffe7526de9ca258e0128bac69c303105aaeeb8d75705ed321aeff",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-terminal-mcp-tools",
   "title": "CLAUDE_CODE_TERMINAL_MCP_TOOLS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mh1k3k33.js` offset 205476315.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800052,
     "length": 37,
     "sha256": "bb7df29cb42f94a84185de1d0d98946d19100e8ba6e6585834bbcc8eefad7d56",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mh1k3k33.js` offset 205476315.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mh1k3k33.js",
     "binary_offset": 205476315,
     "length": 32,
     "sha256": "eb007c407dd13cd297be7b7045fcadf4d7e84fc3fc60bd4f88d3a38299623006",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185781187,
     "length": 32,
     "sha256": "eb007c407dd13cd297be7b7045fcadf4d7e84fc3fc60bd4f88d3a38299623006",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-test-allow-real-network",
   "title": "CLAUDE_CODE_TEST_ALLOW_REAL_NETWORK",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9r9kpwh0.js` offset 177382808.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800090,
     "length": 42,
     "sha256": "c0e14b106de0b274fef7f6c6f7d0303155ba5ffbeb670889f12d16a9d1d30595",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-9r9kpwh0.js` offset 177382808.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177382808,
     "length": 47,
     "sha256": "32d7e817e5f4ae5ecf2739f3995b1c6fefb002e32131b98b78c7a30d6a0a5a36",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-test-fixtures-root",
   "title": "CLAUDE_CODE_TEST_FIXTURES_ROOT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183600163.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800133,
     "length": 37,
     "sha256": "1476539151a859ab544a83ef99a85bb1841536d579be9c70cb4e7ee6bc7acc7d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183600163.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183600163,
     "length": 32,
     "sha256": "e061786ea63c428fff18ded7a6122416ff391717c2ef77a61c5e76f45993df19",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183600691,
     "length": 32,
     "sha256": "e061786ea63c428fff18ded7a6122416ff391717c2ef77a61c5e76f45993df19",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-thinking-display-updates",
   "title": "CLAUDE_CODE_THINKING_DISPLAY_UPDATES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184815617.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778630,
     "length": 43,
     "sha256": "e61261e65ccd8742ddb50d8dce327424ef35c077f9781618b092fee6446eec81",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184815617.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184815617,
     "length": 38,
     "sha256": "6c6cabb4367b56abeef486c7455c72d21f9005ed39978944bb0e97adce5d151c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-thistle-grebe",
   "title": "CLAUDE_CODE_THISTLE_GREBE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178182550.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778674,
     "length": 32,
     "sha256": "0499cb3e4250449362fb6615a56204cbded1c6b8a7b82292ed58a5a768d1d1b4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178182550.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178182550,
     "length": 27,
     "sha256": "da23ea8a9155be189529410a6598c45bdfaf936639c29525e7810b8da6069f66",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-thrifty-sonic",
   "title": "CLAUDE_CODE_THRIFTY_SONIC",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-erjm8tsb.js` offset 179179031.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778707,
     "length": 32,
     "sha256": "75f561fa82b039daf37f6930dfb0984b29d1511498d0c8a67e97574083d9f93d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-erjm8tsb.js` offset 179179031.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-erjm8tsb.js",
     "binary_offset": 179179031,
     "length": 27,
     "sha256": "ea9dc2eda9afcba63ea2ff620391fe691bc07806bae4b23f429dd13947c7800d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-erjm8tsb.js",
     "binary_offset": 179179075,
     "length": 27,
     "sha256": "ea9dc2eda9afcba63ea2ff620391fe691bc07806bae4b23f429dd13947c7800d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-tmpdir",
   "title": "CLAUDE_CODE_TMPDIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override the temp directory used for internal temp files.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 6,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800274,
     "length": 25,
     "sha256": "e6608bdf4e1dab52358a9c82d198000930aa2927ab2938536aa396cfa49b999a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override the temp directory used for internal temp files.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-directory",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/sandboxing",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-5b5dkraf.js",
      "binary_offset": 212193752,
      "length": 20,
      "sha256": "55c69adaf6996979c34fabdca6825e319bb876244be5fbaae548f134b266952b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180471700,
     "length": 30,
     "sha256": "299a7e9672339d8a1b27c004e7f451fa736bcc7ba2590445a6106b9c055b7a94",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212193752,
     "length": 20,
     "sha256": "55c69adaf6996979c34fabdca6825e319bb876244be5fbaae548f134b266952b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212193780,
     "length": 20,
     "sha256": "55c69adaf6996979c34fabdca6825e319bb876244be5fbaae548f134b266952b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212193840,
     "length": 20,
     "sha256": "55c69adaf6996979c34fabdca6825e319bb876244be5fbaae548f134b266952b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212207735,
     "length": 20,
     "sha256": "55c69adaf6996979c34fabdca6825e319bb876244be5fbaae548f134b266952b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k7f7wrfy.js",
     "binary_offset": 175984132,
     "length": 20,
     "sha256": "55c69adaf6996979c34fabdca6825e319bb876244be5fbaae548f134b266952b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-tmux-prefix",
   "title": "CLAUDE_CODE_TMUX_PREFIX",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y5f6f73g.js` offset 203196428.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800300,
     "length": 30,
     "sha256": "eb6f0f16943b99d5ffa9f79b30fd849464efd80ea3ea9b03d6d2c3464dae7d04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-y5f6f73g.js` offset 203196428.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203196428,
     "length": 25,
     "sha256": "f3917ec9c693276518df975f8564d7c5a13e44bf8f0cb7f847547d2b8c90d72f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203196457,
     "length": 25,
     "sha256": "f3917ec9c693276518df975f8564d7c5a13e44bf8f0cb7f847547d2b8c90d72f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203196522,
     "length": 25,
     "sha256": "f3917ec9c693276518df975f8564d7c5a13e44bf8f0cb7f847547d2b8c90d72f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203196554,
     "length": 25,
     "sha256": "f3917ec9c693276518df975f8564d7c5a13e44bf8f0cb7f847547d2b8c90d72f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-tmux-prefix-conflicts",
   "title": "CLAUDE_CODE_TMUX_PREFIX_CONFLICTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y5f6f73g.js` offset 203196389.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800331,
     "length": 40,
     "sha256": "4b62b4b9262b391d6e9a2cfd706d363e6af63c77cc4fd01682dec34f1994fe3f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-y5f6f73g.js` offset 203196389.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203196389,
     "length": 35,
     "sha256": "d3dc1e92e0cd9d3c67fc7fe3f69b58ef19a24830a6edceeabdc3537f4d2def43",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-tmux-session",
   "title": "CLAUDE_CODE_TMUX_SESSION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-g1gybmy1.js` offset 199246954.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800372,
     "length": 31,
     "sha256": "060c28dc7e4a0d38a31fb2c7269e8b272627b3fd7bf46f0e0d29a5336afabdb8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-g1gybmy1.js` offset 199246954.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-g1gybmy1.js",
      "binary_offset": 199246954,
      "length": 26,
      "sha256": "c0a56997e722184022fe6ab58384de73090ba9a7e5034c08dae678e68f40b520",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-y5f6f73g.js",
      "binary_offset": 203196267,
      "length": 26,
      "sha256": "c0a56997e722184022fe6ab58384de73090ba9a7e5034c08dae678e68f40b520",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-g1gybmy1.js",
     "binary_offset": 199246954,
     "length": 26,
     "sha256": "c0a56997e722184022fe6ab58384de73090ba9a7e5034c08dae678e68f40b520",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wynxkg6x.js",
     "binary_offset": 210778497,
     "length": 26,
     "sha256": "c0a56997e722184022fe6ab58384de73090ba9a7e5034c08dae678e68f40b520",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203196267,
     "length": 26,
     "sha256": "c0a56997e722184022fe6ab58384de73090ba9a7e5034c08dae678e68f40b520",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203196338,
     "length": 26,
     "sha256": "c0a56997e722184022fe6ab58384de73090ba9a7e5034c08dae678e68f40b520",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-tmux-truecolor",
   "title": "CLAUDE_CODE_TMUX_TRUECOLOR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to any non-empty value, such as `1`, to allow 24-bit truecolor output inside tmux. **Setting it to `0` or `false` still allows truecolor**, unlike most on/off variables; unset the variable to restore the 256-color clamp.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "used as-is (not trimmed)",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "rawStr",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800404,
     "length": 33,
     "sha256": "07496dbf7516ef6a2544ef84ce44369b25d4976e4e4d10fc7b862ae8c75c79bb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to any non-empty value, such as `1`, to allow 24-bit truecolor output inside tmux. **Setting it to `0` or `false` still allows truecolor**, unlike most on/off variables; unset the variable to restore the 256-color clamp.",
    "description_source": "docs",
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-3mdsq6vb.js",
      "binary_offset": 177177953,
      "length": 28,
      "sha256": "1caa1ae1d7a6325f3884035baa0d2c6ba3b10ec9e2cce60bc29c41e397bc5698",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3mdsq6vb.js",
     "binary_offset": 177177953,
     "length": 28,
     "sha256": "1caa1ae1d7a6325f3884035baa0d2c6ba3b10ec9e2cce60bc29c41e397bc5698",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-todo-reminder-mode",
   "title": "CLAUDE_CODE_TODO_REMINDER_MODE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186065314.",
   "documented": null,
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "baseline",
     "off"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "enum",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778774,
     "length": 37,
     "sha256": "81b0d238c2db4f094b55e6bf9cf682ed12e218302e166aaab531154de311eba3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186065314.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186065314,
     "length": 32,
     "sha256": "5abe0e33cca5ce6b3ea0cd8ba0ae0a3a6e1604ccc9833d0732c3248e681f69d7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-tool-memory-cgroup-exclude",
   "title": "CLAUDE_CODE_TOOL_MEMORY_CGROUP_EXCLUDE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: On Linux and WSL, set to a comma-separated list of the kinds of processes Claude Code excludes from the tool memory cap, such as `mcp` or `lsp`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800438,
     "length": 45,
     "sha256": "0e18199b7294db89c30d9c509e52ccdfaa230c35e7f5c49dea4e1545f56158a3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "On Linux and WSL, set to a comma-separated list of the kinds of processes Claude Code excludes from the tool memory cap, such as `mcp` or `lsp`.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/tools-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pez7h27x.js",
     "binary_offset": 176520199,
     "length": 40,
     "sha256": "5b70bef76617b25f0616690862b6425e7afae6ba1270c2f5f0c8b3114f7ed120",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-tool-memory-limit",
   "title": "CLAUDE_CODE_TOOL_MEMORY_LIMIT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: On Linux and WSL, set to a size such as `4G` to cap the memory that Bash and PowerShell tool commands can use, and Monitor tool commands on v2.1.246 or later.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800484,
     "length": 36,
     "sha256": "9ed510f9592b563b895d85eab2df8a18037c7acc4e17dadc637178a1e71d6e94",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "On Linux and WSL, set to a size such as `4G` to cap the memory that Bash and PowerShell tool commands can use, and Monitor tool commands on v2.1.246 or later.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/tools-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pez7h27x.js",
     "binary_offset": 176518449,
     "length": 31,
     "sha256": "1f539dfd08e48b67f399bc77a7291971d0cd3b415181eb7b6f7cb97b3349c39f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-total-tokens-reminder",
   "title": "CLAUDE_CODE_TOTAL_TOKENS_REMINDER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184278119.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778812,
     "length": 40,
     "sha256": "ea64e6226645f525946765f58cffc79a41994a569ba803cf35ddd8258f735d33",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184278119.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184278119,
     "length": 35,
     "sha256": "ffe6d7cedf390716e078045c0d55ce5f3d27def3da7de9a7b716c3dc2e5f2a42",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-total-tokens-reminder-after-user-turn",
   "title": "CLAUDE_CODE_TOTAL_TOKENS_REMINDER_AFTER_USER_TURN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184278946.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778853,
     "length": 56,
     "sha256": "88345928fe7ec3ba53052388fb4d4175da714bbe03a8485ae062cbacec46e57f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184278946.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184278946,
     "length": 51,
     "sha256": "ddd4b616311363fea1e815371021207f4aba4994c4c0dbbe50d690a982253a94",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-total-tokens-reminder-budget",
   "title": "CLAUDE_CODE_TOTAL_TOKENS_REMINDER_BUDGET",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184278511.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778910,
     "length": 47,
     "sha256": "29a42f21c7ed6bb845edd87ea217bddcef29f8ed5fed7bca2438cb813f4cc9b9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184278511.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184278511,
     "length": 42,
     "sha256": "606df25d8dadf3002326e5acd2e7184134c658a9a09ef3fbf168825a43ce52c5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-transcript-local-gc",
   "title": "CLAUDE_CODE_TRANSCRIPT_LOCAL_GC",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-8v60mkqf.js` offset 198358781.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778958,
     "length": 38,
     "sha256": "5803e219ef4b77ee71afff5ab404bc2551a715f56346ad198e11becded36b0aa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8v60mkqf.js` offset 198358781.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8v60mkqf.js",
     "binary_offset": 198358781,
     "length": 33,
     "sha256": "3ecaf12b6e6d9b7f7d7bbd2fbdabdc94a2b89f8fc4955fcde2ac88adfcebd48b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-trigger-id",
   "title": "CLAUDE_CODE_TRIGGER_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-g1gybmy1.js` offset 199246875.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800521,
     "length": 29,
     "sha256": "8b1b4f0ccdf8e0852d7f15d3c047622e5069f488ebd421e9e3fce01ebc18391f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-g1gybmy1.js` offset 199246875.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-g1gybmy1.js",
     "binary_offset": 199246875,
     "length": 24,
     "sha256": "e89ecb6ea7dfccaf09c473cc4d25231a8f109cf3c9295ddf3f2cc326589bec11",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-tui-just-switched",
   "title": "CLAUDE_CODE_TUI_JUST_SWITCHED",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mzg9kbjz.js` offset 203712643.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "fullscreen",
     "default"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800551,
     "length": 36,
     "sha256": "1fc29fa593a47c200675be7b1c380374e2ad5c11d79bb4d5a76e720eb25e54f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mzg9kbjz.js` offset 203712643.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203712643,
     "length": 31,
     "sha256": "4aa0a02808114be1da52ae2fb8f29b8792bbc9494bfa78168002094b05325b28",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203161969,
     "length": 31,
     "sha256": "4aa0a02808114be1da52ae2fb8f29b8792bbc9494bfa78168002094b05325b28",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203200386,
     "length": 31,
     "sha256": "4aa0a02808114be1da52ae2fb8f29b8792bbc9494bfa78168002094b05325b28",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-tui-trial",
   "title": "CLAUDE_CODE_TUI_TRIAL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-n3jtyenp.js` offset 182200472.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "fullscreen"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800588,
     "length": 28,
     "sha256": "e72cf9b2bfc06cd5e44caf819b794a3eb356ad52c6662d1f0e91ad64975b058a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n3jtyenp.js` offset 182200472.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n3jtyenp.js",
     "binary_offset": 182200472,
     "length": 23,
     "sha256": "f52b2d890839d2d859f9177f561f8f8ebebe4910d10bb6ed4611195e034940ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-turn-updates",
   "title": "CLAUDE_CODE_TURN_UPDATES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184286052.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175778997,
     "length": 31,
     "sha256": "6d1176fb2090ae07013ced2e8f052d999132e66e655da122c286306bb6156921",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184286052.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184286052,
     "length": 26,
     "sha256": "924dab7685a6651cff8cef7652d6e3e1455ae0a1cb9327d80e275ed851f813fb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-ultrareview-preflight-fixture",
   "title": "CLAUDE_CODE_ULTRAREVIEW_PREFLIGHT_FIXTURE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-rwx9yk1k.js` offset 194850595.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800617,
     "length": 48,
     "sha256": "2572d56dd30e5cf3e54fc7dc4e06f3552f4102e4e258e735fb8a58a06fc18a4d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rwx9yk1k.js` offset 194850595.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rwx9yk1k.js",
     "binary_offset": 194850595,
     "length": 43,
     "sha256": "d80da8392e43925220ee8e7b7c47c317f5d98b1416506bba042c9237136a10d3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-ultrareview-quota-fixture",
   "title": "CLAUDE_CODE_ULTRAREVIEW_QUOTA_FIXTURE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sgghn731.js` offset 190972999.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800666,
     "length": 44,
     "sha256": "d18c5c46682e3a90172beb39bc91550c4dc349262079e0e3977cc3975a2860c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-sgghn731.js` offset 190972999.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sgghn731.js",
     "binary_offset": 190972999,
     "length": 39,
     "sha256": "4abb04e77a8b25111d58e8d0cf9b55d01d63c2c37bd325bd1159f0e309b2e509",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-use-cowork-plugins",
   "title": "CLAUDE_CODE_USE_COWORK_PLUGINS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-18sktzq8.js` offset 176371511.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779069,
     "length": 37,
     "sha256": "d938250a0709d3d5dd5c35ccd299c6a0154cf8f5b21e6da629a0d4fc9e24ed29",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-18sktzq8.js` offset 176371511.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-18sktzq8.js",
     "binary_offset": 176371511,
     "length": 32,
     "sha256": "225ab54c099133cadee2798a9bafb1884053f06212f6ee8ec1f714d66cb3db7d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-55wes79j.js",
     "binary_offset": 179244815,
     "length": 32,
     "sha256": "225ab54c099133cadee2798a9bafb1884053f06212f6ee8ec1f714d66cb3db7d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-use-powershell-tool",
   "title": "CLAUDE_CODE_USE_POWERSHELL_TOOL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Controls the PowerShell tool.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779149,
     "length": 38,
     "sha256": "9e7fff079e65011abaf195e31dbfb0c62dc897aeeb4e378565c2e3b66cc4cb7a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Controls the PowerShell tool.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/typescript",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/hooks",
     "https://code.claude.com/docs/en/settings-reference",
     "https://code.claude.com/docs/en/setup"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4d9jedja.js",
     "binary_offset": 191036715,
     "length": 43,
     "sha256": "0bf9df8a5ba2d15ed9878410e755594fa5caad01bda4b563d08056977eaf6974",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5mcqa25r.js",
     "binary_offset": 189985335,
     "length": 33,
     "sha256": "832dea8447d2eed33439674222ce6b41060d496415523adb884e208bccc7ed9e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n7e3q3fg.js",
     "binary_offset": 181216060,
     "length": 33,
     "sha256": "832dea8447d2eed33439674222ce6b41060d496415523adb884e208bccc7ed9e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-user-dialog-timeout-ms",
   "title": "CLAUDE_CODE_USER_DIALOG_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Deadline in milliseconds before Claude Code cancels a dialog it forwards to a remote client such as a Remote Control or SDK host, or the approval dialog for a held cross-session message; permission prompts and `AskUserQuestion` questions use their own flows and aren't governed by it.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800711,
     "length": 41,
     "sha256": "0ac24522bd7fbb773ddef7edd73837c35dc6b584730f1af17efe473c549b08cd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Deadline in milliseconds before Claude Code cancels a dialog it forwards to a remote client such as a Remote Control or SDK host, or the approval dialog for a held cross-session message; permission prompts and `AskUserQuestion` questions use their own flows and aren't governed by it.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181665546,
     "length": 36,
     "sha256": "46d08d18c8aec3eaece40eae6564dbfcdf50b35953549e5c8f775064ca97e178",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-user-email",
   "title": "CLAUDE_CODE_USER_EMAIL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178728100.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765449,
     "length": 29,
     "sha256": "9ce7a73bd4b07138955de88567a5caf8308ab37e8831144c94c5aaa8847f4c24",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178728100.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178728100,
     "length": 24,
     "sha256": "2347c88b7b7fca68a28594e598fef098ff0bd077a4f6b6a6dd0cfd116a30b52b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-voice-forward-interims-typed",
   "title": "CLAUDE_CODE_VOICE_FORWARD_INTERIMS_TYPED",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-nkm61j3j.js` offset 208215732.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800753,
     "length": 47,
     "sha256": "c08a994fbb22236ea33e2d2aec0c3418ffdfdf11013cf8abea2d5b843cb30246",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-nkm61j3j.js` offset 208215732.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-nkm61j3j.js",
     "binary_offset": 208215732,
     "length": 42,
     "sha256": "b4c3c91f0bf022bc5d0a500b3ca08c4cddbfa9b5613bd205bdf6d2629f9b2f82",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-web-fetch-agent",
   "title": "CLAUDE_CODE_WEB_FETCH_AGENT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184265022.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779354,
     "length": 34,
     "sha256": "7a93929598bda46b3468835cd96b33a44579d1e010d00dd63499149e2b59cfba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184265022.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184265022,
     "length": 29,
     "sha256": "cbf3526cfa9327976126dd27680817562182920237d3faa7953ebb0b1df4c70a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-web-search-fast-arg",
   "title": "CLAUDE_CODE_WEB_SEARCH_FAST_ARG",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-fgcgaa0x.js` offset 182276143.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779389,
     "length": 38,
     "sha256": "39ee103c551c71df8df64f00eb6ac305983bfcb89391f2ca41e0f89c9adb6f82",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fgcgaa0x.js` offset 182276143.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fgcgaa0x.js",
     "binary_offset": 182276143,
     "length": 33,
     "sha256": "3c325b899de1da034444ac18e0274c7dcb3710868563b3bf948d822834a24976",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fgcgaa0x.js",
     "binary_offset": 182276195,
     "length": 33,
     "sha256": "3c325b899de1da034444ac18e0274c7dcb3710868563b3bf948d822834a24976",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-webfetch-cache-ttl-ms",
   "title": "CLAUDE_CODE_WEBFETCH_CACHE_TTL_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to the number of milliseconds WebFetch keeps each fetched URL's response cached.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 900000,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779188,
     "length": 40,
     "sha256": "e75a7047493088ae14d65403bf8986d8f63f85903c8ff33997c22afc17f4c950",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to the number of milliseconds WebFetch keeps each fetched URL's response cached.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/tools-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9y6jrbmp.js",
     "binary_offset": 182423002,
     "length": 35,
     "sha256": "8d500e833b184ff4fed3e490071ba380459b5436c8c8688abd421fea62c6da7c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-webfetch-deadline-ms",
   "title": "CLAUDE_CODE_WEBFETCH_DEADLINE_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Upper bound in milliseconds on how long WebFetch waits for a page to download, including any redirects it follows.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 0,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779229,
     "length": 39,
     "sha256": "686f531bd957097de6aa96f25f593344d702defc31e2c2b7b79f22dcf8d37345",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Upper bound in milliseconds on how long WebFetch waits for a page to download, including any redirects it follows.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/tools-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184236153,
     "length": 34,
     "sha256": "792638646c3ba82c5bcb0a6cf41be5f47e77216c2b983a8208380e8f1437e85b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-websocket-auth-file-descriptor",
   "title": "CLAUDE_CODE_WEBSOCKET_AUTH_FILE_DESCRIPTOR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2crv8d5h.js` offset 192068083.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "helper",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765479,
     "length": 49,
     "sha256": "68dbaafbeb45a679622c610052bfdcbdb9c762e9da3808adcfeab90fba348ddb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2crv8d5h.js` offset 192068083.",
    "description_source": null,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-2crv8d5h.js",
      "binary_offset": 192068083,
      "length": 44,
      "sha256": "3df5ab6a44bf9cbe0e44a6e0d945e87ee49f0872843d58459adcb332833d3dfa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-72tgvp2d.js",
      "binary_offset": 189042281,
      "length": 44,
      "sha256": "3df5ab6a44bf9cbe0e44a6e0d945e87ee49f0872843d58459adcb332833d3dfa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-72tgvp2d.js",
      "binary_offset": 189043397,
      "length": 44,
      "sha256": "3df5ab6a44bf9cbe0e44a6e0d945e87ee49f0872843d58459adcb332833d3dfa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192068083,
     "length": 44,
     "sha256": "3df5ab6a44bf9cbe0e44a6e0d945e87ee49f0872843d58459adcb332833d3dfa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-72tgvp2d.js",
     "binary_offset": 189042281,
     "length": 44,
     "sha256": "3df5ab6a44bf9cbe0e44a6e0d945e87ee49f0872843d58459adcb332833d3dfa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-72tgvp2d.js",
     "binary_offset": 189043397,
     "length": 44,
     "sha256": "3df5ab6a44bf9cbe0e44a6e0d945e87ee49f0872843d58459adcb332833d3dfa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192068611,
     "length": 48,
     "sha256": "4a924a2e6fab8a13bf57daeb761d699c4cefd811f871bf856092dfb710b836b7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-willow-tern",
   "title": "CLAUDE_CODE_WILLOW_TERN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-erjm8tsb.js` offset 179180198.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779428,
     "length": 30,
     "sha256": "5d57db640a29f75e53358d46ae5769d39198744aa945f41351a4d4ce796f10d3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-erjm8tsb.js` offset 179180198.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-erjm8tsb.js",
     "binary_offset": 179180198,
     "length": 25,
     "sha256": "4be21696cfb2dbf0c4536b3e31ba755f5e3b319e7647d018f7f3550000a9ed0e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-wise-comet",
   "title": "CLAUDE_CODE_WISE_COMET",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183906947.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779459,
     "length": 29,
     "sha256": "b473dda7c7b8f6605c41500bb254d52aebb71fdc8d44cf5a4a13bf4da39ab3fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183906947.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183906947,
     "length": 24,
     "sha256": "05978c0d9888ee768534886f2ddf389f0e41e53e7e6c71e61e5c2e34ebc21fa8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-worker-checkin-schedule",
   "title": "CLAUDE_CODE_WORKER_CHECKIN_SCHEDULE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186520925.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800801,
     "length": 42,
     "sha256": "49a796e7814e8a7622562997c2cef0312f797eebcecf0027dd116392adc57b99",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186520925.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186520925,
     "length": 37,
     "sha256": "9723da95b0bc2e0bc02213d6e8f77dee47ba871075655de651b13900e193ba6c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-worker-epoch",
   "title": "CLAUDE_CODE_WORKER_EPOCH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199127868.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 14,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800844,
     "length": 31,
     "sha256": "e9273b607cd66b2ddc1cf1d03563a164fe34ed221b4832bd6921dd23af3163df",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-r4xrzyvn.js` offset 199127868.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199127868,
     "length": 36,
     "sha256": "325e02bb307badf9be03fb8a4178cad212b5082265f08a3b721694a8d5ddc6ec",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210609296,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a964qqng.js",
     "binary_offset": 210271612,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181481479,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qy1nbbfs.js",
     "binary_offset": 197915752,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199042405,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199114008,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199184224,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199184971,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 199200762,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-workflow-max-concurrent-agents",
   "title": "CLAUDE_CODE_WORKFLOW_MAX_CONCURRENT_AGENTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: How many agents a single workflow run executes at once, from `1` to `256`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "bounds": {
     "min": 1,
     "max": 256,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779518,
     "length": 49,
     "sha256": "4e03c084266d58c8abbf5bce1eb5b7f24ad81bf3e4e51115fa5032433c596a28",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "How many agents a single workflow run executes at once, from `1` to `256`.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/workflows"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ak3102st.js",
     "binary_offset": 194618502,
     "length": 44,
     "sha256": "74e013c48fc6a158dc2d66b1de22df7aea84b40ccf1b79ae00cdd4815c36d084",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ak3102st.js",
     "binary_offset": 194618554,
     "length": 44,
     "sha256": "74e013c48fc6a158dc2d66b1de22df7aea84b40ccf1b79ae00cdd4815c36d084",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-workflow-size-warning-agents",
   "title": "CLAUDE_CODE_WORKFLOW_SIZE_WARNING_AGENTS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mzg9kbjz.js` offset 204028510.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779614,
     "length": 47,
     "sha256": "9baccc4085a6060735921e80db36790d2b44f9c082879e381a3461fb711d18b3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mzg9kbjz.js` offset 204028510.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204028510,
     "length": 42,
     "sha256": "27d03ba320200ebe590e2426511fd1cbe89c28686b4d35f4cea23da6e3157af0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-workflow-size-warning-tokens",
   "title": "CLAUDE_CODE_WORKFLOW_SIZE_WARNING_TOKENS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mzg9kbjz.js` offset 204028591.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779662,
     "length": 47,
     "sha256": "df8bdf08698f7bc0b528c1013c7c59d3e3869beafdeb0e5cf315409fa5647bea",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mzg9kbjz.js` offset 204028591.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204028591,
     "length": 42,
     "sha256": "cb3ff7f849d0556d81b6a288c71c2d3692fc6547848f00dc2c11a465e702ca7f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-workflows",
   "title": "CLAUDE_CODE_WORKFLOWS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-7jh19beg.js` offset 179150001.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779489,
     "length": 28,
     "sha256": "28bec3b80c94f9c88a8682304f606d35bff0a40377d66422f3676716b73f6dab",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-7jh19beg.js` offset 179150001.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7jh19beg.js",
     "binary_offset": 179150001,
     "length": 23,
     "sha256": "9f5433380cbce912324e3aa69afbae7629dc6f0bc731f31b5fd99cf86031495c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7jh19beg.js",
     "binary_offset": 179150125,
     "length": 23,
     "sha256": "9f5433380cbce912324e3aa69afbae7629dc6f0bc731f31b5fd99cf86031495c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7jh19beg.js",
     "binary_offset": 179150228,
     "length": 23,
     "sha256": "9f5433380cbce912324e3aa69afbae7629dc6f0bc731f31b5fd99cf86031495c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-workspace-host-paths",
   "title": "CLAUDE_CODE_WORKSPACE_HOST_PATHS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-s92h89q7.js` offset 180791413.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800876,
     "length": 39,
     "sha256": "b4082f806973b505eebc22c4421d2a1081b1d878210256b8bc7863b3b592ffd3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-s92h89q7.js` offset 180791413.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180791413,
     "length": 34,
     "sha256": "30722e3d2031db6682f859aa351ac990f2d1fda350e450deb28e7a852313728d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-config-dir",
   "title": "CLAUDE_CONFIG_DIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override the configuration directory (default: `~/.claude`).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 20,
    "read_paths": [
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800916,
     "length": 24,
     "sha256": "bd2fe27e1264cdaf68b040279ef10496cf88ca5e8ad5e8bd32b50fadb4d5d82d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override the configuration directory (default: `~/.claude`).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/claude-code-features",
     "https://code.claude.com/docs/en/agent-sdk/hosting",
     "https://code.claude.com/docs/en/agent-sdk/session-storage",
     "https://code.claude.com/docs/en/agent-sdk/sessions",
     "https://code.claude.com/docs/en/agent-view"
    ],
    "raw_truthiness_sites": 6,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-6n6qvpgn.js",
      "binary_offset": 189061513,
      "length": 29,
      "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-dgxrfx4w.js",
      "binary_offset": 189250236,
      "length": 29,
      "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-dgxrfx4w.js",
      "binary_offset": 189252492,
      "length": 29,
      "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-hywfcn63.js",
      "binary_offset": 188359083,
      "length": 29,
      "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-n8y6ywk9.js",
      "binary_offset": 177866666,
      "length": 29,
      "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177891580,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175589706,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6n6qvpgn.js",
     "binary_offset": 189061513,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6n6qvpgn.js",
     "binary_offset": 189061563,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ag463qbt.js",
     "binary_offset": 195150674,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ag463qbt.js",
     "binary_offset": 195164002,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ag463qbt.js",
     "binary_offset": 195184980,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ag463qbt.js",
     "binary_offset": 195197136,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dgxrfx4w.js",
     "binary_offset": 189250236,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dgxrfx4w.js",
     "binary_offset": 189252492,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-cowork-memory-extra-guidelines",
   "title": "CLAUDE_COWORK_MEMORY_EXTRA_GUIDELINES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-4f79m39g.js` offset 179573414.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800941,
     "length": 44,
     "sha256": "cefab9830036b6476c32f1bdb71f4278b9ffb3ab51e8b25978f2aab311d1741d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-4f79m39g.js` offset 179573414.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179573414,
     "length": 49,
     "sha256": "4ad6dc1e986f7efd5bd0ac67122f715b4fc15971266a0608de8ab234b2c25fcd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179565689,
     "length": 39,
     "sha256": "846ee5f2d645705e8646742a4ddbc934a3666b4a945deba02cdd35c034e42ae7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179570152,
     "length": 39,
     "sha256": "846ee5f2d645705e8646742a4ddbc934a3666b4a945deba02cdd35c034e42ae7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-cowork-memory-guidelines",
   "title": "CLAUDE_COWORK_MEMORY_GUIDELINES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-4f79m39g.js` offset 179492452.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 6,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800986,
     "length": 38,
     "sha256": "eb7d9717a3ac4bec52ba19bc52a40bfa48e14ff2387153161d3320e7665d0133",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-4f79m39g.js` offset 179492452.",
    "description_source": null,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-4f79m39g.js",
      "binary_offset": 179549621,
      "length": 33,
      "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 183582127,
      "length": 33,
      "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 183586989,
      "length": 33,
      "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179492452,
     "length": 33,
     "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179549621,
     "length": 33,
     "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179565508,
     "length": 33,
     "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179570070,
     "length": 33,
     "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183582127,
     "length": 33,
     "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183586989,
     "length": 33,
     "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-cowork-memory-index-content",
   "title": "CLAUDE_COWORK_MEMORY_INDEX_CONTENT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183518073.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801025,
     "length": 41,
     "sha256": "2dc9d885c15b29c333abc10d7b4d6eda66ab989814ba26d01a1940145f6976cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183518073.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183518073,
     "length": 46,
     "sha256": "d01657be605890956652122a47e9997eac5fa1d0c5123e7639b21136eb04a585",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183582029,
     "length": 46,
     "sha256": "d01657be605890956652122a47e9997eac5fa1d0c5123e7639b21136eb04a585",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186115602,
     "length": 46,
     "sha256": "d01657be605890956652122a47e9997eac5fa1d0c5123e7639b21136eb04a585",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-cowork-memory-path-override",
   "title": "CLAUDE_COWORK_MEMORY_PATH_OVERRIDE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178559926.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801067,
     "length": 41,
     "sha256": "ccb9a72133e5e79d92a9fdb04baf18989574f1197fb446e03629bee3a0ae529d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178559926.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178559926,
      "length": 36,
      "sha256": "7bd8665525c0e338aeec30464c59b56ef754db10f110bc9d3c2577cb4537da23",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178559926,
     "length": 36,
     "sha256": "7bd8665525c0e338aeec30464c59b56ef754db10f110bc9d3c2577cb4537da23",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178561110,
     "length": 36,
     "sha256": "7bd8665525c0e338aeec30464c59b56ef754db10f110bc9d3c2577cb4537da23",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-debug",
   "title": "CLAUDE_DEBUG",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2crv8d5h.js` offset 192067393.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767842,
     "length": 19,
     "sha256": "f0cce749934fa96488286a01953d628faa01a69e10d3b82c3f7b055693c7642c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2crv8d5h.js` offset 192067393.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192067393,
     "length": 14,
     "sha256": "96be69e5e58daa6dd56d655730406bc48c81424fb3df35f624aa33d6464971b9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-disable-adopt",
   "title": "CLAUDE_DISABLE_ADOPT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to stop in-flight background work instead of carrying it over when you background a session by pressing `←` or with `/background`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779710,
     "length": 27,
     "sha256": "5e457d7a872a389ca63696ffae5228fab8fa74c65ebe7455eb6273b4fc5d21df",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to stop in-flight background work instead of carrying it over when you background a session by pressing `←` or with `/background`.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-view"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-dcct10f1.js",
     "binary_offset": 190904759,
     "length": 22,
     "sha256": "d04f1eb4921deb936115e32bbad7e949b4575ccfeb9f8e8e2705f006a4f44607",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-enable-byte-watchdog",
   "title": "CLAUDE_ENABLE_BYTE_WATCHDOG",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to force-enable the byte-level streaming idle watchdog, or set to `0` to force-disable it.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809559,
     "length": 34,
     "sha256": "b652fd8533c0c59aae9686d2f3cda3f68427237a46561c8be192ddc4e7a97f15",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to force-enable the byte-level streaming idle watchdog, or set to `0` to force-disable it.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/network-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181702295,
     "length": 29,
     "sha256": "1824e7c2f13d1733e103368424e3040dc6a458c0f20caed300cda9b45b674b64",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-enable-stream-watchdog",
   "title": "CLAUDE_ENABLE_STREAM_WATCHDOG",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `0` to force-disable the event-level streaming idle watchdog, or set to `1` to force-enable it.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809637,
     "length": 36,
     "sha256": "8f04493a1abc7e3f805fe6ddb2b31f747cb5e711e3321e3a4f8e1598e3a2ab53",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `0` to force-disable the event-level streaming idle watchdog, or set to `1` to force-enable it.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/python",
     "https://code.claude.com/docs/en/agent-sdk/typescript",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/network-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7dz9rvcm.js",
     "binary_offset": 190104665,
     "length": 31,
     "sha256": "806c8256eb48186c7a83b88350218ec89509d421a3882146f093112d73b06a2f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184996934,
     "length": 31,
     "sha256": "806c8256eb48186c7a83b88350218ec89509d421a3882146f093112d73b06a2f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-env-file",
   "title": "CLAUDE_ENV_FILE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Path to a shell script whose contents Claude Code runs before each Bash command in the same shell process, so exports in the file are visible to the command.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801109,
     "length": 22,
     "sha256": "d1b8491f74c6d1684723c0a7d2766437097868ad4152675ddc4ad75b47a53768",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Path to a shell script whose contents Claude Code runs before each Bash command in the same shell process, so exports in the file are visible to the command.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/hooks-guide",
     "https://code.claude.com/docs/en/hooks",
     "https://code.claude.com/docs/en/tools-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183422564,
     "length": 17,
     "sha256": "2b00ca24bf5ed8b6b72679b64cc616517e733e85e238a72b6a9a15839e15befd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-force-display-survey",
   "title": "CLAUDE_FORCE_DISPLAY_SURVEY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mzg9kbjz.js` offset 204539184.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801132,
     "length": 34,
     "sha256": "35cf39edaa823ba1a763037ee201eb46bb2a6dff57e4cb0acbaf729b51d608b7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mzg9kbjz.js` offset 204539184.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204539184,
     "length": 39,
     "sha256": "7b164eac5e6b844d8a5af1dc3d844ec83993fad5cc66e7c9298d1453e88d6a64",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-import-conversations",
   "title": "CLAUDE_IMPORT_CONVERSATIONS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-631bp7ap.js` offset 200535318.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779738,
     "length": 34,
     "sha256": "93b39843a2ca7e794ee95e0b4fe267390d74f1a6cd8dac736d9b083aa97a4315",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-631bp7ap.js` offset 200535318.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-631bp7ap.js",
     "binary_offset": 200535318,
     "length": 29,
     "sha256": "1f18d8e8a47c826d8cb4113afe99ee015a8d7154f586ea5646c962d4c4eb9fd5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-internal-assistant-team-name",
   "title": "CLAUDE_INTERNAL_ASSISTANT_TEAM_NAME",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-3med333c.js` offset 207519529.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801167,
     "length": 42,
     "sha256": "83eb4053bf2a3d8b03a1353fdf66a96e793ff42db3d4cb80e901cca9883b43df",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3med333c.js` offset 207519529.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3med333c.js",
     "binary_offset": 207519529,
     "length": 47,
     "sha256": "9739119ee035aa023fdc903aa64a19ca5f3132dfb665529150476607f4661774",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-internal-fc-overrides",
   "title": "CLAUDE_INTERNAL_FC_OVERRIDES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178547387.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801210,
     "length": 35,
     "sha256": "6f3ee484d64ad01324e4b466a0f87ae05c5db5f11fc68232d39c1c78436865de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178547387.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178547387,
     "length": 30,
     "sha256": "12927d553702328236bb9e0bbd23a3c9aa6273e3286ce864d6a5fecfb9e58cf9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-job-dir",
   "title": "CLAUDE_JOB_DIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set by Claude Code in each background session to that session's `~/.claude/jobs/` directory.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 33,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801246,
     "length": 21,
     "sha256": "372a5b93eb8843a43761343656c2f28c80b1b5c76394e63e9252173f864ea8cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set by Claude Code in each background session to that session's `~/.claude/jobs/` directory.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-view"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-z14c352r.js",
      "binary_offset": 192456360,
      "length": 16,
      "sha256": "47a9750d9ffa1107fb60da7602ff1bc9846f5081765ac6db36f06df25b60328e",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179636995,
     "length": 26,
     "sha256": "153cf60ae17d452cc7c2130e5bf91ac553b1db21bf39567d45a660dab9a9214e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-chewq5tt.js",
     "binary_offset": 175593239,
     "length": 26,
     "sha256": "153cf60ae17d452cc7c2130e5bf91ac553b1db21bf39567d45a660dab9a9214e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-chewq5tt.js",
     "binary_offset": 175593332,
     "length": 26,
     "sha256": "153cf60ae17d452cc7c2130e5bf91ac553b1db21bf39567d45a660dab9a9214e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204971446,
     "length": 26,
     "sha256": "153cf60ae17d452cc7c2130e5bf91ac553b1db21bf39567d45a660dab9a9214e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204982320,
     "length": 26,
     "sha256": "153cf60ae17d452cc7c2130e5bf91ac553b1db21bf39567d45a660dab9a9214e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178495197,
     "length": 16,
     "sha256": "47a9750d9ffa1107fb60da7602ff1bc9846f5081765ac6db36f06df25b60328e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178498189,
     "length": 16,
     "sha256": "47a9750d9ffa1107fb60da7602ff1bc9846f5081765ac6db36f06df25b60328e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178498209,
     "length": 16,
     "sha256": "47a9750d9ffa1107fb60da7602ff1bc9846f5081765ac6db36f06df25b60328e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9342pjjj.js",
     "binary_offset": 192652886,
     "length": 16,
     "sha256": "47a9750d9ffa1107fb60da7602ff1bc9846f5081765ac6db36f06df25b60328e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-atch92g8.js",
     "binary_offset": 198221564,
     "length": 16,
     "sha256": "47a9750d9ffa1107fb60da7602ff1bc9846f5081765ac6db36f06df25b60328e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-local-oauth-api-base",
   "title": "CLAUDE_LOCAL_OAUTH_API_BASE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-htj0346e.js` offset 175686383.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "list-iteration",
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765529,
     "length": 34,
     "sha256": "8cdf1ce65ecec4d62b0a66be551bc5af5ec22fe733b13312dc9d0187989b953b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-htj0346e.js` offset 175686383.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-htj0346e.js",
     "binary_offset": 175686383,
     "length": 39,
     "sha256": "25070d021b5cf42b610a1d0af8f1581a66934197ac9db1c830a037298b670117",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c5fk236t.js",
     "binary_offset": 197312651,
     "length": 29,
     "sha256": "4033d1876f2fa8367b4d02aea137626d9a13646ace8bb5cd31a6e8573069af4a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-local-oauth-apps-base",
   "title": "CLAUDE_LOCAL_OAUTH_APPS_BASE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-htj0346e.js` offset 175686469.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765564,
     "length": 35,
     "sha256": "782aba678603de0ca8b7d3fb2cb06895e7ae359ee606d8139db00d3f5eafbfa1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-htj0346e.js` offset 175686469.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-htj0346e.js",
     "binary_offset": 175686469,
     "length": 40,
     "sha256": "92a2b48d741ef6aec210eb4fe024c965aa38444526547855bc3b671680120763",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-local-oauth-console-base",
   "title": "CLAUDE_LOCAL_OAUTH_CONSOLE_BASE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-htj0346e.js` offset 175686556.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765600,
     "length": 38,
     "sha256": "1c8dedb06b0f7e89762c37d982d2c564e35c06a34fd9283e62097008b51e71f1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-htj0346e.js` offset 175686556.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-htj0346e.js",
     "binary_offset": 175686556,
     "length": 43,
     "sha256": "dd40e55a03cadea89e99b105837b32927eac41bf18380765b380ace0fe928185",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-memory-stores",
   "title": "CLAUDE_MEMORY_STORES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178560098.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 12,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801268,
     "length": 27,
     "sha256": "fbc656555dc1cb887c0a88f95982a1e397e2893949144daf55ee0626c8f929f8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178560098.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "raw_truthiness_sites": 8,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178560098,
      "length": 32,
      "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-4f79m39g.js",
      "binary_offset": 179433037,
      "length": 32,
      "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-4f79m39g.js",
      "binary_offset": 179442889,
      "length": 32,
      "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-4f79m39g.js",
      "binary_offset": 179451337,
      "length": 32,
      "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-hzevqd7x.js",
      "binary_offset": 181339745,
      "length": 22,
      "sha256": "9872378bc3501a73f75a68fcda2800a13ceb97d00dd89396f2b2904fa45f834b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178560098,
     "length": 32,
     "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179433037,
     "length": 32,
     "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179442889,
     "length": 32,
     "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179451337,
     "length": 32,
     "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179544251,
     "length": 32,
     "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179569535,
     "length": 32,
     "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4f79m39g.js",
     "binary_offset": 179467011,
     "length": 22,
     "sha256": "9872378bc3501a73f75a68fcda2800a13ceb97d00dd89396f2b2904fa45f834b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181339745,
     "length": 22,
     "sha256": "9872378bc3501a73f75a68fcda2800a13ceb97d00dd89396f2b2904fa45f834b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181339999,
     "length": 22,
     "sha256": "9872378bc3501a73f75a68fcda2800a13ceb97d00dd89396f2b2904fa45f834b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181342946,
     "length": 22,
     "sha256": "9872378bc3501a73f75a68fcda2800a13ceb97d00dd89396f2b2904fa45f834b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-project-uuid",
   "title": "CLAUDE_PROJECT_UUID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2t4rrbsd.js` offset 206895220.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801296,
     "length": 26,
     "sha256": "44f7e2d9e19434635a39bb13eb8f69c817ade9f075bdc770f09cf7c7673a0ae0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2t4rrbsd.js` offset 206895220.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-yd1mh2n6.js",
      "binary_offset": 197346572,
      "length": 21,
      "sha256": "fac36c80c579dcd1ab3c0b0a9799280392da6bd8b84d00260796ab36ff21fdc6",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2t4rrbsd.js",
     "binary_offset": 206895220,
     "length": 21,
     "sha256": "fac36c80c579dcd1ab3c0b0a9799280392da6bd8b84d00260796ab36ff21fdc6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-yd1mh2n6.js",
     "binary_offset": 197346572,
     "length": 21,
     "sha256": "fac36c80c579dcd1ab3c0b0a9799280392da6bd8b84d00260796ab36ff21fdc6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-yd1mh2n6.js",
     "binary_offset": 197347043,
     "length": 21,
     "sha256": "fac36c80c579dcd1ab3c0b0a9799280392da6bd8b84d00260796ab36ff21fdc6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-pty-heartbeat-ms",
   "title": "CLAUDE_PTY_HEARTBEAT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-w4m48xb9.js` offset 192927429.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801323,
     "length": 30,
     "sha256": "0ef74ae98af9a49c1869ebe55714429a859997a1f731219e640155d7721968cf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-w4m48xb9.js` offset 192927429.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-w4m48xb9.js",
     "binary_offset": 192927429,
     "length": 35,
     "sha256": "104db1003f65d31cad877079c2dddfedc5447b8d4aa56244c031762011e8e3cc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-pty-host-exec",
   "title": "CLAUDE_PTY_HOST_EXEC",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-w4m48xb9.js` offset 192923962.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801354,
     "length": 27,
     "sha256": "6e785af076ebe1eba5817784eea589c7d6d8ed7c4d3f0c05ab7f0d121c3e1c5d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-w4m48xb9.js` offset 192923962.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-w4m48xb9.js",
     "binary_offset": 192923962,
     "length": 32,
     "sha256": "da907461b67c6f0adfa611addf0bab956a2bd7009fac55d0a3acb3d6487abbed",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-pty-orphan-check-ms",
   "title": "CLAUDE_PTY_ORPHAN_CHECK_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-w4m48xb9.js` offset 192927660.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801382,
     "length": 33,
     "sha256": "b7d5ce4824fe989f895201163503f97bed83e90ead1a9ea49eb4abe6837551d0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-w4m48xb9.js` offset 192927660.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-w4m48xb9.js",
     "binary_offset": 192927660,
     "length": 38,
     "sha256": "58aef34614562231522d0029f51d046295777d268be9a9d7780a849c81b061d5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-pty-record",
   "title": "CLAUDE_PTY_RECORD",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-w4m48xb9.js` offset 192924529.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767862,
     "length": 24,
     "sha256": "80bf9a1b998c96578dfbcc0b43000a4a1f8de327201bf4964f46eacbe94c58e5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-w4m48xb9.js` offset 192924529.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-w4m48xb9.js",
     "binary_offset": 192924529,
     "length": 29,
     "sha256": "7b0a5f6fbfead6f3ede574d8c1b1aaa712637c396c060d87648fbaaecafb7528",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-relaunch-session-add-dirs",
   "title": "CLAUDE_RELAUNCH_SESSION_ADD_DIRS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cpf7rt77.js` offset 191775745.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801416,
     "length": 39,
     "sha256": "a3606b1e510e699aef4e0d98c6b68d6d4cba992897313348b5b36482a291a0e9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cpf7rt77.js` offset 191775745.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191775745,
     "length": 34,
     "sha256": "77664f78d4fabe188e19922fedf2bbe2a2b77ab148deb80c1051d4352d22492b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-remote-control-session-name-prefix",
   "title": "CLAUDE_REMOTE_CONTROL_SESSION_NAME_PREFIX",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Prefix for auto-generated Remote Control session names when no explicit name is provided.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801456,
     "length": 48,
     "sha256": "a61ca0ec6b197bdfe50ebe69742bb7f0f7cf794593fd67cb3cba801519cb2400",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Prefix for auto-generated Remote Control session names when no explicit name is provided.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/cli-reference",
     "https://code.claude.com/docs/en/remote-control"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-c08084zd.js",
     "binary_offset": 182732678,
     "length": 53,
     "sha256": "2067b8e546e1676df8e8f504b820605cbce7badc8af616c71639f1a00a74b1ca",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-remote-workflow-args",
   "title": "CLAUDE_REMOTE_WORKFLOW_ARGS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-aa1wynsd.js` offset 194686620.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801505,
     "length": 34,
     "sha256": "fd393a1c257da9d3ad59b897fdbf066b6dcfe059a5bae3c4f07135cb3ba39988",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-aa1wynsd.js` offset 194686620.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-aa1wynsd.js",
     "binary_offset": 194686620,
     "length": 29,
     "sha256": "679ff90d0c3be76909f5468c44db37371cf4e2b112cff1f7fb16118c038bf58e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-remote-workflow-script",
   "title": "CLAUDE_REMOTE_WORKFLOW_SCRIPT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-aa1wynsd.js` offset 194686328.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801540,
     "length": 36,
     "sha256": "9e8051d4c4f895bbd658d2c956b79167ba27f6e8f5b41763ebefcc0c3c47943b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-aa1wynsd.js` offset 194686328.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-aa1wynsd.js",
     "binary_offset": 194686328,
     "length": 31,
     "sha256": "f5aa6e96dcd300264a63c07181ada4c5f7e80badbfb22fa27db9c8c11b2f5fbc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-runner-activity-fd",
   "title": "CLAUDE_RUNNER_ACTIVITY_FD",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-8v60mkqf.js` offset 198380624.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 3
    },
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801577,
     "length": 32,
     "sha256": "4b849f6d0d252ad08f1a0fa089763a5b3b58b84c07bfa65182c6513d0e594ca4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8v60mkqf.js` offset 198380624.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8v60mkqf.js",
     "binary_offset": 198380624,
     "length": 37,
     "sha256": "4d11426e1c3c800a81933853a1236933f5a0dacfb87c75ca10605bf5d14a0a12",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-runner-api-base-url",
   "title": "CLAUDE_RUNNER_API_BASE_URL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Anthropic API base URL for session-scoped calls",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "injected-env"
    ],
    "schema_type": null,
    "description": "Anthropic API base URL for session-scoped calls",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5bd42gny.js",
     "binary_offset": 178977413,
     "length": 32,
     "sha256": "bed6faf5220ee7b8900ba79899d3d0aeeac1a6791cab5096f73ecbbb7fa45c45",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-runner-disable-awaiting-action-override",
   "title": "CLAUDE_RUNNER_DISABLE_AWAITING_ACTION_OVERRIDE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187370424.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779773,
     "length": 53,
     "sha256": "9ce60bed44dbcd3cf5f347e3b9ebc5afe9cab31bb574b22fbabe717e8e4494ec",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187370424.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187370424,
     "length": 48,
     "sha256": "ea910ff41102a931c12492abb605487c0b1c7d780a8f63d575ccf5a3bd563f51",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-runner-fetch-depth",
   "title": "CLAUDE_RUNNER_FETCH_DEPTH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Git fetch depth for fresh clones.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-reference",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-reference",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801610,
     "length": 32,
     "sha256": "cda8943f1e8186518eb238cf4708229151d31b67e7ee0f103f3eaa21a3ae083d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Git fetch depth for fresh clones.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-deploy"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7k6n1zya.js",
     "binary_offset": 187193622,
     "length": 27,
     "sha256": "9d2ceecac2fc060eb2e921707cfa1785486b54c43fe168b76f043f8f4cb2233b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-runner-session-id",
   "title": "CLAUDE_RUNNER_SESSION_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Session ID in the tagged `session_...` form, for logging and correlation",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "injected-env"
    ],
    "schema_type": null,
    "description": "Session ID in the tagged `session_...` form, for logging and correlation",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5bd42gny.js",
     "binary_offset": 178977256,
     "length": 30,
     "sha256": "b7ce016ccb3866f5148c9928355502fb93922bb9b7fb0241830f9c75d21e6f58",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-runner-skip-git-verify",
   "title": "CLAUDE_RUNNER_SKIP_GIT_VERIFY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: When `1`, skip the `.git` presence check after a `checkout` hook runs.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-reference",
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-reference",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "When `1`, skip the `.git` presence check after a `checkout` hook runs.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-configuration"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-tm5nr0r0.js",
     "binary_offset": 187144924,
     "length": 41,
     "sha256": "21df957f29b2fb1e45631caa020f045c739e4793df66ca8ef339c1ad4006ffb4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-securestorage-config-dir",
   "title": "CLAUDE_SECURESTORAGE_CONFIG_DIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-at0dnfcj.js` offset 207286353.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801643,
     "length": 38,
     "sha256": "ef7184f849bce111730091f83a2e91b9d718032a68821ddafa41489476214cdc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-at0dnfcj.js` offset 207286353.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-at0dnfcj.js",
     "binary_offset": 207286353,
     "length": 43,
     "sha256": "d7b491423cfed5276ed998d19d9d35b6979c49a33531bb6d5b566adc52f62dcd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n8y6ywk9.js",
     "binary_offset": 177866466,
     "length": 43,
     "sha256": "d7b491423cfed5276ed998d19d9d35b6979c49a33531bb6d5b566adc52f62dcd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n8y6ywk9.js",
     "binary_offset": 177866605,
     "length": 43,
     "sha256": "d7b491423cfed5276ed998d19d9d35b6979c49a33531bb6d5b566adc52f62dcd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-session-ingress-token-file",
   "title": "CLAUDE_SESSION_INGRESS_TOKEN_FILE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Absolute path to a per-session file holding the current session JWT, kept fresh across token refreshes.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Claude Code and Anthropic",
    "locations_count": 5,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765639,
     "length": 40,
     "sha256": "b29d695580ffa37de56f06efa8fb252d3fa111c3bfce6b7de65fb5a9565dc648",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Absolute path to a per-session file holding the current session JWT, kept fresh across token refreshes.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177831230,
     "length": 45,
     "sha256": "5fa5ddd77f5b9e2f185602b7791ee52fc5ebebddbcd12ce0ae1c3386f4fa5133",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177831546,
     "length": 45,
     "sha256": "5fa5ddd77f5b9e2f185602b7791ee52fc5ebebddbcd12ce0ae1c3386f4fa5133",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192068661,
     "length": 35,
     "sha256": "e1b93133c3283f049d5e4d72dea24686c128f35cf96f5d6248526a8c4853729b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-72tgvp2d.js",
     "binary_offset": 189042159,
     "length": 35,
     "sha256": "e1b93133c3283f049d5e4d72dea24686c128f35cf96f5d6248526a8c4853729b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-frfnveab.js",
     "binary_offset": 210335081,
     "length": 35,
     "sha256": "e1b93133c3283f049d5e4d72dea24686c128f35cf96f5d6248526a8c4853729b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-slow-first-byte-ms",
   "title": "CLAUDE_SLOW_FIRST_BYTE_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184988435.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809708,
     "length": 32,
     "sha256": "4b4884f35a3891af9e85e07573b6e3fb8110eba1000b04489ccb2a3fd94e7229",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184988435.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184988435,
     "length": 37,
     "sha256": "cc4e40d349a343420544021d51c10fd88cc49cc39e1ba7fbd5a5f69e4a6f199c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-stage-file-root",
   "title": "CLAUDE_STAGE_FILE_ROOT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181238191.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 7,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801795,
     "length": 29,
     "sha256": "867cb4e80964c66a6c153d83149cbdcb90342ead64385573cc13a1b9a336d8d4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181238191.",
    "description_source": null,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-m0tpe171.js",
      "binary_offset": 210293836,
      "length": 24,
      "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-m0tpe171.js",
      "binary_offset": 210294358,
      "length": 24,
      "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-m0tpe171.js",
      "binary_offset": 210295126,
      "length": 24,
      "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181238191,
     "length": 24,
     "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m0tpe171.js",
     "binary_offset": 210293836,
     "length": 24,
     "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m0tpe171.js",
     "binary_offset": 210294358,
     "length": 24,
     "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m0tpe171.js",
     "binary_offset": 210295126,
     "length": 24,
     "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pf0tr2zq.js",
     "binary_offset": 205871182,
     "length": 24,
     "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pf0tr2zq.js",
     "binary_offset": 205871840,
     "length": 24,
     "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zv3t4msy.js",
     "binary_offset": 179022995,
     "length": 24,
     "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-stream-first-byte-timeout-ms",
   "title": "CLAUDE_STREAM_FIRST_BYTE_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Deadline in milliseconds for the first response byte of a streaming request, on the connections where the first-byte deadline runs.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809741,
     "length": 42,
     "sha256": "091a7d917f1f900c219a96031defe24d0864dbc5561e3db4b39a7866dd6e883b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Deadline in milliseconds for the first response byte of a streaming request, on the connections where the first-byte deadline runs.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/network-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181697739,
     "length": 37,
     "sha256": "74df571c46955d88d3fe3184b33aa094007ef0d5a682fe593fe72aed80d4b418",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-stream-idle-timeout-ms",
   "title": "CLAUDE_STREAM_IDLE_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Timeout in milliseconds before the event- and byte-level streaming idle watchdogs close a stalled connection.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809784,
     "length": 36,
     "sha256": "6455af2fe3e42ebd59a03fbbd9ebe6cb4fc7f11c9fcb227f70ddd448b1cdd339",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Timeout in milliseconds before the event- and byte-level streaming idle watchdogs close a stalled connection.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/python",
     "https://code.claude.com/docs/en/agent-sdk/typescript",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/network-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181697251,
     "length": 41,
     "sha256": "590260fd1263016653448a52ebef5aa0162011ad195ef7e124c53b2acdd34bc2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181697450,
     "length": 41,
     "sha256": "590260fd1263016653448a52ebef5aa0162011ad195ef7e124c53b2acdd34bc2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-tmpdir",
   "title": "CLAUDE_TMPDIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9yjanq6m.js` offset 180471732.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801825,
     "length": 20,
     "sha256": "b126aab8c5b6a0651acdd63c65a2e50b205150d35007d4170eb97a1436b12ccb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-9yjanq6m.js` offset 180471732.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 183728053,
      "length": 15,
      "sha256": "dd4f50584269aeb7e038646bb6fc60640983e14d8ce0cc28541d062a622057cb",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180471732,
     "length": 25,
     "sha256": "3b749fcd7f97381f13ae15b3f9aaeeaf8834f9c0658c868f195c98fe1040739e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183728053,
     "length": 15,
     "sha256": "dd4f50584269aeb7e038646bb6fc60640983e14d8ce0cc28541d062a622057cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-trusted-device-token",
   "title": "CLAUDE_TRUSTED_DEVICE_TOKEN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-zhhyqv12.js` offset 180890489.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765680,
     "length": 34,
     "sha256": "08d179d7a36c060b053b03aa4d743cb2e0c3c457c21c43cd54f71c6e98ce4c4a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-zhhyqv12.js` offset 180890489.",
    "description_source": null,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ebwejfnc.js",
      "binary_offset": 198082081,
      "length": 29,
      "sha256": "66444c1c43273ca3c5d41bab22e118ac08896082dcc27925dc2b2ff162f13c0d",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-zhhyqv12.js",
      "binary_offset": 180889830,
      "length": 29,
      "sha256": "66444c1c43273ca3c5d41bab22e118ac08896082dcc27925dc2b2ff162f13c0d",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-zhhyqv12.js",
      "binary_offset": 180892873,
      "length": 39,
      "sha256": "e362b7c460e70a29af4b3a8cc1be8bc02566fde688f84d862933cbc63d8a9488",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-zhhyqv12.js",
     "binary_offset": 180890489,
     "length": 39,
     "sha256": "e362b7c460e70a29af4b3a8cc1be8bc02566fde688f84d862933cbc63d8a9488",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zhhyqv12.js",
     "binary_offset": 180892873,
     "length": 39,
     "sha256": "e362b7c460e70a29af4b3a8cc1be8bc02566fde688f84d862933cbc63d8a9488",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebwejfnc.js",
     "binary_offset": 198082081,
     "length": 29,
     "sha256": "66444c1c43273ca3c5d41bab22e118ac08896082dcc27925dc2b2ff162f13c0d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zhhyqv12.js",
     "binary_offset": 180889830,
     "length": 29,
     "sha256": "66444c1c43273ca3c5d41bab22e118ac08896082dcc27925dc2b2ff162f13c0d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-workflow-name-only",
   "title": "CLAUDE_WORKFLOW_NAME_ONLY",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-c3d4jstz.js` offset 194570185.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779827,
     "length": 32,
     "sha256": "096a92b094a057b9f7ad763992edb5a4a517fb6f82c1c25c2e331d4a1c204558",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-c3d4jstz.js` offset 194570185.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-c3d4jstz.js",
     "binary_offset": 194570185,
     "length": 27,
     "sha256": "b910c4191bf5ee60bb3d19d59916fa21bf7d90c7ea86a1b2c89ec3ddbeb74764",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claudecode",
   "title": "CLAUDECODE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` in subprocesses Claude Code spawns (Bash and PowerShell tools, tmux sessions, hook commands, status line commands, stdio MCP server subprocesses).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791485,
     "length": 17,
     "sha256": "fbcbd6a73a5f521a3b2a06402e0d3c7d50cfb339b4eed66612f2284d3b7c7006",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` in subprocesses Claude Code spawns (Bash and PowerShell tools, tmux sessions, hook commands, status line commands, stdio MCP server subprocesses).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/typescript",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/plugins/cli-hints"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175820832,
     "length": 12,
     "sha256": "a9cd3cb6f73a250fc5ec1721f562a40bfacb46b731f710f0b9a733b9bf63ff25",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191794899,
     "length": 12,
     "sha256": "a9cd3cb6f73a250fc5ec1721f562a40bfacb46b731f710f0b9a733b9bf63ff25",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-g0v8qdjw.js",
     "binary_offset": 178054069,
     "length": 12,
     "sha256": "a9cd3cb6f73a250fc5ec1721f562a40bfacb46b731f710f0b9a733b9bf63ff25",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181399454,
     "length": 12,
     "sha256": "a9cd3cb6f73a250fc5ec1721f562a40bfacb46b731f710f0b9a733b9bf63ff25",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-clipboard-napi-node-path",
   "title": "CLIPBOARD_NAPI_NODE_PATH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ddjnk2nr.js` offset 182206905.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-ddjnk2nr.js` offset 182206905.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ddjnk2nr.js",
      "binary_offset": 182206905,
      "length": 36,
      "sha256": "08bacc2c3a6319ab9a37856281cce6c168737417512e6a546a9d9e263c126699",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ddjnk2nr.js",
     "binary_offset": 182206905,
     "length": 36,
     "sha256": "08bacc2c3a6319ab9a37856281cce6c168737417512e6a546a9d9e263c126699",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ddjnk2nr.js",
     "binary_offset": 182206958,
     "length": 36,
     "sha256": "08bacc2c3a6319ab9a37856281cce6c168737417512e6a546a9d9e263c126699",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-container-sandbox-mount-point",
   "title": "CONTAINER_SANDBOX_MOUNT_POINT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178494465.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785765,
     "length": 36,
     "sha256": "1b244ba9c75e117f92c5a47e3a9922a0557b4d5d7a76caf3e9f70c47e69058c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178494465.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178494465,
     "length": 31,
     "sha256": "9f0f77c0a8bf7aac62d7dfc6d01f2f02f9264f73f5d214bb72b9abad34d1dcc6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-debug-claude-agent-sdk",
   "title": "DEBUG_CLAUDE_AGENT_SDK",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-xwgs2xvp.js` offset 199851037.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767900,
     "length": 29,
     "sha256": "3b85e4939845f4fa41cd9534f3d4503010bdd0b58ad301fa452dbacdc1af6c53",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xwgs2xvp.js` offset 199851037.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xwgs2xvp.js",
     "binary_offset": 199851037,
     "length": 29,
     "sha256": "3a24d5e0096e0e3a6d4fb14d879cabfa64605d1a86314c663fda976295951bf5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-debug-sdk",
   "title": "DEBUG_SDK",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-3rswxk6s.js` offset 175631780.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "injected-env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767930,
     "length": 16,
     "sha256": "bec8abdf97971a931e5e5fcbd7422498a54b243e81f1465fa56b4bbdabd7de4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3rswxk6s.js` offset 175631780.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3rswxk6s.js",
     "binary_offset": 175631780,
     "length": 15,
     "sha256": "4c7983f1c7bb69bfa9a26ed81e6d73a293469d257e3c1cc4c89e63fb843f3c42",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-demo-version",
   "title": "DEMO_VERSION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-0xfbbyhg.js` offset 192537180.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785936,
     "length": 19,
     "sha256": "9796807edeb076292bd96bed59ba30ffd15db059a8ef5b1443bea0946634bdc3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-0xfbbyhg.js` offset 192537180.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-0xfbbyhg.js",
      "binary_offset": 192537696,
      "length": 14,
      "sha256": "aa2ade842757b7a4c18a010c23a7aa99fb0f992ac02703068a6bfa143e659a16",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-0xfbbyhg.js",
     "binary_offset": 192537180,
     "length": 14,
     "sha256": "aa2ade842757b7a4c18a010c23a7aa99fb0f992ac02703068a6bfa143e659a16",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0xfbbyhg.js",
     "binary_offset": 192537696,
     "length": 14,
     "sha256": "aa2ade842757b7a4c18a010c23a7aa99fb0f992ac02703068a6bfa143e659a16",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5f6f73g.js",
     "binary_offset": 203169538,
     "length": 14,
     "sha256": "aa2ade842757b7a4c18a010c23a7aa99fb0f992ac02703068a6bfa143e659a16",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-auto-compact",
   "title": "DISABLE_AUTO_COMPACT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable automatic compaction when approaching the context limit.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779887,
     "length": 27,
     "sha256": "99f9258c897879a281d16c7d5203f95c5dbfd39929735478a4e9888147a384a9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable automatic compaction when approaching the context limit.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/server-managed-settings",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183906270,
     "length": 22,
     "sha256": "958ef69ab81d94f6d5aae2b6bc2f2e96c64dd83fd1d99eb797a36bb20b345401",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-autoupdater",
   "title": "DISABLE_AUTOUPDATER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable automatic background updates.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779860,
     "length": 26,
     "sha256": "8880218e2b75b5a10dd618051b8a45eada5f06331a6b9dd858cc952c10c42aea",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable automatic background updates.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-deploy",
     "https://code.claude.com/docs/en/devcontainer",
     "https://code.claude.com/docs/en/plugins/loading",
     "https://code.claude.com/docs/en/plugins/org"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178618375,
     "length": 31,
     "sha256": "5ab2aa30405754b068fa319ba3badeb35f5808d483f9bf91b247dc4b93329258",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-brief-mode-stop-hook",
   "title": "DISABLE_BRIEF_MODE_STOP_HOOK",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-td7fxg34.js` offset 190677258.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779915,
     "length": 35,
     "sha256": "e5c54b246e8bb443c4bba528c42fff7f1cf264170c764151b3ffbfe64ab4cd26",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-td7fxg34.js` offset 190677258.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-td7fxg34.js",
     "binary_offset": 190677258,
     "length": 30,
     "sha256": "f348af560aee05da70e2e4db283c8123b654468a06237dca53dda81e3c23130d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-bug-command",
   "title": "DISABLE_BUG_COMMAND",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Documented at https://code.claude.com/docs/en/env-vars; no description column to quote.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779951,
     "length": 26,
     "sha256": "da7d32c49ae8c25407c7db3c33d5d144d5d3d1ea0e03a0fde4d40f057a4a6e41",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Documented at https://code.claude.com/docs/en/env-vars; no description column to quote.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181668114,
     "length": 21,
     "sha256": "f52f99379cf8ca859ef24b455778601c1ef5148d523cf863b2f73a9e809fe697",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-compact",
   "title": "DISABLE_COMPACT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable all compaction: both automatic compaction and the manual `/compact` command",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 12,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Set to `1` to disable all compaction: both automatic compaction and the manual `/compact` command",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/model-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178425649,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178426999,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3y5pdnde.js",
     "binary_offset": 189304282,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3y5pdnde.js",
     "binary_offset": 189304439,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gqr0patp.js",
     "binary_offset": 202883420,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmywfz7t.js",
     "binary_offset": 214311064,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmywfz7t.js",
     "binary_offset": 214313854,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204315553,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183906240,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183951551,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-cost-warnings",
   "title": "DISABLE_COST_WARNINGS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable cost warning messages",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779978,
     "length": 28,
     "sha256": "b295d6208ace31447152e42a3f481f809952c213224decbd0de479f77c4c362a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable cost warning messages",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181641424,
     "length": 23,
     "sha256": "8ac37cb39eac5f28f8a9b1e26b8bc042d76cb48dd36a9917ddd128af05cbee94",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-doctor-command",
   "title": "DISABLE_DOCTOR_COMMAND",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to hide the `/doctor` setup checkup skill and its `/checkup` alias.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780007,
     "length": 29,
     "sha256": "70ddf237bba552b9b0bb0b51d331d178493219ca1f322b18dc06fe406e9815e4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to hide the `/doctor` setup checkup skill and its `/checkup` alias.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference",
     "https://code.claude.com/docs/en/skills"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cajb2b5v.js",
     "binary_offset": 191610502,
     "length": 24,
     "sha256": "ee7207c38a5c4dd78a393a6211bc41984545ec1086c7ec57e78080d01ea59d91",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-error-reporting",
   "title": "DISABLE_ERROR_REPORTING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to any non-empty value, such as `1`, to opt out of error reporting. **Setting it to `0` or `false` still opts out**, unlike most on/off variables; unset the variable to turn error reporting back on",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780037,
     "length": 30,
     "sha256": "c377a77425cab65030691304cf27443a97cb491076889cc44cdcf3b188e702cc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to any non-empty value, such as `1`, to opt out of error reporting. **Setting it to `0` or `false` still opts out**, unlike most on/off variables; unset the variable to turn error reporting back on",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/data-usage",
     "https://code.claude.com/docs/en/monitoring-usage",
     "https://code.claude.com/docs/en/network-config",
     "https://code.claude.com/docs/en/self-hosted-environments-deploy",
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-vzt1zz1z.js",
      "binary_offset": 182173173,
      "length": 35,
      "sha256": "1aa9728e9e6c87a1194e8640de7db9ae675dd1b7395d50ebfb90c5a495649fc0",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175678196,
     "length": 35,
     "sha256": "1aa9728e9e6c87a1194e8640de7db9ae675dd1b7395d50ebfb90c5a495649fc0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vzt1zz1z.js",
     "binary_offset": 182173173,
     "length": 35,
     "sha256": "1aa9728e9e6c87a1194e8640de7db9ae675dd1b7395d50ebfb90c5a495649fc0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187361729,
     "length": 35,
     "sha256": "1aa9728e9e6c87a1194e8640de7db9ae675dd1b7395d50ebfb90c5a495649fc0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-extra-usage-command",
   "title": "DISABLE_EXTRA_USAGE_COMMAND",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to hide the `/usage-credits` command that lets users purchase additional usage beyond rate limits",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780068,
     "length": 34,
     "sha256": "073c2fd074fabbbd45ce5bd4222a51a26ab24882504bb624e870e361af8e36aa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to hide the `/usage-credits` command that lets users purchase additional usage beyond rate limits",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178703056,
     "length": 29,
     "sha256": "b9b14308a15f1bc4f2a282c0b2a75272eb490ffa35359509218b1fa19ab02340",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-feedback-command",
   "title": "DISABLE_FEEDBACK_COMMAND",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable the `/feedback` command and Claude-drafted feedback.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780103,
     "length": 31,
     "sha256": "eee76ebc91a1081282d1d38c3b1da63b70343cb17e322d410cf4753e4631a0e0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable the `/feedback` command and Claude-drafted feedback.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/data-usage",
     "https://code.claude.com/docs/en/tools-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181667999,
     "length": 26,
     "sha256": "5e33f8be04fde4644792155f8dd3ad2b25edfdf8fc5c68a85824845e81666ca6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-growthbook",
   "title": "DISABLE_GROWTHBOOK",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` or `true` to disable GrowthBook feature-flag fetching and use code defaults for every flag.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 7,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780135,
     "length": 25,
     "sha256": "a4730d7790264a5e00f4de6b8101877600efe0fb9ac2599b5d00f50d05d0dab9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` or `true` to disable GrowthBook feature-flag fetching and use code defaults for every flag.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/remote-control",
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-38djgp32.js",
     "binary_offset": 181141885,
     "length": 30,
     "sha256": "a0cfeb1ed97db61a304d743ece4138a31170cadf80b5e297c545cc06545a5856",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187361784,
     "length": 30,
     "sha256": "a0cfeb1ed97db61a304d743ece4138a31170cadf80b5e297c545cc06545a5856",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178548299,
     "length": 20,
     "sha256": "cf29a3fab3a6f70400e320df6bcbd95069c2e49ec03e41c33ab7744994fefcc3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178548396,
     "length": 20,
     "sha256": "cf29a3fab3a6f70400e320df6bcbd95069c2e49ec03e41c33ab7744994fefcc3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-38djgp32.js",
     "binary_offset": 181136625,
     "length": 20,
     "sha256": "cf29a3fab3a6f70400e320df6bcbd95069c2e49ec03e41c33ab7744994fefcc3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-38djgp32.js",
     "binary_offset": 181139247,
     "length": 20,
     "sha256": "cf29a3fab3a6f70400e320df6bcbd95069c2e49ec03e41c33ab7744994fefcc3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-38djgp32.js",
     "binary_offset": 181142271,
     "length": 20,
     "sha256": "cf29a3fab3a6f70400e320df6bcbd95069c2e49ec03e41c33ab7744994fefcc3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-install-github-app-command",
   "title": "DISABLE_INSTALL_GITHUB_APP_COMMAND",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to hide the `/install-github-app` command.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780161,
     "length": 41,
     "sha256": "4f122af03042fef07467f953465459ea7d3b70fd1b8884a5949a45e3fd8480ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to hide the `/install-github-app` command.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185698881,
     "length": 36,
     "sha256": "3316960dbfce863b6e258626be3e435e5c2fb42c5265e03aa9562726b9cd1e4a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-installation-checks",
   "title": "DISABLE_INSTALLATION_CHECKS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to disable installation warnings.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Set to `1` to disable installation warnings.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-65xggd6t.js",
     "binary_offset": 187074836,
     "length": 39,
     "sha256": "4c27a2ddb793f10f991a41c62e607fecb072aa93c70b1d2cbcff42fbbdabe613",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j5dabgj.js",
     "binary_offset": 192611661,
     "length": 39,
     "sha256": "4c27a2ddb793f10f991a41c62e607fecb072aa93c70b1d2cbcff42fbbdabe613",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-avx2hrwa.js",
     "binary_offset": 187122758,
     "length": 39,
     "sha256": "4c27a2ddb793f10f991a41c62e607fecb072aa93c70b1d2cbcff42fbbdabe613",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 205098346,
     "length": 39,
     "sha256": "4c27a2ddb793f10f991a41c62e607fecb072aa93c70b1d2cbcff42fbbdabe613",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-interleaved-thinking",
   "title": "DISABLE_INTERLEAVED_THINKING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to prevent sending the interleaved-thinking beta header.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780203,
     "length": 35,
     "sha256": "b9772afbe796a3f5a5bd4487cb241d4a64b5be4e6c97c7f239cad893de0721f7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to prevent sending the interleaved-thinking beta header.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178437301,
     "length": 30,
     "sha256": "e341ccff0d2337583308831d863a5e20b2be13a014bc0d519874c6f9a39e564b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-login-command",
   "title": "DISABLE_LOGIN_COMMAND",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to hide the `/login` command.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780239,
     "length": 28,
     "sha256": "f9156e02a9bca1042cc4c2e896e48fe8a9292dc6a8f2d20f22d1122213bda3ff",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to hide the `/login` command.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185698415,
     "length": 23,
     "sha256": "9de9e197171efa69336e4fa7a3628f0fafb2350c9f46859138d9153133ef779a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-logout-command",
   "title": "DISABLE_LOGOUT_COMMAND",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to hide the `/logout` command",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780268,
     "length": 29,
     "sha256": "b360f3559d7becd48b939dfbbd6f38dfc4fae1973e543cc5598d32e468075380",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to hide the `/logout` command",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185698583,
     "length": 24,
     "sha256": "ddc0075c103a6c51a076320b2ccac219678a0469b3267e48c8b308192080e421",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-updates",
   "title": "DISABLE_UPDATES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to block all updates including manual `claude update` and `claude install`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780534,
     "length": 22,
     "sha256": "370b949fbd7837c64b155ec45a0b0747b7cd720dde075e818cbdf6a6bba0fd3c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to block all updates including manual `claude update` and `claude install`.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-deploy",
     "https://code.claude.com/docs/en/llm-gateway-rollout",
     "https://code.claude.com/docs/en/plugins/loading",
     "https://code.claude.com/docs/en/setup"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178618307,
     "length": 17,
     "sha256": "3a3c9989bae4b822de2c0f901c69f191957c36b998fb53c9e6bc8744a9e974ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4hpdcrga.js",
     "binary_offset": 200468933,
     "length": 17,
     "sha256": "3a3c9989bae4b822de2c0f901c69f191957c36b998fb53c9e6bc8744a9e974ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-g0b7h3js.js",
     "binary_offset": 200595768,
     "length": 17,
     "sha256": "3a3c9989bae4b822de2c0f901c69f191957c36b998fb53c9e6bc8744a9e974ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-upgrade-command",
   "title": "DISABLE_UPGRADE_COMMAND",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to hide the `/upgrade` command",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780557,
     "length": 30,
     "sha256": "154fecd525b21aee115653f07a170beaeb3ce5c9ce340236bf6e3da729dcc271",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to hide the `/upgrade` command",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181621763,
     "length": 25,
     "sha256": "4885b0e3c057c2a5aa679cd4e414649691af6f69332728ccb3ed6b6029bb8999",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-enable-claudeai-mcp-servers",
   "title": "ENABLE_CLAUDEAI_MCP_SERVERS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `false` to stop Claude Code from fetching claude.ai MCP servers.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780653,
     "length": 34,
     "sha256": "efa418adbc8480b1aab451630e539ab5595e2186cb9e870908ad1cd0488c4b6d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `false` to stop Claude Code from fetching claude.ai MCP servers.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/claude-code-features",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/mcp",
     "https://code.claude.com/docs/en/network-config",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183332838,
     "length": 39,
     "sha256": "a8b4022d42d12121bb87932702a842a9a252a48f45e385936f004f72ec836071",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2c4wnrn9.js",
     "binary_offset": 207859158,
     "length": 29,
     "sha256": "9f27a0e29f8d2cdb2216d200c39ceea20e1481b84575d55320114dd6ce4bc63d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-enable-mcp-large-output-files",
   "title": "ENABLE_MCP_LARGE_OUTPUT_FILES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-gg4jhzsm.js` offset 209420308.",
   "documented": null,
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780780,
     "length": 36,
     "sha256": "eef3e10d3ba663475f0dc976c48878da6fd7e3905c08661597be717993e8f8b6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gg4jhzsm.js` offset 209420308.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209420308,
     "length": 31,
     "sha256": "9b7436ef7b37359eed68c5e850be84167039cb664420aeab5868ff5da61f6dd7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209205488,
     "length": 31,
     "sha256": "9b7436ef7b37359eed68c5e850be84167039cb664420aeab5868ff5da61f6dd7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-enable-tool-search",
   "title": "ENABLE_TOOL_SEARCH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Controls MCP tool search.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 5,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780999,
     "length": 25,
     "sha256": "9877132ec342360311bba7a6fc17f3f130f5e65a44d47ad253297977e9cdd221",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Controls MCP tool search.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/tool-search",
     "https://code.claude.com/docs/en/agent-sdk/typescript",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/context-window",
     "https://code.claude.com/docs/en/google-vertex-ai"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-sx0h63sh.js",
      "binary_offset": 179418487,
      "length": 20,
      "sha256": "7c067ba20bd15748b576698ed98ce3e815205ba2822ab132cffbc5f248114dc6",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sx0h63sh.js",
     "binary_offset": 179416978,
     "length": 30,
     "sha256": "7f68bf8dc0104665a9a59e2194ee8d63561e04672efc42f643183f6d53b0fae1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184405003,
     "length": 30,
     "sha256": "7f68bf8dc0104665a9a59e2194ee8d63561e04672efc42f643183f6d53b0fae1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sx0h63sh.js",
     "binary_offset": 179418436,
     "length": 20,
     "sha256": "7c067ba20bd15748b576698ed98ce3e815205ba2822ab132cffbc5f248114dc6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sx0h63sh.js",
     "binary_offset": 179418487,
     "length": 20,
     "sha256": "7c067ba20bd15748b576698ed98ce3e815205ba2822ab132cffbc5f248114dc6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sx0h63sh.js",
     "binary_offset": 179418921,
     "length": 20,
     "sha256": "7c067ba20bd15748b576698ed98ce3e815205ba2822ab132cffbc5f248114dc6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-fallback-for-all-primary-models",
   "title": "FALLBACK_FOR_ALL_PRIMARY_MODELS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to any non-empty value, such as `1`, to make Claude Code stop retrying on repeated overload errors for every model when no fallback model is configured. **Setting it to `0` or `false` still enables this**, unlike most on/off variables; unset the variable to restore the default retry behavior.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175808053,
     "length": 38,
     "sha256": "2e7f959fb59469842c00288c8827e98f66425c12f02d1920211847ad6930d7c0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to any non-empty value, such as `1`, to make Claude Code stop retrying on repeated overload errors for every model when no fallback model is configured. **Setting it to `0` or `false` still enables this**, unlike most on/off variables; unset the variable to restore the default retry behavior.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184901132,
     "length": 33,
     "sha256": "78f6ad2cfa6055d8cf788d591264417a04470fd3ed03484dae2ec2a2af9e77a2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-force-autoupdate-plugins",
   "title": "FORCE_AUTOUPDATE_PLUGINS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to force plugin auto-updates even when the main auto-updater is disabled via `DISABLE_AUTOUPDATER`",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175781025,
     "length": 31,
     "sha256": "38ea05ebf6e74a79a9aaafa2a0bdaa2f92ee44518d4175107abffb9fedea26ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to force plugin auto-updates even when the main auto-updater is disabled via `DISABLE_AUTOUPDATER`",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/plugins/loading",
     "https://code.claude.com/docs/en/self-hosted-environments-deploy",
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178618116,
     "length": 26,
     "sha256": "531c9c291e51197e2a03bde762b74e8f9926758cc94374097e1a1329a74a5e11",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-homeshare",
   "title": "HOMESHARE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181380608.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "helper"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787070,
     "length": 16,
     "sha256": "8cf37b1388baac101e9ff012f3ec471988c3ef26f8213c711aeb1e4774010599",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181380608.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181380608,
     "length": 15,
     "sha256": "116437b652201d5eede56d369b627407c474ff5f6fb704ed9ee1d98570639429",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181383604,
     "length": 15,
     "sha256": "116437b652201d5eede56d369b627407c474ff5f6fb704ed9ee1d98570639429",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-is-demo",
   "title": "IS_DEMO",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to any non-empty value, such as `1`, to enable demo mode: hides your email and organization name from the header and `/status` output, and skips onboarding. **Setting it to `0` or `false` still enables demo mode**, unlike most on/off variables; unset the variable to turn it off.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 14,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787219,
     "length": 14,
     "sha256": "c8da6077391c3ae463e905d618bd8578da96a6f99ea23ce96f7b394181842001",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to any non-empty value, such as `1`, to enable demo mode: hides your email and organization name from the header and `/status` output, and skips onboarding. **Setting it to `0` or `false` still enables demo mode**, unlike most on/off variables; unset the variable to turn it off.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "raw_truthiness_sites": 9,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-awvb9gqk.js",
      "binary_offset": 200546080,
      "length": 9,
      "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-awvb9gqk.js",
      "binary_offset": 200546167,
      "length": 9,
      "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-awvb9gqk.js",
      "binary_offset": 200546784,
      "length": 9,
      "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-awvb9gqk.js",
      "binary_offset": 200546971,
      "length": 9,
      "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-awvb9gqk.js",
      "binary_offset": 200547219,
      "length": 9,
      "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200546080,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200546167,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200546784,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200546971,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200547219,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200547294,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200549748,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rg6teng4.js",
     "binary_offset": 198233079,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184642810,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185989590,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-is-sandbox",
   "title": "IS_SANDBOX",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178306685.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 5,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787234,
     "length": 17,
     "sha256": "c6cfc3dfac33989598e0e39484f6aced2a303adc370fbba88c7ae2e6eff85486",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178306685.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184901487,
      "length": 12,
      "sha256": "09ff87b792397333936c2f1c8f2f399c4868a747632cd93c65f4462bb8dae4b5",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178306685,
     "length": 22,
     "sha256": "56348ca3880d1a0731158152ad4d1dccba4e35af2073680c02086e8935709614",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-g1gybmy1.js",
     "binary_offset": 199247628,
     "length": 22,
     "sha256": "56348ca3880d1a0731158152ad4d1dccba4e35af2073680c02086e8935709614",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178494620,
     "length": 12,
     "sha256": "09ff87b792397333936c2f1c8f2f399c4868a747632cd93c65f4462bb8dae4b5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180690186,
     "length": 12,
     "sha256": "09ff87b792397333936c2f1c8f2f399c4868a747632cd93c65f4462bb8dae4b5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184901487,
     "length": 12,
     "sha256": "09ff87b792397333936c2f1c8f2f399c4868a747632cd93c65f4462bb8dae4b5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-local-bridge",
   "title": "LOCAL_BRIDGE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-geg6jndb.js` offset 193298988.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801846,
     "length": 19,
     "sha256": "8f16cde2ce85c3bbf42e7b3a33f2cd3f5805e17a01e808be4255ff7f43b7f68f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-geg6jndb.js` offset 193298988.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-geg6jndb.js",
     "binary_offset": 193298988,
     "length": 14,
     "sha256": "357e1b70f8703aa1b8d10d8a67af5b3311fcc1f1f2fa0b02031d19abcfa13b83",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-geg6jndb.js",
     "binary_offset": 193299187,
     "length": 14,
     "sha256": "357e1b70f8703aa1b8d10d8a67af5b3311fcc1f1f2fa0b02031d19abcfa13b83",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-max-mcp-output-tokens",
   "title": "MAX_MCP_OUTPUT_TOKENS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Maximum number of tokens allowed in MCP tool responses.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809858,
     "length": 28,
     "sha256": "605f40fe32d595c77dd28ab4d80ff509c36da67342c070e1510829bc0a8159c1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Maximum number of tokens allowed in MCP tool responses.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/mcp",
     "https://code.claude.com/docs/en/mcp"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y09rhn85.js",
     "binary_offset": 202809312,
     "length": 23,
     "sha256": "8c5ef5cdb98ca915b82e3fc5075292b9fd65cff6be7ab3fae4ca151ea1bde6c3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-max-structured-output-retries",
   "title": "MAX_STRUCTURED_OUTPUT_RETRIES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Number of attempts Claude Code allows when the model's response fails validation against the `--json-schema` in non-interactive mode with the `-p` flag; after that many failed attempts with no valid output, the run fails.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809887,
     "length": 36,
     "sha256": "e7ef0e09b04ce47add235ade5c8b35f815c6210e9b988194eafeaaef345788d7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Number of attempts Claude Code allows when the model's response fails validation against the `--json-schema` in non-interactive mode with the `-p` flag; after that many failed attempts with no valid output, the run fails.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/workflows"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ak3102st.js",
     "binary_offset": 194637537,
     "length": 31,
     "sha256": "d2c05d1d1ee067643c3be6097a9b0f64271c87de374233c88f68d1456fd6ce44",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r4xrzyvn.js",
     "binary_offset": 198966275,
     "length": 31,
     "sha256": "d2c05d1d1ee067643c3be6097a9b0f64271c87de374233c88f68d1456fd6ce44",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-max-thinking-tokens",
   "title": "MAX_THINKING_TOKENS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Fixed token budget for extended thinking.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809924,
     "length": 26,
     "sha256": "1b3cf16f4c104b2133fb7a1cc03431c25855a6bfd97b40813a766507b9f7d8c6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Fixed token budget for extended thinking.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/costs",
     "https://code.claude.com/docs/en/desktop",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/glossary"
    ],
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178433553,
      "length": 31,
      "sha256": "25a11b542c7217acdd9e49f74f3579496a12afaa24bd655587a116416f6a485f",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-cpf7rt77.js",
      "binary_offset": 191860124,
      "length": 31,
      "sha256": "25a11b542c7217acdd9e49f74f3579496a12afaa24bd655587a116416f6a485f",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178433553,
     "length": 31,
     "sha256": "25a11b542c7217acdd9e49f74f3579496a12afaa24bd655587a116416f6a485f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178433595,
     "length": 31,
     "sha256": "25a11b542c7217acdd9e49f74f3579496a12afaa24bd655587a116416f6a485f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191860124,
     "length": 31,
     "sha256": "25a11b542c7217acdd9e49f74f3579496a12afaa24bd655587a116416f6a485f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191860159,
     "length": 31,
     "sha256": "25a11b542c7217acdd9e49f74f3579496a12afaa24bd655587a116416f6a485f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-client-secret",
   "title": "MCP_CLIENT_SECRET",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: OAuth client secret for MCP servers that require pre-configured credentials.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765780,
     "length": 24,
     "sha256": "c975f47a0de240422816b2ebab71cdc9728e3eca5bf5ee63e823a9747ded9194",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "OAuth client secret for MCP servers that require pre-configured credentials.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/mcp"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8162zx47.js",
     "binary_offset": 209055132,
     "length": 29,
     "sha256": "380934131c5da223c94f6742f1d74149b647a026a11d62510781d6cfd7156917",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gwbjhb9t.js",
     "binary_offset": 209287979,
     "length": 29,
     "sha256": "380934131c5da223c94f6742f1d74149b647a026a11d62510781d6cfd7156917",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-connect-timeout-ms",
   "title": "MCP_CONNECT_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: How long blocking MCP startup waits, in milliseconds, for the connection batch before snapshotting the tool list (default: 5000).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801900,
     "length": 29,
     "sha256": "a9b652375692025324c661d8ae54b4ac0961e7a369d91eb8f62171955f625fbb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "How long blocking MCP startup waits, in milliseconds, for the connection batch before snapshotting the tool list (default: 5000).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/mcp",
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4v3gzrwd.js",
     "binary_offset": 182806570,
     "length": 24,
     "sha256": "49ffbd08e94c6ad024dac9a42e9e42992b8917374ef420f50f367fc2dbe2ed68",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-connection-nonblocking",
   "title": "MCP_CONNECTION_NONBLOCKING",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Controls whether startup waits for MCP servers to connect before the first query.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801866,
     "length": 33,
     "sha256": "9c3da2ca1c7777bb81458484ee2489b47dd47f24996067e9ffbdcd2634cae51c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Controls whether startup waits for MCP servers to connect before the first query.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/mcp",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/mcp"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qs3gr6xw.js",
     "binary_offset": 192023422,
     "length": 28,
     "sha256": "55b6fd6e50eb41971750a539992a17f58bfb72888f3ea35a3009e26b8b42a96d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-discovery-cache",
   "title": "MCP_DISCOVERY_CACHE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Turns the MCP discovery cache on or off.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801930,
     "length": 26,
     "sha256": "15a4b0264419caa92ee742d0a3b5280a7f1fe512c96c62662d596c0dd049455d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Turns the MCP discovery cache on or off.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/mcp"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184327061,
     "length": 21,
     "sha256": "f3c1c20e3d2c808bb44a51e397218d27ce625619a8227aaba5669a2c841611ab",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184327165,
     "length": 21,
     "sha256": "f3c1c20e3d2c808bb44a51e397218d27ce625619a8227aaba5669a2c841611ab",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-discovery-cache-max-stale-s",
   "title": "MCP_DISCOVERY_CACHE_MAX_STALE_S",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Maximum age, in seconds, of a discovery-cache entry (default: 14400, or 4 hours).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801957,
     "length": 38,
     "sha256": "23886137c43b980b057001fd688b16cf1d0334e9c4f4be1dd121203b95bdcb2b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Maximum age, in seconds, of a discovery-cache entry (default: 14400, or 4 hours).",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-z0hhvxdm.js",
     "binary_offset": 191995293,
     "length": 33,
     "sha256": "6075690de283d906bf8dc45a420ddeccf14dd8c4f9134033690a126cad8c6234",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-discovery-cache-strikes",
   "title": "MCP_DISCOVERY_CACHE_STRIKES",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: At a start where a discovery-cache entry is older than `MCP_DISCOVERY_CACHE_TTL_S`, Claude Code refreshes it in the background.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801996,
     "length": 34,
     "sha256": "368e2991b97aafd4c250a1179918df2df14b5671e26c3d78088064ad91300a6e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "At a start where a discovery-cache entry is older than `MCP_DISCOVERY_CACHE_TTL_S`, Claude Code refreshes it in the background.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-z0hhvxdm.js",
     "binary_offset": 191994656,
     "length": 29,
     "sha256": "d71a3eb955fa68c2bc3eba825069d81a73d592032e3cae9f2d3585d70936abcb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-discovery-cache-ttl-s",
   "title": "MCP_DISCOVERY_CACHE_TTL_S",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Seconds for which Claude Code uses a discovery-cache entry without refreshing it (default: 900).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802031,
     "length": 32,
     "sha256": "566c7f6a08a975276e2fac8bed9ca8193caf94289d0bfd80db2ae2d3be725745",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Seconds for which Claude Code uses a discovery-cache entry without refreshing it (default: 900).",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-z0hhvxdm.js",
     "binary_offset": 191995204,
     "length": 27,
     "sha256": "ebb2b99ab84afb9976e5cbff496f9bb28f4444f8dc8787fd74b8b443133fb43e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-oauth-callback-port",
   "title": "MCP_OAUTH_CALLBACK_PORT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Fixed port for the OAuth redirect callback, as an alternative to `--callback-port` when adding an MCP server with pre-configured credentials",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802064,
     "length": 30,
     "sha256": "c370422f851f5eaf44551e2b1e6af83a0855aa680e56bf04721ca262d98f4f8b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Fixed port for the OAuth redirect callback, as an alternative to `--callback-port` when adding an MCP server with pre-configured credentials",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/errors"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-g4pwm02z.js",
     "binary_offset": 208579306,
     "length": 25,
     "sha256": "63af4c007a22c4d92ff9bc30b657cce55cf67836c916b6d744b5480f51a1c884",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-oauth-client-metadata-url",
   "title": "MCP_OAUTH_CLIENT_METADATA_URL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-8162zx47.js` offset 209012568.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802095,
     "length": 36,
     "sha256": "f11970c69b3b320852546976ca381ff271c892bf58384a9776b8cb105deda6cd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8162zx47.js` offset 209012568.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8162zx47.js",
     "binary_offset": 209012568,
     "length": 31,
     "sha256": "801a0e592f3c2719bc14d3778d5c85ae98d7e3bc69f6f9b16843c5b9345d39d4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gwbjhb9t.js",
     "binary_offset": 209248914,
     "length": 31,
     "sha256": "801a0e592f3c2719bc14d3778d5c85ae98d7e3bc69f6f9b16843c5b9345d39d4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-protocol-negotiation",
   "title": "MCP_PROTOCOL_NEGOTIATION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: On the v2 MCP client runtime only, whether Claude Code probes servers for MCP protocol revision 2026-07-28.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802132,
     "length": 31,
     "sha256": "8856b222075b9859f482579e1a6f94ed872dd158d9df3655e2ef14f71519fd4d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "On the v2 MCP client runtime only, whether Claude Code probes servers for MCP protocol revision 2026-07-28.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/channels",
     "https://code.claude.com/docs/en/mcp"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209125241,
     "length": 26,
     "sha256": "536099b731158ca3d9586f92989371c79265d0fbb01dba5146bbfcf70b671f49",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-remote-server-connection-batch-size",
   "title": "MCP_REMOTE_SERVER_CONNECTION_BATCH_SIZE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Maximum number of remote MCP servers (HTTP/SSE) to connect in parallel during startup (default: 20)",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 20,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802164,
     "length": 46,
     "sha256": "4754e907061406a16194af66337fdb07ca9dd9b45c5615e8d84f6a70299bb6e1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Maximum number of remote MCP servers (HTTP/SSE) to connect in parallel during startup (default: 20)",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209353826,
     "length": 41,
     "sha256": "153f3a1d3dbe380e76dee9ba80be2617a975f10b3df2090f0faa49ab8a141947",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209121666,
     "length": 41,
     "sha256": "153f3a1d3dbe380e76dee9ba80be2617a975f10b3df2090f0faa49ab8a141947",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-sdk-generation",
   "title": "MCP_SDK_GENERATION",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Pin which MCP client runtime this process connects to MCP servers with: `v1`, built on MCP TypeScript SDK 1.x, or `v2`, built on MCP TypeScript SDK 2.0.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802211,
     "length": 25,
     "sha256": "f2753356eed8fb56f1d6e87343443e28d27ccb06a3e2f77280faf396b8e41145",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Pin which MCP client runtime this process connects to MCP servers with: `v1`, built on MCP TypeScript SDK 1.x, or `v2`, built on MCP TypeScript SDK 2.0.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/mcp"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-nm1jfrzb.js",
     "binary_offset": 182497778,
     "length": 20,
     "sha256": "231a32e247563a890c63f8d70e2dcd1852c9eac2f9d94305cf608619f98ded73",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-server-connection-batch-size",
   "title": "MCP_SERVER_CONNECTION_BATCH_SIZE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Maximum number of local MCP servers (stdio) to connect in parallel during startup (default: 3)",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 3,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802237,
     "length": 39,
     "sha256": "ed42906a5172abf233f37e717f0102a901dbf38a44d65f61192e5335bdd629f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Maximum number of local MCP servers (stdio) to connect in parallel during startup (default: 3)",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209353767,
     "length": 34,
     "sha256": "7d6d913c3507b18b6d372aa1bd0e460984c86c086242fd7c1a79f8e960c86ecb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209121607,
     "length": 34,
     "sha256": "7d6d913c3507b18b6d372aa1bd0e460984c86c086242fd7c1a79f8e960c86ecb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-timeout",
   "title": "MCP_TIMEOUT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Timeout in milliseconds for MCP server startup (default: 30000, or 30 seconds)",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802277,
     "length": 18,
     "sha256": "df9bfd7af5d075c3df4ea00c613ea808da95496a4e22eaa358fbc40e7e7d74a3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Timeout in milliseconds for MCP server startup (default: 30000, or 30 seconds)",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/mcp",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/cli-reference",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/headless"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4v3gzrwd.js",
     "binary_offset": 182806492,
     "length": 13,
     "sha256": "b9a490831c59c661645555edb2244961415e3ab0f277fb38274dc9436464afe1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-tool-timeout",
   "title": "MCP_TOOL_TIMEOUT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Timeout in milliseconds for MCP tool execution (default: 100000000, about 28 hours).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802296,
     "length": 23,
     "sha256": "ca5c282c545b9ebffeaa9811db27229ca124aa4b97cd980537ba127120686484",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Timeout in milliseconds for MCP tool execution (default: 100000000, about 28 hours).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/mcp",
     "https://code.claude.com/docs/en/agent-sdk/typescript",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/mcp"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209338864,
     "length": 18,
     "sha256": "4002a2b8030a6f0834b9ea54c7531057e4f745aa8403073ba6d8edbde053f61c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209352908,
     "length": 18,
     "sha256": "4002a2b8030a6f0834b9ea54c7531057e4f745aa8403073ba6d8edbde053f61c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209106294,
     "length": 18,
     "sha256": "4002a2b8030a6f0834b9ea54c7531057e4f745aa8403073ba6d8edbde053f61c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209120748,
     "length": 18,
     "sha256": "4002a2b8030a6f0834b9ea54c7531057e4f745aa8403073ba6d8edbde053f61c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-truncation-prompt-override",
   "title": "MCP_TRUNCATION_PROMPT_OVERRIDE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184225017.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802320,
     "length": 37,
     "sha256": "c5f7d596871ba562028c6bf455d5d95f5b6b7a84b0be901fd1f4145a59215fc8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184225017.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184225017,
     "length": 32,
     "sha256": "f467df8268a4c50062169d776089e866aea6a6d0896edad8cb4d34b35bda178f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-mcp-xaa-idp-client-secret",
   "title": "MCP_XAA_IDP_CLIENT_SECRET",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-fpm1n408.js` offset 202715222.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765805,
     "length": 32,
     "sha256": "e4a0870df33b803ca3427c8e21c6b51c4cebda04b101342b1e1b1399531bfafb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fpm1n408.js` offset 202715222.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fpm1n408.js",
     "binary_offset": 202715222,
     "length": 27,
     "sha256": "f2acd65ac0f05de5b9901b95a46ec6d8ea4cfb894344f819932ad9549fb4d312",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-playwright-browsers-path",
   "title": "PLAYWRIGHT_BROWSERS_PATH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-pmke923e.js` offset 191185433.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787775,
     "length": 31,
     "sha256": "d5402165ee05e8781cb6d385a9f71d7bff3eeaf539dd979682c513ef04f8d3b1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-pmke923e.js` offset 191185433.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pmke923e.js",
     "binary_offset": 191185433,
     "length": 26,
     "sha256": "2f5fd22473d1aa86972e13a3f6434b9c843525b91e5b7420c3ae05f6cfbd2443",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-runner-environment",
   "title": "RUNNER_ENVIRONMENT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178520918.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787984,
     "length": 25,
     "sha256": "a63043dfb567147c8d77a4de9f46b67c00a5f3444d291ec2b91f06e7ff83f451",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178520918.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178520918,
     "length": 30,
     "sha256": "1c7f10fde786c8f21b72070a9449d3324991a8b9299bcd49f4b2fda7ed5b6e86",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-runner-os",
   "title": "RUNNER_OS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178520971.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788010,
     "length": 16,
     "sha256": "3483edba0edef70fc43cfc4d4720396cfc528cda7df84fa7f4a97cd089e9b990",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178520971.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178520971,
     "length": 21,
     "sha256": "4febb421b2c1096f7ddd9d5f4e7f3839fae7882d4bc7efb8895ebccb7fee796c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-runner-release-idle-session-min",
   "title": "RUNNER_RELEASE_IDLE_SESSION_MIN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187471012.",
   "documented": null,
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "list-iteration"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187471012.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187471012,
     "length": 33,
     "sha256": "7cd461dd0ff52f2e8bc412322905f55ce2a73d2910d4c1ad00306fc3c014cf5c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-safeuser",
   "title": "SAFEUSER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 185663971.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788027,
     "length": 15,
     "sha256": "a04383bb7fedb6d0219f479d1851dc13ea476b5be40d9d275c1099270aa59a6c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 185663971.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185663971,
     "length": 10,
     "sha256": "7cf0f1565936d3193b457aa5f9e0793d64de9772ed5bca1b808a5cb9173e1d93",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-sdk-native-bin",
   "title": "SDK_NATIVE_BIN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-xwgs2xvp.js` offset 199869625.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "claude",
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802358,
     "length": 21,
     "sha256": "575eda6bf86d17ecc66ec577a93875083f552ace2595c82ddf699f2179791d4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xwgs2xvp.js` offset 199869625.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xwgs2xvp.js",
     "binary_offset": 199869625,
     "length": 26,
     "sha256": "74660f5380411e9a65dde0d2fc562507547c9729ea47a12eff6febc96d02df9f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-base-dir",
   "title": "SELF_HOSTED_RUNNER_BASE_DIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187437695.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187437695.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187437695,
     "length": 39,
     "sha256": "b47724258566f19d738790ed7a47aca71853e0dade098ef5dcf7b34505567f8e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-bg-result-grace-ms",
   "title": "SELF_HOSTED_RUNNER_BG_RESULT_GRACE_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: How long the runner considers a session busy after a background task finishes while the follow-up turn that reads the result hasn't started.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-reference",
   "details": {
    "read_as": "number",
    "read_as_note": "parsed as a number",
    "values": [],
    "default": 30000,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-reference",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "How long the runner considers a session busy after a background task finishes while the follow-up turn that reads the result hasn't started.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187366104,
     "length": 43,
     "sha256": "f7307e4aaea26ae263d0621548b3ccb662a9b2c62c39513a1e98e1a06f363a44",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187474335,
     "length": 88,
     "sha256": "3f7acb125e6c6d7928b9e49a0f548fd196f09700695207c7f57c7798740e22d5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-client-label",
   "title": "SELF_HOSTED_RUNNER_CLIENT_LABEL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187438146.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187438146.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187438146,
     "length": 43,
     "sha256": "177e08fb43ce6d3e295fcf995ec7e8822b43a9f1798dc16f612e2cdc02c60ac1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-configure-git",
   "title": "SELF_HOSTED_RUNNER_CONFIGURE_GIT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187438328.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187438328.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-deploy",
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187438328,
     "length": 44,
     "sha256": "452ab2bbe889cd5a530f7eb8e35c0c31f4fc5072fc6e02b113c4303998de0607",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-confine-repo-settings",
   "title": "SELF_HOSTED_RUNNER_CONFINE_REPO_SETTINGS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187438703.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187438703.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187438703,
     "length": 52,
     "sha256": "77b9796c4d6462e36e69573bd6a662abf22f1917133548828adc92fb6cad1e53",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-debug-dir",
   "title": "SELF_HOSTED_RUNNER_DEBUG_DIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9myq0fvp.js` offset 187570442.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-9myq0fvp.js` offset 187570442.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187570442,
     "length": 40,
     "sha256": "b1e11b3a1719cc3c3dafdd6f66ee19d6261b46901f3aeca3f5e9eef8fa75f4b4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-debug-token-dir",
   "title": "SELF_HOSTED_RUNNER_DEBUG_TOKEN_DIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187438024.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187438024.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187438024,
     "length": 46,
     "sha256": "15e6ba3b30fb11fc2d0e8d9fa282b614470d66cd01444fee96452a8fd073cf21",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-defer-shutdown-max-ms",
   "title": "SELF_HOSTED_RUNNER_DEFER_SHUTDOWN_MAX_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187472114.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187472114.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187472114,
     "length": 46,
     "sha256": "9adff5079db5c43cdc993ed631e4f1713446e210340917f91af3a1643b06b196",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187474242,
     "length": 72,
     "sha256": "594bcd3f3ad31d8b3701e54123867203faba5bc81b8722fe0d6ce2f2e3985f61",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-drain-grace-ms",
   "title": "SELF_HOSTED_RUNNER_DRAIN_GRACE_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187392436.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 4,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187392436.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187392436,
     "length": 39,
     "sha256": "48d3be8270557f7b3cadeb534123c9a3748fab6b4169ccbd50547293fa0f8ba1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187392648,
     "length": 39,
     "sha256": "48d3be8270557f7b3cadeb534123c9a3748fab6b4169ccbd50547293fa0f8ba1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187479314,
     "length": 39,
     "sha256": "48d3be8270557f7b3cadeb534123c9a3748fab6b4169ccbd50547293fa0f8ba1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187488750,
     "length": 39,
     "sha256": "48d3be8270557f7b3cadeb534123c9a3748fab6b4169ccbd50547293fa0f8ba1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-drain-marker-file",
   "title": "SELF_HOSTED_RUNNER_DRAIN_MARKER_FILE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187435790.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": "unset",
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187435790.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187435790,
     "length": 48,
     "sha256": "4808daa9c182ac6640a3e019ce72052b4a22eb2404942a751efd140b893799ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187474558,
     "length": 48,
     "sha256": "4808daa9c182ac6640a3e019ce72052b4a22eb2404942a751efd140b893799ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-drain-wait-bg-tasks-ms",
   "title": "SELF_HOSTED_RUNNER_DRAIN_WAIT_BG_TASKS_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187435527.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187435527.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187435527,
     "length": 47,
     "sha256": "0bb1d5d69ccdc64ec9f0ac0f98b6c0b10985876027eff9e921d80c2d55a04ec2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-drain-wait-ms",
   "title": "SELF_HOSTED_RUNNER_DRAIN_WAIT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187435417.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "helper",
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187435417.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187435417,
     "length": 44,
     "sha256": "9a8c372833904d5488f9eb057ae943c2d660a0c9c9b2d2d8d3520de85a73bbea",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187435488,
     "length": 38,
     "sha256": "d209803eea55f00e2562cec2dd49385eba03161c494d78a95e3d949ca6881aba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-environment-secret",
   "title": "SELF_HOSTED_RUNNER_ENVIRONMENT_SECRET",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9myq0fvp.js` offset 187595371.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-9myq0fvp.js` offset 187595371.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-configuration",
     "https://code.claude.com/docs/en/self-hosted-environments-reference",
     "https://code.claude.com/docs/en/self-hosted-environments-testing"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187595371,
     "length": 49,
     "sha256": "13476adc7ed83532a4170e8705ca470fb458232222d796ed714f4eb43d93701b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187447563,
     "length": 49,
     "sha256": "13476adc7ed83532a4170e8705ca470fb458232222d796ed714f4eb43d93701b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-exec-path",
   "title": "SELF_HOSTED_RUNNER_EXEC_PATH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187437836.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187437836.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-configuration",
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187437836,
     "length": 40,
     "sha256": "c75ae78f624ca2793b46d99b254829297b1eb95da0c275aefc6d45cd7eb6d2fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-health-port",
   "title": "SELF_HOSTED_RUNNER_HEALTH_PORT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9myq0fvp.js` offset 187570283.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-9myq0fvp.js` offset 187570283.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187570283,
     "length": 42,
     "sha256": "114335bbc0587823b8898d0d357dc38182bb0529e7deeb88f025ad0a1963d663",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187437963,
     "length": 42,
     "sha256": "114335bbc0587823b8898d0d357dc38182bb0529e7deeb88f025ad0a1963d663",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-hooks-dir",
   "title": "SELF_HOSTED_RUNNER_HOOKS_DIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9myq0fvp.js` offset 187570176.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 7,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-9myq0fvp.js` offset 187570176.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-configuration",
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-9myq0fvp.js",
      "binary_offset": 187570176,
      "length": 40,
      "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-y8am1j53.js",
      "binary_offset": 187438857,
      "length": 40,
      "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187570176,
     "length": 40,
     "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187570220,
     "length": 40,
     "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187314594,
     "length": 40,
     "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187438857,
     "length": 40,
     "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187438942,
     "length": 40,
     "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187469838,
     "length": 40,
     "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187475130,
     "length": 40,
     "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-host-config-dir",
   "title": "SELF_HOSTED_RUNNER_HOST_CONFIG_DIR",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Directory captured into the runner's startup snapshot and seeded into each session's `CLAUDE_CONFIG_DIR`; changes on disk apply after a runner restart.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-reference",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-reference",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Directory captured into the runner's startup snapshot and seeded into each session's `CLAUDE_CONFIG_DIR`; changes on disk apply after a runner restart.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-configuration"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187253817,
     "length": 46,
     "sha256": "6bdd2e041dd43323f53bee1ac77d48f558d1784d8cfac31d821c8284e0a4a4af",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187255507,
     "length": 46,
     "sha256": "6bdd2e041dd43323f53bee1ac77d48f558d1784d8cfac31d821c8284e0a4a4af",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-host-config-snapshot",
   "title": "SELF_HOSTED_RUNNER_HOST_CONFIG_SNAPSHOT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187438779.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187438779.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187438779,
     "length": 51,
     "sha256": "41e1b2bcee4112d4621f8e03a6b1bd352a6086bc07391e04ffd23b5a71911090",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-idle-shutdown-ms",
   "title": "SELF_HOSTED_RUNNER_IDLE_SHUTDOWN_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187474155.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187474155.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187474155,
     "length": 63,
     "sha256": "9caf767137473ea9f4c17f34c0d5d0ea4d8302bbabd00b722e1a6a8923c586c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187488705,
     "length": 41,
     "sha256": "03e6cc50b493e24c8206a00e42b609566263a1ffd3a01b13274f09237e107917",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-lock-to-account",
   "title": "SELF_HOSTED_RUNNER_LOCK_TO_ACCOUNT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187438087.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187438087.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187438087,
     "length": 46,
     "sha256": "f387d2ff8f8d4f8bf48fc583cb4cdcfd130bd2fe2d1e27984b3800c3166f3bbe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-log-file",
   "title": "SELF_HOSTED_RUNNER_LOG_FILE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187437901.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187437901.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187437901,
     "length": 39,
     "sha256": "bed345b68a0215c14eada55ef1ecafac8c3f009bb41de668298ba8b6fb1b62c0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-max-lifetime-grace-ms",
   "title": "SELF_HOSTED_RUNNER_MAX_LIFETIME_GRACE_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: How long the runner waits after a session reaches its `--kill-session-after-min` limit, for a running turn to finish or the release to complete, before it terminates the session",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-reference",
   "details": {
    "read_as": "number",
    "read_as_note": "parsed as a number",
    "values": [],
    "default": 900000,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-reference",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "How long the runner waits after a session reaches its `--kill-session-after-min` limit, for a running turn to finish or the release to complete, before it terminates the session",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-deploy"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187365272,
     "length": 46,
     "sha256": "f1254b9003df4520111fc17485e8ff2fea39aebf43d59a29b7ef2d8a79aa9dc0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-max-lifetime-ms",
   "title": "SELF_HOSTED_RUNNER_MAX_LIFETIME_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187365212.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187365212.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187365212,
     "length": 40,
     "sha256": "dde68c73d19ed58e4e8e3250a16087527a9da8ead1aed292c88a95aace01802f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187474069,
     "length": 66,
     "sha256": "ddcd5603a53b6f81c92fa0518382f460bbb87fe2cf204b3850b31a9303b775cc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-pool-secret",
   "title": "SELF_HOSTED_RUNNER_POOL_SECRET",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9myq0fvp.js` offset 187595448.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-9myq0fvp.js` offset 187595448.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187595448,
     "length": 42,
     "sha256": "fc39e47286d807355fb95f4fe2c20dc1e88fb838045820ad4d5c9be1d1dc682b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187447640,
     "length": 42,
     "sha256": "fc39e47286d807355fb95f4fe2c20dc1e88fb838045820ad4d5c9be1d1dc682b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-post-session-hook-timeout-ms",
   "title": "SELF_HOSTED_RUNNER_POST_SESSION_HOOK_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187471510.",
   "documented": null,
   "details": {
    "read_as": "number",
    "read_as_note": "parsed as a number",
    "values": [],
    "default": 60000,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187471510.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187471510,
     "length": 53,
     "sha256": "13ec255cb0898d180239ff0464606a4c91c53ee5d91f8fe2183dd94f649560f8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187487776,
     "length": 53,
     "sha256": "13ec255cb0898d180239ff0464606a4c91c53ee5d91f8fe2183dd94f649560f8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-post-turn-settle-ms",
   "title": "SELF_HOSTED_RUNNER_POST_TURN_SETTLE_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Cap on how long the runner counts a session as busy for the `--drain-wait-sec` drain after a turn finishes, while the session's process reports the turn's end to Anthropic.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-reference",
   "details": {
    "read_as": "number",
    "read_as_note": "parsed as a number",
    "values": [],
    "default": 7000,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-reference",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Cap on how long the runner counts a session as busy for the `--drain-wait-sec` drain after a turn finishes, while the session's process reports the turn's end to Anthropic.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187366155,
     "length": 44,
     "sha256": "23d86492f6a1f882fbdd3548c3a1aa6f1b7780fa71c5b899c9c69e734e8acf0d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187474445,
     "length": 90,
     "sha256": "b092539b62e3123608bd4b80e88f783e4f404460b997e67bb74bb03451696ee1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-push-outcome-on-release",
   "title": "SELF_HOSTED_RUNNER_PUSH_OUTCOME_ON_RELEASE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187438398.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187438398.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187438398,
     "length": 54,
     "sha256": "ab9e00d56c362cf8c0e362673480ff7e09b52184ed8ed5d10dfb158dc05ed72b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-release-idle-session-min",
   "title": "SELF_HOSTED_RUNNER_RELEASE_IDLE_SESSION_MIN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187471046.",
   "documented": null,
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "list-iteration"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187471046.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187471046,
     "length": 45,
     "sha256": "854a99a1820aeb164d8dd48079ff7bf3e218746c68f0883c8258d933e8d5469e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-remove-session-state",
   "title": "SELF_HOSTED_RUNNER_REMOVE_SESSION_STATE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187438624.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187438624.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187438624,
     "length": 51,
     "sha256": "804b6083aabbf77fd218e0faaa981c4419bcad688173f98216f1c90648def7ea",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-retire-at",
   "title": "SELF_HOSTED_RUNNER_RETIRE_AT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187435595.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187435595.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187435595,
     "length": 40,
     "sha256": "b92e6ac9815110cce1a48924fd4c47ab8892b6f3483274e056437dd818293570",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-session-idle-min",
   "title": "SELF_HOSTED_RUNNER_SESSION_IDLE_MIN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187471092.",
   "documented": null,
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "list-iteration"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187471092.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187471092,
     "length": 37,
     "sha256": "d0b6f6af37af01a35ef34a955b8b899b6ccd69856f06437748e047622ae72f87",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-session-idle-ms",
   "title": "SELF_HOSTED_RUNNER_SESSION_IDLE_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187472163.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187472163.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187472163,
     "length": 40,
     "sha256": "eb4b87c2fd3cc36018eaa08dfd08f0c3e0fd73aafd27ed0eb8d6640b0ed09c80",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187473887,
     "length": 68,
     "sha256": "0bc7e3fb03be396ad90a878e14e9589c2aa573148c0c1d58eadf57ec7c21997a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187488793,
     "length": 40,
     "sha256": "eb4b87c2fd3cc36018eaa08dfd08f0c3e0fd73aafd27ed0eb8d6640b0ed09c80",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-session-idle-sec",
   "title": "SELF_HOSTED_RUNNER_SESSION_IDLE_SEC",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187471130.",
   "documented": null,
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "list-iteration"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187471130.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187471130,
     "length": 37,
     "sha256": "d5c3bc8787f391a5fe23c08ce52f4a356caae929d8764110b3aedced9a80b339",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-session-stop-grace-ms",
   "title": "SELF_HOSTED_RUNNER_SESSION_STOP_GRACE_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187365495.",
   "documented": null,
   "details": {
    "read_as": "number",
    "read_as_note": "parsed as a number",
    "values": [],
    "default": 5000,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187365495.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187365495,
     "length": 46,
     "sha256": "f92f6ca51849a185c7d2e8ffd21364879b8ab69bd155769acf7fc28ba59b204b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187471459,
     "length": 46,
     "sha256": "f92f6ca51849a185c7d2e8ffd21364879b8ab69bd155769acf7fc28ba59b204b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187487723,
     "length": 46,
     "sha256": "f92f6ca51849a185c7d2e8ffd21364879b8ab69bd155769acf7fc28ba59b204b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-sigkill-grace-ms",
   "title": "SELF_HOSTED_RUNNER_SIGKILL_GRACE_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: How long the runner waits for the OS to deliver `SIGKILL` to a child stuck in uninterruptible I/O before exiting itself.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-reference",
   "details": {
    "read_as": "number",
    "read_as_note": "parsed as a number",
    "values": [],
    "default": 30000,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-reference",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "How long the runner waits for the OS to deliver `SIGKILL` to a child stuck in uninterruptible I/O before exiting itself.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187365356,
     "length": 41,
     "sha256": "19a86fd53b7708af5da41f358667cb2f155eb1912e3f78be706fda75085efb7b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-sigkill-timeout-ms",
   "title": "SELF_HOSTED_RUNNER_SIGKILL_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187470645.",
   "documented": null,
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187470645.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187470645,
     "length": 49,
     "sha256": "79e46d6b757404730be078477b89e694684829272585d6b718c18402824c6629",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-startup-timeout-ms",
   "title": "SELF_HOSTED_RUNNER_STARTUP_TIMEOUT_MS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187373000.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "helper",
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187373000.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187373000,
     "length": 49,
     "sha256": "8252795b03c747d0724100021278e5cd6c2b44b0cd62d881892a9099e13f9d41",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187373079,
     "length": 43,
     "sha256": "1ec23e4db95b1680801cc2409ea02356d697a9da95bc6becaa0274766551644a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187473976,
     "length": 69,
     "sha256": "4f9787902437ce727fa752fce217eb9bb1e87ef5f8dc02893cb3720e67a3dabb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-trust-workspace",
   "title": "SELF_HOSTED_RUNNER_TRUST_WORKSPACE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187438509.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187438509.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187438509,
     "length": 46,
     "sha256": "6405b7e1da84d2676c20e520901714f7f24e0f5c448821fb7204fc1296bdd9b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-session-ingress-url",
   "title": "SESSION_INGRESS_URL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-jrare64x.js` offset 177788239.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 10,
    "read_paths": [
     "injected-env",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802380,
     "length": 26,
     "sha256": "3ecb4b4e0e374d12fa55a9a5a470238c542edc40ba804afc8950529045019fa1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-jrare64x.js` offset 177788239.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-jrare64x.js",
     "binary_offset": 177788239,
     "length": 31,
     "sha256": "37709674a813ce9d19df5834a71bf2307a17ba1690d6f811480435650b5e6e2a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185761793,
     "length": 31,
     "sha256": "37709674a813ce9d19df5834a71bf2307a17ba1690d6f811480435650b5e6e2a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hs2z6qya.js",
     "binary_offset": 203434025,
     "length": 21,
     "sha256": "2f16bb27cb588f056885bc94f3abb9743cd787a72721315ce7c058247c138134",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199527087,
     "length": 21,
     "sha256": "2f16bb27cb588f056885bc94f3abb9743cd787a72721315ce7c058247c138134",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204243125,
     "length": 21,
     "sha256": "2f16bb27cb588f056885bc94f3abb9743cd787a72721315ce7c058247c138134",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183806713,
     "length": 21,
     "sha256": "2f16bb27cb588f056885bc94f3abb9743cd787a72721315ce7c058247c138134",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185956500,
     "length": 21,
     "sha256": "2f16bb27cb588f056885bc94f3abb9743cd787a72721315ce7c058247c138134",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185958784,
     "length": 21,
     "sha256": "2f16bb27cb588f056885bc94f3abb9743cd787a72721315ce7c058247c138134",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x3nrvz9e.js",
     "binary_offset": 206773334,
     "length": 21,
     "sha256": "2f16bb27cb588f056885bc94f3abb9743cd787a72721315ce7c058247c138134",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5bd42gny.js",
     "binary_offset": 178977386,
     "length": 25,
     "sha256": "75414898ad5c97b38e460ecd449de41b02704b0e83bc661f0c518092655f2d37",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-slash-command-tool-char-budget",
   "title": "SLASH_COMMAND_TOOL_CHAR_BUDGET",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override the character budget for skill metadata shown to the Skill tool.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802407,
     "length": 37,
     "sha256": "52e5eaabad732136f42ff748e45d37fde963f967420a4a085ea709d24223a822",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override the character budget for skill metadata shown to the Skill tool.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/skills"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184335800,
     "length": 42,
     "sha256": "d34c78d339f8c2a37e4b6ffc3976b33f0e3388a5f5588d3ed61cecb5b39e3d7f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184336114,
     "length": 42,
     "sha256": "d34c78d339f8c2a37e4b6ffc3976b33f0e3388a5f5588d3ed61cecb5b39e3d7f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-srt-debug",
   "title": "SRT_DEBUG",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-zt6t8196.js` offset 179779783.",
   "documented": null,
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-zt6t8196.js` offset 179779783.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-zt6t8196.js",
      "binary_offset": 179779783,
      "length": 21,
      "sha256": "a3a90306d69ec7bab100e628f23094cd2261a3d5c4fb4c7355c4d2a5414ec136",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-zt6t8196.js",
     "binary_offset": 179779783,
     "length": 21,
     "sha256": "a3a90306d69ec7bab100e628f23094cd2261a3d5c4fb4c7355c4d2a5414ec136",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-swe-bench-instance-id",
   "title": "SWE_BENCH_INSTANCE_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178522873.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178522873.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178522873,
     "length": 33,
     "sha256": "92750357d5d785d080646daee4ed1ff46ae7ae74ff316763e4a96f0510e0f10e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-swe-bench-run-id",
   "title": "SWE_BENCH_RUN_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178522821.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178522821.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178522821,
     "length": 28,
     "sha256": "b371b98c2d930b6e9561703659129f773e7e24daf4b2d896cdaad2a329a26759",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-swe-bench-task-id",
   "title": "SWE_BENCH_TASK_ID",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178522926.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178522926.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178522926,
     "length": 29,
     "sha256": "1acfb3923ad492dcb205392978be82196f913137eca3054b484d8370cd9e8cd4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-system-reminder-memory-context",
   "title": "SYSTEM_REMINDER_MEMORY_CONTEXT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 182948668.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802445,
     "length": 37,
     "sha256": "685b10dc4aeea240d27dbc1724bb314b34e5cd44c7b2770844eb547af7eb22c6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 182948668.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 182948668,
     "length": 32,
     "sha256": "0fd4c0b371e758fd5528bb0be1f9374d222be520373d3d5188a1bafc7151ec9b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-test-enable-session-persistence",
   "title": "TEST_ENABLE_SESSION_PERSISTENCE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186828146.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802483,
     "length": 38,
     "sha256": "ae1aaf62706b839a5e076fc87f8542cd82aba0c9f1cec4d79672c94d84e46f16",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186828146.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186828146,
     "length": 33,
     "sha256": "80869434834a8e39ad474f9bad6cf7d6e85dc02036f7a52bfdbf9ca9e86131d9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-use-api-context-management",
   "title": "USE_API_CONTEXT_MANAGEMENT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178437633.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175781157,
     "length": 33,
     "sha256": "4c6f09abb195898b302b07bffb0f237bbef4f765b792be2dc9ab86f54ed63944",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178437633.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178437633,
     "length": 28,
     "sha256": "1cdd37f814b8cca77343facc484cade0ab86d19f101f41e1ec014291c82f8720",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-use-builtin-ripgrep",
   "title": "USE_BUILTIN_RIPGREP",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `0` to use system-installed `rg` instead of `rg` included with Claude Code",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788629,
     "length": 26,
     "sha256": "41a687be2eb76f680f3a59746c424c7b909943f8601b6271d6d47c0f5ed0707b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `0` to use system-installed `rg` instead of `rg` included with Claude Code",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference",
     "https://code.claude.com/docs/en/setup",
     "https://code.claude.com/docs/en/troubleshooting"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180609377,
     "length": 21,
     "sha256": "b64426c919c1b6c1c59d956ad4155ffcefc64d75fccbcd40895fdefbf065afa1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-use-local-oauth",
   "title": "USE_LOCAL_OAUTH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-geg6jndb.js` offset 193298969.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "list-iteration",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765838,
     "length": 22,
     "sha256": "8a1e945274c4bdaebb26b7c0f9e4efab16f5c43dd1f1e44c06076b22f86aa0f7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-geg6jndb.js` offset 193298969.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-geg6jndb.js",
     "binary_offset": 193298969,
     "length": 17,
     "sha256": "859f5930308442d4eeceef170851bc73868c8c9fa386001f2e1a91bf3b9a329d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-geg6jndb.js",
     "binary_offset": 193299168,
     "length": 17,
     "sha256": "859f5930308442d4eeceef170851bc73868c8c9fa386001f2e1a91bf3b9a329d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c5fk236t.js",
     "binary_offset": 197312613,
     "length": 17,
     "sha256": "36ca0dfc655a3344cb7b613bab5ce11d017cc48824c1ca28ec968556ebd3e560",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-use-staging-oauth",
   "title": "USE_STAGING_OAUTH",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-geg6jndb.js` offset 193299034.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 2,
    "read_paths": [
     "list-iteration",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765861,
     "length": 24,
     "sha256": "486397d5d6774e438fa2af193849d3acecbf1a57e1df44fead9b05dd3c063ee2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-geg6jndb.js` offset 193299034.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-geg6jndb.js",
     "binary_offset": 193299034,
     "length": 19,
     "sha256": "474ca94d4fa2a724054c6765255ee2562d4f9a56b7783f3b704d1c6e7afc72ff",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c5fk236t.js",
     "binary_offset": 197312631,
     "length": 19,
     "sha256": "9836fc9f5b244eb7f4c83c0f75fa3224eeb23ac92f6bb1bf3b33abbb9af01af7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vitals-emitter-bin",
   "title": "VITALS_EMITTER_BIN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-e8phgb2s.js` offset 187225072.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802569,
     "length": 25,
     "sha256": "1822f8ab92ce3dba72251e528a77c9d3ea96a6d0674731bc5c0a0f89e7823661",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-e8phgb2s.js` offset 187225072.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-e8phgb2s.js",
     "binary_offset": 187225072,
     "length": 20,
     "sha256": "173e4cd454b93721fd90135228c43c7455299a0926fb90c5376e49482e6f990b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-voice-stream-base-url",
   "title": "VOICE_STREAM_BASE_URL",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-nkm61j3j.js` offset 208216356.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802595,
     "length": 28,
     "sha256": "d00b95d5c960b1856599d1e4d0f5dd814e881ee9ad63477b2a41bb856259c761",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-nkm61j3j.js` offset 208216356.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-nkm61j3j.js",
      "binary_offset": 208216458,
      "length": 23,
      "sha256": "20d7f7cbd7b5e09d9607d14efa7046064adfed929555971aa2a133ff12f4d6fa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-nkm61j3j.js",
     "binary_offset": 208216356,
     "length": 23,
     "sha256": "20d7f7cbd7b5e09d9607d14efa7046064adfed929555971aa2a133ff12f4d6fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-nkm61j3j.js",
     "binary_offset": 208216458,
     "length": 23,
     "sha256": "20d7f7cbd7b5e09d9607d14efa7046064adfed929555971aa2a133ff12f4d6fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-nkm61j3j.js",
     "binary_offset": 208216540,
     "length": 23,
     "sha256": "20d7f7cbd7b5e09d9607d14efa7046064adfed929555971aa2a133ff12f4d6fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-aws-api-key",
   "title": "ANTHROPIC_AWS_API_KEY",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Workspace API key for Claude Platform on AWS, generated in the AWS Console.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 3,
    "read_paths": [
     "helper",
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175763667,
     "length": 28,
     "sha256": "6da05843ff45132b443e4609b1e55c8f8278926db282faf22c1e055e54094249",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Workspace API key for Claude Platform on AWS, generated in the AWS Console.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/claude-platform-on-aws"
    ],
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-hzevqd7x.js",
      "binary_offset": 181691356,
      "length": 33,
      "sha256": "e97fa43719d4d6b4ff50f2e35396e748572b0a440c2fb3befcf034b69b2372d5",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181691356,
     "length": 33,
     "sha256": "e97fa43719d4d6b4ff50f2e35396e748572b0a440c2fb3befcf034b69b2372d5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tce7203z.js",
     "binary_offset": 201831591,
     "length": 33,
     "sha256": "e97fa43719d4d6b4ff50f2e35396e748572b0a440c2fb3befcf034b69b2372d5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-17ps8wch.js",
     "binary_offset": 197811398,
     "length": 26,
     "sha256": "650c0961feb899b25a78d7311b26a8acd620f8ebfdbdf96acba952ed1ddf36e3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-aws-base-url",
   "title": "ANTHROPIC_AWS_BASE_URL",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override the Claude Platform on AWS endpoint URL.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 8,
    "read_paths": [
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175810667,
     "length": 29,
     "sha256": "85c7873ebfca737e9da1e7f2fbc177a53ef85275fba98c62d54ef117cd93c0e2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override the Claude Platform on AWS endpoint URL.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/claude-platform-on-aws",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/llm-gateway-protocol",
     "https://code.claude.com/docs/en/llm-gateway-rollout",
     "https://code.claude.com/docs/en/network-config"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-hzevqd7x.js",
      "binary_offset": 181702550,
      "length": 34,
      "sha256": "0a7a75f07da6ebf7f0876aeab905cc2b7f124fe93b19ebe2b9f0321b0a09bf61",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181695850,
     "length": 34,
     "sha256": "0a7a75f07da6ebf7f0876aeab905cc2b7f124fe93b19ebe2b9f0321b0a09bf61",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181702550,
     "length": 34,
     "sha256": "0a7a75f07da6ebf7f0876aeab905cc2b7f124fe93b19ebe2b9f0321b0a09bf61",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178436972,
     "length": 24,
     "sha256": "dab4b2c8dab637e7e525e4414d548ec4738ff08001cee9dbe97d13d55b547dbd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200548805,
     "length": 24,
     "sha256": "dab4b2c8dab637e7e525e4414d548ec4738ff08001cee9dbe97d13d55b547dbd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183923467,
     "length": 24,
     "sha256": "dab4b2c8dab637e7e525e4414d548ec4738ff08001cee9dbe97d13d55b547dbd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185454188,
     "length": 24,
     "sha256": "dab4b2c8dab637e7e525e4414d548ec4738ff08001cee9dbe97d13d55b547dbd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zmqjrgey.js",
     "binary_offset": 190510956,
     "length": 24,
     "sha256": "dab4b2c8dab637e7e525e4414d548ec4738ff08001cee9dbe97d13d55b547dbd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-17ps8wch.js",
     "binary_offset": 197811083,
     "length": 27,
     "sha256": "79bdeef6e17f81083af6d7c3a13f896ce407283684ea3990f566f6ab123e03c4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-aws-workspace-id",
   "title": "ANTHROPIC_AWS_WORKSPACE_ID",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Required for Claude Platform on AWS.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 2,
    "read_paths": [
     "helper",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175810697,
     "length": 33,
     "sha256": "4b99e7caa64ce8de4bd0b32165c675032e9434fc35ee06dc0211bc0045dcb111",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Required for Claude Platform on AWS.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/quickstart",
     "https://code.claude.com/docs/en/claude-platform-on-aws"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200548902,
     "length": 28,
     "sha256": "6cf298c71ac5512f97b2de1492ee8161e7433acb72b07018106f0db555371fb5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-17ps8wch.js",
     "binary_offset": 197811442,
     "length": 31,
     "sha256": "76b24e867beb2f5510e13b21c709580792df42c4d4b703480f0677c3e835a5a8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-bedrock-base-url",
   "title": "ANTHROPIC_BEDROCK_BASE_URL",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override the Amazon Bedrock endpoint URL.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 15,
    "read_paths": [
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175810757,
     "length": 33,
     "sha256": "d14a70c4048ed5cfd981756eaf6625fd61c53bc266dc3142d3b8ea1b25c73f76",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override the Amazon Bedrock endpoint URL.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-view",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/llm-gateway-protocol",
     "https://code.claude.com/docs/en/llm-gateway-rollout"
    ],
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178115808,
      "length": 28,
      "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178116702,
      "length": 28,
      "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 183839786,
      "length": 28,
      "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181695622,
     "length": 38,
     "sha256": "befad766860eb6e002169251173dfc665f3516b68e163845b2ce9944353850ac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178115715,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178115808,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178115848,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178116601,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178116702,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178116742,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200547896,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzvej0qf.js",
     "binary_offset": 207492298,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s7xz2zf9.js",
     "binary_offset": 200070876,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-bedrock-mantle-base-url",
   "title": "ANTHROPIC_BEDROCK_MANTLE_BASE_URL",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override the Amazon Bedrock Mantle endpoint URL.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 7,
    "read_paths": [
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175810791,
     "length": 40,
     "sha256": "bd9e790ae3f5d8c4ca409d53972f70ca476deb9cb27da4e75d925159ec084fbc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override the Amazon Bedrock Mantle endpoint URL.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181695733,
     "length": 45,
     "sha256": "bfdce09885e6e7cf94d404cc57752a33b1d304a0ade61cd697de5b5a3cb63f93",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200549848,
     "length": 35,
     "sha256": "18e1504c4f7089f1e867dad8ecbf5d8c7a263a3ad8526f45e27dc0604cc2f634",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s56t4psk.js",
     "binary_offset": 207507379,
     "length": 35,
     "sha256": "18e1504c4f7089f1e867dad8ecbf5d8c7a263a3ad8526f45e27dc0604cc2f634",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183923405,
     "length": 35,
     "sha256": "18e1504c4f7089f1e867dad8ecbf5d8c7a263a3ad8526f45e27dc0604cc2f634",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184925466,
     "length": 35,
     "sha256": "18e1504c4f7089f1e867dad8ecbf5d8c7a263a3ad8526f45e27dc0604cc2f634",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185454016,
     "length": 35,
     "sha256": "18e1504c4f7089f1e867dad8ecbf5d8c7a263a3ad8526f45e27dc0604cc2f634",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1jfzd350.js",
     "binary_offset": 197467429,
     "length": 38,
     "sha256": "2d5c8e0c78caae5c91e00a898bab7d312547b564645af1fa9f0451402c082573",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-bedrock-region-prefix",
   "title": "ANTHROPIC_BEDROCK_REGION_PREFIX",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Cross-region inference profile prefix (`us`, `eu`, `apac`, `jp`, `au`, or `global`) Claude Code tries first instead of the one derived from the AWS region.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "us",
     "eu",
     "apac",
     "jp",
     "au",
     "global"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "enum",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175810832,
     "length": 38,
     "sha256": "b62dcc9a63f65046954aef01f56c0351908ef53ceaedd89262c4935549bd65d7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Cross-region inference profile prefix (`us`, `eu`, `apac`, `jp`, `au`, or `global`) Claude Code tries first instead of the one derived from the AWS region.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock",
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178118916,
     "length": 33,
     "sha256": "6e9f466d79302e673763b10985062ef4cdace3b55afcc1802a6fda80d3ce2cb4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-bedrock-service-tier",
   "title": "ANTHROPIC_BEDROCK_SERVICE_TIER",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Amazon Bedrock service tier (`default`, `flex`, or `priority`).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175810871,
     "length": 37,
     "sha256": "661503988b3ef1188969e8c5b966b409fcf6b6325336c977f956ee9ad56376ca",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Amazon Bedrock service tier (`default`, `flex`, or `priority`).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock",
     "https://code.claude.com/docs/en/changelog"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-hzevqd7x.js",
      "binary_offset": 181689364,
      "length": 42,
      "sha256": "b387382a8acae443e95eb76823e376d9a5aa4bb9040f34543ef31bc0504f5d53",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181689364,
     "length": 42,
     "sha256": "b387382a8acae443e95eb76823e376d9a5aa4bb9040f34543ef31bc0504f5d53",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181689439,
     "length": 42,
     "sha256": "b387382a8acae443e95eb76823e376d9a5aa4bb9040f34543ef31bc0504f5d53",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200548021,
     "length": 32,
     "sha256": "be97a0e7ec5bcd85b26f583c5585894ab2423b0f73d6858198736cc4257f4f21",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-small-fast-model-aws-region",
   "title": "ANTHROPIC_SMALL_FAST_MODEL_AWS_REGION",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override AWS region for the Haiku-class model when using Amazon Bedrock or Amazon Bedrock Mantle.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811136,
     "length": 44,
     "sha256": "4e7b1c190553c15f948ab460c6edfe8e0995f0f4f44b3e533914a3884ccc3e82",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override AWS region for the Haiku-class model when using Amazon Bedrock or Amazon Bedrock Mantle.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181696267,
     "length": 39,
     "sha256": "5c5cdacf3352dbac8d85d440d68575c8f0e0f4ed8ddfdbfc59965cd7318d8147",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzvej0qf.js",
     "binary_offset": 207492184,
     "length": 39,
     "sha256": "5c5cdacf3352dbac8d85d440d68575c8f0e0f4ed8ddfdbfc59965cd7318d8147",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-access-key-id",
   "title": "AWS_ACCESS_KEY_ID",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-qtteq8j0.js` offset 194067131.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 6,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811278,
     "length": 24,
     "sha256": "e85e6949cf91d6b6e5115a70d354fe30065faca9048a8919ebc2fa2ddf7ff684",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qtteq8j0.js` offset 194067131.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/claude-apps-gateway-config",
     "https://code.claude.com/docs/en/claude-apps-gateway",
     "https://code.claude.com/docs/en/sandboxing",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-qtteq8j0.js",
      "binary_offset": 194068775,
      "length": 16,
      "sha256": "9a1ce5637c8b2978582f00e378864f710e13130103951c83a3688147bc1ff998",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-sajhfs1y.js",
      "binary_offset": 194011375,
      "length": 29,
      "sha256": "0734f87e3e55f2b861a21b613622b90eba5eb65e275a7e9affc1c3cfe92f1374",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qtteq8j0.js",
     "binary_offset": 194067131,
     "length": 16,
     "sha256": "9a1ce5637c8b2978582f00e378864f710e13130103951c83a3688147bc1ff998",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qtteq8j0.js",
     "binary_offset": 194068775,
     "length": 16,
     "sha256": "9a1ce5637c8b2978582f00e378864f710e13130103951c83a3688147bc1ff998",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194011375,
     "length": 29,
     "sha256": "0734f87e3e55f2b861a21b613622b90eba5eb65e275a7e9affc1c3cfe92f1374",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194011459,
     "length": 29,
     "sha256": "0734f87e3e55f2b861a21b613622b90eba5eb65e275a7e9affc1c3cfe92f1374",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178651343,
     "length": 19,
     "sha256": "d9d10472a1fc0101280eeebcc02c5b62e00842685643d5da9dc50f5ef34f4395",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-np75vvyf.js",
     "binary_offset": 212891066,
     "length": 19,
     "sha256": "d9d10472a1fc0101280eeebcc02c5b62e00842685643d5da9dc50f5ef34f4395",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-bearer-token-bedrock",
   "title": "AWS_BEARER_TOKEN_BEDROCK",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Amazon Bedrock API key for authentication (see Amazon Bedrock API keys)",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 11,
    "read_paths": [
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175763889,
     "length": 31,
     "sha256": "05ca69f458905af8b9afc0c1531107dad152d35241c22a3fe7c7d3bf81121df7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Amazon Bedrock API key for authentication (see Amazon Bedrock API keys)",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/llm-gateway-connect",
     "https://code.claude.com/docs/en/mcp"
    ],
    "also_written": true,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178116135,
      "length": 26,
      "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178117029,
      "length": 26,
      "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181689487,
     "length": 36,
     "sha256": "4790d6c3816c2c02c592e91ee6e0db04de6335b1eabe7855d93406b72d161400",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181692688,
     "length": 36,
     "sha256": "4790d6c3816c2c02c592e91ee6e0db04de6335b1eabe7855d93406b72d161400",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178116135,
     "length": 26,
     "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178117029,
     "length": 26,
     "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzvej0qf.js",
     "binary_offset": 207492380,
     "length": 26,
     "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-np75vvyf.js",
     "binary_offset": 212891039,
     "length": 26,
     "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s56t4psk.js",
     "binary_offset": 207507461,
     "length": 26,
     "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s7xz2zf9.js",
     "binary_offset": 200071389,
     "length": 26,
     "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tce7203z.js",
     "binary_offset": 201830600,
     "length": 26,
     "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1jfzd350.js",
     "binary_offset": 197462854,
     "length": 29,
     "sha256": "efdf30ed52fdbee4c9f88e60e5cb4534ed5f38d73bb6077c3ac223810026895d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-config-file",
   "title": "AWS_CONFIG_FILE",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-vd8c0jpy.js` offset 193653614.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 4,
    "read_paths": [
     "env-object-param",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811303,
     "length": 22,
     "sha256": "97ce3c92d8c77eb2d7fd54233c0f4a1d9166fd27aa1455e4309b9187038c7414",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-vd8c0jpy.js` offset 193653614.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-18sktzq8.js",
      "binary_offset": 176040081,
      "length": 17,
      "sha256": "77311c26c84e487eb808587713ce29329609e29312e9c35ef64fa27265efedb3",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-vd8c0jpy.js",
     "binary_offset": 193653614,
     "length": 15,
     "sha256": "1d9540145c3bbeb1a3fa34844b03a2be65895d1d554507649ae2b13e3aa2d250",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178651436,
     "length": 17,
     "sha256": "690aea9ab6c1bb4db768471ddb2a60ee862a385409cf27fd6c15e73119b7746c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177387487,
     "length": 17,
     "sha256": "690aea9ab6c1bb4db768471ddb2a60ee862a385409cf27fd6c15e73119b7746c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-18sktzq8.js",
     "binary_offset": 176040081,
     "length": 17,
     "sha256": "77311c26c84e487eb808587713ce29329609e29312e9c35ef64fa27265efedb3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-container-credentials-full-uri",
   "title": "AWS_CONTAINER_CREDENTIALS_FULL_URI",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-79k89st6.js` offset 208279390.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 3,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175763921,
     "length": 41,
     "sha256": "3762541b405698cd6aff0afe83ccd497335b2b88058aa640f1c44300dbf449c6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-79k89st6.js` offset 208279390.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-79k89st6.js",
      "binary_offset": 208279390,
      "length": 14,
      "sha256": "56d7cc2ffd21ddf4d3f66c2b3d9b2c68b864e2c198a3251c3e0a379a0cd910a6",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-79k89st6.js",
     "binary_offset": 208279390,
     "length": 14,
     "sha256": "56d7cc2ffd21ddf4d3f66c2b3d9b2c68b864e2c198a3251c3e0a379a0cd910a6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-79k89st6.js",
     "binary_offset": 208279415,
     "length": 14,
     "sha256": "56d7cc2ffd21ddf4d3f66c2b3d9b2c68b864e2c198a3251c3e0a379a0cd910a6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kw8fsxr5.js",
     "binary_offset": 208293990,
     "length": 14,
     "sha256": "8a04c7875306677b967e569cba23a634f0a3feb58a9e4fb9f7ed0a3a437da006",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-container-credentials-relative-uri",
   "title": "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-79k89st6.js` offset 208279332.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 3,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175763963,
     "length": 45,
     "sha256": "059dd4205e0a046d7b0ff79e8b0a1da2b372d50b2022b291b885c2d8823b8d31",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-79k89st6.js` offset 208279332.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-79k89st6.js",
      "binary_offset": 208279332,
      "length": 14,
      "sha256": "757201c8a0885ee0971829eaaadd8dd37899d29da062dc65c02b15af8d777dad",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-79k89st6.js",
     "binary_offset": 208279332,
     "length": 14,
     "sha256": "757201c8a0885ee0971829eaaadd8dd37899d29da062dc65c02b15af8d777dad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-79k89st6.js",
     "binary_offset": 208279371,
     "length": 14,
     "sha256": "757201c8a0885ee0971829eaaadd8dd37899d29da062dc65c02b15af8d777dad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kw8fsxr5.js",
     "binary_offset": 208293939,
     "length": 14,
     "sha256": "cb4cf6877ae7e9f1d1f60f0b62175ef921ae92299728d9d0473e5a55176ccc69",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-default-region",
   "title": "AWS_DEFAULT_REGION",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5qj86qz3.js` offset 193827074.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 7,
    "read_paths": [
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811326,
     "length": 25,
     "sha256": "b58126f897e1d08f8e5f839e1ad9122035745da650193798b1e684fed85a720a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5qj86qz3.js` offset 193827074.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5qj86qz3.js",
     "binary_offset": 193827074,
     "length": 15,
     "sha256": "879963f42dd125f96e8ff254052a2623ae28d6c67f59b698981de19f4ff4e5e1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5qj86qz3.js",
     "binary_offset": 193827115,
     "length": 15,
     "sha256": "879963f42dd125f96e8ff254052a2623ae28d6c67f59b698981de19f4ff4e5e1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194011327,
     "length": 30,
     "sha256": "20ee042a86d81d7025c527ac7a1c4909c77606e6a4466fcdefafe2f6c2040c94",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177387402,
     "length": 20,
     "sha256": "63d11fbaa03974d2d098d39eb03c6db5f6acff5ec95a46f3523ed86005e71ec1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177388527,
     "length": 20,
     "sha256": "63d11fbaa03974d2d098d39eb03c6db5f6acff5ec95a46f3523ed86005e71ec1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-17ps8wch.js",
     "binary_offset": 197811054,
     "length": 23,
     "sha256": "7da1f39e98f2c65d2217744f0d7909da62463b24a15453f625ee36435dc2a9dc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1jfzd350.js",
     "binary_offset": 197467400,
     "length": 23,
     "sha256": "25fc0894eabbf8a66f4cc6a8dc863f178e047f6595f7b38736a77ab22fe31e7f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-endpoint-url",
   "title": "AWS_ENDPOINT_URL",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-zgqyfwz9.js` offset 177221705.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811352,
     "length": 23,
     "sha256": "11aaf0f8988b4aaadc80caec1cfcb91225dd43336217d545c60f13a8403a8e3d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-zgqyfwz9.js` offset 177221705.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177221705,
     "length": 18,
     "sha256": "1a0caa05f5d8297323d7f8b8ea32d12fb5def99e64abfe0d88cef295bbd635f0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-endpoint-url-sts",
   "title": "AWS_ENDPOINT_URL_STS",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-zgqyfwz9.js` offset 177221681.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811376,
     "length": 27,
     "sha256": "82d559683e20eedb85bda96fab1bea6a2361331d2808f647d1b611ccf3867c15",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-zgqyfwz9.js` offset 177221681.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177221681,
     "length": 22,
     "sha256": "31d2a84c3fe806551b273d3496ffb463e9b7ca1387e648351e3ffa76bf4b547f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-execution-env",
   "title": "AWS_EXECUTION_ENV",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5qj86qz3.js` offset 193827039.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "AWS_ECS_FARGATE",
     "AWS_ECS_EC2"
    ],
    "default": null,
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 3,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785338,
     "length": 24,
     "sha256": "e3ca95630d041c76c4cacf3e9fd7da09ec7426bd7538d2522df5f5053d8f4ae6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5qj86qz3.js` offset 193827039.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-5qj86qz3.js",
      "binary_offset": 193827039,
      "length": 15,
      "sha256": "1d96876dd5fcbd38c9d5a11d083598dae67e0cf9f26337eec36051415f768292",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5qj86qz3.js",
     "binary_offset": 193827039,
     "length": 15,
     "sha256": "1d96876dd5fcbd38c9d5a11d083598dae67e0cf9f26337eec36051415f768292",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761410,
     "length": 29,
     "sha256": "981c55361aaed26c56c0ad77a7577467fe7991c37c268f6aba78467ab2f7cf18",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761483,
     "length": 29,
     "sha256": "981c55361aaed26c56c0ad77a7577467fe7991c37c268f6aba78467ab2f7cf18",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-lambda-function-name",
   "title": "AWS_LAMBDA_FUNCTION_NAME",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5qj86qz3.js` offset 193692535.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785363,
     "length": 31,
     "sha256": "41d1688bb8a7404d5189688ee394ad495f2883c9696c36ed4d948aef20805112",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5qj86qz3.js` offset 193692535.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175761351,
      "length": 36,
      "sha256": "18fd0d867df09a34540dfe8a69010a0b75d54b4f60bf99e21ab8f7725e8104a6",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5qj86qz3.js",
     "binary_offset": 193692535,
     "length": 15,
     "sha256": "6ca7392d785df0ee22a0e4dc14fb37bbf8c9cd5bce084e20104bc190733c5501",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761351,
     "length": 36,
     "sha256": "18fd0d867df09a34540dfe8a69010a0b75d54b4f60bf99e21ab8f7725e8104a6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-profile",
   "title": "AWS_PROFILE",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-3cpbqds9.js` offset 194119815.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 7,
    "read_paths": [
     "env-object-param",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811404,
     "length": 18,
     "sha256": "1da600a50a7e136a67ff05b3998f0eaf13083bb83e6c4598b98c43335c59d550",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3cpbqds9.js` offset 194119815.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock",
     "https://code.claude.com/docs/en/errors"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-18sktzq8.js",
      "binary_offset": 176040064,
      "length": 13,
      "sha256": "dd959ec5033cf2556816fc8272819ee467b4d2e16f870f3de2724e11ce134e94",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3cpbqds9.js",
     "binary_offset": 194119815,
     "length": 23,
     "sha256": "7afed77f655c47c926c736bc81e1a69db68b8fc2b301ed5a5292ece8457740ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vd8c0jpy.js",
     "binary_offset": 193653259,
     "length": 14,
     "sha256": "53e60fe703ca6791e211537c3eff61f2fb830e17a30860f0ee20cd3524d89406",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178651411,
     "length": 13,
     "sha256": "ac9e81adc5732356190a12b7b62fb03009bc5422c77a269b358fd7620aa5fbc2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178673224,
     "length": 13,
     "sha256": "ac9e81adc5732356190a12b7b62fb03009bc5422c77a269b358fd7620aa5fbc2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177387549,
     "length": 13,
     "sha256": "ac9e81adc5732356190a12b7b62fb03009bc5422c77a269b358fd7620aa5fbc2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-np75vvyf.js",
     "binary_offset": 212891025,
     "length": 13,
     "sha256": "ac9e81adc5732356190a12b7b62fb03009bc5422c77a269b358fd7620aa5fbc2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-18sktzq8.js",
     "binary_offset": 176040064,
     "length": 13,
     "sha256": "dd959ec5033cf2556816fc8272819ee467b4d2e16f870f3de2724e11ce134e94",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-region",
   "title": "AWS_REGION",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5qj86qz3.js` offset 193827057.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "us-east-1",
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 9,
    "read_paths": [
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811423,
     "length": 17,
     "sha256": "6d72723a41ee3f7e54ebecbce0c1072872ec17200b82e598df5d0d50dbcf0d60",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5qj86qz3.js` offset 193827057.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-on-aws",
     "https://code.claude.com/docs/en/claude-platform-on-aws",
     "https://code.claude.com/docs/en/github-actions-cloud-providers"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5qj86qz3.js",
     "binary_offset": 193827057,
     "length": 15,
     "sha256": "c366599dbbd245e95c4305e098ccc02474c63c99bf9cb838be1c42c22f593967",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5qj86qz3.js",
     "binary_offset": 193827098,
     "length": 15,
     "sha256": "c366599dbbd245e95c4305e098ccc02474c63c99bf9cb838be1c42c22f593967",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194011303,
     "length": 22,
     "sha256": "ccf42d2f641447478d79c6920d4df616bc6f0f878518f9c5d6767ae7bd54be5c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyf5d5q2.js",
     "binary_offset": 194108633,
     "length": 22,
     "sha256": "ccf42d2f641447478d79c6920d4df616bc6f0f878518f9c5d6767ae7bd54be5c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177387383,
     "length": 12,
     "sha256": "f97a1e4f10fedea6507f482c329afcf3bc7c5b2013f1b7974a6f10cade138518",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177388513,
     "length": 12,
     "sha256": "f97a1e4f10fedea6507f482c329afcf3bc7c5b2013f1b7974a6f10cade138518",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-17ps8wch.js",
     "binary_offset": 197811037,
     "length": 15,
     "sha256": "e75660cd668aaadefcd2d04702b67c2d3bb74e956520bcc0c640a8b0414e878b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1jfzd350.js",
     "binary_offset": 197462728,
     "length": 15,
     "sha256": "4ebc6ca2352ccfea81d7bc413efef9574078208482d7f75f9bdcf57257d9a8bd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1jfzd350.js",
     "binary_offset": 197467383,
     "length": 15,
     "sha256": "4ebc6ca2352ccfea81d7bc413efef9574078208482d7f75f9bdcf57257d9a8bd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-role-arn",
   "title": "AWS_ROLE_ARN",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mhyvshyz.js` offset 208289339.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764009,
     "length": 19,
     "sha256": "a33d5bf0650ef077c24f0b221158f0e8352e291072186230de05db956dfc37c9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mhyvshyz.js` offset 208289339.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mhyvshyz.js",
     "binary_offset": 208289339,
     "length": 14,
     "sha256": "91a608bcd782c0c2b094da20fd2d5527ac478b4ce59e6bf40ee2eda9262f8813",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-secret-access-key",
   "title": "AWS_SECRET_ACCESS_KEY",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-qtteq8j0.js` offset 194067150.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 5,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811441,
     "length": 28,
     "sha256": "335303ddac0f1845962ca1158783866ae5d81ef39223473729b6e7fa9d53c341",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qtteq8j0.js` offset 194067150.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/claude-apps-gateway-config",
     "https://code.claude.com/docs/en/claude-apps-gateway",
     "https://code.claude.com/docs/en/sandboxing",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qtteq8j0.js",
     "binary_offset": 194067150,
     "length": 16,
     "sha256": "2e905f6b6ec130e89c41796d079363e102bddd78a4151a15a17f085eed987fd1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qtteq8j0.js",
     "binary_offset": 194068793,
     "length": 16,
     "sha256": "2e905f6b6ec130e89c41796d079363e102bddd78a4151a15a17f085eed987fd1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194011406,
     "length": 33,
     "sha256": "71df3a7ae57d4cdd1ef46d36b3e3b8b6dc4ab9ea6d64767231d72e2021e60df7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194011505,
     "length": 33,
     "sha256": "71df3a7ae57d4cdd1ef46d36b3e3b8b6dc4ab9ea6d64767231d72e2021e60df7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178651379,
     "length": 23,
     "sha256": "cc5173735adbc720c22d054dd10d1153beb26900af66e48721d93243c52f0e05",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-session-token",
   "title": "AWS_SESSION_TOKEN",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-qtteq8j0.js` offset 194067169.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811470,
     "length": 24,
     "sha256": "f28b38f691fd961d9a9b349fd3001d9cb23210e7916bab1cc03cdf7c54d3de90",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qtteq8j0.js` offset 194067169.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/claude-apps-gateway-config",
     "https://code.claude.com/docs/en/claude-apps-gateway",
     "https://code.claude.com/docs/en/sandboxing",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qtteq8j0.js",
     "binary_offset": 194067169,
     "length": 14,
     "sha256": "077b91d9b520835e0f821188a576465ff75b4709f4543b31a4c9015e0813951d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194011545,
     "length": 29,
     "sha256": "5cdde123507fc83d877a089a12492ac95c719498436d513de2932a7db76362ac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178650758,
     "length": 19,
     "sha256": "2c03bd1965b0ee9761bdf41f5d27f062fc66c1b91b7058b482abdf246e6999bd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-shared-credentials-file",
   "title": "AWS_SHARED_CREDENTIALS_FILE",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-vd8c0jpy.js` offset 193653710.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 4,
    "read_paths": [
     "env-object-param",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811495,
     "length": 34,
     "sha256": "56cbe2eb321d1ffc518bd99efc8632f76f7637111e0f13e791dc071f0f8dd66d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-vd8c0jpy.js` offset 193653710.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-18sktzq8.js",
      "binary_offset": 176040102,
      "length": 29,
      "sha256": "289432b10ec2ac5f867dc1dc5f640c47009776d7e2bed1be6ebcd1072d55a9cc",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-vd8c0jpy.js",
     "binary_offset": 193653710,
     "length": 15,
     "sha256": "aab2cfbda9fa02470a121824a90d1b7ff6a5a5d9eee442e8e8c641cb0eb94949",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178651464,
     "length": 29,
     "sha256": "4f6dae2214bc0f2abb17146b447db831e572a71b53e9773e78d42d2860f2e641",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177387512,
     "length": 29,
     "sha256": "4f6dae2214bc0f2abb17146b447db831e572a71b53e9773e78d42d2860f2e641",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-18sktzq8.js",
     "binary_offset": 176040102,
     "length": 29,
     "sha256": "289432b10ec2ac5f867dc1dc5f640c47009776d7e2bed1be6ebcd1072d55a9cc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-use-fips-endpoint",
   "title": "AWS_USE_FIPS_ENDPOINT",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-tce7203z.js` offset 201816663.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "true"
    ],
    "default": null,
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811530,
     "length": 28,
     "sha256": "9f40d79bad20acc5d9ce9dbede70aecfd37f6c07c443324bd74aa93f21513dfb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-tce7203z.js` offset 201816663.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-tce7203z.js",
     "binary_offset": 201816663,
     "length": 23,
     "sha256": "76b4ea554f1943ecac7d3f5d1e6b28bd226317837e0438b52765be3edfa8bfd1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-web-identity-token-file",
   "title": "AWS_WEB_IDENTITY_TOKEN_FILE",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mhyvshyz.js` offset 208289310.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764029,
     "length": 34,
     "sha256": "1fc23193d783ffe8f7f5f969463b5404b8851a47b6ce47a39a3a8e4461cba297",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mhyvshyz.js` offset 208289310.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mhyvshyz.js",
     "binary_offset": 208289310,
     "length": 14,
     "sha256": "651dbdfb3d3793dfc98229a8f9973b86ed536d09f58d4bef7a924936de9964c0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mhyvshyz.js",
     "binary_offset": 208289651,
     "length": 14,
     "sha256": "651dbdfb3d3793dfc98229a8f9973b86ed536d09f58d4bef7a924936de9964c0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-aws-chain-resolve-timeout-ms",
   "title": "CLAUDE_CODE_AWS_CHAIN_RESOLVE_TIMEOUT_MS",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Time in milliseconds Claude Code waits for the AWS default credential provider chain to produce credentials before the request fails with `AWS default-chain credential resolve timed out` (default: `60000`).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 60000,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 2,
    "bounds": {
     "min": 1,
     "max": 2147483647
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764254,
     "length": 47,
     "sha256": "04167efc34de81c8502016e97ab710fa405bf8489c4c804e384882fc173a9fb4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Time in milliseconds Claude Code waits for the AWS default credential provider chain to produce credentials before the request fails with `AWS default-chain credential resolve timed out` (default: `60000`).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock",
     "https://code.claude.com/docs/en/errors"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178672229,
     "length": 42,
     "sha256": "17165e62458f9a7eadd3490533ea52fc132c8bd5b2c4c67adb938552f23c4639",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177393814,
     "length": 42,
     "sha256": "17165e62458f9a7eadd3490533ea52fc132c8bd5b2c4c67adb938552f23c4639",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-bedrock-content-type-default",
   "title": "CLAUDE_CODE_DISABLE_BEDROCK_CONTENT_TYPE_DEFAULT",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to stop Claude Code from treating an Amazon Bedrock streaming response with a missing or empty `Content-Type` header as Amazon Bedrock's binary event stream.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772437,
     "length": 55,
     "sha256": "4f8860ecd14ee8da81d579830b07305d9bc027dd7ac5a338ac79b7a4a3823962",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to stop Claude Code from treating an Amazon Bedrock streaming response with a missing or empty `Content-Type` header as Amazon Bedrock's binary event stream.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181704215,
     "length": 50,
     "sha256": "d0d6c1870ea3473fbd4a2a8046dce6685e1591dba6cf70c0cbd99990069750af",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-bedrock-content-type-guard",
   "title": "CLAUDE_CODE_DISABLE_BEDROCK_CONTENT_TYPE_GUARD",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to skip the check that an Amazon Bedrock streaming response carries the `application/vnd.amazon.eventstream` content-type.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175772493,
     "length": 53,
     "sha256": "8bb01e222a3507b0faee9718249c49c21f856976eddfa4671782930c1d165e9a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to skip the check that an Amazon Bedrock streaming response carries the `application/vnd.amazon.eventstream` content-type.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/errors"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181704459,
     "length": 48,
     "sha256": "21e859a3d5dc91965400cb12e3eeae338d8a650efd001451d5fdaa9ec83ec322",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-skip-anthropic-aws-auth",
   "title": "CLAUDE_CODE_SKIP_ANTHROPIC_AWS_AUTH",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Skip client-side authentication for Claude Platform on AWS, for gateways that sign requests themselves",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765132,
     "length": 42,
     "sha256": "2a351d5231dcd7bbbcfb1ec978209a74c899e7f85d251629c19dd59752b9c60a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Skip client-side authentication for Claude Platform on AWS, for gateways that sign requests themselves",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/claude-platform-on-aws"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200549019,
     "length": 37,
     "sha256": "9bdd4f8f37479659ac10532c5716f82ce33fcbfb50f670ac2de60cc61ada6820",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191825350,
     "length": 37,
     "sha256": "9bdd4f8f37479659ac10532c5716f82ce33fcbfb50f670ac2de60cc61ada6820",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181690995,
     "length": 37,
     "sha256": "9bdd4f8f37479659ac10532c5716f82ce33fcbfb50f670ac2de60cc61ada6820",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-skip-aws-cred-cache",
   "title": "CLAUDE_CODE_SKIP_AWS_CRED_CACHE",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to turn off the in-process cache of credentials resolved from the AWS default credential provider chain, so Claude Code resolves the chain on every API request.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 12,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765227,
     "length": 38,
     "sha256": "e686b29e051fd034fd532ac34701f53e28dbc5a2ca9023ef18c09b406366cb98",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to turn off the in-process cache of credentials resolved from the AWS default credential provider chain, so Claude Code resolves the chain on every API request.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178116350,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178117244,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181689880,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181691618,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181693417,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzvej0qf.js",
     "binary_offset": 207493101,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s56t4psk.js",
     "binary_offset": 207508186,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tce7203z.js",
     "binary_offset": 201817040,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tce7203z.js",
     "binary_offset": 201828042,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tce7203z.js",
     "binary_offset": 201828777,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-skip-bedrock-auth",
   "title": "CLAUDE_CODE_SKIP_BEDROCK_AUTH",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Skip AWS authentication for Amazon Bedrock (for example, when using an LLM gateway)",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 7,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765266,
     "length": 36,
     "sha256": "d1b4abdd083012cbd1d847ab0e4fc0152ddc654650afdcd8c1d9388361e1bc23",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Skip AWS authentication for Amazon Bedrock (for example, when using an LLM gateway)",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/llm-gateway-connect"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178115666,
     "length": 31,
     "sha256": "92a4d50a65f0d9d48563897e44a2fcdd0607909b76ff7612e6d93f94fb8d0da2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178116552,
     "length": 31,
     "sha256": "92a4d50a65f0d9d48563897e44a2fcdd0607909b76ff7612e6d93f94fb8d0da2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200548109,
     "length": 31,
     "sha256": "92a4d50a65f0d9d48563897e44a2fcdd0607909b76ff7612e6d93f94fb8d0da2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191825275,
     "length": 31,
     "sha256": "92a4d50a65f0d9d48563897e44a2fcdd0607909b76ff7612e6d93f94fb8d0da2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191853323,
     "length": 31,
     "sha256": "92a4d50a65f0d9d48563897e44a2fcdd0607909b76ff7612e6d93f94fb8d0da2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181689163,
     "length": 31,
     "sha256": "92a4d50a65f0d9d48563897e44a2fcdd0607909b76ff7612e6d93f94fb8d0da2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzvej0qf.js",
     "binary_offset": 207492538,
     "length": 31,
     "sha256": "92a4d50a65f0d9d48563897e44a2fcdd0607909b76ff7612e6d93f94fb8d0da2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-skip-mantle-auth",
   "title": "CLAUDE_CODE_SKIP_MANTLE_AUTH",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Skip AWS authentication for Amazon Bedrock Mantle (for example, when using an LLM gateway)",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 5,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765340,
     "length": 35,
     "sha256": "6b6bad94b13f6f176a59dfd03e88b0eddf25c97c1281a12ce7a1cfa69e4d97cd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Skip AWS authentication for Amazon Bedrock Mantle (for example, when using an LLM gateway)",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200550009,
     "length": 30,
     "sha256": "f79d4f5c6665ec524ed9696ccfc0383724b8067e58410e7b7e9971c7f8a18aa6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191825424,
     "length": 30,
     "sha256": "f79d4f5c6665ec524ed9696ccfc0383724b8067e58410e7b7e9971c7f8a18aa6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191853390,
     "length": 30,
     "sha256": "f79d4f5c6665ec524ed9696ccfc0383724b8067e58410e7b7e9971c7f8a18aa6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181692607,
     "length": 30,
     "sha256": "f79d4f5c6665ec524ed9696ccfc0383724b8067e58410e7b7e9971c7f8a18aa6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s56t4psk.js",
     "binary_offset": 207507619,
     "length": 30,
     "sha256": "f79d4f5c6665ec524ed9696ccfc0383724b8067e58410e7b7e9971c7f8a18aa6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-use-anthropic-aws",
   "title": "CLAUDE_CODE_USE_ANTHROPIC_AWS",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Use Claude Platform on AWS",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 5,
    "read_paths": [
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812449,
     "length": 36,
     "sha256": "8acde33e5cb4f9cce7963cbcf2cb3a8789623e199d235e44dbf74114f7752731",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Use Claude Platform on AWS",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/quickstart",
     "https://code.claude.com/docs/en/claude-platform-on-aws",
     "https://code.claude.com/docs/en/data-usage",
     "https://code.claude.com/docs/en/feature-availability",
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175678056,
     "length": 41,
     "sha256": "c6be261e918afef2dd84ddf9335500ea5a4ad27b00aaa16cd7ce3177e6111948",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191825316,
     "length": 31,
     "sha256": "ae92c98afbb41f31da5fbcebee731739ebc95fe9abbdd2857045ba45f61e9ceb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184907053,
     "length": 31,
     "sha256": "ae92c98afbb41f31da5fbcebee731739ebc95fe9abbdd2857045ba45f61e9ceb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5k20gt2.js",
     "binary_offset": 176672571,
     "length": 31,
     "sha256": "ae92c98afbb41f31da5fbcebee731739ebc95fe9abbdd2857045ba45f61e9ceb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178648028,
     "length": 31,
     "sha256": "6acd57f9d6df36bba8eca0b0b751e29e98e2b0abac5c4267c0de0434d111c4b6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-use-bedrock",
   "title": "CLAUDE_CODE_USE_BEDROCK",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Use Amazon Bedrock",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 7,
    "read_paths": [
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812532,
     "length": 30,
     "sha256": "eccab99d22b17ae003251a12a345cb7288e7e1bb77bafae348813fddadb6bc79",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Use Amazon Bedrock",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/cost-tracking",
     "https://code.claude.com/docs/en/agent-sdk/quickstart",
     "https://code.claude.com/docs/en/agent-view",
     "https://code.claude.com/docs/en/amazon-bedrock",
     "https://code.claude.com/docs/en/authentication"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175677934,
     "length": 35,
     "sha256": "fd5e84a311730beb17c1244414c23aa163f0e1f9199bace78a0f159fe7abb9b9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191825247,
     "length": 25,
     "sha256": "f2ea7ff3ca81d869bb46ea9c32a43bd24e0ac8211601c44724fb285c47a038fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183606324,
     "length": 25,
     "sha256": "f2ea7ff3ca81d869bb46ea9c32a43bd24e0ac8211601c44724fb285c47a038fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184907026,
     "length": 25,
     "sha256": "f2ea7ff3ca81d869bb46ea9c32a43bd24e0ac8211601c44724fb285c47a038fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185701093,
     "length": 25,
     "sha256": "f2ea7ff3ca81d869bb46ea9c32a43bd24e0ac8211601c44724fb285c47a038fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5k20gt2.js",
     "binary_offset": 176672499,
     "length": 25,
     "sha256": "f2ea7ff3ca81d869bb46ea9c32a43bd24e0ac8211601c44724fb285c47a038fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178647976,
     "length": 25,
     "sha256": "2d0328cb9f6b9bcc939ef2f9ed834b5d2995c92cf4fbcfcc34f6b0784a8bf272",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-use-mantle",
   "title": "CLAUDE_CODE_USE_MANTLE",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Use the Amazon Bedrock Mantle endpoint",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 6,
    "read_paths": [
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812625,
     "length": 29,
     "sha256": "cef56c98d1d48f220a8313e519b65f729b8f9598c9cbe927e6b540ac75a0afe1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Use the Amazon Bedrock Mantle endpoint",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/feature-availability",
     "https://code.claude.com/docs/en/llm-gateway-protocol",
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175678159,
     "length": 34,
     "sha256": "7718029e45e0524ee69e9897f8820e1e68b073fbfa8c7d1257e3676a1ced40c2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191825397,
     "length": 24,
     "sha256": "4607a51c311b12d7a31a1353ced075b8fc401cae6db1e2e887de40b7b86324b1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184907086,
     "length": 24,
     "sha256": "4607a51c311b12d7a31a1353ced075b8fc401cae6db1e2e887de40b7b86324b1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5k20gt2.js",
     "binary_offset": 176672682,
     "length": 24,
     "sha256": "4607a51c311b12d7a31a1353ced075b8fc401cae6db1e2e887de40b7b86324b1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5k20gt2.js",
     "binary_offset": 176672911,
     "length": 24,
     "sha256": "4607a51c311b12d7a31a1353ced075b8fc401cae6db1e2e887de40b7b86324b1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178648101,
     "length": 24,
     "sha256": "3d63884560dd68ab7607c643419d84be9870acde820def52431dcc680867aaf3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-enable-byte-watchdog-bedrock",
   "title": "CLAUDE_ENABLE_BYTE_WATCHDOG_BEDROCK",
   "group": "Providers: Amazon Bedrock and AWS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to enable the byte-level streaming idle watchdog on Amazon Bedrock `vnd.amazon.eventstream` responses, which also enables the first-byte deadline on Bedrock streaming requests.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Amazon Bedrock and AWS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809594,
     "length": 42,
     "sha256": "51a15899ee5952dd9d544a392f04f016f07e6906046a9d5cb7167350c9c6c6da",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to enable the byte-level streaming idle watchdog on Amazon Bedrock `vnd.amazon.eventstream` responses, which also enables the first-byte deadline on Bedrock streaming requests.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/llm-gateway-protocol",
     "https://code.claude.com/docs/en/network-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181702606,
     "length": 37,
     "sha256": "679d9258fd598d6145937824f50cf4f1ddb4a7ac76c547790ad000eb93455fa1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-google-cloud-base-url",
   "title": "ANTHROPIC_GOOGLE_CLOUD_BASE_URL",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-awvb9gqk.js` offset 200549153.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "https://claude.googleapis.com",
    "documented_url": null,
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 6,
    "read_paths": [
     "helper",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175810977,
     "length": 38,
     "sha256": "4d01a96be06b3e259e844fcbdd41028049cd1e5bd5fe0ed2e85dc159c2229ef5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-awvb9gqk.js` offset 200549153.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200549153,
     "length": 33,
     "sha256": "99675c8d6a6d7ce0f9cd0019dbcc09b30559e3986c132e1bc4603ee8a1b9ff61",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181695970,
     "length": 33,
     "sha256": "99675c8d6a6d7ce0f9cd0019dbcc09b30559e3986c132e1bc4603ee8a1b9ff61",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183923526,
     "length": 33,
     "sha256": "99675c8d6a6d7ce0f9cd0019dbcc09b30559e3986c132e1bc4603ee8a1b9ff61",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184925778,
     "length": 33,
     "sha256": "99675c8d6a6d7ce0f9cd0019dbcc09b30559e3986c132e1bc4603ee8a1b9ff61",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185454251,
     "length": 33,
     "sha256": "99675c8d6a6d7ce0f9cd0019dbcc09b30559e3986c132e1bc4603ee8a1b9ff61",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fan3zw2k.js",
     "binary_offset": 197816365,
     "length": 36,
     "sha256": "40a57d876683357e089ee96465b4258f02343318bbd96dec9b7b454791c5a55c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-google-cloud-location",
   "title": "ANTHROPIC_GOOGLE_CLOUD_LOCATION",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-awvb9gqk.js` offset 200549494.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "global",
    "documented_url": null,
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 3,
    "read_paths": [
     "helper",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811016,
     "length": 38,
     "sha256": "ad50a977ada8bf84f13acaad78cf752a36d8ee84c8b15240e11171c0af89fda7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-awvb9gqk.js` offset 200549494.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200549494,
     "length": 33,
     "sha256": "50d42c5b0db697783cac9893e05b9bccfe5271d482df48aa7d7ae013bbd26d35",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181691845,
     "length": 33,
     "sha256": "50d42c5b0db697783cac9893e05b9bccfe5271d482df48aa7d7ae013bbd26d35",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fan3zw2k.js",
     "binary_offset": 197816486,
     "length": 36,
     "sha256": "e7e0a0429b1d5f03949191d9211463bbe3ec8b52f33d0f04dcfeb3e7b8335816",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-google-cloud-project",
   "title": "ANTHROPIC_GOOGLE_CLOUD_PROJECT",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178674274.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 4,
    "read_paths": [
     "helper",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811055,
     "length": 37,
     "sha256": "6ac206f70829af140294e25878056b81b2d6d9aa6577043131d0b49e4528f485",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178674274.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178674274,
     "length": 32,
     "sha256": "b0231252e118eceaca624d2597b2a4caf7dc0ff6561ee0ea5c2328fcfb60a4f0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200549356,
     "length": 32,
     "sha256": "b0231252e118eceaca624d2597b2a4caf7dc0ff6561ee0ea5c2328fcfb60a4f0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181691774,
     "length": 32,
     "sha256": "b0231252e118eceaca624d2597b2a4caf7dc0ff6561ee0ea5c2328fcfb60a4f0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fan3zw2k.js",
     "binary_offset": 197816412,
     "length": 35,
     "sha256": "737c16a368337840abfe2b8808d249efa65510a3d8558c40a852e78815dd92d7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-google-cloud-workspace-id",
   "title": "ANTHROPIC_GOOGLE_CLOUD_WORKSPACE_ID",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-awvb9gqk.js` offset 200549268.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 3,
    "read_paths": [
     "helper",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811093,
     "length": 42,
     "sha256": "227a2ea6ca9843c5ecbd35366abe7656bb7c867c1f280c8739c9a1af94d10237",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-awvb9gqk.js` offset 200549268.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200549268,
     "length": 37,
     "sha256": "719be76f35ab497baaaaa3f3124618d531480c5475cd64252cd586da99d8dcfe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181691921,
     "length": 37,
     "sha256": "719be76f35ab497baaaaa3f3124618d531480c5475cd64252cd586da99d8dcfe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fan3zw2k.js",
     "binary_offset": 197816537,
     "length": 40,
     "sha256": "bf52beabfb89833188f1cf4631c4daa001b099b43f0e93bd75f4b5efe890791c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-vertex-base-url",
   "title": "ANTHROPIC_VERTEX_BASE_URL",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override Google Cloud's Agent Platform endpoint URL.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 9,
    "read_paths": [
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811210,
     "length": 32,
     "sha256": "30ad5f77cd3f845f44a83896f039a33fcfc060e8b06f75342cd4dd47b6db8826",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Override Google Cloud's Agent Platform endpoint URL.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-view",
     "https://code.claude.com/docs/en/llm-gateway-protocol",
     "https://code.claude.com/docs/en/llm-gateway-rollout",
     "https://code.claude.com/docs/en/third-party-integrations"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 183839709,
      "length": 27,
      "sha256": "7817b8fbb788cdb665431119881e5439534ce4da7aa3aa269ad63a6cd129dfc4",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181696057,
     "length": 37,
     "sha256": "b34e64599e011675c59f30ee1c81153ac6ed891ad90e1042cf7de8f2654dcac7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-34007zg2.js",
     "binary_offset": 207500162,
     "length": 27,
     "sha256": "7817b8fbb788cdb665431119881e5439534ce4da7aa3aa269ad63a6cd129dfc4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200548204,
     "length": 27,
     "sha256": "7817b8fbb788cdb665431119881e5439534ce4da7aa3aa269ad63a6cd129dfc4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183839709,
     "length": 27,
     "sha256": "7817b8fbb788cdb665431119881e5439534ce4da7aa3aa269ad63a6cd129dfc4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183923580,
     "length": 27,
     "sha256": "7817b8fbb788cdb665431119881e5439534ce4da7aa3aa269ad63a6cd129dfc4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184925409,
     "length": 27,
     "sha256": "7817b8fbb788cdb665431119881e5439534ce4da7aa3aa269ad63a6cd129dfc4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185454076,
     "length": 27,
     "sha256": "7817b8fbb788cdb665431119881e5439534ce4da7aa3aa269ad63a6cd129dfc4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xa2wmbz7.js",
     "binary_offset": 200114320,
     "length": 27,
     "sha256": "7817b8fbb788cdb665431119881e5439534ce4da7aa3aa269ad63a6cd129dfc4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vy0b2yjn.js",
     "binary_offset": 197822555,
     "length": 30,
     "sha256": "de892bfe2733f36cd0c59033621a93132714bdc90ccf5a0b3fdaece5f6cede13",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-vertex-project-id",
   "title": "ANTHROPIC_VERTEX_PROJECT_ID",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: GCP project ID that Google Cloud's Agent Platform requests are addressed to.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 4,
    "read_paths": [
     "helper",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811243,
     "length": 34,
     "sha256": "db0916270c06be947c2454b30f73be6a6b52d60af05b4cb2e8ffc092768d1c65",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "GCP project ID that Google Cloud's Agent Platform requests are addressed to.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/google-vertex-ai",
     "https://code.claude.com/docs/en/troubleshoot-install"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178674101,
     "length": 29,
     "sha256": "7d0f0ea1b10bf697d39bb2a62c7fe8d92188ef8bf527cbcee0f3b81f1edcb373",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200548288,
     "length": 29,
     "sha256": "7d0f0ea1b10bf697d39bb2a62c7fe8d92188ef8bf527cbcee0f3b81f1edcb373",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-np75vvyf.js",
     "binary_offset": 212890973,
     "length": 29,
     "sha256": "7d0f0ea1b10bf697d39bb2a62c7fe8d92188ef8bf527cbcee0f3b81f1edcb373",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vy0b2yjn.js",
     "binary_offset": 197822634,
     "length": 32,
     "sha256": "2cb0e4bfcc590317c3fea2dfe318bb13dc24b1a57bad8c0c8448c138f2844f37",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-skip-anthropic-google-cloud-auth",
   "title": "CLAUDE_CODE_SKIP_ANTHROPIC_GOOGLE_CLOUD_AUTH",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-awvb9gqk.js` offset 200549540.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765175,
     "length": 51,
     "sha256": "96ac2eb813b8ce3c74ba11f0df6249c07a3169d9b1109350a43d673176693a22",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-awvb9gqk.js` offset 200549540.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200549540,
     "length": 46,
     "sha256": "9beecc05a6cafc347d1f51bd96659fa233ead51f43556278f0102c91b184b9bb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191825574,
     "length": 46,
     "sha256": "9beecc05a6cafc347d1f51bd96659fa233ead51f43556278f0102c91b184b9bb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181692143,
     "length": 46,
     "sha256": "9beecc05a6cafc347d1f51bd96659fa233ead51f43556278f0102c91b184b9bb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183958275,
     "length": 46,
     "sha256": "9beecc05a6cafc347d1f51bd96659fa233ead51f43556278f0102c91b184b9bb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-skip-vertex-auth",
   "title": "CLAUDE_CODE_SKIP_VERTEX_AUTH",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Skip Google authentication for Google Cloud's Agent Platform (for example, when using an LLM gateway)",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 6,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765376,
     "length": 35,
     "sha256": "31ea65bd2eb4e6dc744a3680de6a680cfe242500b3ca5a8277e495bcbde2eaa5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Skip Google authentication for Google Cloud's Agent Platform (for example, when using an LLM gateway)",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-view",
     "https://code.claude.com/docs/en/errors"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-34007zg2.js",
     "binary_offset": 207499875,
     "length": 30,
     "sha256": "3897a5fc2786b36d88d4407fd342bfcb936589f8c3dd05a4156426edf6884631",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200548409,
     "length": 30,
     "sha256": "3897a5fc2786b36d88d4407fd342bfcb936589f8c3dd05a4156426edf6884631",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191825491,
     "length": 30,
     "sha256": "3897a5fc2786b36d88d4407fd342bfcb936589f8c3dd05a4156426edf6884631",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191853357,
     "length": 30,
     "sha256": "3897a5fc2786b36d88d4407fd342bfcb936589f8c3dd05a4156426edf6884631",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181693537,
     "length": 30,
     "sha256": "3897a5fc2786b36d88d4407fd342bfcb936589f8c3dd05a4156426edf6884631",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183958244,
     "length": 30,
     "sha256": "3897a5fc2786b36d88d4407fd342bfcb936589f8c3dd05a4156426edf6884631",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-use-anthropic-google-cloud",
   "title": "CLAUDE_CODE_USE_ANTHROPIC_GOOGLE_CLOUD",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-j6zsezqx.js` offset 175678103.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 5,
    "read_paths": [
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812486,
     "length": 45,
     "sha256": "d61c3af3a2545cbca7d8d567ec2bcab3a67654b9da0f75028894b6e0ee877abb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j6zsezqx.js` offset 175678103.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175678103,
     "length": 50,
     "sha256": "95ef3a64b0be6f29218cf34533335f2cd637e720dc0a84d79d2cbe3334d37a5d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191825531,
     "length": 40,
     "sha256": "2ec6f88f8bc46d9fd14834e9010703e314267602524127a7b5b953f82f8d5f18",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183927897,
     "length": 40,
     "sha256": "2ec6f88f8bc46d9fd14834e9010703e314267602524127a7b5b953f82f8d5f18",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5k20gt2.js",
     "binary_offset": 176672618,
     "length": 40,
     "sha256": "2ec6f88f8bc46d9fd14834e9010703e314267602524127a7b5b953f82f8d5f18",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178648060,
     "length": 40,
     "sha256": "b1676faa2be2e0470b8df929792e13cfd95716d35a67cae66804368422909e79",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-use-vertex",
   "title": "CLAUDE_CODE_USE_VERTEX",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Use Google Cloud's Agent Platform",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 8,
    "read_paths": [
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812655,
     "length": 29,
     "sha256": "9d28a97a50051dae23f38e70ed51acfac323df9c225e7dd2fbe31a3edd64745a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Use Google Cloud's Agent Platform",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/quickstart",
     "https://code.claude.com/docs/en/agent-view",
     "https://code.claude.com/docs/en/authentication",
     "https://code.claude.com/docs/en/commands",
     "https://code.claude.com/docs/en/data-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175677975,
     "length": 34,
     "sha256": "9d4aaeb03e3db76bd4b55794ceb90ee21eed2666d112d272a23b79de57029aa3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191825464,
     "length": 24,
     "sha256": "ef6ee8b47b88c1f1e487b758ca058245032829fb1159806e37ddbe73bf24498b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183606271,
     "length": 24,
     "sha256": "ef6ee8b47b88c1f1e487b758ca058245032829fb1159806e37ddbe73bf24498b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183606351,
     "length": 24,
     "sha256": "ef6ee8b47b88c1f1e487b758ca058245032829fb1159806e37ddbe73bf24498b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183927871,
     "length": 24,
     "sha256": "ef6ee8b47b88c1f1e487b758ca058245032829fb1159806e37ddbe73bf24498b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185701279,
     "length": 24,
     "sha256": "ef6ee8b47b88c1f1e487b758ca058245032829fb1159806e37ddbe73bf24498b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5k20gt2.js",
     "binary_offset": 176672716,
     "length": 24,
     "sha256": "ef6ee8b47b88c1f1e487b758ca058245032829fb1159806e37ddbe73bf24498b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178648126,
     "length": 24,
     "sha256": "bf56e3ffabc624845fa40bd2e4f79ff141243b1183e753e0655c003048863a37",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-cloud-ml-region",
   "title": "CLOUD_ML_REGION",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2tefsj0f.js` offset 175591692.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 2,
    "read_paths": [
     "helper",
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812840,
     "length": 22,
     "sha256": "dcaec60398b8e0b831fa4d174436d18767fc7f9396955c83e0eea6b99b6fc16b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2tefsj0f.js` offset 175591692.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/github-actions-cloud-providers",
     "https://code.claude.com/docs/en/gitlab-ci-cd",
     "https://code.claude.com/docs/en/google-vertex-ai",
     "https://code.claude.com/docs/en/llm-gateway-connect",
     "https://code.claude.com/docs/en/troubleshoot-install"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175591692,
     "length": 27,
     "sha256": "d14e27f010017be1854ad72472fbc709e37a0b00f5f66472cb89bf89a26ae7da",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vy0b2yjn.js",
     "binary_offset": 197822595,
     "length": 20,
     "sha256": "4cdf32829d1ea38059eeda51f05aa74a338a70db9a78d661c2e584346e777c04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-cloudsdk-config",
   "title": "CLOUDSDK_CONFIG",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 193947577.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785592,
     "length": 22,
     "sha256": "c2bb7372d3dfd3cbf82faab4d121a680ec0e229bd989bd88b8f569c4530cfb4f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 193947577.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193947577,
     "length": 27,
     "sha256": "a53236c818f6a00449837cc0417b0cb29b8e113b8dd6a6fa5b26c46b38056866",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xa2wmbz7.js",
     "binary_offset": 200116803,
     "length": 17,
     "sha256": "77dfee664df71c42f79dfd1025e9598b7c65b2bf220b9d5629a191d2a70908aa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-gcloud-project-lowercase",
   "title": "gcloud_project",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 194033400.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175789092,
     "length": 21,
     "sha256": "2516908230f8465d759e8901494c25331a1ccf0e1a3f1e9f6a0b6bf3738b7845",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 194033400.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194033400,
     "length": 26,
     "sha256": "232389f73edb9bc3da682a7b850da1a6e257f593de4dee50c2dad47e7ac4e4cd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178674059,
     "length": 16,
     "sha256": "8c8230e1d36f417ab34af1139f6e8f3a3d99eb70a5debd0319e1d327d1af6f6a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181692068,
     "length": 16,
     "sha256": "8c8230e1d36f417ab34af1139f6e8f3a3d99eb70a5debd0319e1d327d1af6f6a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-gcloud-project",
   "title": "GCLOUD_PROJECT",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 194033338.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786079,
     "length": 21,
     "sha256": "498868a9162ad1511ef20d7c6ee654372f9752be201adb5b5272a268e13a4b90",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 194033338.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/google-vertex-ai"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194033338,
     "length": 26,
     "sha256": "3d9c3b376ff5c58851265049c05dd50e3dd191cb8b2db53174f794956f007bb3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178674017,
     "length": 16,
     "sha256": "7f4127405ab2920d6773441bc7b5c15dd970abc1b86cfc9649282d071b1acf28",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181691980,
     "length": 16,
     "sha256": "7f4127405ab2920d6773441bc7b5c15dd970abc1b86cfc9649282d071b1acf28",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-google-application-credentials-lowercase",
   "title": "google_application_credentials",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 194029506.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175789114,
     "length": 37,
     "sha256": "d04c970aff222439e04fde194f6a3fb0d26244e383d385b555d0211b4db8d57e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 194029506.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194029506,
     "length": 42,
     "sha256": "b73615be56a5eba805eec2a935a3f857f1571a62f0f1d089452cafac4116a4ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-google-application-credentials",
   "title": "GOOGLE_APPLICATION_CREDENTIALS",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 194029462.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786846,
     "length": 37,
     "sha256": "46488bb0b61555bb6f949a5a559f30d8362bccd0806f73a27be61f5d05421916",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 194029462.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-config",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/gitlab-ci-cd",
     "https://code.claude.com/docs/en/google-vertex-ai"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194029462,
     "length": 42,
     "sha256": "c2e788090a8470262ff3760ee96d85111616c07626c60d0d83d772184a6b4f14",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-np75vvyf.js",
     "binary_offset": 212891086,
     "length": 32,
     "sha256": "bc5e953fa7ee335628948fb84925b1e4a14b730d73d82a99a5b8c0300dd197c5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-google-cloud-project-lowercase",
   "title": "google_cloud_project",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 194033428.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175789152,
     "length": 27,
     "sha256": "62f0c04680af4c9014e2f6d01cf54f3308afe17d738a0883e1c04e88fb58b69e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 194033428.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194033428,
     "length": 32,
     "sha256": "b763364f575e6c1f371b31e7c991209264fb6d2898c07398891b1078da1f563b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178674077,
     "length": 22,
     "sha256": "df120b6659b8b77aa928b110f51f30387df75762beb18b395d255668b91d8dd2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181692112,
     "length": 22,
     "sha256": "df120b6659b8b77aa928b110f51f30387df75762beb18b395d255668b91d8dd2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-google-cloud-project",
   "title": "GOOGLE_CLOUD_PROJECT",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 194033366.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 6,
    "read_paths": [
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786884,
     "length": 27,
     "sha256": "9cdf6c7326cc2fb2f0caf6d60ef0961f0befb0dacff4db8d20c8853f425ffcc5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 194033366.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/google-vertex-ai"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175761651,
      "length": 32,
      "sha256": "17e9b02217d12f0b84e40071bf346147c1a850fc3820e2c0a5193632889c13aa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194033366,
     "length": 32,
     "sha256": "17e9b02217d12f0b84e40071bf346147c1a850fc3820e2c0a5193632889c13aa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761651,
     "length": 32,
     "sha256": "17e9b02217d12f0b84e40071bf346147c1a850fc3820e2c0a5193632889c13aa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178674035,
     "length": 22,
     "sha256": "23a6f1943f1a8cbdbce7f56b1d0aadeb6397ef273a727e57f76ba258e4014276",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200549390,
     "length": 22,
     "sha256": "23a6f1943f1a8cbdbce7f56b1d0aadeb6397ef273a727e57f76ba258e4014276",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181692024,
     "length": 22,
     "sha256": "23a6f1943f1a8cbdbce7f56b1d0aadeb6397ef273a727e57f76ba258e4014276",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fan3zw2k.js",
     "binary_offset": 197816449,
     "length": 25,
     "sha256": "7ef78ff2c70dad49709a8c716c9e822fd9214bec7aad95c7f7c8d5f578a34092",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-google-cloud-workstations",
   "title": "GOOGLE_CLOUD_WORKSTATIONS",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175760682.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786912,
     "length": 32,
     "sha256": "f6969fe5f8d9e61ff75ef57d0572d3298ba41b4f4b44dadce965d955cd6b5abb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175760682.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175760682,
     "length": 37,
     "sha256": "05ba04cc9b03dcb8f4b332b4fd90852280fc70a96bc69a623ff39321daf314c1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-3-5-haiku",
   "title": "VERTEX_REGION_CLAUDE_3_5_HAIKU",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude 3.5 Haiku when using Google Cloud's Agent Platform",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude 3.5 Haiku when using Google Cloud's Agent Platform",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175588977,
     "length": 32,
     "sha256": "f4a42187a1b24777c4924eb2b1513175be35cee144423cfec15bb50e1615aad0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-3-5-sonnet",
   "title": "VERTEX_REGION_CLAUDE_3_5_SONNET",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude 3.5 Sonnet when using Google Cloud's Agent Platform",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude 3.5 Sonnet when using Google Cloud's Agent Platform",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175588754,
     "length": 33,
     "sha256": "b016330475e3228ce813d3650bb7e0b81e31969e3a21b992df860e642569db51",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-3-7-sonnet",
   "title": "VERTEX_REGION_CLAUDE_3_7_SONNET",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude 3.7 Sonnet when using Google Cloud's Agent Platform",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude 3.7 Sonnet when using Google Cloud's Agent Platform",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175588810,
     "length": 33,
     "sha256": "9058fadb721ae996ca70996553fd3127730fa48aea7d961414122080b90e8001",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-4-0-opus",
   "title": "VERTEX_REGION_CLAUDE_4_0_OPUS",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude 4.0 Opus when using Google Cloud's Agent Platform",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude 4.0 Opus when using Google Cloud's Agent Platform",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175589604,
     "length": 31,
     "sha256": "1f4dbfd4998df3b4baaf217164d1532896a367b5dee6412b876b2fc1ee1ff44d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-4-0-sonnet",
   "title": "VERTEX_REGION_CLAUDE_4_0_SONNET",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude 4.0 Sonnet when using Google Cloud's Agent Platform",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude 4.0 Sonnet when using Google Cloud's Agent Platform",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175589450,
     "length": 33,
     "sha256": "17ff206072755284c24a33ac8865b2e6fc6c4082d2de45a3393d1bb843b8a2ae",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-4-1-opus",
   "title": "VERTEX_REGION_CLAUDE_4_1_OPUS",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude 4.1 Opus when using Google Cloud's Agent Platform",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude 4.1 Opus when using Google Cloud's Agent Platform",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175589138,
     "length": 31,
     "sha256": "26ffeba1b9e851139f65929566fc6a9e589e737a922e1716ef501fc710b3dedc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-4-5-opus",
   "title": "VERTEX_REGION_CLAUDE_4_5_OPUS",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude Opus 4.5 when using Google Cloud's Agent Platform",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude Opus 4.5 when using Google Cloud's Agent Platform",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175589190,
     "length": 31,
     "sha256": "ba882f9114a463b76dc2bd4e516db2930508fcbbca9979ecae92755100efc7ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-4-5-sonnet",
   "title": "VERTEX_REGION_CLAUDE_4_5_SONNET",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude Sonnet 4.5 when using Google Cloud's Agent Platform",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude Sonnet 4.5 when using Google Cloud's Agent Platform",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175588866,
     "length": 33,
     "sha256": "7fe0e77c1894f282c152f73554878afe75c058534864afd9888cb811813cf543",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-4-6-opus",
   "title": "VERTEX_REGION_CLAUDE_4_6_OPUS",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude Opus 4.6 when using Google Cloud's Agent Platform",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude Opus 4.6 when using Google Cloud's Agent Platform",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175589242,
     "length": 31,
     "sha256": "73a23bda8b159c6ac678710a0748176127259dacd3f42c6cf11edd87a257c74c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-4-6-sonnet",
   "title": "VERTEX_REGION_CLAUDE_4_6_SONNET",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude Sonnet 4.6 when using Google Cloud's Agent Platform",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude Sonnet 4.6 when using Google Cloud's Agent Platform",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/llm-gateway-connect"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175588922,
     "length": 33,
     "sha256": "120c20669bbaf1a3e011fa97909c5cf394aa797d03ac468104a237fd7a42aaff",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-4-7-opus",
   "title": "VERTEX_REGION_CLAUDE_4_7_OPUS",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude Opus 4.7 when using Google Cloud's Agent Platform",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude Opus 4.7 when using Google Cloud's Agent Platform",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175589294,
     "length": 31,
     "sha256": "364310a01fa589404fb4c4ce4cb0c0ac963017abd2fe24ed756b4739981ccdbc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-4-8-opus",
   "title": "VERTEX_REGION_CLAUDE_4_8_OPUS",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude Opus 4.8 when using Google Cloud's Agent Platform",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude Opus 4.8 when using Google Cloud's Agent Platform",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175589346,
     "length": 31,
     "sha256": "3b69250d5927f766988c81ed7cfe1ee7222cf611db1b1d09ee281060f9c2fc37",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-5-5-opus",
   "title": "VERTEX_REGION_CLAUDE_5_5_OPUS",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude Opus 5.5 when using Google Cloud's Agent Platform.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude Opus 5.5 when using Google Cloud's Agent Platform.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175589398,
     "length": 31,
     "sha256": "58a45cb7930d4559889eb7f479d56b56ccdc4f4b8680cf5798149041041835dd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-5-opus",
   "title": "VERTEX_REGION_CLAUDE_5_OPUS",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude Opus 5 when using Google Cloud's Agent Platform.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude Opus 5 when using Google Cloud's Agent Platform.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175589654,
     "length": 29,
     "sha256": "8e8c242176f5b295756f1496086c5218d22cfe2113f598703eb387cd694d1fc8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-5-sonnet",
   "title": "VERTEX_REGION_CLAUDE_5_SONNET",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude Sonnet 5 when using Google Cloud's Agent Platform.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude Sonnet 5 when using Google Cloud's Agent Platform.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175589504,
     "length": 31,
     "sha256": "1a6f9b02da0dce83b1fd789ba4711167e0894826b59970836a0847ad6892116e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-fable-5",
   "title": "VERTEX_REGION_CLAUDE_FABLE_5",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude Fable 5 when using Google Cloud's Agent Platform.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude Fable 5 when using Google Cloud's Agent Platform.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175589555,
     "length": 30,
     "sha256": "ef732c7f35c73ffe3a59c8869bef1557e33e76a2254c61fd5583cc003484bec7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-fable-5-1",
   "title": "VERTEX_REGION_CLAUDE_FABLE_5_1",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude Fable 5.1 when using Google Cloud's Agent Platform.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude Fable 5.1 when using Google Cloud's Agent Platform.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175589031,
     "length": 32,
     "sha256": "0e9c53752941521c91dff79d944fba6a72c15e80638d6f1917768834a4fb118e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vertex-region-claude-haiku-4-5",
   "title": "VERTEX_REGION_CLAUDE_HAIKU_4_5",
   "group": "Providers: Google Vertex AI and Google Cloud",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Override region for Claude Haiku 4.5 when using Google Cloud's Agent Platform",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Google Vertex AI and Google Cloud",
    "locations_count": 1,
    "read_paths": [
     "table-lookup"
    ],
    "schema_type": null,
    "description": "Override region for Claude Haiku 4.5 when using Google Cloud's Agent Platform",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175589085,
     "length": 32,
     "sha256": "bdaa39373d7701639f9f5d96875b7d01ae74c660b17e62f142681015b1ebcb10",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-foundry-api-key",
   "title": "ANTHROPIC_FOUNDRY_API_KEY",
   "group": "Providers: Microsoft Foundry and Azure",
   "kind": "env-var",
   "text": null,
   "when": "From docs: API key for Microsoft Foundry authentication (see Microsoft Foundry)",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Microsoft Foundry and Azure",
    "locations_count": 2,
    "read_paths": [
     "helper",
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175763732,
     "length": 32,
     "sha256": "4a6469e2726fac4a297e6f9d167c7195a4f07de8ede00dc28c29e3aeae9484b0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "API key for Microsoft Foundry authentication (see Microsoft Foundry)",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/llm-gateway-connect",
     "https://code.claude.com/docs/en/microsoft-foundry",
     "https://code.claude.com/docs/en/troubleshoot-install"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-hzevqd7x.js",
      "binary_offset": 181690293,
      "length": 37,
      "sha256": "6edea27f3ec58d3d6bfa0e3c12ecddc898e6440fded6972958bdb3981b4956f5",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181690293,
     "length": 37,
     "sha256": "6edea27f3ec58d3d6bfa0e3c12ecddc898e6440fded6972958bdb3981b4956f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r2nsde57.js",
     "binary_offset": 197470973,
     "length": 30,
     "sha256": "36015fe35fb3df033836634ccdaa1914caa50d624091f3469e27dd4ea9f6d585",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-foundry-auth-token",
   "title": "ANTHROPIC_FOUNDRY_AUTH_TOKEN",
   "group": "Providers: Microsoft Foundry and Azure",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Bearer token for Microsoft Foundry authentication, such as a Microsoft Entra access token.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Microsoft Foundry and Azure",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175763765,
     "length": 35,
     "sha256": "413fa7207ba99927e570f4fdca4a443f4d5ddc63f34a92b8a235033319891476",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Bearer token for Microsoft Foundry authentication, such as a Microsoft Entra access token.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/llm-gateway-connect",
     "https://code.claude.com/docs/en/microsoft-foundry"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-hzevqd7x.js",
      "binary_offset": 181690206,
      "length": 30,
      "sha256": "072afdc43f662e5b166a0665ac914dea2784d94663ba7d25dfba64f5366eac54",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181690206,
     "length": 30,
     "sha256": "072afdc43f662e5b166a0665ac914dea2784d94663ba7d25dfba64f5366eac54",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181690249,
     "length": 30,
     "sha256": "072afdc43f662e5b166a0665ac914dea2784d94663ba7d25dfba64f5366eac54",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-foundry-base-url",
   "title": "ANTHROPIC_FOUNDRY_BASE_URL",
   "group": "Providers: Microsoft Foundry and Azure",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Full base URL for the Microsoft Foundry resource (for example, `https://my-resource.services.ai.azure.com/anthropic`).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Microsoft Foundry and Azure",
    "locations_count": 6,
    "read_paths": [
     "helper",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175810909,
     "length": 33,
     "sha256": "def02273d7362da91ceea34bea359c9aab2bb9bbdd709615c9aef9231f5afc41",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Full base URL for the Microsoft Foundry resource (for example, `https://my-resource.services.ai.azure.com/anthropic`).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/llm-gateway-protocol",
     "https://code.claude.com/docs/en/llm-gateway-rollout",
     "https://code.claude.com/docs/en/third-party-integrations"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200548504,
     "length": 28,
     "sha256": "42cda74f4de332b1bcdc4599ac60fd73fb327412416df238aeeb4468590e58c8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181683153,
     "length": 28,
     "sha256": "42cda74f4de332b1bcdc4599ac60fd73fb327412416df238aeeb4468590e58c8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183923629,
     "length": 28,
     "sha256": "42cda74f4de332b1bcdc4599ac60fd73fb327412416df238aeeb4468590e58c8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184925706,
     "length": 28,
     "sha256": "42cda74f4de332b1bcdc4599ac60fd73fb327412416df238aeeb4468590e58c8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185454129,
     "length": 28,
     "sha256": "42cda74f4de332b1bcdc4599ac60fd73fb327412416df238aeeb4468590e58c8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r2nsde57.js",
     "binary_offset": 197470932,
     "length": 31,
     "sha256": "b64fe86872ff98a9a87edc9b1335ba8ddfd8c8817f9224b81151e3239feb1a6e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-anthropic-foundry-resource",
   "title": "ANTHROPIC_FOUNDRY_RESOURCE",
   "group": "Providers: Microsoft Foundry and Azure",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Microsoft Foundry resource name (for example, `my-resource`).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Microsoft Foundry and Azure",
    "locations_count": 4,
    "read_paths": [
     "helper",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175810943,
     "length": 33,
     "sha256": "1145beb4dc1f5af16a41b8079ab84fc4ddf136388f9ac3a617c483e8766958c9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Microsoft Foundry resource name (for example, `my-resource`).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/microsoft-foundry"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-hzevqd7x.js",
      "binary_offset": 181683184,
      "length": 28,
      "sha256": "3630aefc5253c267a221db36e7143731171f51410f33b3b8353e556b3582be9b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200548600,
     "length": 28,
     "sha256": "3630aefc5253c267a221db36e7143731171f51410f33b3b8353e556b3582be9b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181683184,
     "length": 28,
     "sha256": "3630aefc5253c267a221db36e7143731171f51410f33b3b8353e556b3582be9b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181683224,
     "length": 28,
     "sha256": "3630aefc5253c267a221db36e7143731171f51410f33b3b8353e556b3582be9b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r2nsde57.js",
     "binary_offset": 197471015,
     "length": 31,
     "sha256": "521f12ecc9176ceda8b47f943fc5fca08f420f8d057f3b96e2f675ca4d36c963",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-azure-client-id",
   "title": "AZURE_CLIENT_ID",
   "group": "Providers: Microsoft Foundry and Azure",
   "kind": "env-var",
   "text": null,
   "when": "Documented at https://code.claude.com/docs/en/github-actions-cloud-providers; no description column to quote.",
   "documented": "https://code.claude.com/docs/en/github-actions-cloud-providers",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/github-actions-cloud-providers",
    "group": "Providers: Microsoft Foundry and Azure",
    "locations_count": 5,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Documented at https://code.claude.com/docs/en/github-actions-cloud-providers; no description column to quote.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197776474,
     "length": 27,
     "sha256": "be8e8739fc57c1a70e32f5e1afb2024a1eae2ce6ff10cf205c483bc086d65ac2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197779150,
     "length": 17,
     "sha256": "e32d87f13f9f72a4c18cc0cefff30dc0a4e404f2e32fda308ad0b6276ee121ff",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197800525,
     "length": 27,
     "sha256": "be8e8739fc57c1a70e32f5e1afb2024a1eae2ce6ff10cf205c483bc086d65ac2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197802497,
     "length": 27,
     "sha256": "be8e8739fc57c1a70e32f5e1afb2024a1eae2ce6ff10cf205c483bc086d65ac2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197803167,
     "length": 27,
     "sha256": "be8e8739fc57c1a70e32f5e1afb2024a1eae2ce6ff10cf205c483bc086d65ac2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-azure-functions-environment",
   "title": "AZURE_FUNCTIONS_ENVIRONMENT",
   "group": "Providers: Microsoft Foundry and Azure",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175761783.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: Microsoft Foundry and Azure",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785395,
     "length": 34,
     "sha256": "b7db6bd485adaa58dd7e27b15c5dbfa31155c0ee14bde84e2b7c82c586f73fc0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175761783.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175761783,
      "length": 39,
      "sha256": "0fa1ac420f58acaa637d60072b1df654c61c97bb71298016f5a728d5384901f5",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761783,
     "length": 39,
     "sha256": "0fa1ac420f58acaa637d60072b1df654c61c97bb71298016f5a728d5384901f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-azure-tenant-id",
   "title": "AZURE_TENANT_ID",
   "group": "Providers: Microsoft Foundry and Azure",
   "kind": "env-var",
   "text": null,
   "when": "Documented at https://code.claude.com/docs/en/github-actions-cloud-providers; no description column to quote.",
   "documented": "https://code.claude.com/docs/en/github-actions-cloud-providers",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/github-actions-cloud-providers",
    "group": "Providers: Microsoft Foundry and Azure",
    "locations_count": 6,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Documented at https://code.claude.com/docs/en/github-actions-cloud-providers; no description column to quote.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197776432,
     "length": 27,
     "sha256": "b705b6d3016e5a6f6091ec20c4c38fad36a6db78fd93cf0bb83683cebb1216fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197779170,
     "length": 17,
     "sha256": "a988174c06672f05c0907cda0d8482e678a569c90ad56874fe1ccba234529b8c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197779543,
     "length": 27,
     "sha256": "b705b6d3016e5a6f6091ec20c4c38fad36a6db78fd93cf0bb83683cebb1216fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197800495,
     "length": 27,
     "sha256": "b705b6d3016e5a6f6091ec20c4c38fad36a6db78fd93cf0bb83683cebb1216fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197802774,
     "length": 27,
     "sha256": "b705b6d3016e5a6f6091ec20c4c38fad36a6db78fd93cf0bb83683cebb1216fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197803386,
     "length": 27,
     "sha256": "b705b6d3016e5a6f6091ec20c4c38fad36a6db78fd93cf0bb83683cebb1216fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-skip-foundry-auth",
   "title": "CLAUDE_CODE_SKIP_FOUNDRY_AUTH",
   "group": "Providers: Microsoft Foundry and Azure",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Skip Azure authentication for Microsoft Foundry, for a proxy or gateway that injects its own `Authorization` header.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Microsoft Foundry and Azure",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175765303,
     "length": 36,
     "sha256": "0f2fb47050eeba4c42015a4414fcd792a8f0c3ac63c49f1861198673e2950a37",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Skip Azure authentication for Microsoft Foundry, for a proxy or gateway that injects its own `Authorization` header.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/llm-gateway-connect"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200548690,
     "length": 31,
     "sha256": "42d8ec8b98755a38802bc33b72bb540f8ef1603198b9433ce4c5603d77e994c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181690334,
     "length": 31,
     "sha256": "42d8ec8b98755a38802bc33b72bb540f8ef1603198b9433ce4c5603d77e994c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-use-foundry",
   "title": "CLAUDE_CODE_USE_FOUNDRY",
   "group": "Providers: Microsoft Foundry and Azure",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Use Microsoft Foundry",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: Microsoft Foundry and Azure",
    "locations_count": 3,
    "read_paths": [
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812563,
     "length": 30,
     "sha256": "12aa4354ee18ce60d5919625185eb3a015fad0b83d171a2aa503b54c3c909663",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Use Microsoft Foundry",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/quickstart",
     "https://code.claude.com/docs/en/authentication",
     "https://code.claude.com/docs/en/claude-platform-on-aws",
     "https://code.claude.com/docs/en/data-usage",
     "https://code.claude.com/docs/en/feature-availability"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175678015,
     "length": 35,
     "sha256": "d289ae80e405ce5a51a2810ccac6d73bcfd8a974a1d379439521f8400b1dca3c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5k20gt2.js",
     "binary_offset": 176672535,
     "length": 25,
     "sha256": "538479d713209db9b2082f4ec021a1ee200616f169926175aec614990e63b4ac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178648002,
     "length": 25,
     "sha256": "80fd5ded8886fcb95794326cbf270568fdeb9f9e2d2593c7979cab33725ceb6e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-gateway-model-discovery",
   "title": "CLAUDE_CODE_ENABLE_GATEWAY_MODEL_DISCOVERY",
   "group": "Providers: gateways",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to populate the `/model` picker from your gateway's `/v1/models` endpoint when `ANTHROPIC_BASE_URL` points at an Anthropic-compatible gateway such as LiteLLM, Kong, or an internal proxy.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: gateways",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812066,
     "length": 49,
     "sha256": "03361fd5551221ff7d7daedee9c8078ac53f3e99930616da0cb8b5fc0462e59c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to populate the `/model` picker from your gateway's `/v1/models` endpoint when `ANTHROPIC_BASE_URL` points at an Anthropic-compatible gateway such as LiteLLM, Kong, or an internal proxy.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/llm-gateway-connect",
     "https://code.claude.com/docs/en/llm-gateway-protocol",
     "https://code.claude.com/docs/en/llm-gateway-rollout",
     "https://code.claude.com/docs/en/model-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178358030,
     "length": 44,
     "sha256": "e51b98ead76ca2c203ba85a951dda7cd7c668b0482f13e8a83a0b1f7c95b2170",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178359450,
     "length": 44,
     "sha256": "e51b98ead76ca2c203ba85a951dda7cd7c668b0482f13e8a83a0b1f7c95b2170",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zmqjrgey.js",
     "binary_offset": 190512144,
     "length": 44,
     "sha256": "e51b98ead76ca2c203ba85a951dda7cd7c668b0482f13e8a83a0b1f7c95b2170",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-gateway-hint-headers",
   "title": "CLAUDE_CODE_GATEWAY_HINT_HEADERS",
   "group": "Providers: gateways",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to send the gateway hint headers, such as `x-claude-code-request-class` and `x-claude-code-compaction`, on a custom proxy or a third-party provider such as Amazon Bedrock or Claude Platform on AWS.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: gateways",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775851,
     "length": 39,
     "sha256": "5659609baaf948ae6f3f59d0393a1703de0bc7490d467bdd4e2f4d8b4df08aea",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to send the gateway hint headers, such as `x-claude-code-request-class` and `x-claude-code-compaction`, on a custom proxy or a third-party provider such as Amazon Bedrock or Claude Platform on AWS.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/llm-gateway-protocol",
     "https://code.claude.com/docs/en/llm-gateway-rollout"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181685135,
     "length": 34,
     "sha256": "e72abd5608c7f936b8f830718001174cf2602c08da4ff87e0f1b5884285c669b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-gateway-model-discovery-timeout-ms",
   "title": "CLAUDE_CODE_GATEWAY_MODEL_DISCOVERY_TIMEOUT_MS",
   "group": "Providers: gateways",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Timeout in milliseconds for the gateway model discovery request that `CLAUDE_CODE_ENABLE_GATEWAY_MODEL_DISCOVERY` turns on (default: `3000`).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 3000,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Providers: gateways",
    "locations_count": 1,
    "bounds": {
     "min": 1,
     "max": 2147483647,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812116,
     "length": 53,
     "sha256": "f13b02d66525d534a9077c486242b759de683da090164a5d3893059b2d246dde",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Timeout in milliseconds for the gateway model discovery request that `CLAUDE_CODE_ENABLE_GATEWAY_MODEL_DISCOVERY` turns on (default: `3000`).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/llm-gateway-protocol"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178359779,
     "length": 48,
     "sha256": "07d66406b27b4a178887668c63b62167dec29a7808427d420f4fd9511e160cbe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-gateway-token-file-descriptor",
   "title": "CLAUDE_CODE_GATEWAY_TOKEN_FILE_DESCRIPTOR",
   "group": "Providers: gateways",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2crv8d5h.js` offset 192067984.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: gateways",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764464,
     "length": 48,
     "sha256": "86386b30795a08dbffadc7d9f7b67908ebe9a4474959d3c1993609400c937e8c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2crv8d5h.js` offset 192067984.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-2crv8d5h.js",
      "binary_offset": 192067984,
      "length": 43,
      "sha256": "c4cff9028c7d923475fac958900616f33c84fd399be4057c6b3c1b3f9b471912",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192067984,
     "length": 43,
     "sha256": "c4cff9028c7d923475fac958900616f33c84fd399be4057c6b3c1b3f9b471912",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177830304,
     "length": 43,
     "sha256": "c4cff9028c7d923475fac958900616f33c84fd399be4057c6b3c1b3f9b471912",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-host-gateway-lineage",
   "title": "CLAUDE_CODE_HOST_GATEWAY_LINEAGE",
   "group": "Providers: gateways",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-94ks0f2h.js` offset 175817224.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: gateways",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812243,
     "length": 39,
     "sha256": "287efc3b3ca33613ee7d361cabba38d1c3c1ab0f74b4afd1014b20e56295db21",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-94ks0f2h.js` offset 175817224.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175817224,
     "length": 34,
     "sha256": "8d70ffb219d3cfdfde8bf57915cb96912569bb242911d163551fc27b43b7fbdf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-use-gateway",
   "title": "CLAUDE_CODE_USE_GATEWAY",
   "group": "Providers: gateways",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178642671.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: gateways",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812594,
     "length": 30,
     "sha256": "727999b68d29666a07876b9f6d74fd11127fcfe8086b6209292858b296f2f5d5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178642671.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178642671,
     "length": 25,
     "sha256": "3c6159ee88f331135651612d000ec2d6f3c8e780b3a276f74644cf47f144a008",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178657171,
     "length": 25,
     "sha256": "3c6159ee88f331135651612d000ec2d6f3c8e780b3a276f74644cf47f144a008",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175817106,
     "length": 25,
     "sha256": "3c6159ee88f331135651612d000ec2d6f3c8e780b3a276f74644cf47f144a008",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-gateway-allow-loopback",
   "title": "CLAUDE_GATEWAY_ALLOW_LOOPBACK",
   "group": "Providers: gateways",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-tce7203z.js` offset 201794803.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: gateways",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812685,
     "length": 36,
     "sha256": "a0f3be481cd997eeecda8d36947f164889f2c9c4e40d6f3cda59802b536337ac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-tce7203z.js` offset 201794803.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-config",
     "https://code.claude.com/docs/en/claude-apps-gateway-deploy",
     "https://code.claude.com/docs/en/claude-apps-gateway-on-aws"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-tce7203z.js",
     "binary_offset": 201794803,
     "length": 31,
     "sha256": "e63dfe37ef97c65613b0c913a1ebfdcdaeefce832ba627396f9aea8eeaf6411d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tce7203z.js",
     "binary_offset": 201795835,
     "length": 31,
     "sha256": "e63dfe37ef97c65613b0c913a1ebfdcdaeefce832ba627396f9aea8eeaf6411d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tce7203z.js",
     "binary_offset": 201796161,
     "length": 31,
     "sha256": "e63dfe37ef97c65613b0c913a1ebfdcdaeefce832ba627396f9aea8eeaf6411d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-gateway-drain-timeout-ms",
   "title": "CLAUDE_GATEWAY_DRAIN_TIMEOUT_MS",
   "group": "Providers: gateways",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cqqke06s.js` offset 201992773.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 25000,
    "documented_url": null,
    "group": "Providers: gateways",
    "locations_count": 1,
    "bounds": {
     "min": 1,
     "max": 2147000000,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812722,
     "length": 38,
     "sha256": "43c446fccf408f4deee7618102ed5f8d989f03a8438e2e00972a8a90eaf4ef73",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cqqke06s.js` offset 201992773.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-deploy"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cqqke06s.js",
     "binary_offset": 201992773,
     "length": 33,
     "sha256": "4cc46a4b8e6dbe650fe1084d626e802d243e50bd6377330070655d776949d86b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-gateway-log-level",
   "title": "CLAUDE_GATEWAY_LOG_LEVEL",
   "group": "Providers: gateways",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-qna2s9fg.js` offset 200811262.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: gateways",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812761,
     "length": 31,
     "sha256": "8f569ae7a115f44d60da26c12d41d67dd13ad52738a95fd45da158d62ff758fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qna2s9fg.js` offset 200811262.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/claude-apps-gateway-deploy"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qna2s9fg.js",
     "binary_offset": 200811262,
     "length": 26,
     "sha256": "de2a0fcd59ce55f872e6c6009bd4b45108c13168082d264f8435d0506238a4f1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-gateway-proxy-is-egress-boundary",
   "title": "CLAUDE_GATEWAY_PROXY_IS_EGRESS_BOUNDARY",
   "group": "Providers: gateways",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-tce7203z.js` offset 201794494.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Providers: gateways",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812793,
     "length": 46,
     "sha256": "e0673685f4224c37f6664aba6cb07ebbbc8a2d1254b8dc4f5d41d5627554b0c9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-tce7203z.js` offset 201794494.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-tce7203z.js",
     "binary_offset": 201794494,
     "length": 41,
     "sha256": "8ab0e5dacb30634e25ec7911d891e0957623a15e886cbf63880909a9a124446e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-beta-tracing-endpoint",
   "title": "BETA_TRACING_ENDPOINT",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: OTLP endpoint for detailed beta tracing: with `ENABLE_BETA_TRACING_DETAILED=1`, logs and traces go there instead of to the configured exporters.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175766942,
     "length": 28,
     "sha256": "c147ee319b3d1dc424eee8d13e9a95ac3dbe21e95e9963203af629c6960f36d7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "OTLP endpoint for detailed beta tracing: with `ENABLE_BETA_TRACING_DETAILED=1`, logs and traces go there instead of to the configured exporters.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/monitoring-usage",
     "https://code.claude.com/docs/en/server-managed-settings",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-gyn9g1gd.js",
      "binary_offset": 180800067,
      "length": 33,
      "sha256": "0b8e008650e4af30529149bd0b152cb31dca847c0716086a813fb14f617493a6",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gyn9g1gd.js",
     "binary_offset": 180800067,
     "length": 33,
     "sha256": "0b8e008650e4af30529149bd0b152cb31dca847c0716086a813fb14f617493a6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199516363,
     "length": 23,
     "sha256": "5b2fc1519620fc7bbf595311f58d76007fb0dc92f41953835fc641e752f176fc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-byoc-enable-datadog",
   "title": "CLAUDE_CODE_BYOC_ENABLE_DATADOG",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187361481.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Telemetry and observability",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767008,
     "length": 38,
     "sha256": "6bca4d53606ac4e87aeaa5bfc6bebe39b4c3bd461b8c55f8f7f2f2b52e0f4bdb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187361481.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-deploy",
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187361481,
     "length": 43,
     "sha256": "9657eb087cc782691f97d71c57dfb0b5ed8fbb8c17087b397eba567526e20b98",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sjm7s9p5.js",
     "binary_offset": 178088903,
     "length": 33,
     "sha256": "0bb94e64037523cf92fa2b13bf552ad7ff64060f9986f7aca8c8447709a8cd4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-datadog-flush-interval-ms",
   "title": "CLAUDE_CODE_DATADOG_FLUSH_INTERVAL_MS",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-4zdsz5nn.js` offset 182187553.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 15000,
    "documented_url": null,
    "group": "Telemetry and observability",
    "locations_count": 1,
    "bounds": {
     "min": 1
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767047,
     "length": 44,
     "sha256": "82d1e8a7e4788aa386373b661d94eac108820453d287f184db0f255426407214",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-4zdsz5nn.js` offset 182187553.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4zdsz5nn.js",
     "binary_offset": 182187553,
     "length": 39,
     "sha256": "f59cfbddab6a80e1205a09cda6fd1615b35b4ea69a33494c6130b68f482c6f23",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-feedback-survey-for-otel",
   "title": "CLAUDE_CODE_ENABLE_FEEDBACK_SURVEY_FOR_OTEL",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to route the \"How is Claude doing?\" session quality survey to your own OpenTelemetry collector when Anthropic-bound nonessential traffic is blocked.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175774763,
     "length": 50,
     "sha256": "80d8f17ab3fb3aba3a1a4e8acc5a5cba3fa9a9875061eef5dc98214556a2fb7f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to route the \"How is Claude doing?\" session quality survey to your own OpenTelemetry collector when Anthropic-bound nonessential traffic is blocked.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/data-usage",
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sjm7s9p5.js",
     "binary_offset": 178089111,
     "length": 45,
     "sha256": "12bbf6964154c7652eacd2f77936e9c21dfaf2fb65d9e21485a224462cb0df33",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-telemetry",
   "title": "CLAUDE_CODE_ENABLE_TELEMETRY",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to enable OpenTelemetry data collection for metrics and logging.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 5,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Set to `1` to enable OpenTelemetry data collection for metrics and logging.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-config",
     "https://code.claude.com/docs/en/monitoring-usage",
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192085152,
     "length": 40,
     "sha256": "3b331164c5387a8cc92e572f147f67e710e31d2508720308d2a228f3cd2d4a88",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a34kxzvh.js",
     "binary_offset": 191101186,
     "length": 40,
     "sha256": "3b331164c5387a8cc92e572f147f67e710e31d2508720308d2a228f3cd2d4a88",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a34kxzvh.js",
     "binary_offset": 191101329,
     "length": 40,
     "sha256": "3b331164c5387a8cc92e572f147f67e710e31d2508720308d2a228f3cd2d4a88",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199520576,
     "length": 40,
     "sha256": "3b331164c5387a8cc92e572f147f67e710e31d2508720308d2a228f3cd2d4a88",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199521478,
     "length": 40,
     "sha256": "3b331164c5387a8cc92e572f147f67e710e31d2508720308d2a228f3cd2d4a88",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enhanced-telemetry-beta",
   "title": "CLAUDE_CODE_ENHANCED_TELEMETRY_BETA",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Enable span tracing (required).",
   "documented": "https://code.claude.com/docs/en/monitoring-usage",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/monitoring-usage",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767286,
     "length": 42,
     "sha256": "e28ef818f77a7a8705ddb4b73ec0cf48a7df8d435cd9b237ee23ab91942a4bff",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Enable span tracing (required).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/hosting",
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/claude-apps-gateway-config",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gyn9g1gd.js",
     "binary_offset": 180806493,
     "length": 47,
     "sha256": "76f8b26a9b59a7715639bf12c5b4123bfd51589e7e43cdcfb1979946fd379fe1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-gb-disk-cache-when-telemetry-off",
   "title": "CLAUDE_CODE_GB_DISK_CACHE_WHEN_TELEMETRY_OFF",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178548347.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175775891,
     "length": 51,
     "sha256": "50d3f93702ce2baaf34ae221a0f804c69436b6e5a6f38571b0921b2be3f8d4ad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178548347.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178548347,
     "length": 46,
     "sha256": "a3ff8f93557b76a514b57b863f554c7e80f0bde24a02b347243dcdd66ee1f990",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-otel-content-max-length",
   "title": "CLAUDE_CODE_OTEL_CONTENT_MAX_LENGTH",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Maximum length of content-bearing OpenTelemetry attributes (model responses, tool content, system prompts, raw API bodies), truncation marker included, in UTF-16 code units (default: 61440, i.e. 60 KB).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 61440,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "bounds": {
     "min": 1,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767410,
     "length": 42,
     "sha256": "b70d5a5a5595149abfd0a501509ba7f51a8f3674180585f0a8d96ef6edb6dd96",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Maximum length of content-bearing OpenTelemetry attributes (model responses, tool content, system prompts, raw API bodies), truncation marker included, in UTF-16 code units (default: 61440, i.e. 60 KB).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gyn9g1gd.js",
     "binary_offset": 180799262,
     "length": 37,
     "sha256": "58cae1fa4168d1a57e8bfe37244e73ec318932591960f45f9b2c30d307bfbac2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-otel-diag-stderr",
   "title": "CLAUDE_CODE_OTEL_DIAG_STDERR",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to write OpenTelemetry exporter diagnostic errors to stderr.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767453,
     "length": 35,
     "sha256": "1a9830f91d24569ca12ac3cbe0f72b43f6ed5f2c80cdba1dee5e515ffb4cb520",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to write OpenTelemetry exporter diagnostic errors to stderr.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/observability"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4cvafbve.js",
     "binary_offset": 187233473,
     "length": 30,
     "sha256": "bc37fcc67cf4c18b972cde4507a4b405d4b7e22dfb2c08d64de427d7b2932196",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-otel-flush-timeout-ms",
   "title": "CLAUDE_CODE_OTEL_FLUSH_TIMEOUT_MS",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Timeout in milliseconds for flushing pending OpenTelemetry spans (default: 5000).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 5000,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767489,
     "length": 40,
     "sha256": "fc62b8e8fe15b68fe4ac47b981e9e2747aa46d6578df81a650b71891a3b19d47",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Timeout in milliseconds for flushing pending OpenTelemetry spans (default: 5000).",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199525253,
     "length": 35,
     "sha256": "5a408a7fad9aa657c1b9f829edf7fc81478daf7dd738c131356c123be12a11b6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-otel-headers-helper-debounce-ms",
   "title": "CLAUDE_CODE_OTEL_HEADERS_HELPER_DEBOUNCE_MS",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Interval for refreshing dynamic OpenTelemetry headers in milliseconds (default: 1740000 / 29 minutes).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767530,
     "length": 50,
     "sha256": "6cdf223544bc86e9eb3efe0f673ec81558c177b63c4846fc0597e14828e28809",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Interval for refreshing dynamic OpenTelemetry headers in milliseconds (default: 1740000 / 29 minutes).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/monitoring-usage",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178706040,
     "length": 55,
     "sha256": "240e3e9d6027ee4a13058a0cbf0dbcbec8d10b94f6b280cee0a879266a375bf9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-otel-shutdown-timeout-ms",
   "title": "CLAUDE_CODE_OTEL_SHUTDOWN_TIMEOUT_MS",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Timeout in milliseconds for the OpenTelemetry exporter to finish on shutdown (default: 2000).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 2000,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767581,
     "length": 43,
     "sha256": "52fe9b66646141a3f4343c4f30f87c8bc7defb5cd976375bd370b82a5e063c17",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Timeout in milliseconds for the OpenTelemetry exporter to finish on shutdown (default: 2000).",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199505214,
     "length": 38,
     "sha256": "c8cd5ac8427d3bda10de5967e86e0b5d8412b009464460c572d225afad4b664e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199521718,
     "length": 38,
     "sha256": "c8cd5ac8427d3bda10de5967e86e0b5d8412b009464460c572d225afad4b664e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199523966,
     "length": 38,
     "sha256": "c8cd5ac8427d3bda10de5967e86e0b5d8412b009464460c572d225afad4b664e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-perfetto-trace",
   "title": "CLAUDE_CODE_PERFETTO_TRACE",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-gyn9g1gd.js` offset 180805246.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767625,
     "length": 33,
     "sha256": "15a0806df2712b70c501f9d302dbc3eb72ea2c4bee2e17a33addab897f4d2c6e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gyn9g1gd.js` offset 180805246.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gyn9g1gd.js",
     "binary_offset": 180805246,
     "length": 28,
     "sha256": "17ecb006c3894b00948b30088e4aa463fb154466e3f5d4a5ef04eb16260d9e7d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-disable-telemetry",
   "title": "DISABLE_TELEMETRY",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to any non-empty value, such as `1`, to opt out of telemetry. **Setting it to `0` or `false` still opts out**, unlike most on/off variables; unset the variable to turn telemetry back on.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 3,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780509,
     "length": 24,
     "sha256": "b67d1374ebc5300dfd19f795fe6f566e06cd4e4dd4a8184c5e60b62db896c0a7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to any non-empty value, such as `1`, to opt out of telemetry. **Setting it to `0` or `false` still opts out**, unlike most on/off variables; unset the variable to turn telemetry back on.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/advisor",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-deploy",
     "https://code.claude.com/docs/en/data-usage",
     "https://code.claude.com/docs/en/errors"
    ],
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-j6zsezqx.js",
      "binary_offset": 175676103,
      "length": 29,
      "sha256": "33ea02278f9b61103e546442d69e21ed48d4430e2809dec57c15cfc1c29eff15",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-j6zsezqx.js",
      "binary_offset": 175676566,
      "length": 29,
      "sha256": "33ea02278f9b61103e546442d69e21ed48d4430e2809dec57c15cfc1c29eff15",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175676103,
     "length": 29,
     "sha256": "33ea02278f9b61103e546442d69e21ed48d4430e2809dec57c15cfc1c29eff15",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175676566,
     "length": 29,
     "sha256": "33ea02278f9b61103e546442d69e21ed48d4430e2809dec57c15cfc1c29eff15",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187361543,
     "length": 29,
     "sha256": "33ea02278f9b61103e546442d69e21ed48d4430e2809dec57c15cfc1c29eff15",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-do-not-track",
   "title": "DO_NOT_TRACK",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to opt out of telemetry, with the same effect as `DISABLE_TELEMETRY`, including making Remote Control and the other features that need feature-flag fetching unavailable.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 3,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786014,
     "length": 19,
     "sha256": "f7f8f022293909aafe4944e4382d4f69a108579c1f1512efa17d162a0d352a56",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to opt out of telemetry, with the same effect as `DISABLE_TELEMETRY`, including making Remote Control and the other features that need feature-flag fetching unavailable.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/data-usage",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/network-config",
     "https://code.claude.com/docs/en/plugins/cli-hints",
     "https://code.claude.com/docs/en/remote-control"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175676160,
     "length": 24,
     "sha256": "91dfe981bdd4332b976485512bf3e4a75b9b689f2a6d2190d326c5380c9d0eb0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175676628,
     "length": 24,
     "sha256": "91dfe981bdd4332b976485512bf3e4a75b9b689f2a6d2190d326c5380c9d0eb0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187361586,
     "length": 24,
     "sha256": "91dfe981bdd4332b976485512bf3e4a75b9b689f2a6d2190d326c5380c9d0eb0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-enable-beta-tracing-detailed",
   "title": "ENABLE_BETA_TRACING_DETAILED",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1`, together with `BETA_TRACING_ENDPOINT`, to turn on detailed beta tracing, which adds content-bearing span attributes and the `claude_code.hook` span.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780617,
     "length": 35,
     "sha256": "d02e2b4aac2b1032fdf84628deafcdc6a2a82a5f0d2d4ebcb62c7a85da7a83cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1`, together with `BETA_TRACING_ENDPOINT`, to turn on detailed beta tracing, which adds content-bearing span attributes and the `claude_code.hook` span.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/monitoring-usage",
     "https://code.claude.com/docs/en/server-managed-settings",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gyn9g1gd.js",
     "binary_offset": 180800027,
     "length": 30,
     "sha256": "f081d7850278cfdeb853714dfd2f4ed29c5fa7ffd539d51fabeb4b0b447bd5e2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-enable-enhanced-telemetry-beta",
   "title": "ENABLE_ENHANCED_TELEMETRY_BETA",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-gyn9g1gd.js` offset 180806542.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175780688,
     "length": 37,
     "sha256": "9fed612502f864a330b2cf14fc9389d98faa6a4a965d13fab03dad81f67ea878",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gyn9g1gd.js` offset 180806542.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/monitoring-usage",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gyn9g1gd.js",
     "binary_offset": 180806542,
     "length": 42,
     "sha256": "7a82f69cd2ca077ad1323c785f98ee18628237ff95766ee6bae6220df545c56e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-attribute-value-length-limit",
   "title": "OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Standard OpenTelemetry SDK limit on attribute value length.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "bounds": {
     "min": 0
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767947,
     "length": 40,
     "sha256": "e9f5ce56adbd721c840dd68cac0e287e13ca84c9ef9dc464b7cf648db2fb8062",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Standard OpenTelemetry SDK limit on attribute value length.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gyn9g1gd.js",
     "binary_offset": 180799304,
     "length": 35,
     "sha256": "d5f795ab4220ce7da1c1195592483019ba7e05ffb5d603f21c37782bf100d822",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-family-otel-exporter-otlp-x-endpoint",
   "title": "OTEL_EXPORTER_OTLP_*_ENDPOINT",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From code: The variable name is built at run time; `*` stands for a value filled in by the code.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Telemetry and observability",
    "locations_count": 4,
    "read_paths": [
     "template-key"
    ],
    "schema_type": null,
    "description": "The variable name is built at run time; `*` stands for a value filled in by the code.",
    "description_source": "code",
    "name_pattern": true,
    "matches_documented": [
     "OTEL_EXPORTER_OTLP_LOGS_ENDPOINT",
     "OTEL_EXPORTER_OTLP_METRICS_ENDPOINT",
     "OTEL_EXPORTER_OTLP_TRACES_ENDPOINT"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211586023,
     "length": 47,
     "sha256": "a26b6f13dfacb16b212b0b248c929006db633b2affa504e40a2c52d9311da75c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199526680,
     "length": 51,
     "sha256": "b4d67e9bdd26e32a351542e07d708d8b24ed1aedb746baebbd1537d1402eb236",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199527145,
     "length": 51,
     "sha256": "b4d67e9bdd26e32a351542e07d708d8b24ed1aedb746baebbd1537d1402eb236",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199528011,
     "length": 37,
     "sha256": "acb01a2352a27cfbef5ac070201384cab7369a8e2ca9ba7159979f4a74c89b7e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-family-otel-exporter-otlp-x-headers",
   "title": "OTEL_EXPORTER_OTLP_*_HEADERS",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From code: The variable name is built at run time; `*` stands for a value filled in by the code.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Telemetry and observability",
    "locations_count": 2,
    "read_paths": [
     "template-key"
    ],
    "schema_type": null,
    "description": "The variable name is built at run time; `*` stands for a value filled in by the code.",
    "description_source": "code",
    "name_pattern": true,
    "matches_documented": [
     "OTEL_EXPORTER_OTLP_LOGS_HEADERS",
     "OTEL_EXPORTER_OTLP_METRICS_HEADERS",
     "OTEL_EXPORTER_OTLP_TRACES_HEADERS"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211585606,
     "length": 46,
     "sha256": "9d834cf71ecce55d27c5ef997ff9939b0ee43b163de4b47593990fa003700ab7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199528930,
     "length": 40,
     "sha256": "ae4c183e8ffc0e7508f6499dd4304459ac6c962abd76a55e50bc4d53e71ec97d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-family-otel-exporter-otlp-x-insecure",
   "title": "OTEL_EXPORTER_OTLP_*_INSECURE",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From code: The variable name is built at run time; `*` stands for a value filled in by the code.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "template-key"
    ],
    "schema_type": null,
    "description": "The variable name is built at run time; `*` stands for a value filled in by the code.",
    "description_source": "code",
    "name_pattern": true,
    "matches_documented": [],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211586165,
     "length": 47,
     "sha256": "9c1196e8b2b00ca207c9014cc1c3c5f9ebf7f1f179d2c33d7ebd773b642e1561",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-exporter-otlp-endpoint",
   "title": "OTEL_EXPORTER_OTLP_ENDPOINT",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: OTLP collector endpoint for all signals",
   "documented": "https://code.claude.com/docs/en/monitoring-usage",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/monitoring-usage",
    "group": "Telemetry and observability",
    "locations_count": 5,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767988,
     "length": 34,
     "sha256": "0ed180ec870a99f818c4d3b5ed74177ae57204f9b8fd4ead9f5b73a94fa0c870",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "OTLP collector endpoint for all signals",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/env-vars",
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-config",
     "https://code.claude.com/docs/en/claude-apps-gateway"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211586081,
     "length": 39,
     "sha256": "807d3ae40cfce8e44a8eac00ad0fcfe08e31936d45c9791576c020856a4a9676",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199517402,
     "length": 29,
     "sha256": "db05148e02f57b031e890e610abd40cc74f3c4f648987cb37c2643b8829782c0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199518855,
     "length": 29,
     "sha256": "db05148e02f57b031e890e610abd40cc74f3c4f648987cb37c2643b8829782c0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199526741,
     "length": 29,
     "sha256": "db05148e02f57b031e890e610abd40cc74f3c4f648987cb37c2643b8829782c0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199527944,
     "length": 29,
     "sha256": "db05148e02f57b031e890e610abd40cc74f3c4f648987cb37c2643b8829782c0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-exporter-otlp-headers",
   "title": "OTEL_EXPORTER_OTLP_HEADERS",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Authentication headers for OTLP",
   "documented": "https://code.claude.com/docs/en/monitoring-usage",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/monitoring-usage",
    "group": "Telemetry and observability",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768023,
     "length": 33,
     "sha256": "e97da401d120ff446af41998e9a22777547cd718fe8bc05e754dd885e0e0baa4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Authentication headers for OTLP",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/env-vars",
     "https://code.claude.com/docs/en/claude-apps-gateway-config"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-hyw5ktfw.js",
      "binary_offset": 199528898,
      "length": 28,
      "sha256": "4123c4722a50ce8b24ef21264835eb3c0b6b8c1ae534aebaecb223974c61a7c4",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211585663,
     "length": 38,
     "sha256": "bba3c17d96964c17ebe4997dbbe9dc13443d4056570cb1c8faddfc42c0fa4e72",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199525713,
     "length": 28,
     "sha256": "4123c4722a50ce8b24ef21264835eb3c0b6b8c1ae534aebaecb223974c61a7c4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199528898,
     "length": 28,
     "sha256": "4123c4722a50ce8b24ef21264835eb3c0b6b8c1ae534aebaecb223974c61a7c4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-exporter-otlp-logs-protocol",
   "title": "OTEL_EXPORTER_OTLP_LOGS_PROTOCOL",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Protocol for logs, overrides general setting",
   "documented": "https://code.claude.com/docs/en/monitoring-usage",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/monitoring-usage",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768136,
     "length": 39,
     "sha256": "c295f9fa8e310905763a14d08edabaed8ae8f8b0a325987fb65de3012cc030e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Protocol for logs, overrides general setting",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199518787,
     "length": 34,
     "sha256": "a97eb97858c287cc1f67e6526eda0042665bae171a5a45965876e8695ee9871f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-exporter-otlp-metrics-protocol",
   "title": "OTEL_EXPORTER_OTLP_METRICS_PROTOCOL",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Protocol for metrics, overrides general setting",
   "documented": "https://code.claude.com/docs/en/monitoring-usage",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/monitoring-usage",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768261,
     "length": 42,
     "sha256": "5ed0628afb01c0f2319e9808a8a7f803eb3e6594dce1d45407d529b043cb7451",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Protocol for metrics, overrides general setting",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199517733,
     "length": 37,
     "sha256": "87f5ee3b0468fe573d9e25f62de9ee651eb43a711838ae255502c3f873d93f45",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-exporter-otlp-metrics-temporality-preference",
   "title": "OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Metrics temporality preference (default: `delta`).",
   "documented": "https://code.claude.com/docs/en/monitoring-usage",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/monitoring-usage",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768304,
     "length": 56,
     "sha256": "2c6e367788b8824a690140d808daa2766892548acfa277433927da0b0a75c449",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Metrics temporality preference (default: `delta`).",
    "description_source": "docs",
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-hyw5ktfw.js",
      "binary_offset": 199513924,
      "length": 51,
      "sha256": "d703ee47cf0c33326f85e9367cb94bac028ec5a4f5faf60e8dc54c4590a5a549",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199513924,
     "length": 51,
     "sha256": "d703ee47cf0c33326f85e9367cb94bac028ec5a4f5faf60e8dc54c4590a5a549",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-exporter-otlp-protocol",
   "title": "OTEL_EXPORTER_OTLP_PROTOCOL",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Protocol for OTLP exporter, applies to all signals.",
   "documented": "https://code.claude.com/docs/en/monitoring-usage",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/monitoring-usage",
    "group": "Telemetry and observability",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768361,
     "length": 34,
     "sha256": "96d7a30efec5b418b4a9d7c1784af883432c6b95e796f9c2a90c252f837bb67f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Protocol for OTLP exporter, applies to all signals.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/env-vars",
     "https://code.claude.com/docs/en/claude-apps-gateway-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199517359,
     "length": 29,
     "sha256": "c0b54b6998216435b6bd8332224e2e724399eafa3c0a138146633bb80ee24704",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199517772,
     "length": 29,
     "sha256": "c0b54b6998216435b6bd8332224e2e724399eafa3c0a138146633bb80ee24704",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199518823,
     "length": 29,
     "sha256": "c0b54b6998216435b6bd8332224e2e724399eafa3c0a138146633bb80ee24704",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199519875,
     "length": 29,
     "sha256": "c0b54b6998216435b6bd8332224e2e724399eafa3c0a138146633bb80ee24704",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-exporter-otlp-traces-endpoint",
   "title": "OTEL_EXPORTER_OTLP_TRACES_ENDPOINT",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: OTLP traces endpoint, overrides `OTEL_EXPORTER_OTLP_ENDPOINT`",
   "documented": "https://code.claude.com/docs/en/monitoring-usage",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/monitoring-usage",
    "group": "Telemetry and observability",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768396,
     "length": 41,
     "sha256": "bf191e2d9549eff3af9311c9d5f38a1aa5fe8216435e5b8d969e1aecd653d52b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "OTLP traces endpoint, overrides `OTEL_EXPORTER_OTLP_ENDPOINT`",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gyn9g1gd.js",
     "binary_offset": 180804418,
     "length": 36,
     "sha256": "e359194f98d01ae74504784a8a78032e6d863273ad56825d00ea9a51e2ddaeba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gyn9g1gd.js",
     "binary_offset": 180804729,
     "length": 36,
     "sha256": "e359194f98d01ae74504784a8a78032e6d863273ad56825d00ea9a51e2ddaeba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-exporter-otlp-traces-protocol",
   "title": "OTEL_EXPORTER_OTLP_TRACES_PROTOCOL",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Protocol for traces, overrides `OTEL_EXPORTER_OTLP_PROTOCOL`",
   "documented": "https://code.claude.com/docs/en/monitoring-usage",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/monitoring-usage",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768479,
     "length": 41,
     "sha256": "59f8d17580966e058b3f574cb3c4031ada85cec7855070e6712657675f082a55",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Protocol for traces, overrides `OTEL_EXPORTER_OTLP_PROTOCOL`",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199519837,
     "length": 36,
     "sha256": "2ec5a16b31f7e54c331a83da4de5d633a663d06301cd007bb7fbd73aed482954",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-log-assistant-responses",
   "title": "OTEL_LOG_ASSISTANT_RESPONSES",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to include the model's response text on `assistant_response` OpenTelemetry log events.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "tri-state boolean",
    "read_as_note": "1/true/yes/on is true, 0/false/no/off is false (trimmed, case-insensitive); anything else is unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768631,
     "length": 35,
     "sha256": "5cdf64c6970d0b10f721832338e7a8e7c6a966f0889f7ba9ed08487a9e278db5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to include the model's response text on `assistant_response` OpenTelemetry log events.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/monitoring-usage",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180790908,
     "length": 30,
     "sha256": "0c8aef2c2847a155ea903be72f8f232c8fb063cb80f36a4df220e61db6c96c8a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-log-managed-settings",
   "title": "OTEL_LOG_MANAGED_SETTINGS",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to add the redacted managed settings, and a SHA-256 digest of the settings before redaction, to `managed_settings_resolved` OpenTelemetry log events.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768667,
     "length": 32,
     "sha256": "a80237609e6a32a710676c6e01ab5f6920eb7972d12ebf78be651cab5e8ac6a2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to add the redacted managed settings, and a SHA-256 digest of the settings before redaction, to `managed_settings_resolved` OpenTelemetry log events.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191818465,
     "length": 27,
     "sha256": "05fbc9d58a5e0e31400be2e0ce0eeae36f208baa3e91d2e91bf3589e7f1b108f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-log-raw-api-bodies",
   "title": "OTEL_LOG_RAW_API_BODIES",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Emit Anthropic Messages API request and response JSON as `api_request_body` / `api_response_body` log events.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768700,
     "length": 30,
     "sha256": "4a8611006783e0caa0b8b6f450e13bc1769c5224bcbef9076a79a6e1524808bb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Emit Anthropic Messages API request and response JSON as `api_request_body` / `api_response_body` log events.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/monitoring-usage",
     "https://code.claude.com/docs/en/server-managed-settings",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184826309,
     "length": 35,
     "sha256": "c83da7804f35c72b609615b506d7714209d6a41499c9a6b35c1a2fd576326dc8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-log-tool-content",
   "title": "OTEL_LOG_TOOL_CONTENT",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to include tool content in the `tool.output` OpenTelemetry span event.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768731,
     "length": 28,
     "sha256": "f08b03d7e7403de1fdeb5d523812fba3cc81619aa1066bd81a31d2ade624929b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to include tool content in the `tool.output` OpenTelemetry span event.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/monitoring-usage",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178510873,
     "length": 33,
     "sha256": "0697bef6a1b0f4fc6c0cc2ff4be647543cc9182d0f12f0d78cfb4dd1638ffab4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-log-tool-details",
   "title": "OTEL_LOG_TOOL_DETAILS",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to include tool input arguments, MCP server names, user-authored workflow names, raw error strings on tool failures, the refusal `category` on `api_refusal` events, and other tool details in OpenTelemetry traces and logs.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768760,
     "length": 28,
     "sha256": "315f75ff6b64e143472c081837fc55b0f445e65e99cb7e09ff8f603e98a533e9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to include tool input arguments, MCP server names, user-authored workflow names, raw error strings on tool failures, the refusal `category` on `api_refusal` events, and other tool details in OpenTelemetry traces and logs.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/large-codebases",
     "https://code.claude.com/docs/en/managed-mcp",
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178509721,
     "length": 23,
     "sha256": "499d093364ded5dab56a8ee3909b6bd8b6a0c82cca2ef9108866c9147ffe4373",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-log-user-prompts",
   "title": "OTEL_LOG_USER_PROMPTS",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to include user prompt text in OpenTelemetry traces and logs.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768789,
     "length": 28,
     "sha256": "8abe0dd057169226cf6706f45734c46d84f2d51c073b98e4adcaf52c3a8c2380",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to include user prompt text in OpenTelemetry traces and logs.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/monitoring-usage",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gyn9g1gd.js",
     "binary_offset": 180799782,
     "length": 23,
     "sha256": "55cbaa16ae1b304d3aedd62960e0c003e7cca28f4618a465c6edc38a6fd0df91",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gyn9g1gd.js",
     "binary_offset": 180809482,
     "length": 23,
     "sha256": "55cbaa16ae1b304d3aedd62960e0c003e7cca28f4618a465c6edc38a6fd0df91",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180790819,
     "length": 23,
     "sha256": "55cbaa16ae1b304d3aedd62960e0c003e7cca28f4618a465c6edc38a6fd0df91",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180790940,
     "length": 23,
     "sha256": "55cbaa16ae1b304d3aedd62960e0c003e7cca28f4618a465c6edc38a6fd0df91",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-logrecord-attribute-value-length-limit",
   "title": "OTEL_LOGRECORD_ATTRIBUTE_VALUE_LENGTH_LIMIT",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "Documented at https://code.claude.com/docs/en/env-vars; no description column to quote.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "bounds": {
     "min": 0
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768521,
     "length": 50,
     "sha256": "9807867c8555d756bb0a2fab3b0a045ea7def9f24c00d893768a2e01cc49bf86",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Documented at https://code.claude.com/docs/en/env-vars; no description column to quote.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gyn9g1gd.js",
     "binary_offset": 180799345,
     "length": 45,
     "sha256": "ead31d61a0080bf7720bddf6109c367f163480b6b3caf6a71853a663794b9af4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-logs-export-interval",
   "title": "OTEL_LOGS_EXPORT_INTERVAL",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Logs export interval in milliseconds (default: 5000)",
   "documented": "https://code.claude.com/docs/en/monitoring-usage",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 5000,
    "documented_url": "https://code.claude.com/docs/en/monitoring-usage",
    "group": "Telemetry and observability",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768598,
     "length": 32,
     "sha256": "77dc4ed28211ceaaa01cf02a360b5bed728060a4833677b9e36803568b9d6d22",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Logs export interval in milliseconds (default: 5000)",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178544358,
     "length": 37,
     "sha256": "cc3fa137f81c9efcd46f4ad9773bf8c473008f04e0d1533863bd42aae1147736",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199522787,
     "length": 27,
     "sha256": "3b4ba954516768eb244d9362973e5f391ca456fd27064c5e3ee4b117c5f120a4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-logs-exporter",
   "title": "OTEL_LOGS_EXPORTER",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Logs/events exporter types, comma-separated.",
   "documented": "https://code.claude.com/docs/en/monitoring-usage",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/monitoring-usage",
    "group": "Telemetry and observability",
    "locations_count": 4,
    "read_paths": [
     "list-iteration",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768572,
     "length": 25,
     "sha256": "05580014aabd6fe9fcec6a979e5b6aee6608be9cc35ee110fa98cf53572cf88d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Logs/events exporter types, comma-separated.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/env-vars",
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-config",
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-a34kxzvh.js",
     "binary_offset": 191101231,
     "length": 20,
     "sha256": "0ab3e67622db5f776341ddfb1c57eba8a485ae98c57a35db682f165b01f14dfc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a34kxzvh.js",
     "binary_offset": 191101412,
     "length": 20,
     "sha256": "0ab3e67622db5f776341ddfb1c57eba8a485ae98c57a35db682f165b01f14dfc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199518763,
     "length": 20,
     "sha256": "0ab3e67622db5f776341ddfb1c57eba8a485ae98c57a35db682f165b01f14dfc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199521076,
     "length": 20,
     "sha256": "4e666ac0f631daa40ff1272b10b04a2e37e56fc472c9b94f308638557d531bb2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-metric-export-interval",
   "title": "OTEL_METRIC_EXPORT_INTERVAL",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Export interval in milliseconds (default: 60000)",
   "documented": "https://code.claude.com/docs/en/monitoring-usage",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 60000,
    "documented_url": "https://code.claude.com/docs/en/monitoring-usage",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768847,
     "length": 34,
     "sha256": "6dd946b53a7c1b1213b55dc1d747ec7d0d0c37fd9fb432d42d8c8fc5dac589b1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Export interval in milliseconds (default: 60000)",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/env-vars"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199517250,
     "length": 29,
     "sha256": "3b7d7cea6bfac69d521ac49de7a4ec5a1f4cb551954436d672b6d86b1a75db3f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-metrics-exporter",
   "title": "OTEL_METRICS_EXPORTER",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Metrics exporter types, comma-separated.",
   "documented": "https://code.claude.com/docs/en/monitoring-usage",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "prometheus"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/monitoring-usage",
    "group": "Telemetry and observability",
    "locations_count": 3,
    "read_paths": [
     "list-iteration",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768818,
     "length": 28,
     "sha256": "0ab9da6992ee3409fd4dd8449f2d10a2d749853bf01f939d7a332ceb75829ed7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Metrics exporter types, comma-separated.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/env-vars",
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-config",
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199521373,
     "length": 23,
     "sha256": "55fadc064d1ff4aa7b24b348eb5c836a9c45764dfc802d6baff88548fb2e833e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187360445,
     "length": 23,
     "sha256": "55fadc064d1ff4aa7b24b348eb5c836a9c45764dfc802d6baff88548fb2e833e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199521052,
     "length": 23,
     "sha256": "bab6d2d30d3919c324d378b0bdfe106a451801d3da9ee08aa7df447d18f8289b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-metrics-include-account-uuid",
   "title": "OTEL_METRICS_INCLUDE_ACCOUNT_UUID",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `false` to exclude account UUID from metrics attributes (default: included).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Set to `false` to exclude account UUID from metrics attributes (default: included).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180788815,
     "length": 38,
     "sha256": "a52e5dfb5ed998d2f1bae08fba38534074cb8d78c718ec86374d4be1d1fe22ed",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-metrics-include-entrypoint",
   "title": "OTEL_METRICS_INCLUDE_ENTRYPOINT",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `true` to include the session entrypoint in metrics attributes (default: excluded).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Set to `true` to include the session entrypoint in metrics attributes (default: excluded).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180788467,
     "length": 36,
     "sha256": "24f0b0cafa12a45fba9b78e44061f5a89b9e86f0651847441fcea68502d44b76",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-metrics-include-repository",
   "title": "OTEL_METRICS_INCLUDE_REPOSITORY",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `true` to tag OpenTelemetry metrics and events with `vcs.*` attributes identifying the session's repository (default: excluded).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 2,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Set to `true` to tag OpenTelemetry metrics and events with `vcs.*` attributes identifying the session's repository (default: excluded).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180788546,
     "length": 36,
     "sha256": "d3ae377788bbdc985c4c99322c8768c62a47208708e26001655e487186e684df",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180790122,
     "length": 36,
     "sha256": "d3ae377788bbdc985c4c99322c8768c62a47208708e26001655e487186e684df",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-metrics-include-resource-attributes",
   "title": "OTEL_METRICS_INCLUDE_RESOURCE_ATTRIBUTES",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: As of v2.1.161, Claude Code attaches `OTEL_RESOURCE_ATTRIBUTES` keys to metric datapoint labels.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "As of v2.1.161, Claude Code attaches `OTEL_RESOURCE_ATTRIBUTES` keys to metric datapoint labels.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180787618,
     "length": 45,
     "sha256": "641473887a546059b050af9040fb3638f5feb57cc750701b5ed12940de916d6c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-metrics-include-session-id",
   "title": "OTEL_METRICS_INCLUDE_SESSION_ID",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `false` to exclude session ID from metrics attributes (default: included).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Set to `false` to exclude session ID from metrics attributes (default: included).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180787789,
     "length": 36,
     "sha256": "c8eb859c27f34a75525e44ba0ef0157026ce0740d36981daa319b401d227d565",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-metrics-include-version",
   "title": "OTEL_METRICS_INCLUDE_VERSION",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `true` to include Claude Code version in metrics attributes (default: excluded).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Set to `true` to include Claude Code version in metrics attributes (default: excluded).",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180787935,
     "length": 33,
     "sha256": "5375ab0f6f4f72e40533e069d30169e815db1b908d30f79904adfac862e2612a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-resource-attributes",
   "title": "OTEL_RESOURCE_ATTRIBUTES",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "Documented at https://code.claude.com/docs/en/env-vars; no description column to quote.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768882,
     "length": 31,
     "sha256": "78fe1b3f5fe8a6d47804df94c7fef0c50a436dc17303e29f8431eef055040977",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Documented at https://code.claude.com/docs/en/env-vars; no description column to quote.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-on-aws",
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180787587,
     "length": 26,
     "sha256": "3949d66e5b798140acac076fb2ac1defd1c2719f0c41dce19fcd2950066dd948",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180790162,
     "length": 26,
     "sha256": "3949d66e5b798140acac076fb2ac1defd1c2719f0c41dce19fcd2950066dd948",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187360393,
     "length": 26,
     "sha256": "3949d66e5b798140acac076fb2ac1defd1c2719f0c41dce19fcd2950066dd948",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-span-attribute-value-length-limit",
   "title": "OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMIT",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "Documented at https://code.claude.com/docs/en/env-vars; no description column to quote.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "bounds": {
     "min": 0
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768914,
     "length": 45,
     "sha256": "a0922b1c4578447283b9ec44ec04e8e89da33a6a0994d9c2465aac1c58bda8e1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Documented at https://code.claude.com/docs/en/env-vars; no description column to quote.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gyn9g1gd.js",
     "binary_offset": 180799396,
     "length": 40,
     "sha256": "b73a7c57de54f7045e75b4ea3e8bd1ff9f421eeba0c7698400e53942f97880a9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-traces-export-interval",
   "title": "OTEL_TRACES_EXPORT_INTERVAL",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Span batch export interval in milliseconds (default: 5000)",
   "documented": "https://code.claude.com/docs/en/monitoring-usage",
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": 5000,
    "documented_url": "https://code.claude.com/docs/en/monitoring-usage",
    "group": "Telemetry and observability",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768988,
     "length": 34,
     "sha256": "8831cec370ad076de1ed4bf93aa326d06b3fad84958375144b836c2da0b2a31c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Span batch export interval in milliseconds (default: 5000)",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199523726,
     "length": 29,
     "sha256": "3104fb4bed6615e5a51bc5a52e5fb4d72a400e3b209b76449c6cf5e695e8045f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-traces-exporter",
   "title": "OTEL_TRACES_EXPORTER",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Traces exporter types, comma-separated.",
   "documented": "https://code.claude.com/docs/en/monitoring-usage",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/monitoring-usage",
    "group": "Telemetry and observability",
    "locations_count": 2,
    "read_paths": [
     "list-iteration",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175768960,
     "length": 27,
     "sha256": "7156914cc3ecf1439e289928fcda8b2ac66a71aef9e66c212d1e790b82caa987",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Traces exporter types, comma-separated.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-config",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199519704,
     "length": 22,
     "sha256": "947cd0a523c507e475eab10878f5a03bbda9ed41aaa41e5943582a9d678c4623",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199521097,
     "length": 22,
     "sha256": "0a534bb59c0f5fb602ca38ebce57761571a20b280732f92a49c3da734755b073",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-traceparent",
   "title": "TRACEPARENT",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "Documented at https://code.claude.com/docs/en/env-vars; no description column to quote.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Telemetry and observability",
    "locations_count": 4,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788545,
     "length": 18,
     "sha256": "d4101a3acabfa6e4e9acd184b05c7aaa255309240f1af4f4945b91f4e2f5dd54",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Documented at https://code.claude.com/docs/en/env-vars; no description column to quote.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gyn9g1gd.js",
     "binary_offset": 180809765,
     "length": 13,
     "sha256": "13183cc6bcd6e9ff47f0abb97254cd40ce372fc9297f9165851dca21f694c4af",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gyn9g1gd.js",
     "binary_offset": 180809816,
     "length": 13,
     "sha256": "13183cc6bcd6e9ff47f0abb97254cd40ce372fc9297f9165851dca21f694c4af",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180791105,
     "length": 13,
     "sha256": "13183cc6bcd6e9ff47f0abb97254cd40ce372fc9297f9165851dca21f694c4af",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180791152,
     "length": 13,
     "sha256": "13183cc6bcd6e9ff47f0abb97254cd40ce372fc9297f9165851dca21f694c4af",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-tracestate",
   "title": "TRACESTATE",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-gyn9g1gd.js` offset 180809841.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Telemetry and observability",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788564,
     "length": 17,
     "sha256": "76ad9534d79db6fba96a7574cbe598a98572e65a5127424799f717cc1ef8a9ed",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gyn9g1gd.js` offset 180809841.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/observability",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gyn9g1gd.js",
     "binary_offset": 180809841,
     "length": 12,
     "sha256": "d8947714f386eb51fffc2bd243f2981808072bad980306ea964846284c879d03",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s92h89q7.js",
     "binary_offset": 180791177,
     "length": 12,
     "sha256": "d8947714f386eb51fffc2bd243f2981808072bad980306ea964846284c879d03",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-agent-proxy-auth-token",
   "title": "AGENT_PROXY_AUTH_TOKEN",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199314816.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175763584,
     "length": 29,
     "sha256": "cb294dafe7d13db538c18df628f5f646ba13c09ba4d3147bf76362087cdccdce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199314816.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199314816,
     "length": 34,
     "sha256": "df0eedcf18f019a357daff9c1a40adf9de02af48256706726e7feeb665dac17b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-agent-proxy-url",
   "title": "AGENT_PROXY_URL",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199314786.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175810644,
     "length": 22,
     "sha256": "c63681f28b11619c1eaaec3d645de3eaebaae38299e9b9eaf80e55fa03aca889",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199314786.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199314786,
     "length": 27,
     "sha256": "798ebf6ee26a5f12303b199b75f48417b96bc054400ca371f1408d9eda730130",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-all-proxy-lowercase",
   "title": "all_proxy",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-7k6n1zya.js` offset 187213190.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 3,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809967,
     "length": 16,
     "sha256": "cd4dbcf3eac9eae8ccba3acbc5cad224cb9cf86ba2376318a7cd9bccf4e1ecf0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-7k6n1zya.js` offset 187213190.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7k6n1zya.js",
     "binary_offset": 187213190,
     "length": 21,
     "sha256": "9fcdc46663b534b5a177157651d95eed062f78274272048df5ca1d8030207d23",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210375256,
     "length": 21,
     "sha256": "9fcdc46663b534b5a177157651d95eed062f78274272048df5ca1d8030207d23",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187419666,
     "length": 21,
     "sha256": "9fcdc46663b534b5a177157651d95eed062f78274272048df5ca1d8030207d23",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-all-proxy",
   "title": "ALL_PROXY",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-7k6n1zya.js` offset 187213167.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 3,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175808556,
     "length": 16,
     "sha256": "3f18bf2de0fa17c9522c8f0148152736c37e972edcea2ccc139ce48018a47ce6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-7k6n1zya.js` offset 187213167.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-deploy"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7k6n1zya.js",
     "binary_offset": 187213167,
     "length": 21,
     "sha256": "728ff8d8bab831b85de765ed1c5eb0ba7e9fcb87062e38ad51c2d7f15984b857",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210375233,
     "length": 21,
     "sha256": "728ff8d8bab831b85de765ed1c5eb0ba7e9fcb87062e38ad51c2d7f15984b857",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187419643,
     "length": 21,
     "sha256": "728ff8d8bab831b85de765ed1c5eb0ba7e9fcb87062e38ad51c2d7f15984b857",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ccr-agent-proxy-enabled",
   "title": "CCR_AGENT_PROXY_ENABLED",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199315338.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811559,
     "length": 30,
     "sha256": "19054bcfd92bdc83c581c4ddd84e278cef61db62a72267aae58122bd242a18e7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199315338.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199315338,
     "length": 25,
     "sha256": "04bb26abd3c85a8a63e5bb9c6a2e5e16e65eea1b939556df9a1e8358b4caa91f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ccr-agent-proxy-frame-hosts",
   "title": "CCR_AGENT_PROXY_FRAME_HOSTS",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ks8awkpq.js` offset 182309420.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811590,
     "length": 34,
     "sha256": "1241b0fc90b6b60d9cb129d0f073ba904a847bb946e5677c79b81141370b127c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ks8awkpq.js` offset 182309420.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ks8awkpq.js",
     "binary_offset": 182309420,
     "length": 29,
     "sha256": "6f52e4fb7a626ddf67669d5a7e0f6a40cac1cc179506c30d4ad092f5ae4337c0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ccr-agent-proxy-include-hosts",
   "title": "CCR_AGENT_PROXY_INCLUDE_HOSTS",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199314949.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811625,
     "length": 36,
     "sha256": "8d607143cfbaaf48c108cf1c933f3e9f2f696332d36aa499b0db422745384e52",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199314949.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199314949,
     "length": 31,
     "sha256": "80a96f80a6fcbdb3a784eac072d76d3689f86998b53c4f8a98209a51c433acc0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ccr-agent-proxy-no-proxy-local-only",
   "title": "CCR_AGENT_PROXY_NO_PROXY_LOCAL_ONLY",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199315066.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811662,
     "length": 42,
     "sha256": "73862b8c18be07064c63a759ffa266856d034803316d03aa236cf6f6783492c9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199315066.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199315066,
     "length": 37,
     "sha256": "ff80511a9ec5ff8bf86ae8b8fb7b731cca2ac33a1c9acc35ab0ddd7c3d7d9844",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ccr-agent-proxy-receive-gate-disabled",
   "title": "CCR_AGENT_PROXY_RECEIVE_GATE_DISABLED",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199314983.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811705,
     "length": 44,
     "sha256": "d14f1c5f24d461eeeb0d381f57c7e6bc473137d10d60b38b0f9f9e2708456a26",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199314983.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199314983,
     "length": 39,
     "sha256": "8d75b5391e1c4c74f3f8e79af1168c9df9356bccf0c8ac76ae1227a436cd561d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ccr-agent-proxy-relay-mode",
   "title": "CCR_AGENT_PROXY_RELAY_MODE",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199314918.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811750,
     "length": 33,
     "sha256": "526c79aa721da5aad8e7fb85a4563e932582b768c2197fea619bc66e8d6bf1aa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199314918.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199314918,
     "length": 28,
     "sha256": "f05f27c73e602bf145640eabe72859f677cdae33303703dcbf7d8b7c210622ac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ccr-agent-proxy-upload-gate-disabled",
   "title": "CCR_AGENT_PROXY_UPLOAD_GATE_DISABLED",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199315025.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811784,
     "length": 43,
     "sha256": "1ce2c9839005464a664b5b8c27b2b4400344c777a06418f0c92a9a60f9bd5a73",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199315025.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199315025,
     "length": 38,
     "sha256": "32e23461738834f549cc07fc4fa79da367700e8576f1ca9fa880595d85e9185d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-agent-proxy-gh-shim",
   "title": "CLAUDE_CODE_AGENT_PROXY_GH_SHIM",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199319829.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811912,
     "length": 38,
     "sha256": "1ec654a647177b7a9a8d20175da30120e0c8343e7e71e9c64a1fa46b310f1b76",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199319829.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199319829,
     "length": 33,
     "sha256": "6ddbb8571d47314d90d3dfda9f34d8348f1a8c383d3c5c06bc4ece13550611ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199323674,
     "length": 33,
     "sha256": "6ddbb8571d47314d90d3dfda9f34d8348f1a8c383d3c5c06bc4ece13550611ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-agent-proxy-git-config",
   "title": "CLAUDE_CODE_AGENT_PROXY_GIT_CONFIG",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199319619.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811951,
     "length": 41,
     "sha256": "a40b7b2946bdd9298a0f071c84141de0d6429a8b24060c6c904c158e5de469f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199319619.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199319619,
     "length": 36,
     "sha256": "15597b8e741e15c47ad240da8f0bd174e1a47a88852ce93dac7eeaf9c020bf12",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199323636,
     "length": 36,
     "sha256": "15597b8e741e15c47ad240da8f0bd174e1a47a88852ce93dac7eeaf9c020bf12",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-agent-proxy-git-hosts",
   "title": "CLAUDE_CODE_AGENT_PROXY_GIT_HOSTS",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199323916.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175811993,
     "length": 40,
     "sha256": "6b4a156ff7c1ce75e70ad9f724c3924318ab43eba90f5bdc7a450d254916a1bf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199323916.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199323916,
     "length": 35,
     "sha256": "86f791d4a6637034fc074eb1d75cf96a2e14a4d8a09b5fec29737e4291c0fd47",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-cert-store",
   "title": "CLAUDE_CODE_CERT_STORE",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Comma-separated list of CA certificate sources for TLS connections.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Network, proxy and TLS",
    "locations_count": 6,
    "read_paths": [
     "list-iteration",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175808760,
     "length": 29,
     "sha256": "45c2b924f58788cdc28b0084ca0b8a2a3ec5e47b4ba1fcd265675787b952681b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Comma-separated list of CA certificate sources for TLS connections.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-deploy",
     "https://code.claude.com/docs/en/network-config"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-2crv8d5h.js",
      "binary_offset": 192123903,
      "length": 24,
      "sha256": "5cf5391357b8054c3f6bb67700263109b606a21061f6d867dbe68bd92f3030c6",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192123903,
     "length": 24,
     "sha256": "5cf5391357b8054c3f6bb67700263109b606a21061f6d867dbe68bd92f3030c6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192123941,
     "length": 24,
     "sha256": "5cf5391357b8054c3f6bb67700263109b606a21061f6d867dbe68bd92f3030c6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179707422,
     "length": 24,
     "sha256": "5cf5391357b8054c3f6bb67700263109b606a21061f6d867dbe68bd92f3030c6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179707923,
     "length": 24,
     "sha256": "5cf5391357b8054c3f6bb67700263109b606a21061f6d867dbe68bd92f3030c6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177205296,
     "length": 24,
     "sha256": "5cf5391357b8054c3f6bb67700263109b606a21061f6d867dbe68bd92f3030c6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185061773,
     "length": 24,
     "sha256": "15deca3c35173bc9d1ed5f53490bbd63498ab3ec27c95a05cc52562c1663b07e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-client-cert",
   "title": "CLAUDE_CODE_CLIENT_CERT",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Path to client certificate file for mTLS authentication",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Network, proxy and TLS",
    "locations_count": 12,
    "read_paths": [
     "list-iteration",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175808790,
     "length": 30,
     "sha256": "0acb59bea3ebc63df9687e746633b807258b3d2e205fbe049a8f064b492b5061",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Path to client certificate file for mTLS authentication",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/monitoring-usage",
     "https://code.claude.com/docs/en/network-config",
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-2crv8d5h.js",
      "binary_offset": 192123753,
      "length": 25,
      "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 183922745,
      "length": 25,
      "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 184895383,
      "length": 25,
      "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192123753,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a34kxzvh.js",
     "binary_offset": 191094875,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179707466,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179707833,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179708013,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200550365,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200550430,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183922745,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184895383,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177209463,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-client-key",
   "title": "CLAUDE_CODE_CLIENT_KEY",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Path to client private key file for mTLS authentication",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Network, proxy and TLS",
    "locations_count": 9,
    "read_paths": [
     "list-iteration",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175808821,
     "length": 29,
     "sha256": "d141558c6acda4aca5eca1d8788117533f39dea9fb6445c132d7302afd67f6d2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Path to client private key file for mTLS authentication",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/monitoring-usage",
     "https://code.claude.com/docs/en/network-config",
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-a34kxzvh.js",
     "binary_offset": 191094902,
     "length": 24,
     "sha256": "d552242db5ae5f8dc371af7cb4a838cd6de022269a5520738d8ab3d3d71a938b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179707494,
     "length": 24,
     "sha256": "d552242db5ae5f8dc371af7cb4a838cd6de022269a5520738d8ab3d3d71a938b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179707864,
     "length": 24,
     "sha256": "d552242db5ae5f8dc371af7cb4a838cd6de022269a5520738d8ab3d3d71a938b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179708044,
     "length": 24,
     "sha256": "d552242db5ae5f8dc371af7cb4a838cd6de022269a5520738d8ab3d3d71a938b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200550468,
     "length": 24,
     "sha256": "d552242db5ae5f8dc371af7cb4a838cd6de022269a5520738d8ab3d3d71a938b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200550531,
     "length": 24,
     "sha256": "d552242db5ae5f8dc371af7cb4a838cd6de022269a5520738d8ab3d3d71a938b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177209491,
     "length": 24,
     "sha256": "d552242db5ae5f8dc371af7cb4a838cd6de022269a5520738d8ab3d3d71a938b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177210454,
     "length": 24,
     "sha256": "d552242db5ae5f8dc371af7cb4a838cd6de022269a5520738d8ab3d3d71a938b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185061824,
     "length": 24,
     "sha256": "2823b5b9bf4faec1bde3c8e3aca04727e82878acc924e8d412b76156cb8ae262",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-client-key-passphrase",
   "title": "CLAUDE_CODE_CLIENT_KEY_PASSPHRASE",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Passphrase for encrypted CLAUDE\\_CODE\\_CLIENT\\_KEY (optional)",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Network, proxy and TLS",
    "locations_count": 4,
    "read_paths": [
     "list-iteration",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175808851,
     "length": 40,
     "sha256": "542fcc8ee2f7e2dfa1c0df6da70d574b04d42e1e5d45f14c326a90e43cf3ed38",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Passphrase for encrypted CLAUDE\\_CODE\\_CLIENT\\_KEY (optional)",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/monitoring-usage",
     "https://code.claude.com/docs/en/network-config"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-zgqyfwz9.js",
      "binary_offset": 177208390,
      "length": 35,
      "sha256": "0357f9e0b3a8196b850f7643cb1f2390cff76df905e3247cc7ba5e76ccae36b8",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177208390,
     "length": 35,
     "sha256": "0357f9e0b3a8196b850f7643cb1f2390cff76df905e3247cc7ba5e76ccae36b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177208439,
     "length": 35,
     "sha256": "0357f9e0b3a8196b850f7643cb1f2390cff76df905e3247cc7ba5e76ccae36b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177210639,
     "length": 35,
     "sha256": "0357f9e0b3a8196b850f7643cb1f2390cff76df905e3247cc7ba5e76ccae36b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185061849,
     "length": 35,
     "sha256": "74ed94e310008f0acdf94d483dbf7f0ce18e7005afe12325136b36191a7731d6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-disable-mtls-reload-on-stale-connection",
   "title": "CLAUDE_CODE_DISABLE_MTLS_RELOAD_ON_STALE_CONNECTION",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to stop Claude Code from re-reading the mTLS client certificate and key when an API request fails with a connection-level error, such as a connection reset or a TLS handshake error.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175808892,
     "length": 58,
     "sha256": "b203d884419c2c4849b5922bfb77b51629bf2adc5bad56578cde7b952d7ecc99",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to stop Claude Code from re-reading the mTLS client certificate and key when an API request fails with a connection-level error, such as a connection reset or a TLS handshake error.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/network-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184895410,
     "length": 53,
     "sha256": "3a589ab6ebce5b9e640847efabb0850968a1cceb02a1feb964b89d9b5d16c36b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-enable-proxy-auth-helper",
   "title": "CLAUDE_CODE_ENABLE_PROXY_AUTH_HELPER",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-tm5nr0r0.js` offset 187185135.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764380,
     "length": 43,
     "sha256": "9614fd97d4c83e07513d6dbd047f507dba882bda136aa9cadf1e9107a415e22e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-tm5nr0r0.js` offset 187185135.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-tm5nr0r0.js",
     "binary_offset": 187185135,
     "length": 48,
     "sha256": "bba7fbe6bc7384255d682e451824e932d0b7e4576fd2e858602eda68d0523fba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177218877,
     "length": 38,
     "sha256": "97d1a69c1f8d8ef52c2fff38fc395c02f44b82dbd7efc83350c081bb961b60f8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-http-proxy",
   "title": "CLAUDE_CODE_HTTP_PROXY",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177806319.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "env-object-param"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177806319.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177806319,
     "length": 24,
     "sha256": "5dbec935078baec0b58dbeeb24a353aec77aa84f739089a6e12c3bca1d4126d1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-https-proxy",
   "title": "CLAUDE_CODE_HTTPS_PROXY",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177806376.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "env-object-param"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177806376.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177806376,
     "length": 25,
     "sha256": "48b35a6e9a3410ae33f9b6b06d2da2eb462c3eede8d7981e89575a0cef58863d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-proxy-auth-helper-ttl-ms",
   "title": "CLAUDE_CODE_PROXY_AUTH_HELPER_TTL_MS",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-zgqyfwz9.js` offset 177219064.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175764927,
     "length": 43,
     "sha256": "b622ad8b1ebf5cd6133f4e9baa80569d07672ffa46e122db9ab41c46466dfbf4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-zgqyfwz9.js` offset 177219064.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177219064,
     "length": 38,
     "sha256": "eab3e77a32dda7f5f5ecbe4f9517c23d8032fd2a404e81ff44a862ff32ff8dfe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-proxy-resolves-hosts",
   "title": "CLAUDE_CODE_PROXY_RESOLVES_HOSTS",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to allow the proxy to perform DNS resolution instead of the caller.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812327,
     "length": 39,
     "sha256": "1f80af1a8cc5bb556a46af6a01930fe1270eae994b743004b487284f5b3783af",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to allow the proxy to perform DNS resolution instead of the caller.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177218249,
     "length": 34,
     "sha256": "153503792f7e82599a457318f79a4162888edcb95357aee9618cb73b2fa28c99",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-simulate-proxy-usage",
   "title": "CLAUDE_CODE_SIMULATE_PROXY_USAGE",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184880648.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 5,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175812367,
     "length": 39,
     "sha256": "49654f0b5294ae30519af4596432b1a1c64950f0ab706a64b02683fa21b9bbc2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184880648.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184880648,
     "length": 34,
     "sha256": "8836efb4f705ef72e647c477fc4c3f8156c57942b89464a334e813fd379525da",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184946375,
     "length": 34,
     "sha256": "8836efb4f705ef72e647c477fc4c3f8156c57942b89464a334e813fd379525da",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184957932,
     "length": 34,
     "sha256": "8836efb4f705ef72e647c477fc4c3f8156c57942b89464a334e813fd379525da",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184959501,
     "length": 34,
     "sha256": "8836efb4f705ef72e647c477fc4c3f8156c57942b89464a334e813fd379525da",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185039063,
     "length": 34,
     "sha256": "8836efb4f705ef72e647c477fc4c3f8156c57942b89464a334e813fd379525da",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-webfetch-use-ccr-proxy",
   "title": "CLAUDE_CODE_WEBFETCH_USE_CCR_PROXY",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 184229880.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779269,
     "length": 41,
     "sha256": "9f04f60a0ce996ed0ab58d2259d3ca5191543e81ef8fc596d8dd23a251659976",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 184229880.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 184229880,
     "length": 36,
     "sha256": "808a71340b637619ec34d98592f4de506bc6d2f6df07953fdc0843eabf0a6bb1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-websearch-use-ccr-proxy",
   "title": "CLAUDE_CODE_WEBSEARCH_USE_CCR_PROXY",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-t4yyetdp.js` offset 190360511.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175779311,
     "length": 42,
     "sha256": "c658f086333e4d645a80e7ec7c6eb0743b13494cf25f43b319cf6e7ceb1a0a31",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-t4yyetdp.js` offset 190360511.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-t4yyetdp.js",
     "binary_offset": 190360511,
     "length": 37,
     "sha256": "9aacb5ad12bce1364aaff7295ebbfb965e10c02c50ff7620cd39dd4552fcf2d1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-runner-use-git-proxy",
   "title": "CLAUDE_RUNNER_USE_GIT_PROXY",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187438271.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187438271.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-deploy",
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187438271,
     "length": 39,
     "sha256": "6dfb3f7139460abe525245d65c506d1ca364e79321db9401c2c56e7b5c2dd8c8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-grpc-default-ssl-roots-file-path",
   "title": "GRPC_DEFAULT_SSL_ROOTS_FILE_PATH",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-as377hwh.js` offset 211206890.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786945,
     "length": 39,
     "sha256": "6c8ac41f8f6755eac5cdc348781bf6facb18a8aeb859ce68ec598b052f415376",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-as377hwh.js` offset 211206890.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211206890,
     "length": 44,
     "sha256": "af68cb3b949936fa17e9b8a0c28eb6eff5fcc88f248b1b49b0667d4ff2105a6c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-hostaliases",
   "title": "HOSTALIASES",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 185061930.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "list-iteration"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 185061930.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185061930,
     "length": 13,
     "sha256": "ebc96d9635f06f4c359d8e10b1fe49d2d1f27e168e5e2af88faf28d60921acd9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-http-proxy-lowercase",
   "title": "http_proxy",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-as377hwh.js` offset 211408330.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 8,
    "read_paths": [
     "env-object-param",
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809984,
     "length": 17,
     "sha256": "6003addc2974e94e317e347cbe891c76f39b531677f3e06550fadacc99990e64",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-as377hwh.js` offset 211408330.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/network-config"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-as377hwh.js",
      "binary_offset": 211408330,
      "length": 22,
      "sha256": "846b41dfb401ec693430870fd653caa22fc9357faa997e3009ef3397f4ac9c4a",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211408330,
     "length": 22,
     "sha256": "846b41dfb401ec693430870fd653caa22fc9357faa997e3009ef3397f4ac9c4a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211408370,
     "length": 22,
     "sha256": "846b41dfb401ec693430870fd653caa22fc9357faa997e3009ef3397f4ac9c4a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193901366,
     "length": 24,
     "sha256": "13b6d0103edb212f8c93ca3a210c60be1ed64530ccb29f2757015d0153db6b90",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zt6t8196.js",
     "binary_offset": 179780201,
     "length": 22,
     "sha256": "846b41dfb401ec693430870fd653caa22fc9357faa997e3009ef3397f4ac9c4a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a34kxzvh.js",
     "binary_offset": 191094836,
     "length": 12,
     "sha256": "b3cc5f3279e2f3fc8b21f80d3cd5c2167b166f981ad9d811e78c5e7ffb7877e7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-e8phgb2s.js",
     "binary_offset": 187228549,
     "length": 12,
     "sha256": "b3cc5f3279e2f3fc8b21f80d3cd5c2167b166f981ad9d811e78c5e7ffb7877e7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177806305,
     "length": 12,
     "sha256": "6e2849bb91f482e57ea4305a7db978e491020775e8030d7cb74b9d0ea7fa481a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177216519,
     "length": 12,
     "sha256": "9b4933d553c55376e63319f254685d97d8ce841b15f483a9271b915338dfb951",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-http-proxy",
   "title": "HTTP_PROXY",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Specify HTTP proxy server for network connections",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "not set",
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Network, proxy and TLS",
    "locations_count": 8,
    "read_paths": [
     "env-object-param",
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809840,
     "length": 17,
     "sha256": "394fa73c02d9b66a1af9c71417100f2c67e3ae275f271e6fd4201cfb8bcd5456",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Specify HTTP proxy server for network connections",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/secure-deployment",
     "https://code.claude.com/docs/en/claude-apps-gateway-config",
     "https://code.claude.com/docs/en/claude-apps-gateway-deploy",
     "https://code.claude.com/docs/en/network-config",
     "https://code.claude.com/docs/en/sandboxing"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193901340,
     "length": 24,
     "sha256": "724f796e297d55dcb4a1f9a3478d6a8747de73e3c9fff6ece80a6b12aba4bddf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zt6t8196.js",
     "binary_offset": 179780177,
     "length": 22,
     "sha256": "aa98c1d066db2ebf60dc2ad9672675d5b4cfbe7c019901e0e55e58c5284908f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a34kxzvh.js",
     "binary_offset": 191094822,
     "length": 12,
     "sha256": "aaf7cb2ef3a7a4bc6fdd80a2ee379ab13593622bae04e0f154dc14a2f3f561fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-e8phgb2s.js",
     "binary_offset": 187228525,
     "length": 12,
     "sha256": "aaf7cb2ef3a7a4bc6fdd80a2ee379ab13593622bae04e0f154dc14a2f3f561fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209359623,
     "length": 12,
     "sha256": "aaf7cb2ef3a7a4bc6fdd80a2ee379ab13593622bae04e0f154dc14a2f3f561fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209132920,
     "length": 12,
     "sha256": "aaf7cb2ef3a7a4bc6fdd80a2ee379ab13593622bae04e0f154dc14a2f3f561fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177806291,
     "length": 12,
     "sha256": "4907a98bde070fc7a2fd12fc69e6542b35ce274198ff49603baf2af1db877499",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177216532,
     "length": 12,
     "sha256": "960010c970cd3cb64b860bff28030ad58ec59557db4718d1e7c5d05a3f4cdfdb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-https-proxy-lowercase",
   "title": "https_proxy",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-7k6n1zya.js` offset 187213142.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 11,
    "read_paths": [
     "env-object-param",
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175810002,
     "length": 18,
     "sha256": "d9b9304cfed932449640696d771bce42dd49ae72759f3cee92e8d6093b48b9f7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-7k6n1zya.js` offset 187213142.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/network-config"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-as377hwh.js",
      "binary_offset": 211408256,
      "length": 23,
      "sha256": "33d51f7d7ef4c94ac23e2fb30dc491697c3afcf58e94e466e3bf91e9e4748314",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7k6n1zya.js",
     "binary_offset": 187213142,
     "length": 23,
     "sha256": "33d51f7d7ef4c94ac23e2fb30dc491697c3afcf58e94e466e3bf91e9e4748314",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210375208,
     "length": 23,
     "sha256": "33d51f7d7ef4c94ac23e2fb30dc491697c3afcf58e94e466e3bf91e9e4748314",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211408256,
     "length": 23,
     "sha256": "33d51f7d7ef4c94ac23e2fb30dc491697c3afcf58e94e466e3bf91e9e4748314",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211408298,
     "length": 23,
     "sha256": "33d51f7d7ef4c94ac23e2fb30dc491697c3afcf58e94e466e3bf91e9e4748314",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193901313,
     "length": 25,
     "sha256": "60af903f78a6ccfc7bfc41214fed3e454a2fdc706c5a81baef75818356e88a60",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187419618,
     "length": 23,
     "sha256": "33d51f7d7ef4c94ac23e2fb30dc491697c3afcf58e94e466e3bf91e9e4748314",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zt6t8196.js",
     "binary_offset": 179780269,
     "length": 23,
     "sha256": "33d51f7d7ef4c94ac23e2fb30dc491697c3afcf58e94e466e3bf91e9e4748314",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a34kxzvh.js",
     "binary_offset": 191094807,
     "length": 13,
     "sha256": "8d9febeb679a6d7878d7b7446d0887a599dd5e36275c5f453d824940017bde45",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-e8phgb2s.js",
     "binary_offset": 187228500,
     "length": 13,
     "sha256": "8d9febeb679a6d7878d7b7446d0887a599dd5e36275c5f453d824940017bde45",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177806361,
     "length": 13,
     "sha256": "3ba3316cf35c7abeb6b9789fd1461487b45891cd7dbb12a0cd385564a30418ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-https-proxy",
   "title": "HTTPS_PROXY",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Specify HTTPS proxy server for network connections",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "not set",
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Network, proxy and TLS",
    "locations_count": 12,
    "read_paths": [
     "env-object-param",
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809821,
     "length": 18,
     "sha256": "23f75ea63bf7652b2c52e113bf2e3df336e57200b5f9b5a16dcc1d16cb0aaab4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Specify HTTPS proxy server for network connections",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/secure-deployment",
     "https://code.claude.com/docs/en/amazon-bedrock",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-config",
     "https://code.claude.com/docs/en/claude-apps-gateway-deploy"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-kdrnbgc9.js",
      "binary_offset": 199322419,
      "length": 23,
      "sha256": "3ac3671f578cc4ab00a1a40b26f26da056a18d6dced995d404ea92e92d1195b7",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7k6n1zya.js",
     "binary_offset": 187213117,
     "length": 23,
     "sha256": "3ac3671f578cc4ab00a1a40b26f26da056a18d6dced995d404ea92e92d1195b7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210375183,
     "length": 23,
     "sha256": "3ac3671f578cc4ab00a1a40b26f26da056a18d6dced995d404ea92e92d1195b7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199322419,
     "length": 23,
     "sha256": "3ac3671f578cc4ab00a1a40b26f26da056a18d6dced995d404ea92e92d1195b7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193901286,
     "length": 25,
     "sha256": "aa543d1459198cf3721257c1cc6811b2882eb84a05eacecd3cfd185ff2bfb6b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187419593,
     "length": 23,
     "sha256": "3ac3671f578cc4ab00a1a40b26f26da056a18d6dced995d404ea92e92d1195b7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zt6t8196.js",
     "binary_offset": 179780244,
     "length": 23,
     "sha256": "3ac3671f578cc4ab00a1a40b26f26da056a18d6dced995d404ea92e92d1195b7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a34kxzvh.js",
     "binary_offset": 191094792,
     "length": 13,
     "sha256": "e112f4a6e682950219ab2d83219dd5ae44a6d7e517f61f38867be50d349146e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-e8phgb2s.js",
     "binary_offset": 187228474,
     "length": 13,
     "sha256": "e112f4a6e682950219ab2d83219dd5ae44a6d7e517f61f38867be50d349146e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209359663,
     "length": 13,
     "sha256": "e112f4a6e682950219ab2d83219dd5ae44a6d7e517f61f38867be50d349146e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209132960,
     "length": 13,
     "sha256": "e112f4a6e682950219ab2d83219dd5ae44a6d7e517f61f38867be50d349146e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-localdomain",
   "title": "LOCALDOMAIN",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 185061916.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "list-iteration"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 185061916.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185061916,
     "length": 13,
     "sha256": "4df19f9dcabc2aa7ae460cd15c553010153c870e476dd8dd93951b7b83ba9a8b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-no-proxy-lowercase",
   "title": "no_proxy",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-as377hwh.js` offset 211409036.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "*"
    ],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 9,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175810021,
     "length": 15,
     "sha256": "144261fe4ac6bca20f75bd9b515b5aef69099a1888e18c31818ab34e6f2e43b9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-as377hwh.js` offset 211409036.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211409036,
     "length": 20,
     "sha256": "da21c898d855e5a9cd478f75d0d103781b310fa60da4a94818a03fd6fde4bc66",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gzxd8cyw.js",
     "binary_offset": 177137954,
     "length": 20,
     "sha256": "da21c898d855e5a9cd478f75d0d103781b310fa60da4a94818a03fd6fde4bc66",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193898928,
     "length": 20,
     "sha256": "da21c898d855e5a9cd478f75d0d103781b310fa60da4a94818a03fd6fde4bc66",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tce7203z.js",
     "binary_offset": 201794433,
     "length": 20,
     "sha256": "da21c898d855e5a9cd478f75d0d103781b310fa60da4a94818a03fd6fde4bc66",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tm5nr0r0.js",
     "binary_offset": 187183106,
     "length": 10,
     "sha256": "27268c74511e329290641a4bb6232a3a544f3476bc9c3288f4014291920d4cab",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177217375,
     "length": 10,
     "sha256": "27268c74511e329290641a4bb6232a3a544f3476bc9c3288f4014291920d4cab",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zt6t8196.js",
     "binary_offset": 179780332,
     "length": 20,
     "sha256": "da21c898d855e5a9cd478f75d0d103781b310fa60da4a94818a03fd6fde4bc66",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-e8phgb2s.js",
     "binary_offset": 187228591,
     "length": 10,
     "sha256": "209cbdc79a75113d008f1787d62b9a8b4ef079a4df3fe0f841c1e1c993284dda",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177218512,
     "length": 10,
     "sha256": "209cbdc79a75113d008f1787d62b9a8b4ef079a4df3fe0f841c1e1c993284dda",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-no-proxy",
   "title": "NO_PROXY",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "From docs: List of domains and IPs to which requests will be directly issued, bypassing proxy",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "*"
    ],
    "default": "not set",
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Network, proxy and TLS",
    "locations_count": 10,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175809951,
     "length": 15,
     "sha256": "04e027ee51646784948ef762ccbc90f3a9087c4b77e141085805b168243a3a7d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "List of domains and IPs to which requests will be directly issued, bypassing proxy",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-config",
     "https://code.claude.com/docs/en/claude-apps-gateway-deploy",
     "https://code.claude.com/docs/en/claude-apps-gateway"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gzxd8cyw.js",
     "binary_offset": 177137976,
     "length": 20,
     "sha256": "516bafd40364207d420c05ea154d3365260d4373cd0cf485e0ec23820fbb42b1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193898906,
     "length": 20,
     "sha256": "516bafd40364207d420c05ea154d3365260d4373cd0cf485e0ec23820fbb42b1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tce7203z.js",
     "binary_offset": 201794411,
     "length": 20,
     "sha256": "516bafd40364207d420c05ea154d3365260d4373cd0cf485e0ec23820fbb42b1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tm5nr0r0.js",
     "binary_offset": 187183086,
     "length": 10,
     "sha256": "c44a526e128ee94f63489363c2bdfe7ac836c33d230ea7d58c00d0a6a8d42145",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177217393,
     "length": 10,
     "sha256": "c44a526e128ee94f63489363c2bdfe7ac836c33d230ea7d58c00d0a6a8d42145",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zt6t8196.js",
     "binary_offset": 179780310,
     "length": 20,
     "sha256": "516bafd40364207d420c05ea154d3365260d4373cd0cf485e0ec23820fbb42b1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-e8phgb2s.js",
     "binary_offset": 187228571,
     "length": 10,
     "sha256": "6dd616e1b9782699786c04449e793023eef0549aec4b5de0d5a126a376f1d31a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209359698,
     "length": 10,
     "sha256": "6dd616e1b9782699786c04449e793023eef0549aec4b5de0d5a126a376f1d31a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209132995,
     "length": 10,
     "sha256": "6dd616e1b9782699786c04449e793023eef0549aec4b5de0d5a126a376f1d31a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177218532,
     "length": 10,
     "sha256": "6dd616e1b9782699786c04449e793023eef0549aec4b5de0d5a126a376f1d31a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-node-extra-ca-certs",
   "title": "NODE_EXTRA_CA_CERTS",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9yjanq6m.js` offset 180476999.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 14,
    "read_paths": [
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787547,
     "length": 26,
     "sha256": "f92887432ae0dd0dc50990b0e8816dcdadc787f88fdca8098cefcb2b01a2f50a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-9yjanq6m.js` offset 180476999.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/claude-apps-gateway-deploy",
     "https://code.claude.com/docs/en/claude-apps-gateway-on-aws",
     "https://code.claude.com/docs/en/cloud-environments"
    ],
    "also_written": true,
    "raw_truthiness_sites": 6,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-18eh819q.js",
      "binary_offset": 189129858,
      "length": 21,
      "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-2crv8d5h.js",
      "binary_offset": 192123699,
      "length": 21,
      "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-awvb9gqk.js",
      "binary_offset": 200550258,
      "length": 21,
      "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 183922702,
      "length": 21,
      "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-xhzhkvk3.js",
      "binary_offset": 179713063,
      "length": 21,
      "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180476999,
     "length": 31,
     "sha256": "c69b8df7c8ea1554ca39befc361d31d5084a06d5753d15df03e7e0d2dc209327",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-18eh819q.js",
     "binary_offset": 189129858,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192123699,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179707398,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179707806,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179707896,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200550258,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-awvb9gqk.js",
     "binary_offset": 200550324,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183922702,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xhzhkvk3.js",
     "binary_offset": 179713063,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-node-tls-reject-unauthorized",
   "title": "NODE_TLS_REJECT_UNAUTHORIZED",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 185061885.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "list-iteration"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 185061885.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/network-config"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185061885,
     "length": 30,
     "sha256": "1ec3d3d6f70e9950c66167c32adca5d5d0c69ff0f3629a687e74916bb0d0f18d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-res-options",
   "title": "RES_OPTIONS",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 185061944.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "list-iteration"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 185061944.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185061944,
     "length": 13,
     "sha256": "3e93abd51dffd0121f8291d3f453b7143cd6ccb075b34fdd35049b445408bcc9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-proxy-authorization-command",
   "title": "SELF_HOSTED_RUNNER_PROXY_AUTHORIZATION_COMMAND",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-tm5nr0r0.js` offset 187183484.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-tm5nr0r0.js` offset 187183484.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-tm5nr0r0.js",
     "binary_offset": 187183484,
     "length": 6,
     "sha256": "b57226ce3c6baa6e72b1961c0b9c3ddcf872501ac11937d835ba2f1b00a9ed8f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-self-hosted-runner-proxy-authorization-file",
   "title": "SELF_HOSTED_RUNNER_PROXY_AUTHORIZATION_FILE",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-tm5nr0r0.js` offset 187183511.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-tm5nr0r0.js` offset 187183511.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-tm5nr0r0.js",
     "binary_offset": 187183511,
     "length": 6,
     "sha256": "f35cff5c310c18228c5d8038450ddacd7882a9d919659c71b3efdd4b22ae3a20",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ssl-cert-file",
   "title": "SSL_CERT_FILE",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199322444.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Network, proxy and TLS",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788200,
     "length": 20,
     "sha256": "d41514c0d18f0d2396960009e1746139f7cdc064deddf0733e786dff046a265f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199322444.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199322444,
     "length": 25,
     "sha256": "3612832765e3bac55b64f44b582cf4ece300feec2bc41848db940fcff1011174",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-e8phgb2s.js",
     "binary_offset": 187228616,
     "length": 15,
     "sha256": "6a32f876645e27a5ed05d82cb8550c5e611b1c5ea3d4b94a97dba6b5cda9c338",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-cfbundleidentifier",
   "title": "__CFBundleIdentifier",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2crv8d5h.js` offset 192125424.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "com.anthropic.claude-code-url-handler",
     "com.googlecode.iterm2",
     "com.conductor.app"
    ],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 7,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175789064,
     "length": 27,
     "sha256": "9700f3176ba43a12b9088fc062c10b7a8df6e481184d6f663bfd943abf1d12f0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2crv8d5h.js` offset 192125424.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192125424,
     "length": 32,
     "sha256": "a8824fe9d180142883f2ac655e06457428e7b3535b87693432919b91296e7e1a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175756517,
     "length": 32,
     "sha256": "a8824fe9d180142883f2ac655e06457428e7b3535b87693432919b91296e7e1a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175757199,
     "length": 32,
     "sha256": "a8824fe9d180142883f2ac655e06457428e7b3535b87693432919b91296e7e1a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177754663,
     "length": 22,
     "sha256": "abfd2da04bc342af63703a34c2168d47f7e3ef8071c9a44da217a47e3c18c1e2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n3x3cg10.js",
     "binary_offset": 192474571,
     "length": 22,
     "sha256": "abfd2da04bc342af63703a34c2168d47f7e3ef8071c9a44da217a47e3c18c1e2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qn3q4268.js",
     "binary_offset": 200742781,
     "length": 22,
     "sha256": "abfd2da04bc342af63703a34c2168d47f7e3ef8071c9a44da217a47e3c18c1e2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185720943,
     "length": 22,
     "sha256": "abfd2da04bc342af63703a34c2168d47f7e3ef8071c9a44da217a47e3c18c1e2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-alacritty-log",
   "title": "ALACRITTY_LOG",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175758202.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785199,
     "length": 20,
     "sha256": "58958a91dd74c9f7dc0c735814a2bbec81f49b372ae3e4df28fd8de146820454",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175758202.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-h7czh3dz.js",
      "binary_offset": 188280126,
      "length": 15,
      "sha256": "9b3cd551f2cacbcdcee9eee1f0b6cbbe8985cb42ecda61a283f4e88605069d18",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175758202,
      "length": 25,
      "sha256": "bfe1befc004d206843f616f8e3547f26f56c8a0f1b087f6c3df7a08b4a48a1c7",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758202,
     "length": 25,
     "sha256": "bfe1befc004d206843f616f8e3547f26f56c8a0f1b087f6c3df7a08b4a48a1c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h7czh3dz.js",
     "binary_offset": 188280126,
     "length": 15,
     "sha256": "9b3cd551f2cacbcdcee9eee1f0b6cbbe8985cb42ecda61a283f4e88605069d18",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-allusersprofile",
   "title": "ALLUSERSPROFILE",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181373112.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785220,
     "length": 22,
     "sha256": "9b2971e5c79bdf9b33b5c7e1820ea76f550b770136dd00c543488b4dd4d8603c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181373112.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181373112,
     "length": 21,
     "sha256": "b2c39e1dcd391525645fb9c15bb1a6d3c36ce37ceb9cff763084d53d13923954",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-android-home",
   "title": "ANDROID_HOME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-e2e80y4s.js` offset 199623349.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785243,
     "length": 19,
     "sha256": "1e80726be4fbe08d9aa5c4e10ba7b9d6c070f0ce3f803195c4c320feda7d3e2c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-e2e80y4s.js` offset 199623349.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-e2e80y4s.js",
     "binary_offset": 199623349,
     "length": 14,
     "sha256": "309f91718969dc8a9d62106274a0bfc3ff9cd0d0b9479f7db6eff41823308084",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-android-sdk-root",
   "title": "ANDROID_SDK_ROOT",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-e2e80y4s.js` offset 199623365.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785263,
     "length": 23,
     "sha256": "cdf92910d6db07ce105d58ef7d49565fb4dae236a0e317c6bdd18e617bcbfaef",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-e2e80y4s.js` offset 199623365.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-e2e80y4s.js",
     "binary_offset": 199623365,
     "length": 18,
     "sha256": "58d982c544b6e9e7a4f4c0a2f9cf72599d7ae2a989321accf317608733f72e0e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-app-url",
   "title": "APP_URL",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175761850.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785302,
     "length": 14,
     "sha256": "7d96f2bb3c446904e4a0a8f15047efa963d42589fd84fd0b412ff51690770983",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175761850.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761850,
     "length": 19,
     "sha256": "883dc61c3e58779c5de9f601e6b2d295734f72c13b704dcc3b4c4231d305af19",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-appdata",
   "title": "APPDATA",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5b5dkraf.js` offset 212253227.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 11,
    "read_paths": [
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785287,
     "length": 14,
     "sha256": "4cab6e505b8cfa0e2ca0c968a6418712bcf9979bacd8a45b90a3bc52c1571ef3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5b5dkraf.js` offset 212253227.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212253227,
     "length": 19,
     "sha256": "da8ef70289b358e91e2aa39264ef78f46854ac6d162dc9433ab3fcc87a0accb5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193947620,
     "length": 19,
     "sha256": "da8ef70289b358e91e2aa39264ef78f46854ac6d162dc9433ab3fcc87a0accb5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194029901,
     "length": 19,
     "sha256": "da8ef70289b358e91e2aa39264ef78f46854ac6d162dc9433ab3fcc87a0accb5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6r3vp865.js",
     "binary_offset": 196177971,
     "length": 9,
     "sha256": "eb2e727754891b9d951d96f8483f419f6a7b0a08cbb644f4c7bb140d259f2fe2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181462470,
     "length": 9,
     "sha256": "eb2e727754891b9d951d96f8483f419f6a7b0a08cbb644f4c7bb140d259f2fe2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n3x3cg10.js",
     "binary_offset": 192484745,
     "length": 9,
     "sha256": "eb2e727754891b9d951d96f8483f419f6a7b0a08cbb644f4c7bb140d259f2fe2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186021040,
     "length": 9,
     "sha256": "eb2e727754891b9d951d96f8483f419f6a7b0a08cbb644f4c7bb140d259f2fe2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177908112,
     "length": 12,
     "sha256": "19e426c59ab2abef7e5bf76c3ded7e784ce2eddc4de83b753175cb3f5af37783",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181380682,
     "length": 13,
     "sha256": "a541d0650ec0c7d9f589c6915bcad523c31cf5efbcd14d17f5005cc494c7a89a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181388246,
     "length": 13,
     "sha256": "d40dd6dc7ccb25288f5a859071919bb53f7651af5aa930919058b4c01afd3a89",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-browser",
   "title": "BROWSER",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5n3hjv8f.js` offset 189012822.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "true"
    ],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 5,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785447,
     "length": 14,
     "sha256": "7c212959e312ebcb10da269d14e8a0f602742634a37312ca062317470b8f956a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5n3hjv8f.js` offset 189012822.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/troubleshoot-install"
    ],
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-5n3hjv8f.js",
      "binary_offset": 189012822,
      "length": 9,
      "sha256": "ad8a905e46e3211f7c87baf4e346f2532ba910013e8f99c6ca2f1d75cc0e0dc4",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5n3hjv8f.js",
     "binary_offset": 189012822,
     "length": 9,
     "sha256": "ad8a905e46e3211f7c87baf4e346f2532ba910013e8f99c6ca2f1d75cc0e0dc4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5n3hjv8f.js",
     "binary_offset": 189012833,
     "length": 9,
     "sha256": "ad8a905e46e3211f7c87baf4e346f2532ba910013e8f99c6ca2f1d75cc0e0dc4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5n3hjv8f.js",
     "binary_offset": 189013212,
     "length": 9,
     "sha256": "ad8a905e46e3211f7c87baf4e346f2532ba910013e8f99c6ca2f1d75cc0e0dc4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9vp2f13s.js",
     "binary_offset": 188800081,
     "length": 9,
     "sha256": "ad8a905e46e3211f7c87baf4e346f2532ba910013e8f99c6ca2f1d75cc0e0dc4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ysnn4cgk.js",
     "binary_offset": 202733247,
     "length": 9,
     "sha256": "ad8a905e46e3211f7c87baf4e346f2532ba910013e8f99c6ca2f1d75cc0e0dc4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-buildkite",
   "title": "BUILDKITE",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175762148.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785462,
     "length": 16,
     "sha256": "6855176fa5a1899087089756b6e14060d86bc5adb466e069f856d97cccb7eca4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175762148.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175762148,
      "length": 21,
      "sha256": "9466bfb7545a213ee1769e908ff1fb00deb79df4c0d2357c8a5d8eff863d8368",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175762148,
     "length": 21,
     "sha256": "9466bfb7545a213ee1769e908ff1fb00deb79df4c0d2357c8a5d8eff863d8368",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-bun-chrome-path",
   "title": "BUN_CHROME_PATH",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-pmke923e.js` offset 191185161.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785479,
     "length": 22,
     "sha256": "b54b9d3849f2f02f8e67c5e172c2895e564802fb024627f64c0a5c965c0d8e4c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-pmke923e.js` offset 191185161.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-pmke923e.js",
      "binary_offset": 191185161,
      "length": 17,
      "sha256": "497892badaa85e2d749af1977be44b094ac3b3ec3ed7c98be2f3d05ac30fdfdd",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pmke923e.js",
     "binary_offset": 191185161,
     "length": 17,
     "sha256": "497892badaa85e2d749af1977be44b094ac3b3ec3ed7c98be2f3d05ac30fdfdd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pmke923e.js",
     "binary_offset": 191185180,
     "length": 17,
     "sha256": "497892badaa85e2d749af1977be44b094ac3b3ec3ed7c98be2f3d05ac30fdfdd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pmke923e.js",
     "binary_offset": 191185408,
     "length": 17,
     "sha256": "497892badaa85e2d749af1977be44b094ac3b3ec3ed7c98be2f3d05ac30fdfdd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-bun-install",
   "title": "BUN_INSTALL",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-j0a5v99x.js` offset 187047078.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785502,
     "length": 18,
     "sha256": "1f742cfa47555c3107c5d07adaa3045e8ac71514522b4a153baf94289ac65bbd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j0a5v99x.js` offset 187047078.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j0a5v99x.js",
     "binary_offset": 187047078,
     "length": 13,
     "sha256": "c3315b28fd71b3e3a2bbf4914db6168af5c97b65ea42a9747cc84bb6423319a6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-c9-pid",
   "title": "C9_PID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175760755.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175760755.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175760755,
     "length": 18,
     "sha256": "e4c27b8d1dc016ed6a5b9c3cd6b035ba257438e0349d69de46f519b3ac5f4ffb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-c9-user",
   "title": "C9_USER",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175760775.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175760775.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175760775,
     "length": 19,
     "sha256": "97e055e62fcb4533b97beb39a1f0cdff330335301e28e03f54bcce2901e03fa6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-cf-pages",
   "title": "CF_PAGES",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175761247.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785560,
     "length": 15,
     "sha256": "5e608f90c83ef643f4828f77ec7ff2ea106dc04f20dff7a476383f2cf46390fb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175761247.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761247,
     "length": 20,
     "sha256": "d2788c90c0a36b476f61913f1ed94463e141f78fc608ba02b19d806625d83372",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ci",
   "title": "CI",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ff27ds5n.js` offset 188274200.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "destructured"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-ff27ds5n.js` offset 188274200.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ff27ds5n.js",
     "binary_offset": 188274200,
     "length": 4,
     "sha256": "2883b550963d858a7ab6d7f3e09dc4361a40e4bdd1224f7604002774bf65ac9d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-circleci",
   "title": "CIRCLECI",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175762107.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785576,
     "length": 15,
     "sha256": "adf9cc6ef14f31a40c2cb27058621b3b3ba55b92fb8338de7ce39be22b6a9921",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175762107.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175762107,
      "length": 20,
      "sha256": "032d464c3532336d372e431c11d3ea6287d5c0bb2c06a7f5bfd942736c65f3b9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175762107,
     "length": 20,
     "sha256": "032d464c3532336d372e431c11d3ea6287d5c0bb2c06a7f5bfd942736c65f3b9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-coder",
   "title": "CODER",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175760489.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785657,
     "length": 12,
     "sha256": "4dcdcbb0dc5ad75301f1d670135cae3799590a714653697dc3771dc2ea9ded04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175760489.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175760489,
     "length": 17,
     "sha256": "dbd0f0f98946a082de1c8353d0d293b52111b21865e6c7cbde21e9986754d503",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-coder-workspace-name",
   "title": "CODER_WORKSPACE_NAME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175760509.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785670,
     "length": 27,
     "sha256": "08c7f2dc4c856ea80daa1dc397c6a355eeb377be8d9a1a75befc7320bce5f3de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175760509.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175760509,
     "length": 32,
     "sha256": "d922a1cc3c75ae0958c942a9f752e0b3a17762dd91ec5f1fbc4d94d3fd94152c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-codespaces",
   "title": "CODESPACES",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175760390.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785698,
     "length": 17,
     "sha256": "2a8140b6047845fa40b75cbbe59e335a00fb30e10c48028c2e2a3f681581078a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175760390.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175760390,
     "length": 22,
     "sha256": "d78687e128e0cb01d83bcb65af43a64e835ae4664cfb162c227a7b58e16fca70",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-colorfgbg",
   "title": "COLORFGBG",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kb4rbk81.js` offset 188772211.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785716,
     "length": 16,
     "sha256": "87693f05ccb5432132506ec3dcd6ad1e6596df263efe9f0af8391bdc552ba2ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kb4rbk81.js` offset 188772211.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kb4rbk81.js",
     "binary_offset": 188772211,
     "length": 11,
     "sha256": "4bab16fa9fce0197b2cd8f77e107a37391b4bf368e135cc14cba43649313bc94",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-colorterm",
   "title": "COLORTERM",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-4d9jedja.js` offset 191036490.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785733,
     "length": 16,
     "sha256": "3741a8a774773e38f0899c52eb45a6a199025a65b1f96793eeda37b5a8c30443",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-4d9jedja.js` offset 191036490.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-4d9jedja.js",
      "binary_offset": 191036490,
      "length": 11,
      "sha256": "f280844a1eaafd79891bb7ff43d9128ca55f690b52ecafafa0abd847b1bb1cfa",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4d9jedja.js",
     "binary_offset": 191036490,
     "length": 11,
     "sha256": "f280844a1eaafd79891bb7ff43d9128ca55f690b52ecafafa0abd847b1bb1cfa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-comspec-lowercase",
   "title": "ComSpec",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-qn3q4268.js` offset 200736887.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785847,
     "length": 14,
     "sha256": "b3f227926e067d70c4b4c11691de475d8c5e6c46cd1b7b291684569f6fa1a0a5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qn3q4268.js` offset 200736887.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qn3q4268.js",
     "binary_offset": 200736887,
     "length": 9,
     "sha256": "d367c10d0da6bb7fbe6f422a58008d0c5255daac9b5923d44aa68d506d5448a2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-comspec",
   "title": "COMSPEC",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175763450.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "cmd.exe",
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785750,
     "length": 14,
     "sha256": "4ec7c6bbe215129500a4805ebb89c62f7d2055c7690779004783cf1fc93a0a03",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175763450.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175763450,
     "length": 19,
     "sha256": "99cafcff5d770f478a08a0e1fe1beee0a6de4729f25ebae8d08e118acc6291f9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188960425,
     "length": 9,
     "sha256": "d4fc5b63dac42cd8110ed829aacaec030a57794911aca55a9ff3cf35d1071b34",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-conemuansi",
   "title": "ConEmuANSI",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175758473.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785862,
     "length": 17,
     "sha256": "068eb764dc1cea34155b1c0f9e16a13895d6b4560878fbfd9055af0b78d2825c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175758473.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758473,
     "length": 22,
     "sha256": "c8777282ba24ca573473d17006f1ffb7cc8aa07eb5d4e0ed58521a2a5c8c994b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188373061,
     "length": 12,
     "sha256": "f93fd9819f0f88da8858b8deb3c3c6653cadc07635fa2f1717793e38b4065962",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-conemupid",
   "title": "ConEmuPID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175758497.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785880,
     "length": 16,
     "sha256": "e373f1f4152dff64191529d861f74cff1cc480b04c99c790740370b952fc9c63",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175758497.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758497,
     "length": 21,
     "sha256": "c450551711a79f7f47ab0ccb5d45de4203f74265a5815bac62d32b8d0fa05224",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188373075,
     "length": 11,
     "sha256": "f5947c05dedf0b0cda1351f683723eefaed3f10a2ba7de273e5dafdf640c2731",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-conemutask",
   "title": "ConEmuTask",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175758520.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785897,
     "length": 17,
     "sha256": "a27e09717bc676ff265418d675c897c30c559275a3e78b4b291ca1ce58a5e42b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175758520.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758520,
     "length": 22,
     "sha256": "6160aec6808358cd914556b926b32ce6ad001fa7e893bb2a77621d67eab743aa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188373088,
     "length": 12,
     "sha256": "a57dba06600b3c1edd5eed96cb4978f0109b1829acd83aabc0b90ab7b1578a1a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-cursor-trace-id",
   "title": "CURSOR_TRACE_ID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-m24vnr98.js` offset 213410927.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "used as-is (not trimmed)",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 4,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "rawStr",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785824,
     "length": 22,
     "sha256": "4d38da84940218f4664503f572b7de873b662be93c832b17422c602e83a2a4c4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m24vnr98.js` offset 213410927.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175756974,
      "length": 27,
      "sha256": "a240f1a452bcd487f8d86cd4f5bc2622c5b4dc1e33569737e33c97f9d2a34e74",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m24vnr98.js",
     "binary_offset": 213410927,
     "length": 27,
     "sha256": "a240f1a452bcd487f8d86cd4f5bc2622c5b4dc1e33569737e33c97f9d2a34e74",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188371710,
     "length": 27,
     "sha256": "a240f1a452bcd487f8d86cd4f5bc2622c5b4dc1e33569737e33c97f9d2a34e74",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175756974,
     "length": 27,
     "sha256": "a240f1a452bcd487f8d86cd4f5bc2622c5b4dc1e33569737e33c97f9d2a34e74",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-14mz7m5y.js",
     "binary_offset": 192370683,
     "length": 17,
     "sha256": "fa26ec806c82407d5c71fa4dffef9928e8dee2997eae6a2de5d53dacdb5d68a8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-daytona-ws-id",
   "title": "DAYTONA_WS_ID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175760634.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785915,
     "length": 20,
     "sha256": "e11ceb634256df332a8a43761d284243b384d97236ae8098854ba5ab97231872",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175760634.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175760634,
      "length": 25,
      "sha256": "d76f1c62d96fe134574002c457cbf8b23f31ca3d83cb11df74e01ae94bf25158",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175760634,
     "length": 25,
     "sha256": "d76f1c62d96fe134574002c457cbf8b23f31ca3d83cb11df74e01ae94bf25158",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-debug",
   "title": "DEBUG",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to enable debug mode, equivalent to launching with `--debug`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 6,
    "read_paths": [
     "injected-env",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175767887,
     "length": 12,
     "sha256": "29c45ad5d342cb01ddaa6d3e59fed5e120e09b0ea0e7b9c0166f72650521044d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to enable debug mode, equivalent to launching with `--debug`.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "also_written": true,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-c401cmxc.js",
      "binary_offset": 187622842,
      "length": 7,
      "sha256": "e8691df00cb0c76fdbb5e63d2920e54a9fa3e83387f67d5d79070d7c6de68f20",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-zzgfp80e.js",
      "binary_offset": 187647440,
      "length": 7,
      "sha256": "e8691df00cb0c76fdbb5e63d2920e54a9fa3e83387f67d5d79070d7c6de68f20",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197497546,
     "length": 17,
     "sha256": "3f2fec7883021671ff1f2213759e41dd62e91d32684a0c4caa9f083039c5ab24",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gzxd8cyw.js",
     "binary_offset": 177099067,
     "length": 17,
     "sha256": "3f2fec7883021671ff1f2213759e41dd62e91d32684a0c4caa9f083039c5ab24",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gzxd8cyw.js",
     "binary_offset": 177102693,
     "length": 17,
     "sha256": "3f2fec7883021671ff1f2213759e41dd62e91d32684a0c4caa9f083039c5ab24",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c401cmxc.js",
     "binary_offset": 187622842,
     "length": 7,
     "sha256": "e8691df00cb0c76fdbb5e63d2920e54a9fa3e83387f67d5d79070d7c6de68f20",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zzgfp80e.js",
     "binary_offset": 187647440,
     "length": 7,
     "sha256": "e8691df00cb0c76fdbb5e63d2920e54a9fa3e83387f67d5d79070d7c6de68f20",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3rswxk6s.js",
     "binary_offset": 175631763,
     "length": 11,
     "sha256": "95e2df337af0dc81895648a91bcdbc07d66f805353cec3c9674ef392228de5a7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-deno-deployment-id",
   "title": "DENO_DEPLOYMENT_ID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175761297.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785973,
     "length": 25,
     "sha256": "fa9069d11d6a8a7479134c8c6469080b0a6ff7f6c3f510920a53c7a9dd866454",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175761297.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175761297,
      "length": 30,
      "sha256": "a0569b4ed530ea839f90b3d9344832f65e76284ac81ec9b8c3048e1d0d45b0dd",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761297,
     "length": 30,
     "sha256": "a0569b4ed530ea839f90b3d9344832f65e76284ac81ec9b8c3048e1d0d45b0dd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-devpod",
   "title": "DEVPOD",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175760562.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175760562.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175760562,
     "length": 18,
     "sha256": "a0e21599ce619ffff9dd7898b78524920084af4d59edf1cf5961081d6b1f65e2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-devpod-workspace-uid",
   "title": "DEVPOD_WORKSPACE_UID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175760583.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175760583.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175760583,
     "length": 32,
     "sha256": "7941e754633136e831845c8f5bdace51ed05190e4f0106e9fe23407b955b21a0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-display",
   "title": "DISPLAY",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ddjnk2nr.js` offset 182209726.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175785999,
     "length": 14,
     "sha256": "d875c3f36ed2845802ecfeff1ae7e64870ca01b44456e29e0334dea438051e39",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ddjnk2nr.js` offset 182209726.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-5n3hjv8f.js",
      "binary_offset": 189012937,
      "length": 9,
      "sha256": "a69ca451a4cbc60c582255344fb04aedd12dd44eb5189bb04ea4301e3a2baa24",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ddjnk2nr.js",
     "binary_offset": 182209726,
     "length": 19,
     "sha256": "4dcc9e064617cae3ded14f9681156d9f300fd5cc936661151d3256c8532b6d14",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5n3hjv8f.js",
     "binary_offset": 189012937,
     "length": 9,
     "sha256": "a69ca451a4cbc60c582255344fb04aedd12dd44eb5189bb04ea4301e3a2baa24",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-dyno",
   "title": "DYNO",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175761138.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786034,
     "length": 11,
     "sha256": "afe36a8e0b1a882474ca84a0c19f85270276b77c077aef2ab614583e1a889ad1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175761138.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175761138,
      "length": 16,
      "sha256": "5bfcb51f2ce88e4b5f3b0f25fc9e717974477530d7350c3bcbf7101967949ecd",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761138,
     "length": 16,
     "sha256": "5bfcb51f2ce88e4b5f3b0f25fc9e717974477530d7350c3bcbf7101967949ecd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-editor",
   "title": "EDITOR",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-37wqz87g.js` offset 192648222.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 5,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786046,
     "length": 13,
     "sha256": "6342cb734618080f992f4a4ba27d7c333db8dfc121cdec7eaf6db2c0622e9259",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-37wqz87g.js` offset 192648222.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-37wqz87g.js",
      "binary_offset": 192648222,
      "length": 8,
      "sha256": "e2aba24c6520a5c71b5d0ffb74bfe73b3af16b796ec58967ed803d915a0aa87b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-n30gnfqc.js",
      "binary_offset": 213756239,
      "length": 8,
      "sha256": "e2aba24c6520a5c71b5d0ffb74bfe73b3af16b796ec58967ed803d915a0aa87b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-37wqz87g.js",
     "binary_offset": 192648222,
     "length": 8,
     "sha256": "e2aba24c6520a5c71b5d0ffb74bfe73b3af16b796ec58967ed803d915a0aa87b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-37wqz87g.js",
     "binary_offset": 192648243,
     "length": 8,
     "sha256": "e2aba24c6520a5c71b5d0ffb74bfe73b3af16b796ec58967ed803d915a0aa87b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9vp2f13s.js",
     "binary_offset": 188800151,
     "length": 8,
     "sha256": "e2aba24c6520a5c71b5d0ffb74bfe73b3af16b796ec58967ed803d915a0aa87b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n30gnfqc.js",
     "binary_offset": 213756239,
     "length": 8,
     "sha256": "e2aba24c6520a5c71b5d0ffb74bfe73b3af16b796ec58967ed803d915a0aa87b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n30gnfqc.js",
     "binary_offset": 213756262,
     "length": 8,
     "sha256": "e2aba24c6520a5c71b5d0ffb74bfe73b3af16b796ec58967ed803d915a0aa87b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-fly-app-name",
   "title": "FLY_APP_NAME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175761173.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175761173.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761173,
     "length": 24,
     "sha256": "e98aa30745613174c9c84961968f4b1f18f69886e94791b0a3fdf4754d450e25",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-fly-machine-id",
   "title": "FLY_MACHINE_ID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175761199.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175761199.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761199,
     "length": 26,
     "sha256": "eb90c0ce216100f30db129d0195d06dd7cc217c0540e477babbb1eac8b42815e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-force-code-terminal",
   "title": "FORCE_CODE_TERMINAL",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 186023089.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175781057,
     "length": 26,
     "sha256": "b5c5b71c343cd03be1447b19187405e5feb1f48278407dab75e4d296109b4846",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 186023089.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 186023089,
      "length": 31,
      "sha256": "6d127f083a6305e536e583c15eff19fbc93d069a037ac24f7198b2d1115949b5",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186023089,
     "length": 31,
     "sha256": "6d127f083a6305e536e583c15eff19fbc93d069a037ac24f7198b2d1115949b5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-force-color",
   "title": "FORCE_COLOR",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyjbafrm.js` offset 183454617.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "used as-is (not trimmed)",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "rawStr",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786060,
     "length": 18,
     "sha256": "bbdea0cfa275eeb4df8bb4fcc915df4e0070dca49635d2e5784def5a1bf92f21",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-wyjbafrm.js` offset 183454617.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183454617,
     "length": 23,
     "sha256": "15ab5bb84e2ba0e9a8fa3ce7ea96956b4652dcd04cadf039e9fff0acab1e35f8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3mdsq6vb.js",
     "binary_offset": 177177519,
     "length": 13,
     "sha256": "e574f09a3c270e4a210ceb568f8a74c69bfcc23b6f6b14bd352a9f21803d00ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3mdsq6vb.js",
     "binary_offset": 177177829,
     "length": 13,
     "sha256": "e574f09a3c270e4a210ceb568f8a74c69bfcc23b6f6b14bd352a9f21803d00ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-force-hyperlink",
   "title": "FORCE_HYPERLINK",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "From docs: Set to `1` to enable clickable OSC 8 hyperlinks when your terminal supports them but isn't auto-detected, or `0` to disable them.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "destructured"
    ],
    "schema_type": null,
    "description": "Set to `1` to enable clickable OSC 8 hyperlinks when your terminal supports them but isn't auto-detected, or `0` to disable them.",
    "description_source": "docs",
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-view",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/interactive-mode",
     "https://code.claude.com/docs/en/statusline"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ff27ds5n.js",
     "binary_offset": 188274205,
     "length": 17,
     "sha256": "dbf93b31035b883c2dfef4fbc0dddc88dc2403e88979564ebae7916b20633427",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-gcm-interactive",
   "title": "GCM_INTERACTIVE",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199323286.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786101,
     "length": 22,
     "sha256": "f80d11afee0072043dfff4317800157e7eb5de1474bcacd8bd589da38559ceca",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199323286.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-deploy"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199323286,
     "length": 17,
     "sha256": "6bbeb3c8298fb029814cf65eb0e826136a0ee7ad98641e308e0649b050212bc1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-gh-enterprise-token",
   "title": "GH_ENTERPRISE_TOKEN",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181848948.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786145,
     "length": 26,
     "sha256": "9752cba7bc148bccba50450ff03add4eab1d59185c1d459372009c3224a644d9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181848948.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/interactive-mode"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181848948,
     "length": 31,
     "sha256": "9c5226ea9ee47301864c12d79e5ff8886360267ce1302354d071ccaa36453f7e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-gh-host",
   "title": "GH_HOST",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181848925.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786172,
     "length": 14,
     "sha256": "875babae278f846396a7743025c2f5ab2ac4b9397319225c55428983b109163f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181848925.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/interactive-mode"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181848925,
     "length": 19,
     "sha256": "95d3efd7ec2fb88bc0710151750e38e4544671b103421394e61b899fb184efc8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181862558,
     "length": 19,
     "sha256": "95d3efd7ec2fb88bc0710151750e38e4544671b103421394e61b899fb184efc8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-gh-token",
   "title": "GH_TOKEN",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181848875.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786187,
     "length": 15,
     "sha256": "85b9cae0640dd5e9d2fa7d7ef59c7a14d71642feb4b0ddb231738d602c526e37",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181848875.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/cloud-environments",
     "https://code.claude.com/docs/en/errors",
     "https://code.claude.com/docs/en/interactive-mode",
     "https://code.claude.com/docs/en/plugins/host-marketplace"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181848875,
     "length": 20,
     "sha256": "4d29d2e59420662ee296a51bb7abe461834e615de562f9c6c433386491d781cc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-git-askpass",
   "title": "GIT_ASKPASS",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199323231.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786627,
     "length": 18,
     "sha256": "d79571bcd42e35af6c58b002757c108242d5dd09ab4a8ba0159532b00303345d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199323231.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-deploy"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-y8am1j53.js",
      "binary_offset": 187317449,
      "length": 13,
      "sha256": "77c0011a349205a46bdb2903acbad11296286d86d0174b2ecb121db2d0a79b35",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199323231,
     "length": 13,
     "sha256": "77c0011a349205a46bdb2903acbad11296286d86d0174b2ecb121db2d0a79b35",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187317449,
     "length": 13,
     "sha256": "77c0011a349205a46bdb2903acbad11296286d86d0174b2ecb121db2d0a79b35",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-git-config-count",
   "title": "GIT_CONFIG_COUNT",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9yjanq6m.js` offset 180473972.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "0",
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 8,
    "read_paths": [
     "env-getter-call",
     "env-object-param",
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786646,
     "length": 23,
     "sha256": "f60c61f9a22f6e50e8b938dd86f067ed7d7088827a81e36ae7615cff2a689920",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-9yjanq6m.js` offset 180473972.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180473972,
     "length": 28,
     "sha256": "ada3e46b65e8e5eafcc34ce80d80af01b64a05a6e38a1d67a9d47c9b32949d55",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pth895g3.js",
     "binary_offset": 182612409,
     "length": 18,
     "sha256": "9502db87aa721dc97572399c3bbb198338e8c4ddbbfc71a667854172327789f7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187363084,
     "length": 28,
     "sha256": "ada3e46b65e8e5eafcc34ce80d80af01b64a05a6e38a1d67a9d47c9b32949d55",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199327733,
     "length": 18,
     "sha256": "083e837a3c5fa6470b4ed8cf5e3fb78c4e15a181d3c912cac7b20e1594138595",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pez7h27x.js",
     "binary_offset": 176532980,
     "length": 18,
     "sha256": "083e837a3c5fa6470b4ed8cf5e3fb78c4e15a181d3c912cac7b20e1594138595",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212202917,
     "length": 22,
     "sha256": "badc2b49869df6e281444810665d9531117f4401443ca658de09579e5ef940ed",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pez7h27x.js",
     "binary_offset": 176514528,
     "length": 24,
     "sha256": "f05e0948334a3036b74ac8ad18d492cf7f390a8c73f34f4b8c671bbeedea684f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pez7h27x.js",
     "binary_offset": 176513403,
     "length": 18,
     "sha256": "eaa01d67a1b65a3bd0bd5b1fc4cbbea1549f4f27bdd018bfb46bd642a80c8cf6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-git-config-global",
   "title": "GIT_CONFIG_GLOBAL",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199324357.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 5,
    "read_paths": [
     "env-getter-call",
     "list-iteration",
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786670,
     "length": 24,
     "sha256": "7561297c9d591a09c95846e28e00ed6baa2b369608b4022d6e1809d87d346db9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199324357.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199324357,
     "length": 29,
     "sha256": "c6d7625a89848bcef5e4085e6cc19ebfd3147ac4f06ee149f311c8fe18a3b353",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187302676,
     "length": 29,
     "sha256": "c6d7625a89848bcef5e4085e6cc19ebfd3147ac4f06ee149f311c8fe18a3b353",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187480102,
     "length": 29,
     "sha256": "c6d7625a89848bcef5e4085e6cc19ebfd3147ac4f06ee149f311c8fe18a3b353",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181494352,
     "length": 25,
     "sha256": "ce1adb2527d28af67ff27b135c31dc5fbd88c56f71af71160ab02da63e7d3543",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pth895g3.js",
     "binary_offset": 182619302,
     "length": 19,
     "sha256": "7634890f924dcd7f3407422647030ebd3ffb6ac7d0d655fa323897e53330787c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-family-git-config-key-x",
   "title": "GIT_CONFIG_KEY_*",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "From code: The variable name is built at run time; `*` stands for a value filled in by the code.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "template-key"
    ],
    "schema_type": null,
    "description": "The variable name is built at run time; `*` stands for a value filled in by the code.",
    "description_source": "code",
    "name_pattern": true,
    "matches_documented": [],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pth895g3.js",
     "binary_offset": 182612511,
     "length": 24,
     "sha256": "cfc8a4f2b30fc19f62507d20223285d4d08c0a9c1466f801ad2da9b2f8e6097f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-git-config-nosystem",
   "title": "GIT_CONFIG_NOSYSTEM",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181494437.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "env-getter-call"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786695,
     "length": 26,
     "sha256": "59795154f846f2944272ef843c4be4de51f7b66269e588a69325ebc5835bc590",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181494437.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181494437,
     "length": 27,
     "sha256": "cc3bfe261b3cbb3f2db63b5c359b3326a420869888dbba35f8619095ebefb807",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-git-config-parameters",
   "title": "GIT_CONFIG_PARAMETERS",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-pth895g3.js` offset 182612621.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "helper",
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-pth895g3.js` offset 182612621.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pth895g3.js",
     "binary_offset": 182612621,
     "length": 23,
     "sha256": "a7cd89dd74e8b85549408b23147f7ef614656d75d5e79268a95a798bd801e856",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212203145,
     "length": 27,
     "sha256": "400ad94f46dbfeb1f6b2b30d916809c0c486612385e27fd3de0662518e2560b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-git-config-system",
   "title": "GIT_CONFIG_SYSTEM",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181494380.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "env-getter-call",
     "list-iteration"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181494380.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181494380,
     "length": 25,
     "sha256": "87fa52d1332dbcd33ae17d63e5c60a93582827ba31a516527faf7ae1a7231776",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pth895g3.js",
     "binary_offset": 182619322,
     "length": 19,
     "sha256": "db7eed65dc8e2f5fbfa3218cc07045b60204c331df1846e6d71f5c3419f36b46",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-family-git-config-value-x",
   "title": "GIT_CONFIG_VALUE_*",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "From code: The variable name is built at run time; `*` stands for a value filled in by the code.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "template-key"
    ],
    "schema_type": null,
    "description": "The variable name is built at run time; `*` stands for a value filled in by the code.",
    "description_source": "code",
    "name_pattern": true,
    "matches_documented": [],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pth895g3.js",
     "binary_offset": 182612538,
     "length": 26,
     "sha256": "7bddd27f1a666eabd436cde237e3a071acfb977e72cf059fe69bbfd7b01a8db0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-git-no-lazy-fetch",
   "title": "GIT_NO_LAZY_FETCH",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-93fap8m8.js` offset 181172561.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "env-getter-call"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-93fap8m8.js` offset 181172561.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-93fap8m8.js",
     "binary_offset": 181172561,
     "length": 25,
     "sha256": "4cb9bb718315dd38cbe3458fc3fdc466be7bad8bda70b488298950bbc08f38c5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-git-ssh-command",
   "title": "GIT_SSH_COMMAND",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-7k6n1zya.js` offset 187214357.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "ssh",
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 5,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786722,
     "length": 22,
     "sha256": "4459935d7fe76667fc4a4687bf88fe3b9132f04f3b40c89c2046de5623ffadc8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-7k6n1zya.js` offset 187214357.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-deploy"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7k6n1zya.js",
     "binary_offset": 187214357,
     "length": 27,
     "sha256": "58764ff198f2525eb7442a06eff352444c562298e76445a1fc067145cfe22304",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187420297,
     "length": 27,
     "sha256": "58764ff198f2525eb7442a06eff352444c562298e76445a1fc067145cfe22304",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199327831,
     "length": 17,
     "sha256": "f071d5465572129ab8023237a1e99849c795084ba113501b86091b665bad43bf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rwx9yk1k.js",
     "binary_offset": 194870807,
     "length": 17,
     "sha256": "f071d5465572129ab8023237a1e99849c795084ba113501b86091b665bad43bf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187418680,
     "length": 17,
     "sha256": "f071d5465572129ab8023237a1e99849c795084ba113501b86091b665bad43bf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-git-terminal-prompt",
   "title": "GIT_TERMINAL_PROMPT",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199323152.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786789,
     "length": 26,
     "sha256": "8517a8dc13a9baf7e6f3bfdd6caedf46741d98eb3ed804e04996d7fbd82cd98e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199323152.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-deploy"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199323152,
     "length": 21,
     "sha256": "e65f8626683289d2a7fbd02de4ffda99f13eb24fe82d01f4b393cfc71448602b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-github-action-inputs",
   "title": "GITHUB_ACTION_INPUTS",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cpf7rt77.js` offset 191861811.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "used as-is (not trimmed)",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "rawStr",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786225,
     "length": 27,
     "sha256": "b300b82ebea951a886b8e6b4255d4c3e2da93d01da6d1f766a7753a4687effea",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cpf7rt77.js` offset 191861811.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191861811,
     "length": 22,
     "sha256": "872d29c85cdd00b3388cfa27a6a475045cdd5822264def59a9ebea4f80b77760",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-github-action-path",
   "title": "GITHUB_ACTION_PATH",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178521009.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 4,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786253,
     "length": 25,
     "sha256": "fd6181303fff449590484bbdfd59e31f907c934bef508f30fada3c0dcfdd495c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178521009.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178521009,
     "length": 30,
     "sha256": "63872dc2e23389e646735d56784a4f15ce73b0fcca2d586ee975e4c5746a6e2e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178521073,
     "length": 30,
     "sha256": "63872dc2e23389e646735d56784a4f15ce73b0fcca2d586ee975e4c5746a6e2e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177811030,
     "length": 30,
     "sha256": "63872dc2e23389e646735d56784a4f15ce73b0fcca2d586ee975e4c5746a6e2e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177816769,
     "length": 30,
     "sha256": "63872dc2e23389e646735d56784a4f15ce73b0fcca2d586ee975e4c5746a6e2e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-github-actions",
   "title": "GITHUB_ACTIONS",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178519674.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 6,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786203,
     "length": 21,
     "sha256": "95e1f1f2855a14984aab04447f4285a6bb79f692d410155dbac7a6071ae0ec72",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178519674.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178519674,
     "length": 26,
     "sha256": "5cc8b904f47b1e02aa10c77573b3b231ceb9495b5ca29f5d41377f73a063d36a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178520811,
     "length": 26,
     "sha256": "5cc8b904f47b1e02aa10c77573b3b231ceb9495b5ca29f5d41377f73a063d36a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8mkwx7mn.js",
     "binary_offset": 176706033,
     "length": 26,
     "sha256": "5cc8b904f47b1e02aa10c77573b3b231ceb9495b5ca29f5d41377f73a063d36a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175762006,
     "length": 26,
     "sha256": "5cc8b904f47b1e02aa10c77573b3b231ceb9495b5ca29f5d41377f73a063d36a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178211524,
     "length": 16,
     "sha256": "535d4a9b01e690732c774613114e4b362dc3a3cc7ff0b9dc3a2cb6c95d1f158a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192068151,
     "length": 16,
     "sha256": "535d4a9b01e690732c774613114e4b362dc3a3cc7ff0b9dc3a2cb6c95d1f158a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-github-actor",
   "title": "GITHUB_ACTOR",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178211573.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786279,
     "length": 19,
     "sha256": "a8e58df970fbb734f8f0073601b6704238c2819b5cce3ce80cc9986b2d7dd508",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178211573.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178211573,
     "length": 14,
     "sha256": "bdbdbc09f38466d681000b1cca25762231944acb732f8c46171b13ecb1168f07",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185456291,
     "length": 14,
     "sha256": "bdbdbc09f38466d681000b1cca25762231944acb732f8c46171b13ecb1168f07",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-github-actor-id",
   "title": "GITHUB_ACTOR_ID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178211596.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786299,
     "length": 22,
     "sha256": "1cda469fd1599f5dd0736fcc05624a46927894a1258bc2dec677b06e39f3ad4a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178211596.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178211596,
     "length": 17,
     "sha256": "efc90f87184593b26325e48878324e133f3338c3145fe78a55f214009670ab94",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-github-enterprise-token",
   "title": "GITHUB_ENTERPRISE_TOKEN",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181848981.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786322,
     "length": 30,
     "sha256": "78117fbdb6735f1f504856c7b1a223a7343c2d6be28f6a292cc54e75acbc2af7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181848981.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/interactive-mode"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181848981,
     "length": 35,
     "sha256": "80d49428115f24b42a1199867e8f469d83742f476653f25fcadfb4e1d944d804",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-github-env",
   "title": "GITHUB_ENV",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177810560.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 4,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786353,
     "length": 17,
     "sha256": "ad42540c5a4c27966e2dc8b40ac7d8e5d7a463e46da7090c12222751871b7ac3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177810560.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-hkrvpm2b.js",
      "binary_offset": 177810560,
      "length": 22,
      "sha256": "85a6c474f1b3a20a77796f530ca5baa18984d50f712782cec57494357ec19d87",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-hkrvpm2b.js",
      "binary_offset": 177816829,
      "length": 22,
      "sha256": "85a6c474f1b3a20a77796f530ca5baa18984d50f712782cec57494357ec19d87",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177810560,
     "length": 22,
     "sha256": "85a6c474f1b3a20a77796f530ca5baa18984d50f712782cec57494357ec19d87",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177810585,
     "length": 22,
     "sha256": "85a6c474f1b3a20a77796f530ca5baa18984d50f712782cec57494357ec19d87",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177816829,
     "length": 22,
     "sha256": "85a6c474f1b3a20a77796f530ca5baa18984d50f712782cec57494357ec19d87",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177816854,
     "length": 22,
     "sha256": "85a6c474f1b3a20a77796f530ca5baa18984d50f712782cec57494357ec19d87",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-github-event-name",
   "title": "GITHUB_EVENT_NAME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178520857.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786371,
     "length": 24,
     "sha256": "6e6dc601a09867e27ecf17a64726d14e790166e2b9acaea05cc52c4b9f2dbd8d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178520857.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178520857,
     "length": 29,
     "sha256": "002d2186ad2b3a55e8807baae7008183f4cad88469f95941dc408816468b9675",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-github-event-path",
   "title": "GITHUB_EVENT_PATH",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177811079.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786396,
     "length": 24,
     "sha256": "e09b69f2aa58d8022f2d03d957cd689f34e39873ae68e61851aebd6a45f05b4a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177811079.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177811079,
     "length": 29,
     "sha256": "4d6b1a0942e3363dcfce5f3b3f59e132125e484937cd7ce840ae49ee4a3ac842",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177818404,
     "length": 29,
     "sha256": "4d6b1a0942e3363dcfce5f3b3f59e132125e484937cd7ce840ae49ee4a3ac842",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-github-repository",
   "title": "GITHUB_REPOSITORY",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178211625.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786421,
     "length": 24,
     "sha256": "93c26eab4b291d4a429d16605ef6e5bd16cd60764206f5220c6667cbe045f615",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178211625.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178211625,
     "length": 19,
     "sha256": "98dca9d08196bb5033620f5dfb0b495655c83fabaf2aff8e663c9616beb37dc4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-github-repository-id",
   "title": "GITHUB_REPOSITORY_ID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178211658.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786446,
     "length": 27,
     "sha256": "f51df141ebca4dd9c613fde81541975ab217f1df28b94731532fa831220949b2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178211658.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178211658,
     "length": 22,
     "sha256": "0a9247c94c0202bf6d5da8ce44657560821fab3b0135fa20eb5e4f898afddf74",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-github-repository-owner",
   "title": "GITHUB_REPOSITORY_OWNER",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178211697.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786474,
     "length": 30,
     "sha256": "4db8c57472d74443cc43d9b0e0083cd277ab427da9f83780591a45cb039de02a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178211697.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178211697,
     "length": 25,
     "sha256": "4bf7a1f33a07250efeb31ff1dbf00dddcb0838b7e7ec52fa536e28796451d9dd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-github-repository-owner-id",
   "title": "GITHUB_REPOSITORY_OWNER_ID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178211741.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786505,
     "length": 33,
     "sha256": "93855c5391c8eeec39d99f6948d0376e6ee07e5d08ac6a3ca1a646f8390fd194",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178211741.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178211741,
     "length": 28,
     "sha256": "11aaad6057a2dc909690f3eb55846bb906848c4c2a3b94f629a09d2ed2e04d13",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-github-token",
   "title": "GITHUB_TOKEN",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181848897.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786539,
     "length": 19,
     "sha256": "2448ee012b72ca0d761d3c2ca2be0c52573e56004e7374979ddef6208aa82bd6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181848897.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/cloud-environments",
     "https://code.claude.com/docs/en/github-actions-cloud-providers",
     "https://code.claude.com/docs/en/github-actions",
     "https://code.claude.com/docs/en/interactive-mode"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181848897,
     "length": 24,
     "sha256": "d84c66c7d4334fd67c08315cde07e0a1c9c1d22752960108f83c927bcceaae73",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-github-workspace",
   "title": "GITHUB_WORKSPACE",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177810618.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786559,
     "length": 23,
     "sha256": "1354f4f452c0abf32048c31d607dd359b9166e7675e80781c07a9c91d7c8d709",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177810618.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177810618,
     "length": 28,
     "sha256": "c45e337f9c822754b0ce185334827827075a9fdc2e1bcb3b4f0da18177f8e16b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177816902,
     "length": 28,
     "sha256": "c45e337f9c822754b0ce185334827827075a9fdc2e1bcb3b4f0da18177f8e16b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-gitlab-ci",
   "title": "GITLAB_CI",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175762063.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786583,
     "length": 16,
     "sha256": "74bd21159fc63d4eab5f33f1a226bee7cdde10d3d9aff0e05adc8d397bc82c77",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175762063.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175762063,
     "length": 21,
     "sha256": "3ee25c2587a6d4b28c708462cc1ca82c38998e3e5e1c32ac2623f908f24fabce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-gitpod-workspace-id",
   "title": "GITPOD_WORKSPACE_ID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175760436.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786600,
     "length": 26,
     "sha256": "184a539f0beb9cecec288bf4e48e65b96b01b5c8d186dbd33a4152c5da5f52d1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175760436.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175760436,
      "length": 31,
      "sha256": "0bd1a41d7635017d02773ca96bc34568cdfcd207891ca21cc27263cb699225d4",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175760436,
     "length": 31,
     "sha256": "0bd1a41d7635017d02773ca96bc34568cdfcd207891ca21cc27263cb699225d4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-gnome-terminal-service",
   "title": "GNOME_TERMINAL_SERVICE",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175757958.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175786816,
     "length": 29,
     "sha256": "3aca78c5d8f19fadb12aaeec0b52aa387a7006666a17cf42879aa80753d07a78",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175757958.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175757958,
      "length": 34,
      "sha256": "8fcf299df38f260b9c1e2301ab2ac8eea924104310e7c0ffb1cf0bef957f582b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175757958,
     "length": 34,
     "sha256": "8fcf299df38f260b9c1e2301ab2ac8eea924104310e7c0ffb1cf0bef957f582b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-histfile",
   "title": "HISTFILE",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-6r3vp865.js` offset 196178018.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787009,
     "length": 15,
     "sha256": "eeede014fba3274cc190be2defae3b9a5d98ed507c3314fc3723bc2a72976f96",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6r3vp865.js` offset 196178018.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6r3vp865.js",
     "binary_offset": 196178018,
     "length": 10,
     "sha256": "e5c41ee296dcc3e6b5c7b1e5daf671ce1c6f8106d354db2ebd85700fafdc8aab",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-home",
   "title": "HOME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177803550.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 11,
    "read_paths": [
     "destructured",
     "env-getter-call",
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787025,
     "length": 11,
     "sha256": "2e696cd9dbeec1aa2a50e0e9e0a17cabd64633579070cd70c18ab6939136dadf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hkrvpm2b.js` offset 177803550.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/configuration",
     "https://code.claude.com/docs/en/agent-sdk/python",
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/server-managed-settings",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177803550,
     "length": 6,
     "sha256": "8b7d8232053ef8f3921294560f056f8f41b499f8112ed51f1d06e854199e773e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193947656,
     "length": 16,
     "sha256": "dc770fd456505f1012a65a504cc8a4b81cd119eba8702dacf77e4043b9f477f2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194029932,
     "length": 16,
     "sha256": "dc770fd456505f1012a65a504cc8a4b81cd119eba8702dacf77e4043b9f477f2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187302708,
     "length": 16,
     "sha256": "dc770fd456505f1012a65a504cc8a4b81cd119eba8702dacf77e4043b9f477f2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5bd42gny.js",
     "binary_offset": 178967194,
     "length": 6,
     "sha256": "96f84efa9da18875177b7c5f9d7b2623d4dd96de5860787fdcd58bc04dad258d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5bd42gny.js",
     "binary_offset": 178968035,
     "length": 6,
     "sha256": "96f84efa9da18875177b7c5f9d7b2623d4dd96de5860787fdcd58bc04dad258d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-e8phgb2s.js",
     "binary_offset": 187228439,
     "length": 6,
     "sha256": "96f84efa9da18875177b7c5f9d7b2623d4dd96de5860787fdcd58bc04dad258d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qppfwkb3.js",
     "binary_offset": 179678970,
     "length": 6,
     "sha256": "96f84efa9da18875177b7c5f9d7b2623d4dd96de5860787fdcd58bc04dad258d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177908315,
     "length": 9,
     "sha256": "5c22125dccdcd299c619c91985f7ff01c01bf35041b73d5aef0a0fbc1aa5ebc0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181495500,
     "length": 12,
     "sha256": "9ad0126dcfd0c34b265fff361280b7e2e1cdedf0ed293132a065a7d6699c49ea",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-homedrive",
   "title": "HOMEDRIVE",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181380634.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 4,
    "read_paths": [
     "destructured",
     "env-getter-call",
     "helper"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787037,
     "length": 16,
     "sha256": "4dd9ff984cefb1dbd656f241bad736d86d583fc3e6ffca1e11ef65ce40e999e0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181380634.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181380634,
     "length": 15,
     "sha256": "9c9274b992e28416756bbaaa1d6ab805022fdf0757a74a09ec071b84b3804e4a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181383634,
     "length": 15,
     "sha256": "9c9274b992e28416756bbaaa1d6ab805022fdf0757a74a09ec071b84b3804e4a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181495515,
     "length": 17,
     "sha256": "ac1dbeaa8270d4ae7a454129797e6abe36dd154b5f863f9e0bfdb7ddc8dc71ac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vd8c0jpy.js",
     "binary_offset": 193651991,
     "length": 24,
     "sha256": "c2fc1ab23be1cc4867d0ee6f27b2e03b03eba30e70023a5e02d7dc2dd2e89960",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-homepath",
   "title": "HOMEPATH",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181380659.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 3,
    "read_paths": [
     "destructured",
     "env-getter-call",
     "helper"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787054,
     "length": 15,
     "sha256": "b96c2e89a3ac8c39b8ff60390a58eb7dbbb8a7f245c10f025159b123bcd6775c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181380659.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181380659,
     "length": 14,
     "sha256": "7663da38bd61f6055695735801c51622ab6d8c1e8eff6cf24e1b6829550a172c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181495535,
     "length": 16,
     "sha256": "d6e850331ab7c110625fe989a719d0bc354bcd5d27ecd61d96b2d462d97a6278",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vd8c0jpy.js",
     "binary_offset": 193651980,
     "length": 10,
     "sha256": "d43197850adf4bb66f4c3cece5d797c4cad5a4a727ff8f44161d34139decba01",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-hostname",
   "title": "HOSTNAME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2mgnea7j.js` offset 177945418.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-2mgnea7j.js` offset 177945418.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177945418,
     "length": 33,
     "sha256": "5c1b2b572227cfec67bcebe4d933248cb4668e93ab2cd0b3afa39edeaf334d4e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ink-screen-reader",
   "title": "INK_SCREEN_READER",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-6sap1w9m.js` offset 188723814.",
   "documented": null,
   "details": {
    "read_as": "boolean",
    "read_as_note": "true when the value, trimmed and lowercased, is 1, true, yes or on; anything else is false",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175781132,
     "length": 24,
     "sha256": "e0472396cf6f80202638445334cf7c7a7ff6db70dba3ea21d062a925322ee2d5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6sap1w9m.js` offset 188723814.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188723814,
     "length": 29,
     "sha256": "064450f60af6b0f4a9f7cbf1c7ea015f715ef15297ff59d2e4eee5b96b556268",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-intellij-terminal-command-blocks",
   "title": "INTELLIJ_TERMINAL_COMMAND_BLOCKS",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-t2rrzp0p.js` offset 188378385.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787130,
     "length": 39,
     "sha256": "af1aaa30ccb56336c8c3325743931b84f61788713e791beeeac056cbc579b50e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-t2rrzp0p.js` offset 188378385.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188378385,
     "length": 44,
     "sha256": "1054b8d6bdf0404d304d2b550152f62e676c8086c7238eebb581ea41350480a8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-intellij-terminal-command-blocks-reworked",
   "title": "INTELLIJ_TERMINAL_COMMAND_BLOCKS_REWORKED",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-t2rrzp0p.js` offset 188378321.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787170,
     "length": 48,
     "sha256": "ea18669a99de5964ae7406ef26e3e9ecbf727342f2c7c5aad6d55dbfab9ea4b2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-t2rrzp0p.js` offset 188378321.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188378321,
     "length": 53,
     "sha256": "d49c5da52c2bbc68196ec1346bf1ccfd4f10c38f8462ba2b79b5ce3e26bc281e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-iterm-session-id",
   "title": "ITERM_SESSION_ID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-xr01qpgy.js` offset 182622390.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787252,
     "length": 23,
     "sha256": "a92704f44fb89a0babd97b68911e09499a0c17d5eb85380b754799812b974211",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xr01qpgy.js` offset 182622390.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-xr01qpgy.js",
      "binary_offset": 182622390,
      "length": 18,
      "sha256": "038ed3abe23e762f5b711394d83c9fe0afac293fb32e97db23affb9a5bf14777",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xr01qpgy.js",
     "binary_offset": 182622390,
     "length": 18,
     "sha256": "038ed3abe23e762f5b711394d83c9fe0afac293fb32e97db23affb9a5bf14777",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ybsc60kb.js",
     "binary_offset": 208416244,
     "length": 18,
     "sha256": "038ed3abe23e762f5b711394d83c9fe0afac293fb32e97db23affb9a5bf14777",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-java-home",
   "title": "JAVA_HOME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199306170.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787276,
     "length": 16,
     "sha256": "d7001933bd104cbcafa7872ecbf2c2455ada3139e39b58ac7c01ad0a1ac72e0b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199306170.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-kdrnbgc9.js",
      "binary_offset": 199306170,
      "length": 11,
      "sha256": "e32930cc40e8f933000b6bbda40f3f33b8ea78e89550dfe09954ae7bb6265b4f",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199306170,
     "length": 11,
     "sha256": "e32930cc40e8f933000b6bbda40f3f33b8ea78e89550dfe09954ae7bb6265b4f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199306184,
     "length": 11,
     "sha256": "e32930cc40e8f933000b6bbda40f3f33b8ea78e89550dfe09954ae7bb6265b4f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-java-tool-options",
   "title": "JAVA_TOOL_OPTIONS",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9yjanq6m.js` offset 180546714.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 4,
    "read_paths": [
     "env-object-param",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787293,
     "length": 24,
     "sha256": "c2299927c094a39f4af7e44c61ed255d3cd20687abefdb20e4fe214b63a7c284",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-9yjanq6m.js` offset 180546714.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180546714,
     "length": 29,
     "sha256": "eb2a22970559205fc2b14b9356388401f39e673a5dd5afd813779efeb79abeef",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180563250,
     "length": 29,
     "sha256": "eb2a22970559205fc2b14b9356388401f39e673a5dd5afd813779efeb79abeef",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199323128,
     "length": 19,
     "sha256": "780da2f8ad9e76392d49404651eb4a8d991ef1d83c67df99689d9d96af2bbbac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177807070,
     "length": 19,
     "sha256": "8ba5c3e4a0f7b65a8e235dfa0a3b03589fba550a352aae30ae89b0370b02e04b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-k-service",
   "title": "K_SERVICE",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 193929642.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787395,
     "length": 16,
     "sha256": "b42376b998b08b2e4e2c62cbae900fa9a908a19971e71cae82ba8e767610d0b1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 193929642.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175761604,
      "length": 21,
      "sha256": "a48f12e64ec0d77f3b872d8a57a95ebd39a65f767a7401a5f5dc15e9cae3a4b0",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193929642,
     "length": 21,
     "sha256": "a48f12e64ec0d77f3b872d8a57a95ebd39a65f767a7401a5f5dc15e9cae3a4b0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761604,
     "length": 21,
     "sha256": "a48f12e64ec0d77f3b872d8a57a95ebd39a65f767a7401a5f5dc15e9cae3a4b0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-kitty-window-id",
   "title": "KITTY_WINDOW_ID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175758157.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787318,
     "length": 22,
     "sha256": "9bd42418f61004265a0872353838a82acccf55af781990522a7a5bbf5a9d520f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175758157.",
    "description_source": null,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-h7czh3dz.js",
      "binary_offset": 188280105,
      "length": 17,
      "sha256": "7ffcd1bb5901a2e0b90938e9bdf8edbb700ba1bc3bc5c1fd4983d70bb5eae927",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-nwdqs4bj.js",
      "binary_offset": 188366698,
      "length": 17,
      "sha256": "7ffcd1bb5901a2e0b90938e9bdf8edbb700ba1bc3bc5c1fd4983d70bb5eae927",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175758157,
      "length": 27,
      "sha256": "19815f125e6aea764e99142c11f3b51d29987f7c23cc0808a3ed608df03dac37",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758157,
     "length": 27,
     "sha256": "19815f125e6aea764e99142c11f3b51d29987f7c23cc0808a3ed608df03dac37",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h7czh3dz.js",
     "binary_offset": 188280105,
     "length": 17,
     "sha256": "7ffcd1bb5901a2e0b90938e9bdf8edbb700ba1bc3bc5c1fd4983d70bb5eae927",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-nwdqs4bj.js",
     "binary_offset": 188366698,
     "length": 17,
     "sha256": "7ffcd1bb5901a2e0b90938e9bdf8edbb700ba1bc3bc5c1fd4983d70bb5eae927",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-konsole-version",
   "title": "KONSOLE_VERSION",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175757911.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787341,
     "length": 22,
     "sha256": "3cea62eece295be4fb281ec5096d1b36fda2ef3e8a0f2c05088f73dc371136b2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175757911.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-h7czh3dz.js",
      "binary_offset": 188280145,
      "length": 17,
      "sha256": "ef872b4a586ecc47e42c827b620cfaf15255c0a21c3fffe7bcdf9b645d5f516b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175757911,
      "length": 27,
      "sha256": "3f5c80d0393141fa0a21eccceb49ddd6126ced23cb0cf3f472250b0134915fc5",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175757911,
     "length": 27,
     "sha256": "3f5c80d0393141fa0a21eccceb49ddd6126ced23cb0cf3f472250b0134915fc5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h7czh3dz.js",
     "binary_offset": 188280145,
     "length": 17,
     "sha256": "ef872b4a586ecc47e42c827b620cfaf15255c0a21c3fffe7bcdf9b645d5f516b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-kubernetes-service-host",
   "title": "KUBERNETES_SERVICE_HOST",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175762212.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787364,
     "length": 30,
     "sha256": "52584e9a8d3a8ed637a677e10bf7c2065990faabbe06126807c66a26eda105ac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175762212.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175762212,
      "length": 35,
      "sha256": "d81719daca9e7d05dc9b271739f63e51ef2424b64e6f80b99e85b48d1834d6fe",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175762212,
     "length": 35,
     "sha256": "d81719daca9e7d05dc9b271739f63e51ef2424b64e6f80b99e85b48d1834d6fe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-lang",
   "title": "LANG",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-zdk4evwa.js` offset 195375574.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787412,
     "length": 11,
     "sha256": "f27fd1f1dea7c132d4fe6bff2d402d8f80a75e515220b67b4091519a514cd2fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-zdk4evwa.js` offset 195375574.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/permission-modes"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-zdk4evwa.js",
     "binary_offset": 195375574,
     "length": 6,
     "sha256": "7a38024bde50f97dab0e3c7a143db35dbfbc0b9555065ab56b741088b732ea57",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-lc-all",
   "title": "LC_ALL",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-zdk4evwa.js` offset 195375553.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787424,
     "length": 13,
     "sha256": "fd3332e867b9656c79665e0aa88e4e90c15d8166d58bc2fdbbf0b2d068fe4441",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-zdk4evwa.js` offset 195375553.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-zdk4evwa.js",
     "binary_offset": 195375553,
     "length": 8,
     "sha256": "bc2e1a24ce3ddd44611be744378dd4f691376119bce11d3beda3492c292f5df8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-lc-terminal",
   "title": "LC_TERMINAL",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ddjnk2nr.js` offset 182207899.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "iTerm2"
    ],
    "default": "unset",
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 5,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787438,
     "length": 18,
     "sha256": "6cee988b9b3a06933d7d960ca07f09da430479cbadb06b9a2bd3747ead9aaa80",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ddjnk2nr.js` offset 182207899.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ddjnk2nr.js",
     "binary_offset": 182207899,
     "length": 13,
     "sha256": "0ed931d5bffde3af960d19d084e60cbbca7c7c6163f9594c6ec8cc4572f34160",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ddjnk2nr.js",
     "binary_offset": 182210160,
     "length": 13,
     "sha256": "0ed931d5bffde3af960d19d084e60cbbca7c7c6163f9594c6ec8cc4572f34160",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h7czh3dz.js",
     "binary_offset": 188280000,
     "length": 13,
     "sha256": "0ed931d5bffde3af960d19d084e60cbbca7c7c6163f9594c6ec8cc4572f34160",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n3x3cg10.js",
     "binary_offset": 192475189,
     "length": 13,
     "sha256": "0ed931d5bffde3af960d19d084e60cbbca7c7c6163f9594c6ec8cc4572f34160",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rw5a9v9m.js",
     "binary_offset": 182678760,
     "length": 13,
     "sha256": "0ed931d5bffde3af960d19d084e60cbbca7c7c6163f9594c6ec8cc4572f34160",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-lc-time",
   "title": "LC_TIME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-zdk4evwa.js` offset 195375563.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787457,
     "length": 14,
     "sha256": "ad3cae71c140968d92aa40e282f866e2d338dfa19ba6003cda5ee40c8cf4972c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-zdk4evwa.js` offset 195375563.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-zdk4evwa.js",
     "binary_offset": 195375563,
     "length": 9,
     "sha256": "65eda90a0388e44203f016aeb737b7d2f4168bf175620e348078fa78477cb45e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-localappdata",
   "title": "LOCALAPPDATA",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-7j5dabgj.js` offset 192624525.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 9,
    "read_paths": [
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787472,
     "length": 19,
     "sha256": "6567cdc1d73c6e3c9144ab5b366599704fbeef3b96d3a4ab89e591ff1f4f435c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-7j5dabgj.js` offset 192624525.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-jm3nrv42.js",
      "binary_offset": 180824118,
      "length": 14,
      "sha256": "14b5a6bc18272615e0924844eb77dbe78c2e3763351ed94344f07d281c7eab2e",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7j5dabgj.js",
     "binary_offset": 192624525,
     "length": 24,
     "sha256": "b38fddba6d942bc098eb629bc27fac6cf00b1b86019d42f7a3e524041e05a3c4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-e3hszgy2.js",
     "binary_offset": 175461730,
     "length": 24,
     "sha256": "b38fddba6d942bc098eb629bc27fac6cf00b1b86019d42f7a3e524041e05a3c4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181356107,
     "length": 14,
     "sha256": "14b5a6bc18272615e0924844eb77dbe78c2e3763351ed94344f07d281c7eab2e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jm3nrv42.js",
     "binary_offset": 180824118,
     "length": 14,
     "sha256": "14b5a6bc18272615e0924844eb77dbe78c2e3763351ed94344f07d281c7eab2e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jm3nrv42.js",
     "binary_offset": 180824146,
     "length": 14,
     "sha256": "14b5a6bc18272615e0924844eb77dbe78c2e3763351ed94344f07d281c7eab2e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186021079,
     "length": 14,
     "sha256": "14b5a6bc18272615e0924844eb77dbe78c2e3763351ed94344f07d281c7eab2e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181380709,
     "length": 18,
     "sha256": "2d94bd87e1358a223fe082d77d72af54631e8c2fc28bfbe736fb919159a64eb0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181388264,
     "length": 18,
     "sha256": "953f0b22efbca4fea2e3714d2dffa328a7e7eac4a001aec458ccc012d551d5df",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181390448,
     "length": 18,
     "sha256": "953f0b22efbca4fea2e3714d2dffa328a7e7eac4a001aec458ccc012d551d5df",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-msystem",
   "title": "MSYSTEM",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175758409.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787492,
     "length": 14,
     "sha256": "73d6d32129984c1a5ff2c0c08e52bf7aa096ac067c290fcf6704a85cf60450cf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175758409.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175758409,
      "length": 19,
      "sha256": "11f365238be94d8b1d54609c0b6fae968fa4db2b77a602e2b0d86611a7b3029e",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758409,
     "length": 19,
     "sha256": "11f365238be94d8b1d54609c0b6fae968fa4db2b77a602e2b0d86611a7b3029e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758436,
     "length": 19,
     "sha256": "11f365238be94d8b1d54609c0b6fae968fa4db2b77a602e2b0d86611a7b3029e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-netlify",
   "title": "NETLIFY",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175761098.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "destructured",
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787507,
     "length": 14,
     "sha256": "d90d0e9ae2f0eca6f98ab0b11716142aecad63a7c6c28ceca5569455c7ff0098",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175761098.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761098,
     "length": 19,
     "sha256": "c4d871095cac7a4475185ac1e398962e6128b88c0125ea2cb193602ba2c7170f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ff27ds5n.js",
     "binary_offset": 188274223,
     "length": 9,
     "sha256": "3c5c88b9e2d238caafbaa78c089e460696c24ca89bc3d2577515ef7fc230aca7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-no-color",
   "title": "NO_COLOR",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-3mdsq6vb.js` offset 177177507.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "used as-is (not trimmed)",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "rawStr",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787594,
     "length": 15,
     "sha256": "d6cd015dea08707dec3bb5aead0877caeeea2f84171036bc24a7e883bf254b4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3mdsq6vb.js` offset 177177507.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/permission-modes",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-3mdsq6vb.js",
      "binary_offset": 177177507,
      "length": 10,
      "sha256": "48ee563721b21343ed413cadc75b99ad10357650ad8e96a615d7de26783518ca",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3mdsq6vb.js",
     "binary_offset": 177177507,
     "length": 10,
     "sha256": "48ee563721b21343ed413cadc75b99ad10357650ad8e96a615d7de26783518ca",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3mdsq6vb.js",
     "binary_offset": 177177817,
     "length": 10,
     "sha256": "48ee563721b21343ed413cadc75b99ad10357650ad8e96a615d7de26783518ca",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-node-debug",
   "title": "NODE_DEBUG",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9r9kpwh0.js` offset 177356222.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 4,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-9r9kpwh0.js` offset 177356222.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177356222,
     "length": 22,
     "sha256": "7d3efaa5574711ca37ee563b640839bfbe12758e98412e9bba95cbdba40a3771",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9r9kpwh0.js",
     "binary_offset": 177356265,
     "length": 22,
     "sha256": "7d3efaa5574711ca37ee563b640839bfbe12758e98412e9bba95cbdba40a3771",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fa5ag86j.js",
     "binary_offset": 177849485,
     "length": 22,
     "sha256": "7d3efaa5574711ca37ee563b640839bfbe12758e98412e9bba95cbdba40a3771",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fa5ag86j.js",
     "binary_offset": 177849987,
     "length": 22,
     "sha256": "7d3efaa5574711ca37ee563b640839bfbe12758e98412e9bba95cbdba40a3771",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-node-options",
   "title": "NODE_OPTIONS",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-2tefsj0f.js` offset 175590476.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "not set",
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 7,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787574,
     "length": 19,
     "sha256": "020cf13288c2fce26398a9ac333d005da3114dc7debaefe10f7199f99019b001",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2tefsj0f.js` offset 175590476.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-2crv8d5h.js",
      "binary_offset": 192123046,
      "length": 14,
      "sha256": "7f5f27e07c03ddbdc48a4cf7d0ce46bab84bd2a4b9a021fb834aee82ce6e142f",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2tefsj0f.js",
     "binary_offset": 175590476,
     "length": 24,
     "sha256": "914747b75a2d2ed2c2762371f35edc25a4baf7260e9fee2039f81120096dadf2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192123046,
     "length": 14,
     "sha256": "7f5f27e07c03ddbdc48a4cf7d0ce46bab84bd2a4b9a021fb834aee82ce6e142f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192123101,
     "length": 14,
     "sha256": "7f5f27e07c03ddbdc48a4cf7d0ce46bab84bd2a4b9a021fb834aee82ce6e142f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179707449,
     "length": 14,
     "sha256": "7f5f27e07c03ddbdc48a4cf7d0ce46bab84bd2a4b9a021fb834aee82ce6e142f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqj8t7yt.js",
     "binary_offset": 179707953,
     "length": 14,
     "sha256": "7f5f27e07c03ddbdc48a4cf7d0ce46bab84bd2a4b9a021fb834aee82ce6e142f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209359532,
     "length": 14,
     "sha256": "7f5f27e07c03ddbdc48a4cf7d0ce46bab84bd2a4b9a021fb834aee82ce6e142f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209132829,
     "length": 14,
     "sha256": "7f5f27e07c03ddbdc48a4cf7d0ce46bab84bd2a4b9a021fb834aee82ce6e142f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-p4port",
   "title": "P4PORT",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-j6zsezqx.js` offset 175682010.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787718,
     "length": 13,
     "sha256": "962fbb7f299df201875b2f0587edb3d4d248a21064f4a9debe08e9a0614105a6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j6zsezqx.js` offset 175682010.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-j6zsezqx.js",
      "binary_offset": 175682010,
      "length": 18,
      "sha256": "0e8d8e904813bbdfc6762b30163e479f5f87339011a1bd3f7b1fc98991b9eb70",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175682010,
     "length": 18,
     "sha256": "0e8d8e904813bbdfc6762b30163e479f5f87339011a1bd3f7b1fc98991b9eb70",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-path",
   "title": "PATH",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Documented at https://code.claude.com/docs/en/env-vars; no description column to quote.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "/usr/local/bin:/usr/bin:/bin",
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 18,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787732,
     "length": 11,
     "sha256": "0f7fae50a7eabeaed19b8708417c742205f079a53050d60de151113ad7d681f9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Documented at https://code.claude.com/docs/en/env-vars; no description column to quote.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/configuration",
     "https://code.claude.com/docs/en/agent-sdk/hosting",
     "https://code.claude.com/docs/en/agent-sdk/quickstart",
     "https://code.claude.com/docs/en/agent-sdk/subagents",
     "https://code.claude.com/docs/en/agent-sdk/troubleshooting"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-j3j8astv.js",
      "binary_offset": 188965474,
      "length": 6,
      "sha256": "cad9d67349d2e2f180cda04cac439ef2b0e42aa4cc71b25b9798b6c3e04aa2c2",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180580654,
     "length": 16,
     "sha256": "69e3a9e05aec464b89f31f0bce4615fb6377414bbf59b48e7b47e31b96956460",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177810692,
     "length": 16,
     "sha256": "69e3a9e05aec464b89f31f0bce4615fb6377414bbf59b48e7b47e31b96956460",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199322682,
     "length": 16,
     "sha256": "69e3a9e05aec464b89f31f0bce4615fb6377414bbf59b48e7b47e31b96956460",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pez7h27x.js",
     "binary_offset": 176479139,
     "length": 16,
     "sha256": "69e3a9e05aec464b89f31f0bce4615fb6377414bbf59b48e7b47e31b96956460",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6nd8vdm.js",
     "binary_offset": 194194384,
     "length": 16,
     "sha256": "69e3a9e05aec464b89f31f0bce4615fb6377414bbf59b48e7b47e31b96956460",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187360896,
     "length": 16,
     "sha256": "69e3a9e05aec464b89f31f0bce4615fb6377414bbf59b48e7b47e31b96956460",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175755545,
     "length": 16,
     "sha256": "69e3a9e05aec464b89f31f0bce4615fb6377414bbf59b48e7b47e31b96956460",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212338356,
     "length": 6,
     "sha256": "cad9d67349d2e2f180cda04cac439ef2b0e42aa4cc71b25b9798b6c3e04aa2c2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5bd42gny.js",
     "binary_offset": 178967221,
     "length": 6,
     "sha256": "cad9d67349d2e2f180cda04cac439ef2b0e42aa4cc71b25b9798b6c3e04aa2c2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-65xggd6t.js",
     "binary_offset": 187073593,
     "length": 6,
     "sha256": "cad9d67349d2e2f180cda04cac439ef2b0e42aa4cc71b25b9798b6c3e04aa2c2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-pathext",
   "title": "PATHEXT",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9yjanq6m.js` offset 180580679.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 6,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787744,
     "length": 14,
     "sha256": "9874ba691049440d91c3b341094faf9f8543462ce4c6dab1f715c81d1859fae4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-9yjanq6m.js` offset 180580679.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180580679,
     "length": 19,
     "sha256": "a603895c57881ad3bb982a82e560767b3bb12dbf107ef120ad79e7052641fd02",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pez7h27x.js",
     "binary_offset": 176477420,
     "length": 19,
     "sha256": "a603895c57881ad3bb982a82e560767b3bb12dbf107ef120ad79e7052641fd02",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pez7h27x.js",
     "binary_offset": 176479186,
     "length": 19,
     "sha256": "a603895c57881ad3bb982a82e560767b3bb12dbf107ef120ad79e7052641fd02",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175755452,
     "length": 19,
     "sha256": "a603895c57881ad3bb982a82e560767b3bb12dbf107ef120ad79e7052641fd02",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0zc3thfs.js",
     "binary_offset": 196912301,
     "length": 9,
     "sha256": "d67ca2cee410517a823886155ad83eca72888b875428e51bffbcd1bb235f17fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0zc3thfs.js",
     "binary_offset": 196912548,
     "length": 9,
     "sha256": "d67ca2cee410517a823886155ad83eca72888b875428e51bffbcd1bb235f17fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-prefix",
   "title": "PREFIX",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-gtxg4hna.js` offset 180775634.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 5,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787807,
     "length": 13,
     "sha256": "bd5f733afcbea846e196bc93f554940a32e7b85164013287f3d5fba3216e2f5a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gtxg4hna.js` offset 180775634.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gtxg4hna.js",
     "binary_offset": 180775634,
     "length": 8,
     "sha256": "b830d9ab8b72650dde39e9c6c52b04ed52d22e427e085336813aabab0592d01c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gtxg4hna.js",
     "binary_offset": 180775645,
     "length": 8,
     "sha256": "b830d9ab8b72650dde39e9c6c52b04ed52d22e427e085336813aabab0592d01c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7mxrxvx.js",
     "binary_offset": 199385529,
     "length": 8,
     "sha256": "b830d9ab8b72650dde39e9c6c52b04ed52d22e427e085336813aabab0592d01c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7mxrxvx.js",
     "binary_offset": 199393665,
     "length": 8,
     "sha256": "b830d9ab8b72650dde39e9c6c52b04ed52d22e427e085336813aabab0592d01c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7mxrxvx.js",
     "binary_offset": 199393678,
     "length": 8,
     "sha256": "b830d9ab8b72650dde39e9c6c52b04ed52d22e427e085336813aabab0592d01c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-programdata-lowercase",
   "title": "ProgramData",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9yjanq6m.js` offset 180573775.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787873,
     "length": 18,
     "sha256": "8f0d00ce5b0d7e4e414aaeb4dac34e1e91d48b29f8f91a2cc766344c9b6514a7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-9yjanq6m.js` offset 180573775.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180573775,
     "length": 23,
     "sha256": "f0de69b201d7660edbae1d83cb66754e2bde6a6261d0a1e132e301c56a6a296c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197746958,
     "length": 23,
     "sha256": "f0de69b201d7660edbae1d83cb66754e2bde6a6261d0a1e132e301c56a6a296c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-programdata",
   "title": "PROGRAMDATA",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-hzevqd7x.js` offset 181373093.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "env-getter-call",
     "helper"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787821,
     "length": 18,
     "sha256": "1be878d135cb7f9097cb76b912c6ebded32b96413f7d099692c4244d53ff0d5a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hzevqd7x.js` offset 181373093.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181373093,
     "length": 17,
     "sha256": "63deee56db73a60c10329c26b8e05a98c574a317ce7480d5b14a9db76d788325",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181494576,
     "length": 19,
     "sha256": "f4ac6556cb9199cf42d99d30571aff50271ad3e1c855cb6c45768a7aa88c5d8d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-programfiles",
   "title": "ProgramFiles",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cm8fpatp.js` offset 197747071.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787892,
     "length": 19,
     "sha256": "3e3f86851d0bf992975e9602de2ddbc421762b9cdc6796ef3c9daf78b5e021b7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cm8fpatp.js` offset 197747071.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197747071,
     "length": 24,
     "sha256": "ae3c9ab20c28eea06c295dd940c7fb773e614fd4356c5ebc70ddda9edb3c4291",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181356090,
     "length": 14,
     "sha256": "3a7008b89266aa04d24fb0cc10fa4de89f76645e578f9b8ca3d151ac47e07fe7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-project-domain",
   "title": "PROJECT_DOMAIN",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175760878.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787840,
     "length": 21,
     "sha256": "add44585b2bbd3e51eb25d8ad075fd09cd0de8d682d853f5973ac4dfa3ea1b85",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175760878.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175760878,
      "length": 26,
      "sha256": "87e9f9c244550c44b2bc7f2abc3ddd81b620d57e339b377a77d15cedd775c1e6",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175760878,
     "length": 26,
     "sha256": "87e9f9c244550c44b2bc7f2abc3ddd81b620d57e339b377a77d15cedd775c1e6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-pwd",
   "title": "PWD",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5mcqa25r.js` offset 189984818.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787862,
     "length": 10,
     "sha256": "5d57d2bf68647ff754e86423e295d00f5a37633b98fce0406fddc11748dd4603",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5mcqa25r.js` offset 189984818.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5mcqa25r.js",
     "binary_offset": 189984818,
     "length": 5,
     "sha256": "55d0de17b00ddced275985e9c6308ec092cae0090fa463e39f48589659a9982f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-railway-environment-name",
   "title": "RAILWAY_ENVIRONMENT_NAME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175760964.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175760964.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175760964,
     "length": 36,
     "sha256": "46ffdcd9738abbab9dd29ff9282b7f66625bce37ef86c60ff817d1dc1bec182b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-railway-service-name",
   "title": "RAILWAY_SERVICE_NAME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175761002.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175761002.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761002,
     "length": 32,
     "sha256": "ff14b8565071af6b3de9065df53c5b23166123820a15196511c3ff9bf8857f39",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-render",
   "title": "RENDER",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175761057.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787912,
     "length": 13,
     "sha256": "4040d9a6a84c7b38926b06b91fc1215f15ad52616792e47e5093fff60a1a556d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175761057.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761057,
     "length": 18,
     "sha256": "85af1892598dee61b6b7d853f985018ec28d8a9beda541139e7af3ce933c7c19",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-repl-id",
   "title": "REPL_ID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175760817.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787926,
     "length": 14,
     "sha256": "87729d3ab469d2bfa4713bbd3a6203224d844a53bf97ddf4de5bbacda994eece",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175760817.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175760817,
     "length": 19,
     "sha256": "da03a20e3cda128d5ab1f1bbf10679c36b3b7eb816b1f3bb14f0f437b76a87fe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-repl-slug",
   "title": "REPL_SLUG",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175760838.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175787941,
     "length": 16,
     "sha256": "52112fc34067643f6b588460812d70788ece9aeadb6b405fe3be75bdc3aa6c93",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175760838.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175760838,
     "length": 21,
     "sha256": "7ae40c1190f423ef457372ab5624f8bdb586bbe4c093d45e020a00eb6b30811e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-sessionname",
   "title": "SESSIONNAME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175758338.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788043,
     "length": 18,
     "sha256": "9ca041a1e0d7786b93cb6414a1b1183b4f0e9310d57f896b873b8f37df0477a3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175758338.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175758338,
      "length": 23,
      "sha256": "52edc75e8d67269857728e86124626ada0bea66ae57e47634bec0b017f72be7f",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758338,
     "length": 23,
     "sha256": "52edc75e8d67269857728e86124626ada0bea66ae57e47634bec0b017f72be7f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-shell",
   "title": "SHELL",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175763431.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 8,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788062,
     "length": 12,
     "sha256": "f8236a928a4f194335357d4fdb11fa83aa5a98c608605336fb3dd057ca2be6de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175763431.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-j3j8astv.js",
      "binary_offset": 188960368,
      "length": 7,
      "sha256": "8a1b0776252995aa77788d6b108874f459d83e267a3235c55d9118df74e85903",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175763431,
     "length": 17,
     "sha256": "d9d57ee36c1374c54c143687222cead4c1f3805a6b3f3ce0b7990137ed006737",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-51cv08cz.js",
     "binary_offset": 192856776,
     "length": 7,
     "sha256": "8a1b0776252995aa77788d6b108874f459d83e267a3235c55d9118df74e85903",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j0a5v99x.js",
     "binary_offset": 187038373,
     "length": 7,
     "sha256": "8a1b0776252995aa77788d6b108874f459d83e267a3235c55d9118df74e85903",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188960368,
     "length": 7,
     "sha256": "8a1b0776252995aa77788d6b108874f459d83e267a3235c55d9118df74e85903",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188960381,
     "length": 7,
     "sha256": "8a1b0776252995aa77788d6b108874f459d83e267a3235c55d9118df74e85903",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183005610,
     "length": 7,
     "sha256": "8a1b0776252995aa77788d6b108874f459d83e267a3235c55d9118df74e85903",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183719597,
     "length": 7,
     "sha256": "8a1b0776252995aa77788d6b108874f459d83e267a3235c55d9118df74e85903",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xr01qpgy.js",
     "binary_offset": 182622576,
     "length": 7,
     "sha256": "8a1b0776252995aa77788d6b108874f459d83e267a3235c55d9118df74e85903",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-space-creator-user-id",
   "title": "SPACE_CREATOR_USER_ID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175761939.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788075,
     "length": 28,
     "sha256": "4d6d4fefa4f070d346487ff90bc6f062709ebd1b49f2b8248f1e13ee85ee5506",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175761939.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175761939,
      "length": 33,
      "sha256": "57bb1750116847bc4db05a294514a851afc5cb1c3178556025a93de5d754c23e",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761939,
     "length": 33,
     "sha256": "57bb1750116847bc4db05a294514a851afc5cb1c3178556025a93de5d754c23e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ssh-auth-sock",
   "title": "SSH_AUTH_SOCK",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199327805.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788104,
     "length": 20,
     "sha256": "946c646ee65af09a101f11412678daf93cf6979aa2a0546ee64b6d54ce86b2bf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kdrnbgc9.js` offset 199327805.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199327805,
     "length": 15,
     "sha256": "45e4e6966d5e846b5dd52f5cf46d3f0168d5b4ba8ee99bca48a46348354ab574",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ssh-client",
   "title": "SSH_CLIENT",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175762514.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788125,
     "length": 17,
     "sha256": "b6f9c14d8fe0725edca626352ce7416828c9d832c2add466e3e602961a91067d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175762514.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175762514,
     "length": 22,
     "sha256": "23b2cf08d06e215dec2a52d88a6d5e3509329291ef599a013d3e5e74c4ffa631",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n3jtyenp.js",
     "binary_offset": 182200315,
     "length": 12,
     "sha256": "eba2d3859d3ef2f3048880d9bc38833cc35a11c7534ba5a554c573a38b41de39",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ssh-connection",
   "title": "SSH_CONNECTION",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175762486.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 4,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788143,
     "length": 21,
     "sha256": "feb0aa9f5b36d43e022ec530afd136db71b5ec8380b9336aef7b1e165dff502b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175762486.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-5n3hjv8f.js",
      "binary_offset": 189012864,
      "length": 16,
      "sha256": "7363dab27a0bfe0542e8a9943a8c4409b15d629ee620037c020e5b249aa8fb00",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-ddjnk2nr.js",
      "binary_offset": 182207520,
      "length": 16,
      "sha256": "7363dab27a0bfe0542e8a9943a8c4409b15d629ee620037c020e5b249aa8fb00",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175762486,
     "length": 26,
     "sha256": "c840a5cf9810100f0cc05d12ffb1932c9dc84743f69ec8430fb87de97d89d66c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5n3hjv8f.js",
     "binary_offset": 189012864,
     "length": 16,
     "sha256": "7363dab27a0bfe0542e8a9943a8c4409b15d629ee620037c020e5b249aa8fb00",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ddjnk2nr.js",
     "binary_offset": 182207520,
     "length": 16,
     "sha256": "7363dab27a0bfe0542e8a9943a8c4409b15d629ee620037c020e5b249aa8fb00",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n3jtyenp.js",
     "binary_offset": 182200297,
     "length": 16,
     "sha256": "7363dab27a0bfe0542e8a9943a8c4409b15d629ee620037c020e5b249aa8fb00",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ssh-tty",
   "title": "SSH_TTY",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175762538.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788165,
     "length": 14,
     "sha256": "dfe821783edc2e45fcba8fe3adc00f2379adfaee1824fa686cd03a202d8f4fdd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175762538.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175762538,
     "length": 19,
     "sha256": "2607570de12dcf5eaf7ac6b50e2e75642ef15db4dc99465a50cae986662ba3fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n3jtyenp.js",
     "binary_offset": 182200329,
     "length": 9,
     "sha256": "ce7dce946cde58e0e5ea43c66a42e4e081ded0e9665ffc58cb78472e8a5f7504",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-sty",
   "title": "STY",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175757877.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 8,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788221,
     "length": 10,
     "sha256": "9cea3ad074ab89865af5afba9d26f2973f314cafdfe05aab114e39d19f5f6fae",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175757877.",
    "description_source": null,
    "raw_truthiness_sites": 6,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-9vp2f13s.js",
      "binary_offset": 188799895,
      "length": 5,
      "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-ddjnk2nr.js",
      "binary_offset": 182207427,
      "length": 5,
      "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-mzg9kbjz.js",
      "binary_offset": 203837368,
      "length": 5,
      "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-nwdqs4bj.js",
      "binary_offset": 188364742,
      "length": 5,
      "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-nwdqs4bj.js",
      "binary_offset": 188364909,
      "length": 5,
      "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175757877,
     "length": 15,
     "sha256": "335a859b0769410f3fe975e129877651bcaeadef54ac9da517331777b86d16c1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9vp2f13s.js",
     "binary_offset": 188799895,
     "length": 5,
     "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ddjnk2nr.js",
     "binary_offset": 182207427,
     "length": 5,
     "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-frc81eh3.js",
     "binary_offset": 208149438,
     "length": 5,
     "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203837368,
     "length": 5,
     "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-nwdqs4bj.js",
     "binary_offset": 188364742,
     "length": 5,
     "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-nwdqs4bj.js",
     "binary_offset": 188364909,
     "length": 5,
     "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188373418,
     "length": 5,
     "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-sudo-gid",
   "title": "SUDO_GID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5b5dkraf.js` offset 212132153.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 4,
    "bounds": {
     "min": 0,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788232,
     "length": 15,
     "sha256": "6c7a6a2e00732b1ffeebc841599f483117d3b6d942d3abdb1890a71737c43113",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5b5dkraf.js` offset 212132153.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212132153,
     "length": 10,
     "sha256": "403e35b1161a2817c1063500b471c03db5aeb5bd1791a31a122addbddd58efbf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212133759,
     "length": 10,
     "sha256": "403e35b1161a2817c1063500b471c03db5aeb5bd1791a31a122addbddd58efbf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212134246,
     "length": 10,
     "sha256": "403e35b1161a2817c1063500b471c03db5aeb5bd1791a31a122addbddd58efbf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212134391,
     "length": 10,
     "sha256": "403e35b1161a2817c1063500b471c03db5aeb5bd1791a31a122addbddd58efbf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-sudo-uid",
   "title": "SUDO_UID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5b5dkraf.js` offset 212132140.",
   "documented": null,
   "details": {
    "read_as": "integer",
    "read_as_note": "parsed base 10 (also accepts 1e3 and 1,000 or 1_000 forms); non-numbers are treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 5,
    "bounds": {
     "min": 0,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788248,
     "length": 15,
     "sha256": "4474bc6a8e88524073c2f55daf215088e0fdbbf167af7400079756bfd2fbf182",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5b5dkraf.js` offset 212132140.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212132140,
     "length": 10,
     "sha256": "8b3a2daca666b12609653a2a5eb5c494a6d51d9d244d3c4c145b8582c5a4f152",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212133738,
     "length": 10,
     "sha256": "8b3a2daca666b12609653a2a5eb5c494a6d51d9d244d3c4c145b8582c5a4f152",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212133990,
     "length": 10,
     "sha256": "8b3a2daca666b12609653a2a5eb5c494a6d51d9d244d3c4c145b8582c5a4f152",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212134127,
     "length": 10,
     "sha256": "8b3a2daca666b12609653a2a5eb5c494a6d51d9d244d3c4c145b8582c5a4f152",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pth895g3.js",
     "binary_offset": 182619739,
     "length": 10,
     "sha256": "8b3a2daca666b12609653a2a5eb5c494a6d51d9d244d3c4c145b8582c5a4f152",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-sudo-user",
   "title": "SUDO_USER",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5b5dkraf.js` offset 212132166.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 5,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788264,
     "length": 16,
     "sha256": "26cfcd7c1ac078584804894d236f69ee672fc44e3cd5bb30034c92c75c53b7bc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5b5dkraf.js` offset 212132166.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212132166,
     "length": 11,
     "sha256": "68f439617f3ee459ba1c16ba98b27094c57bb8ed1f5bf69621d2d4d619af0bf9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212133716,
     "length": 11,
     "sha256": "68f439617f3ee459ba1c16ba98b27094c57bb8ed1f5bf69621d2d4d619af0bf9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212133792,
     "length": 11,
     "sha256": "68f439617f3ee459ba1c16ba98b27094c57bb8ed1f5bf69621d2d4d619af0bf9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212136996,
     "length": 11,
     "sha256": "68f439617f3ee459ba1c16ba98b27094c57bb8ed1f5bf69621d2d4d619af0bf9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212137088,
     "length": 11,
     "sha256": "68f439617f3ee459ba1c16ba98b27094c57bb8ed1f5bf69621d2d4d619af0bf9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-systemroot-lowercase",
   "title": "SystemRoot",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9yjanq6m.js` offset 180566949.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "C:\\Windows",
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788299,
     "length": 17,
     "sha256": "3a5b79b9eb5cce8edde5fae61c44dd629a4ad45038169303642824067b849171",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-9yjanq6m.js` offset 180566949.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180566949,
     "length": 22,
     "sha256": "793aedf585d8db3764b0f61d669e4820e083bd358737dc6ebcfb0b9511ca6f8d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jm3nrv42.js",
     "binary_offset": 180824284,
     "length": 12,
     "sha256": "ec11b50cca980459abe6e820c1021e16ba441582ba8e238cfeae2277fbc0e241",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qn3q4268.js",
     "binary_offset": 200736901,
     "length": 12,
     "sha256": "ec11b50cca980459abe6e820c1021e16ba441582ba8e238cfeae2277fbc0e241",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-systemroot",
   "title": "SYSTEMROOT",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178630912.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "C:\\Windows",
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 6,
    "read_paths": [
     "helper",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788281,
     "length": 17,
     "sha256": "258b66cdae08f1f9e299bcd8c26479b3853a256c10ab0d84e8c3758aa893cb10",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178630912.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178630912,
     "length": 12,
     "sha256": "b421cf1ef41614788c692b81e92c32cbe2e0b803491cc579bef0d0a6db5d1a0a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181356504,
     "length": 12,
     "sha256": "b421cf1ef41614788c692b81e92c32cbe2e0b803491cc579bef0d0a6db5d1a0a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jm3nrv42.js",
     "binary_offset": 180824270,
     "length": 12,
     "sha256": "b421cf1ef41614788c692b81e92c32cbe2e0b803491cc579bef0d0a6db5d1a0a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183717531,
     "length": 12,
     "sha256": "b421cf1ef41614788c692b81e92c32cbe2e0b803491cc579bef0d0a6db5d1a0a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181376731,
     "length": 16,
     "sha256": "6e59830ff2ab085589fe6c578b93d8b4a6afbabee51239bcdb34ce22e04e94be",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s2h62pkr.js",
     "binary_offset": 176431670,
     "length": 17,
     "sha256": "673026cfe266b456aa65eab1187911866a38aa0d7b63bee41b8176b73fe5b8c8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-teamcity-version",
   "title": "TEAMCITY_VERSION",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ff27ds5n.js` offset 188274233.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "destructured"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-ff27ds5n.js` offset 188274233.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ff27ds5n.js",
     "binary_offset": 188274233,
     "length": 18,
     "sha256": "61989b743a7ba2d1c237e2af7afe109c039e741cd01f5cc21d6f0bf111512bc8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-term",
   "title": "TERM",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Documented at https://code.claude.com/docs/en/env-vars; no description column to quote.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "xterm-ghostty",
     "cygwin"
    ],
    "default": "unset",
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 17,
    "read_paths": [
     "destructured",
     "env-object-param",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788329,
     "length": 11,
     "sha256": "8a8ee284e91d2e2c4ce57960250090af17753de8c1a9070475719cfda259d277",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Documented at https://code.claude.com/docs/en/env-vars; no description column to quote.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/terminal-config"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175758662,
      "length": 16,
      "sha256": "cd581ed87b337f42943b1734d4fea3ad2646a8fcee0b1617e0be80ff07c5617f",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175757600,
     "length": 16,
     "sha256": "cd581ed87b337f42943b1734d4fea3ad2646a8fcee0b1617e0be80ff07c5617f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175757654,
     "length": 16,
     "sha256": "cd581ed87b337f42943b1734d4fea3ad2646a8fcee0b1617e0be80ff07c5617f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758363,
     "length": 16,
     "sha256": "cd581ed87b337f42943b1734d4fea3ad2646a8fcee0b1617e0be80ff07c5617f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758662,
     "length": 16,
     "sha256": "cd581ed87b337f42943b1734d4fea3ad2646a8fcee0b1617e0be80ff07c5617f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758686,
     "length": 16,
     "sha256": "cd581ed87b337f42943b1734d4fea3ad2646a8fcee0b1617e0be80ff07c5617f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758831,
     "length": 16,
     "sha256": "cd581ed87b337f42943b1734d4fea3ad2646a8fcee0b1617e0be80ff07c5617f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3mdsq6vb.js",
     "binary_offset": 177177873,
     "length": 6,
     "sha256": "e2313cfb205dbe3da9cc823737f609946636d0a4f61b18f99464ded698fb8446",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188597109,
     "length": 6,
     "sha256": "e2313cfb205dbe3da9cc823737f609946636d0a4f61b18f99464ded698fb8446",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188648848,
     "length": 6,
     "sha256": "e2313cfb205dbe3da9cc823737f609946636d0a4f61b18f99464ded698fb8446",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9vp2f13s.js",
     "binary_offset": 188800065,
     "length": 6,
     "sha256": "e2313cfb205dbe3da9cc823737f609946636d0a4f61b18f99464ded698fb8446",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-term-program",
   "title": "TERM_PROGRAM",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Documented at https://code.claude.com/docs/en/env-vars; no description column to quote.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "vscode",
     "iTerm.app",
     "Apple_Terminal",
     "ghostty",
     "WezTerm",
     "tmux",
     "mintty"
    ],
    "default": "unset",
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 27,
    "read_paths": [
     "destructured",
     "env-object-param",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788427,
     "length": 19,
     "sha256": "7bf6ecb91982a0d26e121a2c2c668572c21742a79aa2a5c7e9ee29d6aa379218",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Documented at https://code.claude.com/docs/en/env-vars; no description column to quote.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/terminal-config"
    ],
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-n3jtyenp.js",
      "binary_offset": 182199866,
      "length": 14,
      "sha256": "ba1b224f2e8efe306467459e065fce224cb656909e9ca6cab6ccd76dab9d6561",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175757707,
      "length": 24,
      "sha256": "75da1de56de1323969ead6e6cce02a241c80c4ac6a16bfc7c784f6c3f910d831",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175757707,
     "length": 24,
     "sha256": "75da1de56de1323969ead6e6cce02a241c80c4ac6a16bfc7c784f6c3f910d831",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175757766,
     "length": 24,
     "sha256": "75da1de56de1323969ead6e6cce02a241c80c4ac6a16bfc7c784f6c3f910d831",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175757816,
     "length": 24,
     "sha256": "75da1de56de1323969ead6e6cce02a241c80c4ac6a16bfc7c784f6c3f910d831",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-14mz7m5y.js",
     "binary_offset": 192370732,
     "length": 14,
     "sha256": "ba1b224f2e8efe306467459e065fce224cb656909e9ca6cab6ccd76dab9d6561",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3mdsq6vb.js",
     "binary_offset": 177177606,
     "length": 14,
     "sha256": "ba1b224f2e8efe306467459e065fce224cb656909e9ca6cab6ccd76dab9d6561",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188647516,
     "length": 14,
     "sha256": "ba1b224f2e8efe306467459e065fce224cb656909e9ca6cab6ccd76dab9d6561",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188648816,
     "length": 14,
     "sha256": "ba1b224f2e8efe306467459e065fce224cb656909e9ca6cab6ccd76dab9d6561",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188661711,
     "length": 14,
     "sha256": "ba1b224f2e8efe306467459e065fce224cb656909e9ca6cab6ccd76dab9d6561",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188679379,
     "length": 14,
     "sha256": "ba1b224f2e8efe306467459e065fce224cb656909e9ca6cab6ccd76dab9d6561",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9vp2f13s.js",
     "binary_offset": 188800024,
     "length": 14,
     "sha256": "ba1b224f2e8efe306467459e065fce224cb656909e9ca6cab6ccd76dab9d6561",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-term-program-version",
   "title": "TERM_PROGRAM_VERSION",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mzg9kbjz.js` offset 203837602.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "unset",
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 5,
    "read_paths": [
     "destructured",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788447,
     "length": 27,
     "sha256": "d0e86e9b6a56fab53e9b61148f338e1c1d382e8e5b114fc88137050d3fd5aec8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mzg9kbjz.js` offset 203837602.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203837602,
     "length": 22,
     "sha256": "0dc37e733b6b65d78474798b33ff124c912f959b33af99866c4e8fa9d4c5349f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188371451,
     "length": 22,
     "sha256": "0dc37e733b6b65d78474798b33ff124c912f959b33af99866c4e8fa9d4c5349f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188371853,
     "length": 22,
     "sha256": "0dc37e733b6b65d78474798b33ff124c912f959b33af99866c4e8fa9d4c5349f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188373125,
     "length": 22,
     "sha256": "0dc37e733b6b65d78474798b33ff124c912f959b33af99866c4e8fa9d4c5349f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ff27ds5n.js",
     "binary_offset": 188274267,
     "length": 22,
     "sha256": "11d9f1a52af009285a5f89f9d65281a47c0c6e97ff6db4ffba689de8f259936c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-terminal",
   "title": "TERMINAL",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-qn3q4268.js` offset 200736385.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788341,
     "length": 15,
     "sha256": "c7917b015a65cd49bd438dd616e30e1abf4356eb7e8109674b40b575ef066550",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qn3q4268.js` offset 200736385.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qn3q4268.js",
     "binary_offset": 200736385,
     "length": 10,
     "sha256": "541785d4f10c7d2063a9ccc3756a4bfc9a50476ff57e95b9a0733d87a00a57c9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-terminal-emulator",
   "title": "TERMINAL_EMULATOR",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175757528.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "JetBrains-JediTerm"
    ],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788357,
     "length": 24,
     "sha256": "785c59efaf8c71513403c033826f717b0fd3fd8096da9cc4f8fd1af114890401",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175757528.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175757528,
     "length": 29,
     "sha256": "cf45b3e19941ffcfaaca2c904a6f6bb79e354b2255739ab9a4f8b87d530de93d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178306982,
     "length": 19,
     "sha256": "d7933375574e0d97ce099dbdd98651edf5155dd61cf56570cc446b30aace959e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-terminator-uuid",
   "title": "TERMINATOR_UUID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175758107.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788382,
     "length": 22,
     "sha256": "cb69e79ed6b7fd1db96eda8cbf6c58ed300213f707a7144b57a03c8269ca30b4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175758107.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175758107,
      "length": 27,
      "sha256": "c7a22da20c11cae396d136b058518dac536187e9e2cbb6a60d388815521b5a9f",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758107,
     "length": 27,
     "sha256": "c7a22da20c11cae396d136b058518dac536187e9e2cbb6a60d388815521b5a9f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-termux-version",
   "title": "TERMUX_VERSION",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-gtxg4hna.js` offset 180775616.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788405,
     "length": 21,
     "sha256": "ddd779bd038f874c3ed7e7ba40f0abee40519584703ce9c45374ea0b56ac31fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gtxg4hna.js` offset 180775616.",
    "description_source": null,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-gtxg4hna.js",
      "binary_offset": 180775616,
      "length": 16,
      "sha256": "b7fed4d09cae686c0134594fd251396495c9c1ccb9683ee976738d6dd811e7ab",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-m7mxrxvx.js",
      "binary_offset": 199385512,
      "length": 16,
      "sha256": "b7fed4d09cae686c0134594fd251396495c9c1ccb9683ee976738d6dd811e7ab",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-m7mxrxvx.js",
      "binary_offset": 199393647,
      "length": 16,
      "sha256": "b7fed4d09cae686c0134594fd251396495c9c1ccb9683ee976738d6dd811e7ab",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gtxg4hna.js",
     "binary_offset": 180775616,
     "length": 16,
     "sha256": "b7fed4d09cae686c0134594fd251396495c9c1ccb9683ee976738d6dd811e7ab",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7mxrxvx.js",
     "binary_offset": 199385512,
     "length": 16,
     "sha256": "b7fed4d09cae686c0134594fd251396495c9c1ccb9683ee976738d6dd811e7ab",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7mxrxvx.js",
     "binary_offset": 199393647,
     "length": 16,
     "sha256": "b7fed4d09cae686c0134594fd251396495c9c1ccb9683ee976738d6dd811e7ab",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-tilix-id",
   "title": "TILIX_ID",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175758249.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788475,
     "length": 15,
     "sha256": "84ec25b38de61d9de5bcf518ebb38e3687fea5bd7da2be6fd0bdade989655b21",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175758249.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175758249,
      "length": 20,
      "sha256": "5765a66f9669b9de29af88aafa55dfbb15633b8983f39abafda49444375a702c",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758249,
     "length": 20,
     "sha256": "5765a66f9669b9de29af88aafa55dfbb15633b8983f39abafda49444375a702c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-tmpdir",
   "title": "TMPDIR",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-e8phgb2s.js` offset 187228453.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788502,
     "length": 13,
     "sha256": "23f83b9295e90ae1dda597c0237d0852d739a81f2af3561756ec848b0749d888",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-e8phgb2s.js` offset 187228453.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-e8phgb2s.js",
     "binary_offset": 187228453,
     "length": 8,
     "sha256": "3d1885bc1fd199cb48faa8bb2f12c5310c944fac8db181dc199bc47884742978",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181388233,
     "length": 8,
     "sha256": "3d1885bc1fd199cb48faa8bb2f12c5310c944fac8db181dc199bc47884742978",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181390700,
     "length": 8,
     "sha256": "3d1885bc1fd199cb48faa8bb2f12c5310c944fac8db181dc199bc47884742978",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-tmux",
   "title": "TMUX",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175757844.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 29,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788516,
     "length": 11,
     "sha256": "eb7c7446cd72ce627f695f485d0d9ed3dcc0a59ab56c3ab5d314c76fc5f08a3b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175757844.",
    "description_source": null,
    "raw_truthiness_sites": 23,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-1vt3h958.js",
      "binary_offset": 178506252,
      "length": 6,
      "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3mdsq6vb.js",
      "binary_offset": 177177994,
      "length": 6,
      "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-6sap1w9m.js",
      "binary_offset": 188647037,
      "length": 6,
      "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-6sap1w9m.js",
      "binary_offset": 188648730,
      "length": 6,
      "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-9vp2f13s.js",
      "binary_offset": 188798419,
      "length": 6,
      "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175757844,
     "length": 16,
     "sha256": "173755d823340546645a88a01bea9d44257bb0b6fcb38a974868492e104d5aca",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178506252,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3mdsq6vb.js",
     "binary_offset": 177177994,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188647037,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188648730,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9vp2f13s.js",
     "binary_offset": 188798419,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9vp2f13s.js",
     "binary_offset": 188799847,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9vp2f13s.js",
     "binary_offset": 188800187,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9vp2f13s.js",
     "binary_offset": 188800210,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ddjnk2nr.js",
     "binary_offset": 182207404,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-tmux-pane",
   "title": "TMUX_PANE",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178506236.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788528,
     "length": 16,
     "sha256": "6802a57b13c9707cc0954c029e7f2a03055501d7fcab628726c7bd942056fdc3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178506236.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178506236,
     "length": 11,
     "sha256": "72526b2f8d46b8a28797530a699e4042f0f0fddfa4eaccae4409e81b8f3116dd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xr01qpgy.js",
     "binary_offset": 182622069,
     "length": 11,
     "sha256": "72526b2f8d46b8a28797530a699e4042f0f0fddfa4eaccae4409e81b8f3116dd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-user",
   "title": "USER",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-n8y6ywk9.js` offset 177866902.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 4,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788582,
     "length": 11,
     "sha256": "64868d1d9618b876fc50a6471d523ea6f8579d12c39978917004836d34ff08cc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n8y6ywk9.js` offset 177866902.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n8y6ywk9.js",
     "binary_offset": 177866902,
     "length": 16,
     "sha256": "877808d928eef72808085ccb2336f6aa5b158777df613eb11ce921593fff11d0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jm3nrv42.js",
     "binary_offset": 180833565,
     "length": 6,
     "sha256": "cd18cc7c21dc01ad18dbb511aa2ab94d7dc452dad75b371c507d1bc7b5facaac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185456307,
     "length": 6,
     "sha256": "cd18cc7c21dc01ad18dbb511aa2ab94d7dc452dad75b371c507d1bc7b5facaac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185663993,
     "length": 6,
     "sha256": "cd18cc7c21dc01ad18dbb511aa2ab94d7dc452dad75b371c507d1bc7b5facaac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-username",
   "title": "USERNAME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-1vt3h958.js` offset 178494507.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "ContainerAdministrator",
     "ContainerUser"
    ],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 5,
    "read_paths": [
     "helper",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788594,
     "length": 15,
     "sha256": "0aef49c2215e68e76677658194b4999000ee2b3d56616881b1408bc6dae600ea",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-1vt3h958.js` offset 178494507.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178494507,
     "length": 10,
     "sha256": "5a380695f573c54196033bedcc24daffdfaa8a0c18e8e44cc09326876a895af4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178494546,
     "length": 10,
     "sha256": "5a380695f573c54196033bedcc24daffdfaa8a0c18e8e44cc09326876a895af4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jm3nrv42.js",
     "binary_offset": 180833573,
     "length": 10,
     "sha256": "5a380695f573c54196033bedcc24daffdfaa8a0c18e8e44cc09326876a895af4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185456315,
     "length": 10,
     "sha256": "5a380695f573c54196033bedcc24daffdfaa8a0c18e8e44cc09326876a895af4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181380583,
     "length": 14,
     "sha256": "084f34fada6d32a38f901f82bb4ebeec1092c7eae4a44b07b9dbda4cb088207e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-userprofile",
   "title": "USERPROFILE",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9yjanq6m.js` offset 180605918.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 10,
    "read_paths": [
     "destructured",
     "helper",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788610,
     "length": 18,
     "sha256": "b57f4ad14554a08bfd796fea36fac9f13ae2e663a5921dd9053933c68f87d400",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-9yjanq6m.js` offset 180605918.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "raw_truthiness_sites": 4,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-9yjanq6m.js",
      "binary_offset": 180605918,
      "length": 13,
      "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-fsbhbn29.js",
      "binary_offset": 176454335,
      "length": 13,
      "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wyjbafrm.js",
      "binary_offset": 186024917,
      "length": 13,
      "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-yd339n1d.js",
      "binary_offset": 215322745,
      "length": 13,
      "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180605918,
     "length": 13,
     "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180605936,
     "length": 13,
     "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fsbhbn29.js",
     "binary_offset": 176454335,
     "length": 13,
     "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fsbhbn29.js",
     "binary_offset": 176454349,
     "length": 13,
     "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181356124,
     "length": 13,
     "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186024917,
     "length": 13,
     "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-yd339n1d.js",
     "binary_offset": 215322745,
     "length": 13,
     "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-yd339n1d.js",
     "binary_offset": 215322759,
     "length": 13,
     "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2mgnea7j.js",
     "binary_offset": 177908165,
     "length": 16,
     "sha256": "6901e0d7c2ffb947a7bdcba473ccbe2b9c50ab0f20fe5b46a8196d40673efc3c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vd8c0jpy.js",
     "binary_offset": 193651966,
     "length": 13,
     "sha256": "666ba18a5c1b38c59d6c96201ccc602175bc5648de1688e01f3d5bbbc0feff33",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-uv-threadpool-size",
   "title": "UV_THREADPOOL_SIZE",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-gg4jhzsm.js` offset 209359577.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": "default",
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788656,
     "length": 25,
     "sha256": "b9a46109f6e139e1ffef93d9acbe4b15638a4f2d99c730ce9099dae972c674f4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gg4jhzsm.js` offset 209359577.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209359577,
     "length": 20,
     "sha256": "6e9baec273259b39ee2e52029da2c75e8eb59c14a02c7bdfbe281829337aba91",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209132874,
     "length": 20,
     "sha256": "6e9baec273259b39ee2e52029da2c75e8eb59c14a02c7bdfbe281829337aba91",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vercel",
   "title": "VERCEL",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175760926.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788682,
     "length": 13,
     "sha256": "01cdabbd2ab986dd15010d7d70c20a59f5a3fddc84dd046b17128c8f5582f500",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175760926.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175760926,
     "length": 18,
     "sha256": "6ae3215a51d9ae8707b02078dee4b4fe0c309f85581c592246c54e59e7ef951f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-visual",
   "title": "VISUAL",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-37wqz87g.js` offset 192648184.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 5,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788696,
     "length": 13,
     "sha256": "379f9c5c223c8cfe6748fb8bcf716ea654988291c69f37120ae302c9bdee582e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-37wqz87g.js` offset 192648184.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/statusline"
    ],
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-37wqz87g.js",
      "binary_offset": 192648184,
      "length": 8,
      "sha256": "797f4100074b9d47abe9869cd9f9ddeff500a4dd22f75e69c9181ec711c939b9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-n30gnfqc.js",
      "binary_offset": 213756199,
      "length": 8,
      "sha256": "797f4100074b9d47abe9869cd9f9ddeff500a4dd22f75e69c9181ec711c939b9",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-37wqz87g.js",
     "binary_offset": 192648184,
     "length": 8,
     "sha256": "797f4100074b9d47abe9869cd9f9ddeff500a4dd22f75e69c9181ec711c939b9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-37wqz87g.js",
     "binary_offset": 192648205,
     "length": 8,
     "sha256": "797f4100074b9d47abe9869cd9f9ddeff500a4dd22f75e69c9181ec711c939b9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9vp2f13s.js",
     "binary_offset": 188800141,
     "length": 8,
     "sha256": "797f4100074b9d47abe9869cd9f9ddeff500a4dd22f75e69c9181ec711c939b9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n30gnfqc.js",
     "binary_offset": 213756199,
     "length": 8,
     "sha256": "797f4100074b9d47abe9869cd9f9ddeff500a4dd22f75e69c9181ec711c939b9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n30gnfqc.js",
     "binary_offset": 213756222,
     "length": 8,
     "sha256": "797f4100074b9d47abe9869cd9f9ddeff500a4dd22f75e69c9181ec711c939b9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-visualstudioversion",
   "title": "VisualStudioVersion",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175757472.",
   "documented": null,
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175757472.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175757472,
      "length": 31,
      "sha256": "c05a1490e0cd73579e305326a5948dd6eea1a04c94bcd26a54e3cd1c993dc5d7",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175757472,
     "length": 31,
     "sha256": "c05a1490e0cd73579e305326a5948dd6eea1a04c94bcd26a54e3cd1c993dc5d7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vscode-git-askpass-main",
   "title": "VSCODE_GIT_ASKPASS_MAIN",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175757023.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 4,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788710,
     "length": 30,
     "sha256": "836e4e450709e93e65aaecbacbb6c4f2b98bd95f54774798c81a8d943c5fc390",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175757023.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175757023,
     "length": 35,
     "sha256": "c0a2e4f9a092ec958b3cbdbf6d95eff3323f6016b9e99060cc13c0a64e292f38",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m24vnr98.js",
     "binary_offset": 213410985,
     "length": 25,
     "sha256": "ca4141f8cf5f61d63b27b6d32a82a4536acd4dcb7acd0f5752d43feecf139a50",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n3x3cg10.js",
     "binary_offset": 192471882,
     "length": 25,
     "sha256": "ca4141f8cf5f61d63b27b6d32a82a4536acd4dcb7acd0f5752d43feecf139a50",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188371759,
     "length": 25,
     "sha256": "ca4141f8cf5f61d63b27b6d32a82a4536acd4dcb7acd0f5752d43feecf139a50",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-vte-version",
   "title": "VTE_VERSION",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175758062.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 6,
    "read_paths": [
     "destructured",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788741,
     "length": 18,
     "sha256": "ee546f90d48ce0917de8fb9b7e621aa398eb034f7d66d84ad6ab9d3ac270b75d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175758062.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175758062,
      "length": 23,
      "sha256": "28245ba283255b168ed818175cfae61c621748e9ecb8539b200fd5e9d8259009",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758062,
     "length": 23,
     "sha256": "28245ba283255b168ed818175cfae61c621748e9ecb8539b200fd5e9d8259009",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ddjnk2nr.js",
     "binary_offset": 182209678,
     "length": 13,
     "sha256": "9c96559d2d85157dafd8f07f881fdcdea5f5a7227ce2cb48d5ecfcd1e7dcda66",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h7czh3dz.js",
     "binary_offset": 188280203,
     "length": 13,
     "sha256": "9c96559d2d85157dafd8f07f881fdcdea5f5a7227ce2cb48d5ecfcd1e7dcda66",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-nwdqs4bj.js",
     "binary_offset": 188366948,
     "length": 13,
     "sha256": "9c96559d2d85157dafd8f07f881fdcdea5f5a7227ce2cb48d5ecfcd1e7dcda66",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-nwdqs4bj.js",
     "binary_offset": 188366997,
     "length": 13,
     "sha256": "9c96559d2d85157dafd8f07f881fdcdea5f5a7227ce2cb48d5ecfcd1e7dcda66",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ff27ds5n.js",
     "binary_offset": 188274290,
     "length": 13,
     "sha256": "a10b1504e70f40f5066550cae2e89b9ce75b8351ab33f123b99d7363dcda83d7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-wayland-display",
   "title": "WAYLAND_DISPLAY",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ddjnk2nr.js` offset 182209761.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788760,
     "length": 22,
     "sha256": "c7d16b15317c95035a3adb86d7b282ebc2057617e72951d1b4a0f7f55695d077",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ddjnk2nr.js` offset 182209761.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-5n3hjv8f.js",
      "binary_offset": 189012949,
      "length": 17,
      "sha256": "b97927c36c36f194451c10885c69f9f029a5c30509c2c859162572b5b367596e",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ddjnk2nr.js",
     "binary_offset": 182209761,
     "length": 27,
     "sha256": "71497285f4a01935c29b382326cee4319113ed898a9f3f41a23746692f76ba31",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5n3hjv8f.js",
     "binary_offset": 189012949,
     "length": 17,
     "sha256": "b97927c36c36f194451c10885c69f9f029a5c30509c2c859162572b5b367596e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-website-site-name",
   "title": "WEBSITE_SITE_NAME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175761699.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788783,
     "length": 24,
     "sha256": "d97b3d223c868e96fd3340c65d9d31ce4a147b0bab42c9213a0193a2d8a5fb95",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175761699.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761699,
     "length": 29,
     "sha256": "861142fb43b858cd4a9cd63ff3d1cd338ac71cea4252aa76a1a8f2ff9f28cdbf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-website-sku",
   "title": "WEBSITE_SKU",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175761730.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788808,
     "length": 18,
     "sha256": "a2b5070d95b861bb189262a14face9d853ac3a85bbba117d05873a1fa5c29c24",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175761730.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175761730,
     "length": 23,
     "sha256": "4e4acf045d683f7489c3e5f089d16ac81c2acfb3ae9b2aaab5b4fd48a97e84ab",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-windir",
   "title": "WINDIR",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-yzv9vjk3.js` offset 193370430.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-yzv9vjk3.js` offset 193370430.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-yzv9vjk3.js",
      "binary_offset": 193370430,
      "length": 18,
      "sha256": "9be0888a01dfe10ee463473b085c16948411d37135e9dcfb00b5da8ec6f63fca",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-yzv9vjk3.js",
     "binary_offset": 193370430,
     "length": 18,
     "sha256": "9be0888a01dfe10ee463473b085c16948411d37135e9dcfb00b5da8ec6f63fca",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-yzv9vjk3.js",
     "binary_offset": 193370452,
     "length": 18,
     "sha256": "9be0888a01dfe10ee463473b085c16948411d37135e9dcfb00b5da8ec6f63fca",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-wsl-distro-name",
   "title": "WSL_DISTRO_NAME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175758561.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 9,
    "read_paths": [
     "injected-env",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788827,
     "length": 22,
     "sha256": "4e16b816df0675e97a2a41a9efe5a80454ab6ecb3ea01d31575ae5041ee56875",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175758561.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175758561,
      "length": 27,
      "sha256": "d98afa7f8e6d40fbb3b59dd82bdda022d62b3b03c6ff85ac7b00b45d5a7cb372",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758561,
     "length": 27,
     "sha256": "d98afa7f8e6d40fbb3b59dd82bdda022d62b3b03c6ff85ac7b00b45d5a7cb372",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758602,
     "length": 27,
     "sha256": "d98afa7f8e6d40fbb3b59dd82bdda022d62b3b03c6ff85ac7b00b45d5a7cb372",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-es7h7855.js",
     "binary_offset": 189009271,
     "length": 17,
     "sha256": "0832fe6335be2ee60827b01a2d012ff2750ac6940292be2b6e012dd349214bc5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186027355,
     "length": 17,
     "sha256": "0832fe6335be2ee60827b01a2d012ff2750ac6940292be2b6e012dd349214bc5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186027385,
     "length": 17,
     "sha256": "0832fe6335be2ee60827b01a2d012ff2750ac6940292be2b6e012dd349214bc5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186027516,
     "length": 17,
     "sha256": "0832fe6335be2ee60827b01a2d012ff2750ac6940292be2b6e012dd349214bc5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zcdpe530.js",
     "binary_offset": 203398571,
     "length": 17,
     "sha256": "0832fe6335be2ee60827b01a2d012ff2750ac6940292be2b6e012dd349214bc5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zcdpe530.js",
     "binary_offset": 203398605,
     "length": 17,
     "sha256": "0832fe6335be2ee60827b01a2d012ff2750ac6940292be2b6e012dd349214bc5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175679624,
     "length": 32,
     "sha256": "0dceb9fd824c7082045faacfc1252a73b55c601877944d4a854d07ee728ae534",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-wsl-interop",
   "title": "WSL_INTEROP",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-j6zsezqx.js` offset 175679658.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "injected-env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788850,
     "length": 18,
     "sha256": "58cf3c83004af7950e63e6e7c44535fda155a99b172e9cf7577e9a158b6d76b5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j6zsezqx.js` offset 175679658.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j6zsezqx.js",
     "binary_offset": 175679658,
     "length": 28,
     "sha256": "6977984726e27d6e39e9bc2351069052e9407423df4f90f1d2a7101567ec91a4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-wt-session",
   "title": "WT_SESSION",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-14mz7m5y.js` offset 192370937.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 13,
    "read_paths": [
     "env-object-param",
     "presence-check",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788869,
     "length": 17,
     "sha256": "3579cb97ef126fa34d3af0d211f225b02fb0b3d32f3a81a01dd4793ef6a71551",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-14mz7m5y.js` offset 192370937.",
    "description_source": null,
    "raw_truthiness_sites": 8,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-9vp2f13s.js",
      "binary_offset": 188799998,
      "length": 12,
      "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-h7czh3dz.js",
      "binary_offset": 188280166,
      "length": 12,
      "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-nwdqs4bj.js",
      "binary_offset": 188366904,
      "length": 12,
      "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-t2rrzp0p.js",
      "binary_offset": 188371106,
      "length": 12,
      "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-t2rrzp0p.js",
      "binary_offset": 188373036,
      "length": 12,
      "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-14mz7m5y.js",
     "binary_offset": 192370937,
     "length": 22,
     "sha256": "dff34227f28971511de4797942449129c0e4d113a08a9ce7873e5324f86b9236",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188679344,
     "length": 22,
     "sha256": "dff34227f28971511de4797942449129c0e4d113a08a9ce7873e5324f86b9236",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758287,
     "length": 22,
     "sha256": "dff34227f28971511de4797942449129c0e4d113a08a9ce7873e5324f86b9236",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-56600wpa.js",
     "binary_offset": 192351693,
     "length": 12,
     "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9vp2f13s.js",
     "binary_offset": 188799998,
     "length": 12,
     "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h7czh3dz.js",
     "binary_offset": 188280166,
     "length": 12,
     "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-nwdqs4bj.js",
     "binary_offset": 188366904,
     "length": 12,
     "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188371106,
     "length": 12,
     "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188372895,
     "length": 12,
     "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188373036,
     "length": 12,
     "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-xdg-cache-home",
   "title": "XDG_CACHE_HOME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5b5dkraf.js` offset 212193907.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788887,
     "length": 21,
     "sha256": "dd3493e6e83092e9f3d047fac5c76b051912964f4878d57769dd979ac53ea284",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5b5dkraf.js` offset 212193907.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212193907,
     "length": 16,
     "sha256": "fc06c22e075e6b0b1bfb58cacefcd05f98477a0782f164b9fe1b0b80bc58e0e6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-xdg-config-home",
   "title": "XDG_CONFIG_HOME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5b5dkraf.js` offset 212234584.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 15,
    "read_paths": [
     "env-getter-call",
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788909,
     "length": 22,
     "sha256": "b4b5a833fe4e3ed3c7059f36c986700e601c7956dfa19fef9b63841cb77116f8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5b5dkraf.js` offset 212234584.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog",
     "https://code.claude.com/docs/en/server-managed-settings",
     "https://code.claude.com/docs/en/settings-reference",
     "https://code.claude.com/docs/en/settings"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-9yjanq6m.js",
      "binary_offset": 180655652,
      "length": 17,
      "sha256": "5df2fdb7f05541171c7934d223ec4147ecdaf88e6374ebc5e4dd5004165032c7",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212234584,
     "length": 27,
     "sha256": "7d8f5e188a6c59bb874c74c6736d93ac371261df1162acb6cc5cadca619fd20f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hkrvpm2b.js",
     "binary_offset": 177803471,
     "length": 17,
     "sha256": "25bf23b7c48b3f4c9dc31e3940021e461f09d48bf2ef6e195161081543bfcd5f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187302733,
     "length": 27,
     "sha256": "7d8f5e188a6c59bb874c74c6736d93ac371261df1162acb6cc5cadca619fd20f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187315342,
     "length": 27,
     "sha256": "7d8f5e188a6c59bb874c74c6736d93ac371261df1162acb6cc5cadca619fd20f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187480589,
     "length": 27,
     "sha256": "7d8f5e188a6c59bb874c74c6736d93ac371261df1162acb6cc5cadca619fd20f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-51cv08cz.js",
     "binary_offset": 192857256,
     "length": 17,
     "sha256": "5df2fdb7f05541171c7934d223ec4147ecdaf88e6374ebc5e4dd5004165032c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212193865,
     "length": 17,
     "sha256": "5df2fdb7f05541171c7934d223ec4147ecdaf88e6374ebc5e4dd5004165032c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8mkwx7mn.js",
     "binary_offset": 176684326,
     "length": 17,
     "sha256": "5df2fdb7f05541171c7934d223ec4147ecdaf88e6374ebc5e4dd5004165032c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180655652,
     "length": 17,
     "sha256": "5df2fdb7f05541171c7934d223ec4147ecdaf88e6374ebc5e4dd5004165032c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180655674,
     "length": 17,
     "sha256": "5df2fdb7f05541171c7934d223ec4147ecdaf88e6374ebc5e4dd5004165032c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-xdg-data-home",
   "title": "XDG_DATA_HOME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5b5dkraf.js` offset 212193887.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788932,
     "length": 20,
     "sha256": "ba8c6d03575502f9af6d3121fff435d98a747db550b799d719625ca33f1a915d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5b5dkraf.js` offset 212193887.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212193887,
     "length": 15,
     "sha256": "b4814b2917411b054f8df7ebc43bfa2ae697e3c81a1d73e9a95eaa0980807175",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6r3vp865.js",
     "binary_offset": 196177993,
     "length": 15,
     "sha256": "b4814b2917411b054f8df7ebc43bfa2ae697e3c81a1d73e9a95eaa0980807175",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-xdg-runtime-dir",
   "title": "XDG_RUNTIME_DIR",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5b5dkraf.js` offset 212193678.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788953,
     "length": 22,
     "sha256": "23ecb1dbc9c3ec5ed03afcbad1518c8b94112a355a5b3542b64fd03d170d73c9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5b5dkraf.js` offset 212193678.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212193678,
     "length": 27,
     "sha256": "d94ed14dffec22c04b00ef324ba05acb548c71694546b56a8cbc3fd4a3423721",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wthhr3tb.js",
     "binary_offset": 197221775,
     "length": 27,
     "sha256": "d94ed14dffec22c04b00ef324ba05acb548c71694546b56a8cbc3fd4a3423721",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7mxrxvx.js",
     "binary_offset": 199385351,
     "length": 17,
     "sha256": "60953f7c03c287581249a52bbc9a6f5d10a5d09df17140e9563e1251e7cf92ea",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-xdg-state-home",
   "title": "XDG_STATE_HOME",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5b5dkraf.js` offset 212193928.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788976,
     "length": 21,
     "sha256": "6b7e2062657e88968dea743b91ce43df2c229bc82d1b67b8a48cf7aeb3c3f72d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5b5dkraf.js` offset 212193928.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212193928,
     "length": 16,
     "sha256": "6042ebf5bd829ebfc157e19ca7078563f8dbad982a55c6e448ec2e4576e22fdc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-xterm-version",
   "title": "XTERM_VERSION",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ze990dc9.js` offset 175758019.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175788998,
     "length": 20,
     "sha256": "787e83fe9c6443ca6d1ae7cde2d0d4b543d74bb06682bbb1bb259ba755081d02",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ze990dc9.js` offset 175758019.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ze990dc9.js",
      "binary_offset": 175758019,
      "length": 25,
      "sha256": "1f33c166daefd07550cc2cc61f86599a4a35baf53c8202446780670e52fe2051",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175758019,
     "length": 25,
     "sha256": "1f33c166daefd07550cc2cc61f86599a4a35baf53c8202446780670e52fe2051",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-zed-term",
   "title": "ZED_TERM",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-h7czh3dz.js` offset 188280182.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 2,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175789034,
     "length": 15,
     "sha256": "0aa68cd4ad92d199c2ede5366d9746f580569e0803449710d2087c1c5681e8fe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-h7czh3dz.js` offset 188280182.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-h7czh3dz.js",
      "binary_offset": 188280182,
      "length": 10,
      "sha256": "059fcfab2d95711551372fa80c0e80759260b7416330118a863c1cde29893f31",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-nwdqs4bj.js",
      "binary_offset": 188366873,
      "length": 10,
      "sha256": "059fcfab2d95711551372fa80c0e80759260b7416330118a863c1cde29893f31",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-h7czh3dz.js",
     "binary_offset": 188280182,
     "length": 10,
     "sha256": "059fcfab2d95711551372fa80c0e80759260b7416330118a863c1cde29893f31",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-nwdqs4bj.js",
     "binary_offset": 188366873,
     "length": 10,
     "sha256": "059fcfab2d95711551372fa80c0e80759260b7416330118a863c1cde29893f31",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-zellij",
   "title": "ZELLIJ",
   "group": "Shell, terminal, OS and CI environment",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-6sap1w9m.js` offset 188648761.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Shell, terminal, OS and CI environment",
    "locations_count": 5,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175789050,
     "length": 13,
     "sha256": "e50b91f6a2f71355b1def44f494249c500a9ae38b58128eafc10d6ffbe0ba797",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6sap1w9m.js` offset 188648761.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ddjnk2nr.js",
      "binary_offset": 182207451,
      "length": 8,
      "sha256": "494e76f7d0ef921d9a35cb2a47a9bf4b83cd9b650c840ee5b2c1cefacdf4143b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6sap1w9m.js",
     "binary_offset": 188648761,
     "length": 18,
     "sha256": "87944217ff1d41b954e40df25b1ba4dcbdc65d6d5935e68f304397fcf46a254a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9vp2f13s.js",
     "binary_offset": 188799861,
     "length": 18,
     "sha256": "87944217ff1d41b954e40df25b1ba4dcbdc65d6d5935e68f304397fcf46a254a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203837325,
     "length": 18,
     "sha256": "87944217ff1d41b954e40df25b1ba4dcbdc65d6d5935e68f304397fcf46a254a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t2rrzp0p.js",
     "binary_offset": 188372832,
     "length": 18,
     "sha256": "87944217ff1d41b954e40df25b1ba4dcbdc65d6d5935e68f304397fcf46a254a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ddjnk2nr.js",
     "binary_offset": 182207451,
     "length": 8,
     "sha256": "494e76f7d0ef921d9a35cb2a47a9bf4b83cd9b650c840ee5b2c1cefacdf4143b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-agent-proxy-auth-token",
   "title": "AGENT_PROXY_AUTH_TOKEN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199314878,
     "length": 33,
     "sha256": "941c0b008fc7a34ec6b46048f47d022e30ea343d763b699fca3d5e65f4835526",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-agent-proxy-url",
   "title": "AGENT_PROXY_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199314851,
     "length": 26,
     "sha256": "d62c59d079f1dbf5fd52b00ceff0b8f4f3517cb5fc84e7685b2c1c653af86e86",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-ai-agent",
   "title": "AI_AGENT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it); Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)",
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": true,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-fmvn29kc.js",
     "binary_offset": 175401767,
     "length": 35,
     "sha256": "b85eb8381194f0b78f947da16c09675f81046e873b1bbbe7ca50c85f7015452c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181399162,
     "length": 23,
     "sha256": "b2180f04a282bc2a9e1958d3758e9193097745630b89d94cba1a484b309cb5e7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791334,
     "length": 15,
     "sha256": "2d8c3ba869ce7b8a75f14a8ec69050ea5cb5850a2f5370be9d4ad3f67a031107",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-allow-ant-computer-use-mcp",
   "title": "ALLOW_ANT_COMPUTER_USE_MCP",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791350,
     "length": 33,
     "sha256": "231f4667903364e349e3dfb4c9fd4224f8ff1c3b19db2ca10f90e245ee1abb1a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-anthropic-api-key",
   "title": "ANTHROPIC_API_KEY",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: removed (set to undefined or deleted).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "API key sent as `X-Api-Key` header.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-5d9gyc55.js",
     "binary_offset": 189046436,
     "length": 36,
     "sha256": "c4906342631616f0aea706ba94edbcc97ec4184958b51b5ed65fa0f2c9abd8b4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-anthropic-auth-token",
   "title": "ANTHROPIC_AUTH_TOKEN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: removed (set to undefined or deleted).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Custom value for the `Authorization` header (the value you set here will be prefixed with `Bearer `)",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-5d9gyc55.js",
     "binary_offset": 189046396,
     "length": 39,
     "sha256": "62c1d0dedce7c7fe77059f16ac9e51a0a48ce6a96e3fca31973277e46281f4ad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-anthropic-aws-api-key",
   "title": "ANTHROPIC_AWS_API_KEY",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: removed (set to undefined or deleted); a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "removed (set to undefined or deleted)",
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Workspace API key for Claude Platform on AWS, generated in the AWS Console.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-tce7203z.js",
     "binary_offset": 201831625,
     "length": 40,
     "sha256": "c0bd2dc3059605efdb03815b1d2fa07f6586540b23ad755d92dc2518d89dcf44",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tce7203z.js",
     "binary_offset": 201831788,
     "length": 35,
     "sha256": "d95befec38dc4f4b4598fb810492d6684a31890cdab2549ef0e5b2ae5c703f6f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-anthropic-config-dir",
   "title": "ANTHROPIC_CONFIG_DIR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791384,
     "length": 27,
     "sha256": "e68504632f30c71a11d0299b81c8be110e8d93033d3f431b6b386a8a66382cec",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-anthropic-default-haiku-model",
   "title": "ANTHROPIC_DEFAULT_HAIKU_MODEL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Model ID that the `haiku` alias resolves to, also used for background functionality.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-pk626pte.js",
     "binary_offset": 191105906,
     "length": 61,
     "sha256": "50834b455190ab66c416314b0d6f37c9154574734ad265546b81941e4b519c14",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pk626pte.js",
     "binary_offset": 191106957,
     "length": 60,
     "sha256": "4492db5ebfe793d00d6bcda7643ffb8063fd49642e429ff7b04c71176408ca01",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-anthropic-default-opus-model",
   "title": "ANTHROPIC_DEFAULT_OPUS_MODEL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Model ID that the `opus` alias resolves to, and that `opusplan` uses while Plan Mode is active.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-pk626pte.js",
     "binary_offset": 191104742,
     "length": 39,
     "sha256": "05bfc132123158d93c5fd2bcb6d06b1df9c6924c76bc4afe6cf861c86eb795bc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-anthropic-default-opus-model-description",
   "title": "ANTHROPIC_DEFAULT_OPUS_MODEL_DESCRIPTION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Display description for the pinned Opus model in the `/model` picker.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-pk626pte.js",
     "binary_offset": 191106044,
     "length": 102,
     "sha256": "fe95d4464fac766699ccf3bba4ddb861bb9c6ecbe121e229cc81be387d8dade2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pk626pte.js",
     "binary_offset": 191107094,
     "length": 102,
     "sha256": "fe95d4464fac766699ccf3bba4ddb861bb9c6ecbe121e229cc81be387d8dade2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-anthropic-default-opus-model-name",
   "title": "ANTHROPIC_DEFAULT_OPUS_MODEL_NAME",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Display name for the pinned Opus model in the `/model` picker.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-pk626pte.js",
     "binary_offset": 191105983,
     "length": 60,
     "sha256": "a74fbf1ab67d6ae85b807a7610dcff12bbb8eb813d50a1339c7dcf6d3a5f817d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pk626pte.js",
     "binary_offset": 191107033,
     "length": 60,
     "sha256": "a74fbf1ab67d6ae85b807a7610dcff12bbb8eb813d50a1339c7dcf6d3a5f817d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-anthropic-default-sonnet-model",
   "title": "ANTHROPIC_DEFAULT_SONNET_MODEL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Model ID that the `sonnet` alias resolves to, and that `opusplan` uses when Plan Mode is not active.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-pk626pte.js",
     "binary_offset": 191104659,
     "length": 41,
     "sha256": "4e81029abcb1ba21fe6669ed5cacc1fa96229800bac72b62dd0b5a01c89d3fb5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-aws-bearer-token-bedrock",
   "title": "AWS_BEARER_TOKEN_BEDROCK",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: removed (set to undefined or deleted); a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "removed (set to undefined or deleted)",
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Amazon Bedrock API key for authentication (see Amazon Bedrock API keys)",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-tce7203z.js",
     "binary_offset": 201830627,
     "length": 35,
     "sha256": "e2478441da2eb9284276406b66533551f3304d6faf0e432a25668fb7eff37d76",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tce7203z.js",
     "binary_offset": 201830790,
     "length": 35,
     "sha256": "07d9549a58deec51aa3efb6df34e15ed567e5fcec76a0c01464a4c91e47de63f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-bash-max-output-length",
   "title": "BASH_MAX_OUTPUT_LENGTH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Maximum number of characters of bash output that Claude Code reads back into a command's result (default: 30000; maximum: 150000).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791412,
     "length": 29,
     "sha256": "5c62c3dec10a3e78c6e1f6fdfa280d4d51161b6d12b7223af4613fee5b62e0f0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-browser",
   "title": "BROWSER",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: removed (set to undefined or deleted); a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 4,
    "set_values": [
     "removed (set to undefined or deleted)",
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ysnn4cgk.js",
     "binary_offset": 202729679,
     "length": 26,
     "sha256": "a304f7a425e91e8b5814e91f26f92b3a31de26a8cfb5bf00a7eecc1e613228db",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ysnn4cgk.js",
     "binary_offset": 202729711,
     "length": 41,
     "sha256": "7fab320f736912248c7b4062145936c0daa9d62035634d59fc57e91b3db26d70",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ysnn4cgk.js",
     "binary_offset": 202730762,
     "length": 34,
     "sha256": "0a0939fd9cf49c33dafebf0f2c7132c5b50edd18ff7507f8c352ca0d936c4f11",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ysnn4cgk.js",
     "binary_offset": 202730802,
     "length": 26,
     "sha256": "a304f7a425e91e8b5814e91f26f92b3a31de26a8cfb5bf00a7eecc1e613228db",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-bun-options",
   "title": "BUN_OPTIONS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: not traced.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "not traced"
    ],
    "receivers": [
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183697221,
     "length": 13,
     "sha256": "1af89f3dbd67ac61117879f600e09a4fb767b9d8974b7f0b7251abd8ae963a32",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-ccr-agent-proxy-include-hosts",
   "title": "CCR_AGENT_PROXY_INCLUDE_HOSTS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199315145,
     "length": 40,
     "sha256": "46dce9397d30b7b3f742dd86d8f78f32b4ab15633ef882693c80b279fc1328bf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-ccr-agent-proxy-receive-gate-disabled",
   "title": "CCR_AGENT_PROXY_RECEIVE_GATE_DISABLED",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199315186,
     "length": 48,
     "sha256": "43aec7c7b6ce53bd678fa6493f90507a7a600c3bf2124c9ff08959e21948885f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-ccr-agent-proxy-relay-mode",
   "title": "CCR_AGENT_PROXY_RELAY_MODE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199315107,
     "length": 37,
     "sha256": "e570d58af8cbe4b5698f9aed78f852f61fa87087bbd7454955f7d5573b53814d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-ccr-agent-proxy-upload-gate-disabled",
   "title": "CCR_AGENT_PROXY_UPLOAD_GATE_DISABLED",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-kdrnbgc9.js",
     "binary_offset": 199315235,
     "length": 47,
     "sha256": "66a00414522a92efc9fa7d1b0bb2689f7ec2ddc1743587de9ee2581e56a305ff",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-ccr-session-profile",
   "title": "CCR_SESSION_PROFILE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791442,
     "length": 26,
     "sha256": "579b5f3b54cf9966e4f2f40d07696c24e9e46f8e346cb4a2846f49f8b8152605",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claubbit",
   "title": "CLAUBBIT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791469,
     "length": 15,
     "sha256": "76038e8667736ad7484e1f08531cac165a04d8b7ed66769a53311a319dea6bf7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-afk-countdown-ms",
   "title": "CLAUDE_AFK_COUNTDOWN_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "How many milliseconds before auto-continue the on-screen countdown appears on an unanswered `AskUserQuestion` dialog.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791503,
     "length": 30,
     "sha256": "3a09679a6a8a70c72e04477b175a346a8002a1f1b5af1cc8a02567bb3d22c41e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-afk-timeout-ms",
   "title": "CLAUDE_AFK_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "How many milliseconds of idle time before an unanswered `AskUserQuestion` dialog auto-continues without you.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791534,
     "length": 28,
     "sha256": "621551ba09b28fb293201076aedc24f0dc4ccbd4ef63b73c9d6d3947c1d21ee1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-after-last-compact",
   "title": "CLAUDE_AFTER_LAST_COMPACT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791563,
     "length": 32,
     "sha256": "0914962dbf7fc2b06ba424edbc0cb319e918e89d417af735f1000e5bc1473175",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-agent-sdk-client-app",
   "title": "CLAUDE_AGENT_SDK_CLIENT_APP",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791624,
     "length": 34,
     "sha256": "b875007ff2e72eb95b9bf5ddfa67714db2fea6c94ecdd028acfbefc3036ccaef",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-agent-sdk-disable-builtin-agents",
   "title": "CLAUDE_AGENT_SDK_DISABLE_BUILTIN_AGENTS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to disable all built-in subagent types such as Explore and Plan.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791659,
     "length": 46,
     "sha256": "68280e5dedff3d2faba7dfa38f72ae9a149aacec5348323b42a04657c8d5ab8e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-agent-sdk-disable-mcp-manifests",
   "title": "CLAUDE_AGENT_SDK_DISABLE_MCP_MANIFESTS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791706,
     "length": 45,
     "sha256": "1817d4edd3a648d07f42cbf58e1d8ed121658422bb5213483f7b92448138ad4a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-agent-sdk-mcp-no-prefix",
   "title": "CLAUDE_AGENT_SDK_MCP_NO_PREFIX",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to skip the `mcp____` prefix on tool names from SDK-created MCP servers.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791752,
     "length": 37,
     "sha256": "e1ad87f42a4cde169c79282cd4a8065757832c4e40beb1c98fa56140e129301b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-agent-sdk-version",
   "title": "CLAUDE_AGENT_SDK_VERSION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-xwgs2xvp.js",
     "binary_offset": 199909215,
     "length": 84,
     "sha256": "f060c8d98457156b10bb754d06d16fd865c187f8e550dd9088f85ff7e60eebf5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791790,
     "length": 31,
     "sha256": "526b94d0138d716e309d837f2602491255835af83602a6a2b83fc149ccfa711d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-agents-select",
   "title": "CLAUDE_AGENTS_SELECT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 6,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192152931,
     "length": 39,
     "sha256": "3d65cba8066ef1a377460d52aff463d1e3c1498db2920bf949011db4dd6c6501",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8ddbmt6f.js",
     "binary_offset": 192851258,
     "length": 39,
     "sha256": "fac71fa93740867a19fcec8b041ce80aaca6c25774ebcee09e7fb98cc7121838",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188986236,
     "length": 22,
     "sha256": "1390bd5e2059ed4b8b29213b4a5f6294780bacd944b0628e88ef2d7921c3b7a9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203735739,
     "length": 34,
     "sha256": "de2d2a0e71c9011ea95bcce17c92ccdd3d707957799713a4f149909bd776d951",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203743688,
     "length": 42,
     "sha256": "a2959522e04be0647501dd343b112e3f767d5bb3229f3b1aaa24203e85a67beb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791596,
     "length": 27,
     "sha256": "4da3efb86873e9f1460ede005334742d3a9036a0d71e79f526d966dd477f252b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-artifact-host-grant",
   "title": "CLAUDE_ARTIFACT_HOST_GRANT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791822,
     "length": 33,
     "sha256": "c8b3884968b0db13c6b7023a26213d1265b08fa46d58380230030031e87fcc41",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-async-agent-stall-timeout-ms",
   "title": "CLAUDE_ASYNC_AGENT_STALL_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Stall timeout in milliseconds for subagents.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791856,
     "length": 42,
     "sha256": "311903730c82db2d39be3239daa7698da15457730ac34e226d4a9b36388e8649",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-auto-background-tasks",
   "title": "CLAUDE_AUTO_BACKGROUND_TASKS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to force-enable automatic backgrounding of long-running agent tasks.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791938,
     "length": 35,
     "sha256": "86d065c9091a179950a597a7f5ef287fe034bf17fb2856a54f1f46b05b1ec278",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-autocompact-pct-override",
   "title": "CLAUDE_AUTOCOMPACT_PCT_OVERRIDE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set the percentage (1-100) of the auto-compact window at which auto-compaction triggers.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791899,
     "length": 38,
     "sha256": "ca0335aefe4f89ad9bc75f4d39aa1618af9112cf55b08f4735ebb574fbd4202c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bash-maintain-project-working-dir",
   "title": "CLAUDE_BASH_MAINTAIN_PROJECT_WORKING_DIR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Return to the original working directory after each Bash or PowerShell command in the main session",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791974,
     "length": 47,
     "sha256": "5e91f4d110a5e8941e63d753924cfb1feb2df6eb08b9f1be561ff87b603627a6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-auth-snapshot-path",
   "title": "CLAUDE_BG_AUTH_SNAPSHOT_PATH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 6,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212250876,
     "length": 30,
     "sha256": "87bff846f76b4df390bf7f63a741b8fb5d778b095869fae9fcca775741576591",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177827656,
     "length": 47,
     "sha256": "43fe62609b3752411e7d8a57a7913860fb7d106a6b2270cfd0faaaaebdfb4f27",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177828662,
     "length": 39,
     "sha256": "0dd827265224955adfa7709760c4076f4aed5b2991e213d5b3fc178ddfb9fb64",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177828804,
     "length": 39,
     "sha256": "0dd827265224955adfa7709760c4076f4aed5b2991e213d5b3fc178ddfb9fb64",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177828954,
     "length": 39,
     "sha256": "0dd827265224955adfa7709760c4076f4aed5b2991e213d5b3fc178ddfb9fb64",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792022,
     "length": 35,
     "sha256": "bb10cdd4f9fe72734de9a27ce8644c2a2a218b519e37ca9f0ce341a6ece9d845",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-backend",
   "title": "CLAUDE_BG_BACKEND",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792058,
     "length": 24,
     "sha256": "993d09b3b0031b579e9fe6f34daed0ad1fc0d2abbaf03252f83f79305f3f09cf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-claim-auth",
   "title": "CLAUDE_BG_CLAIM_AUTH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-6n6qvpgn.js",
     "binary_offset": 189109416,
     "length": 39,
     "sha256": "16c0cd82b755fc94ce688751d7157068fc03d029bfce1fb07fd0a5e3c10af43f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792083,
     "length": 27,
     "sha256": "91c45d4f244ba00dcb8f130748f61933068aa5d1f17d78f47da5444bf4eae5ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-dispatcher-rate-limit-tier",
   "title": "CLAUDE_BG_DISPATCHER_RATE_LIMIT_TIER",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792111,
     "length": 43,
     "sha256": "6d50814ce0aab7e2b2b7f84083977ffaa6617ef6e7e42e276154d473e2a143e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-dispatcher-subscription-type",
   "title": "CLAUDE_BG_DISPATCHER_SUBSCRIPTION_TYPE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792155,
     "length": 45,
     "sha256": "03ddf39c3b8f620e8141bd1de7acdd84334e8b089d437a291c231e8519e6711b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-isolation",
   "title": "CLAUDE_BG_ISOLATION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": true,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965651,
     "length": 22,
     "sha256": "d1ba9b97cb90b360ee1d3400705310b84a1f69b2e6c04e57a55e9c7b078ebcb8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792201,
     "length": 26,
     "sha256": "c77052695eb733ad0db6aad2ba43e69af6beccd51a91bb9b632ff6f7e73c4842",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-memory-toggled-off",
   "title": "CLAUDE_BG_MEMORY_TOGGLED_OFF",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `1`; a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "`1`",
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": true,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965746,
     "length": 32,
     "sha256": "ccd6d77186bfde6eb276af9339063a3d5e110f8ab74035bb29456f19152ff212",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792228,
     "length": 35,
     "sha256": "7a9541897e18573bcb0795dfeb8bd42809841391a7a1703b6136282bdbb7847c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-post-clear-respawn",
   "title": "CLAUDE_BG_POST_CLEAR_RESPAWN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792264,
     "length": 35,
     "sha256": "cfab3f8cc860fa5285e647990ca25668309c1af0ff356e1e48d42ce122831abd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-pty-auth",
   "title": "CLAUDE_BG_PTY_AUTH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-w4m48xb9.js",
     "binary_offset": 192924078,
     "length": 37,
     "sha256": "7d7017dffc5571088dd20b0dc20bbabe767dbade584abcab240713ab61cf179c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792300,
     "length": 25,
     "sha256": "abd5968f2ef1df0f2c75294df67a339483e544c53b9d4f01d0b79d2c1d8cb146",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-rendezvous-sock",
   "title": "CLAUDE_BG_RENDEZVOUS_SOCK",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ysnn4cgk.js",
     "binary_offset": 202733350,
     "length": 44,
     "sha256": "503dc6b9f06dac3598489ead5c972e42c892ed1354815afb52cca0ec0ce3d506",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792326,
     "length": 32,
     "sha256": "4357b9dd0529284fe0d702c06846264d6fc9ad145586b8b7658c4ea6903a2b2a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-rv-auth",
   "title": "CLAUDE_BG_RV_AUTH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ysnn4cgk.js",
     "binary_offset": 202733421,
     "length": 36,
     "sha256": "a04d6c369be07f7c7a0279ec542d48de65df73d93ca28cf20c6a51a7932be95c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792359,
     "length": 24,
     "sha256": "bbb2d3132feab699d0ce7ffd69ca68229dd7c6e3dfab44896e2a9759343d61cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-session-permission-rules",
   "title": "CLAUDE_BG_SESSION_PERMISSION_RULES",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": true,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965683,
     "length": 53,
     "sha256": "d8ee7f8ca5f213d8e85164c5ab51adef41b066ea967edc7cfe0b596ca256d656",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792384,
     "length": 41,
     "sha256": "8f1afca37009cdcbb789c1d24af3ca58f20b8a76a638bb872499a66079d46813",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-socket-tokens-path",
   "title": "CLAUDE_BG_SOCKET_TOKENS_PATH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 4,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-6n6qvpgn.js",
     "binary_offset": 189109496,
     "length": 47,
     "sha256": "083017bfe480460e918d4b6522d0a4868f48c73bd2efa240eabc7ceea3243002",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w4m48xb9.js",
     "binary_offset": 192924287,
     "length": 47,
     "sha256": "083017bfe480460e918d4b6522d0a4868f48c73bd2efa240eabc7ceea3243002",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ysnn4cgk.js",
     "binary_offset": 202733498,
     "length": 47,
     "sha256": "083017bfe480460e918d4b6522d0a4868f48c73bd2efa240eabc7ceea3243002",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792426,
     "length": 35,
     "sha256": "a15225e1ecc47779bd2d9ff500d77415d0b90eec1ca286a8b7caa898f03f1374",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-source",
   "title": "CLAUDE_BG_SOURCE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792462,
     "length": 23,
     "sha256": "c1d47c4bbf7242d865f37cfc93fea03811d85108301489ff85f568af7d71c831",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-startup-wedge-ms",
   "title": "CLAUDE_BG_STARTUP_WEDGE_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792486,
     "length": 33,
     "sha256": "01ba07eb20e1b2fcfa3048c6d7fd8b70839f20b4d0fd2e91e0d9bb252325eada",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-tcc-disclaimed",
   "title": "CLAUDE_BG_TCC_DISCLAIMED",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-w4m48xb9.js",
     "binary_offset": 192923243,
     "length": 43,
     "sha256": "22bfd5ab2bd77772a1d4c5f287331a9ce5b32723e738fa365e352d205c199475",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792520,
     "length": 31,
     "sha256": "432da870e233b73849e096be2255884113d1748787318a0efc9e2131459a5c36",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bg-workspace-trusted",
   "title": "CLAUDE_BG_WORKSPACE_TRUSTED",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792552,
     "length": 34,
     "sha256": "689e0f9b3df1929080c32a32611791ef6a327a432a3caa365cd7f848aca482ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bridge-base-url",
   "title": "CLAUDE_BRIDGE_BASE_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792587,
     "length": 29,
     "sha256": "1a798b78ff45358bb6625141efea50d7bff4656e6a6448793f601d8a625ebd6d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bridge-oauth-token",
   "title": "CLAUDE_BRIDGE_OAUTH_TOKEN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792617,
     "length": 32,
     "sha256": "2e4e6e4b36d78b8ced2ab6e485978a2a81eaa1f11af0b22ea3a0b0d3ebfa99c6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bridge-reattach-grouping",
   "title": "CLAUDE_BRIDGE_REATTACH_GROUPING",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-nv6nh3kd.js",
     "binary_offset": 210665255,
     "length": 50,
     "sha256": "a9bd88e5c3059a9d5076c96dc5b40dca53164f28e7bce6dbff1010d8e828f36f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792650,
     "length": 38,
     "sha256": "a53c79972d3ecb98ff62524247f3e7499f5058e7d147781737012fb2165b98e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bridge-reattach-no-backfill",
   "title": "CLAUDE_BRIDGE_REATTACH_NO_BACKFILL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-nv6nh3kd.js",
     "binary_offset": 210665411,
     "length": 53,
     "sha256": "82ef3b7766f2d21c19fa83f2e3a27afbcf816ccdebf2e65f9d4705d12d54b3e9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792689,
     "length": 41,
     "sha256": "33d5c391088d7c10023e62c06151c63832446343fe390569b53f7f069c9324b4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bridge-reattach-outbound-only",
   "title": "CLAUDE_BRIDGE_REATTACH_OUTBOUND_ONLY",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-nv6nh3kd.js",
     "binary_offset": 210665199,
     "length": 55,
     "sha256": "7e737ccb7d8d55d95478eba919e47a0860b5e718a87f43e82497e318a3f18e05",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792731,
     "length": 43,
     "sha256": "97ded3deaaea0641d6e6f941f3aef011e59116bef1d8e091c673967bd3fbdc59",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bridge-reattach-owner-acct",
   "title": "CLAUDE_BRIDGE_REATTACH_OWNER_ACCT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-nv6nh3kd.js",
     "binary_offset": 210665306,
     "length": 52,
     "sha256": "0fc6ce2a5502bf3a583242109bf8e97f98fa51011037269585ba62234a246b0c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792775,
     "length": 40,
     "sha256": "940c158b836c146005879ede00b3b0d7ab4b9d5b734ccc369ccb23586ecef3fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bridge-reattach-owner-org",
   "title": "CLAUDE_BRIDGE_REATTACH_OWNER_ORG",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-nv6nh3kd.js",
     "binary_offset": 210665359,
     "length": 51,
     "sha256": "71e8aac861adc9b92d00dfb3d04293a935798515c00d246fd3e1ebd45ae5f474",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792816,
     "length": 39,
     "sha256": "215cac4da2d8cf5dc7d956339076238ac3dbc58d9ebb85f038a7c7203b966b1c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bridge-reattach-seq",
   "title": "CLAUDE_BRIDGE_REATTACH_SEQ",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-nv6nh3kd.js",
     "binary_offset": 210665153,
     "length": 45,
     "sha256": "f1248945704465a63f898df4357de5ace0718c25c02649c25fc2f05f8c757ab3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792856,
     "length": 33,
     "sha256": "48f04bf75c39169d7c989844530288fe5cd7bba880c099262b109b49218d977f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bridge-reattach-session",
   "title": "CLAUDE_BRIDGE_REATTACH_SESSION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-nv6nh3kd.js",
     "binary_offset": 210665103,
     "length": 49,
     "sha256": "96f8d3f056d4acb1aa11fd32add4ef362385427f584bbc2b7921784af5ca5d0c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792890,
     "length": 37,
     "sha256": "416067842a2ce5c701c966f8743b832b2d28a8e16b8418b0921d8651f07467e0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-bridge-session-ingress-url",
   "title": "CLAUDE_BRIDGE_SESSION_INGRESS_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792928,
     "length": 40,
     "sha256": "5aa725cc6ffb7758a2ad60d2be9bda305dc6f9db17362261f361c951a40139a6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-chrome-paired-device-id",
   "title": "CLAUDE_CHROME_PAIRED_DEVICE_ID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175792969,
     "length": 37,
     "sha256": "9f40c5a598ea7044d34ff1e5f1635aab8c8aa47ae0a25a7f93d31805aa99a9eb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-chrome-permission-mode",
   "title": "CLAUDE_CHROME_PERMISSION_MODE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793007,
     "length": 36,
     "sha256": "84cbe84d9d8a37286bc7f61cdfb7ec54677e75fc73f29e581de40f5fc047769b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-client-presence-file",
   "title": "CLAUDE_CLIENT_PRESENCE_FILE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Path to a file that an external tool, such as a screen-lock listener, creates when you unlock your screen and deletes when you lock it.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793044,
     "length": 34,
     "sha256": "25b7637154d243c84b3be0ad5bff2565495fd5e3e23525c829d058f3d59d5a49",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-3p-probe-wrote-opus-default",
   "title": "CLAUDE_CODE_3P_PROBE_WROTE_OPUS_DEFAULT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-pk626pte.js",
     "binary_offset": 191103636,
     "length": 50,
     "sha256": "ccb72edc36d8be020ee23e64c831e9bcc2a5d9ff734ed6c35f42ef9c19c72f66",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-3p-probe-wrote-sonnet-default",
   "title": "CLAUDE_CODE_3P_PROBE_WROTE_SONNET_DEFAULT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-pk626pte.js",
     "binary_offset": 191103540,
     "length": 52,
     "sha256": "ce9c78a150f932932f925f269b5dfa8a653de9f369b691fd6c8064f3c39d3bac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-action",
   "title": "CLAUDE_CODE_ACTION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793079,
     "length": 25,
     "sha256": "4d4d31462fda2d727bc479018f5d0faa938e880baaa4fe7ed0800f2d131ee973",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-additional-directories-claude-md",
   "title": "CLAUDE_CODE_ADDITIONAL_DIRECTORIES_CLAUDE_MD",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to load memory files from directories specified with `--add-dir`.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793105,
     "length": 51,
     "sha256": "c44151562ba4162051695e334a89f5bb8b29cead1bd18d562ea55acc84ff6cad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-additional-protection",
   "title": "CLAUDE_CODE_ADDITIONAL_PROTECTION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793157,
     "length": 40,
     "sha256": "4a8cabbeb073fd07150807d3b309611fe6d9441617568307f9e120c006b543a3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-adopt-underivable-parked-permission",
   "title": "CLAUDE_CODE_ADOPT_UNDERIVABLE_PARKED_PERMISSION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793198,
     "length": 54,
     "sha256": "1fe3dc852f22d54327ba41ce898ed8643e914e9911b824aed4c01e40b05deede",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-agent",
   "title": "CLAUDE_CODE_AGENT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191829643,
     "length": 32,
     "sha256": "8790f00289b300e8078b9baa1d8a1361bf71d2b78e76dfedc8db09161d45a819",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793253,
     "length": 24,
     "sha256": "4db8f475403dd9e93ba8a826ddd957137d51697aae47845ab60a544a6bfda8a0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-agent-view-relaunch",
   "title": "CLAUDE_CODE_AGENT_VIEW_RELAUNCH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-p4h4mthd.js",
     "binary_offset": 182830004,
     "length": 23,
     "sha256": "058fa08319bfe90cf45a1f60e025337e29c66ab616f3a5301da12dc6ebfcd969",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-alt-screen-full-repaint",
   "title": "CLAUDE_CODE_ALT_SCREEN_FULL_REPAINT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: `1`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "`1`"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to repaint the entire screen on every frame in fullscreen rendering instead of sending incremental updates.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-56600wpa.js",
     "binary_offset": 192351706,
     "length": 53,
     "sha256": "7afedd7fb192d52c80db220e6c02f46ece97b7f5451b989b82a2cf5865bcff49",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-artifact",
   "title": "CLAUDE_CODE_ARTIFACT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793278,
     "length": 27,
     "sha256": "8a46f2d122cd9ba7ce96006818324a675729ba05f6632627ad5aab04809c6f1e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-artifact-asset-base-url",
   "title": "CLAUDE_CODE_ARTIFACT_ASSET_BASE_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793387,
     "length": 42,
     "sha256": "5a2ee2d007c248928e208d33b40f014787cc807c1b179e23d4d7ba41d53d01cf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-artifact-auto-open",
   "title": "CLAUDE_CODE_ARTIFACT_AUTO_OPEN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `0` to stop Claude Code from opening the browser automatically when a new artifact is published",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793430,
     "length": 37,
     "sha256": "c8671f257308bfe6fa300f5290ff13ab6c34ed90cb5eff97b39cb6f80872ee56",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-artifact-live-base-url",
   "title": "CLAUDE_CODE_ARTIFACT_LIVE_BASE_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793468,
     "length": 41,
     "sha256": "9669d3b18b8bed831b99ba5eadd7246c5c9e23a0be2b0805d0a20e186171dc74",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-artifact-sync-base-url",
   "title": "CLAUDE_CODE_ARTIFACT_SYNC_BASE_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793510,
     "length": 41,
     "sha256": "fc6c39605f6afe17d606dbf22d0681557c2c7e68d11ae892f6471caa04b6ad22",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-artifact-viewer-base-url",
   "title": "CLAUDE_CODE_ARTIFACT_VIEWER_BASE_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793552,
     "length": 43,
     "sha256": "74c5a4fcbb9d110b9baf30d840294db35dc2e002aec5d32907a1481984f17943",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-artifacts-api-base-url",
   "title": "CLAUDE_CODE_ARTIFACTS_API_BASE_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793306,
     "length": 41,
     "sha256": "9689bfb1d2ac7b1e311fc39f57ec326675c556311e05d9908e730c2fade575c8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-artifacts-api-token",
   "title": "CLAUDE_CODE_ARTIFACTS_API_TOKEN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793348,
     "length": 38,
     "sha256": "884d7783b97e9ca00e8b9270a303738ccd9bc93095e18cd9ae4c09d724092504",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-attribution-status-timeout-ms",
   "title": "CLAUDE_CODE_ATTRIBUTION_STATUS_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793596,
     "length": 48,
     "sha256": "71ad10b6dc6ddad339f7be34de3f630c6e4db7ea6cd855dff3f473386b699c01",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-auto-compact-window",
   "title": "CLAUDE_CODE_AUTO_COMPACT_WINDOW",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set the auto-compact window in tokens, from `100000` to `1000000`.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793645,
     "length": 38,
     "sha256": "c5e8add778ed2fd8f1a22277f139c972182f32467259d5e5e8bd96314a7691f8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-auto-mode-external-permissions",
   "title": "CLAUDE_CODE_AUTO_MODE_EXTERNAL_PERMISSIONS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793684,
     "length": 49,
     "sha256": "8262c78c2c7110d5dba0353f90853e05ed59ae2b841c4b38af91686af1700d85",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-auto-mode-server",
   "title": "CLAUDE_CODE_AUTO_MODE_SERVER",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": true,
    "also_read": true,
    "description": "Controls whether Claude Code asks the server to review auto mode actions.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965320,
     "length": 59,
     "sha256": "d3bfcb14cb2524612a2f36aca17b3c21fe1b1df92d9f18db94e0929d652c0709",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-base-ref",
   "title": "CLAUDE_CODE_BASE_REF",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793734,
     "length": 27,
     "sha256": "d970c125129a88f45180001a77eb8d14c238bad05cac236042174f19d39315cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-base-refs",
   "title": "CLAUDE_CODE_BASE_REFS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793762,
     "length": 28,
     "sha256": "daf1d683ad1a0c808a0501573da16e5ebea16cf4e2ca326df5db5766f075bb0c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-blocking-limit-override",
   "title": "CLAUDE_CODE_BLOCKING_LIMIT_OVERRIDE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793791,
     "length": 42,
     "sha256": "08dc12ef099910b8fd51859c4b18b199ac233225956f422da85dc02d4d0949d1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-bridge-child-artifact",
   "title": "CLAUDE_CODE_BRIDGE_CHILD_ARTIFACT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; `1`; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "a runtime value",
     "`1`",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-dfcypb85.js",
     "binary_offset": 210116774,
     "length": 45,
     "sha256": "bc8da8e65a7734cf75fbcc5b69154c46b03f885e03de9512a0c1cb5c0b3acf5c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dfcypb85.js",
     "binary_offset": 210117091,
     "length": 44,
     "sha256": "11e51116923cec71c0c84849554f948650c8b302b6125d339f1e902a6bd8dd5f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793834,
     "length": 40,
     "sha256": "c1c88cbd27f9ddaea37c1f425f1df800033b99ae1caa6688ef7eecd4c3fcd69e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-bridge-child-auto-default",
   "title": "CLAUDE_CODE_BRIDGE_CHILD_AUTO_DEFAULT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793875,
     "length": 44,
     "sha256": "51ad65661c453213a4e20a6814683e71e2dc3be1bd7d6eb98e4594f0d4005534",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-bridge-child-machine-settings",
   "title": "CLAUDE_CODE_BRIDGE_CHILD_MACHINE_SETTINGS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793920,
     "length": 48,
     "sha256": "0e764c8e5f1e272653c635fa05ed792652fc5e13bbda9cce0e4ce23a4e1942a2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-bridge-mcp-carrier",
   "title": "CLAUDE_CODE_BRIDGE_MCP_CARRIER",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-jrare64x.js",
     "binary_offset": 177788494,
     "length": 49,
     "sha256": "53dd4137e59c1f7efe838c88159869abe7daf92e3ca60d5134f80074095a64cc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183374298,
     "length": 43,
     "sha256": "ff4fd98e8078406b101bc49b961e9a150b6eacaf44c5ff0ca0b8fe7a3d1cbbea",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175793969,
     "length": 37,
     "sha256": "ff8569391bdbc4301849cedf07f552e8c385b2cad180afbbbbdf4e4ef70c61b2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-bridge-owner-account-uuid",
   "title": "CLAUDE_CODE_BRIDGE_OWNER_ACCOUNT_UUID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794007,
     "length": 44,
     "sha256": "1ee135115feee71787b911bc08a9c0333224c325270e4b7cc109031bcd4f5986",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-bridge-owner-org-uuid",
   "title": "CLAUDE_CODE_BRIDGE_OWNER_ORG_UUID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794052,
     "length": 40,
     "sha256": "12d8877a742e9da6bcafe385382210ff2f0c4a5448a6bafa3ba4da38ba5e5c50",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-bridge-prompt-sha256",
   "title": "CLAUDE_CODE_BRIDGE_PROMPT_SHA256",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183374501,
     "length": 43,
     "sha256": "df1f185a6da098da9065fb02e775d6c0b9194ad091f7faa1b61c8702d1fac6a7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794093,
     "length": 39,
     "sha256": "e7530e97e9a44f1d37d4c75b4c8f122b5d8dd182e50d6ac851b44ff7ca470520",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-bridge-session-id",
   "title": "CLAUDE_CODE_BRIDGE_SESSION_ID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": false,
    "description": "Set automatically in Bash tool and hook command subprocesses while the session has an active Remote Control connection, and removed when the connection ends.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-1884xyd4.js",
     "binary_offset": 182525831,
     "length": 43,
     "sha256": "8549f3ecff0deeca56918d939d1ae3c683077f1067cee79d4e7e2d0e0a854254",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1884xyd4.js",
     "binary_offset": 182525880,
     "length": 48,
     "sha256": "4fa29b14e42e067b45526b92fcbed36373e3dfcbdb7f57edefcc4a28c8510604",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794133,
     "length": 36,
     "sha256": "1d287f31a8966617362187b1e2576fd5e0b6a27fd823cbf7f66607ad11521f88",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-brief",
   "title": "CLAUDE_CODE_BRIEF",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794170,
     "length": 24,
     "sha256": "ecfcbf80d253793840b7d55210a5d676c2f935ef7fc083c66e15167a0486228d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-brief-upload",
   "title": "CLAUDE_CODE_BRIEF_UPLOAD",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794195,
     "length": 31,
     "sha256": "91323ebb13bdd570462eb203faafba77b0e340723cf7bf0e8d448243bc1c83a1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-ccr-surface",
   "title": "CLAUDE_CODE_CCR_SURFACE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794227,
     "length": 30,
     "sha256": "6ea5a975ded81fab97efd1511ccf0f3f271a6d3f1ae9d1cdf0372669abcbb9f4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-child-session",
   "title": "CLAUDE_CODE_CHILD_SESSION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: `1`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "`1`"
    ],
    "receivers": [
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` in subprocesses Claude Code spawns via the Bash, PowerShell, and Monitor tools, hook commands, and status line commands.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181399035,
     "length": 29,
     "sha256": "5ca39f625315d49bd09ba4d653cff76a7109b9711eb9ba6c6b5d157b44ce8635",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-chrome-mcp-org-denied",
   "title": "CLAUDE_CODE_CHROME_MCP_ORG_DENIED",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for stdio MCP servers. Value: `1`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "`1`"
    ],
    "receivers": [
     "stdio MCP servers"
    ],
    "conditional": true,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209363597,
     "length": 37,
     "sha256": "f90629e38f7e7b15c28421d6de3b78c64558651b3da9e4d1459c33c2824b4268",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209136998,
     "length": 37,
     "sha256": "f90629e38f7e7b15c28421d6de3b78c64558651b3da9e4d1459c33c2824b4268",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-classifier-summary",
   "title": "CLAUDE_CODE_CLASSIFIER_SUMMARY",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794258,
     "length": 37,
     "sha256": "23ce4c94d7d9755e3ac444f43b6294210c844b37b9976d35289e9b025b773ac4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-client-data-url",
   "title": "CLAUDE_CODE_CLIENT_DATA_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191853714,
     "length": 52,
     "sha256": "5553bf4b193c01dd60822208f9200275518aa95d999d8aadf6aa90b4bcf56e1f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-container-id",
   "title": "CLAUDE_CODE_CONTAINER_ID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794296,
     "length": 31,
     "sha256": "700c22cc100923f8a43fe6d89ab6f83e1b8502fe7438f995f0de33d23147aba7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-coordinator-mode",
   "title": "CLAUDE_CODE_COORDINATOR_MODE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: `1`; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "`1`",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-x7qmw6rt.js",
     "binary_offset": 182371203,
     "length": 44,
     "sha256": "deebb75203583758bc03b9165f1ebda1147a1bb32cd762f0a7c92c08251fc4ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x7qmw6rt.js",
     "binary_offset": 182371253,
     "length": 47,
     "sha256": "fdedd513a5e7176c6e589b11394e3300e427b692d1c2cc7ed3c7700d208d312b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x7qmw6rt.js",
     "binary_offset": 182371328,
     "length": 47,
     "sha256": "fdedd513a5e7176c6e589b11394e3300e427b692d1c2cc7ed3c7700d208d312b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-coordinator-skill-guidance",
   "title": "CLAUDE_CODE_COORDINATOR_SKILL_GUIDANCE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794328,
     "length": 45,
     "sha256": "87d6ec9568b9bf5f93dc92a0bc638f3033135414865b7e254bf18491fc0c0981",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-daemon-cold-start",
   "title": "CLAUDE_CODE_DAEMON_COLD_START",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794374,
     "length": 36,
     "sha256": "5d6d3aa69c80731462fbaa160f91dc9b6a0ed30d3aaf819f789a3876178464fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-decstbm",
   "title": "CLAUDE_CODE_DECSTBM",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794411,
     "length": 26,
     "sha256": "1f4aab0919dbf93fdec3e35422b89f5bb7bc411ec166e9a1a94db0b539ccc420",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-desktop-app-version",
   "title": "CLAUDE_CODE_DESKTOP_APP_VERSION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794438,
     "length": 38,
     "sha256": "befff7a628dce7f589a3a92ac8382b815e84f56e241b818d6e3e8f866c71db61",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-dev-raw-changelog-url",
   "title": "CLAUDE_CODE_DEV_RAW_CHANGELOG_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794477,
     "length": 40,
     "sha256": "67fd1d0a37dedb6d64234ccaf1e1c2aa0e4270af077d7d897760462c6dc3780e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-dir-sync-disable-anchoring",
   "title": "CLAUDE_CODE_DIR_SYNC_DISABLE_ANCHORING",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794518,
     "length": 45,
     "sha256": "2dd6e11206273b65a94794ed452e05346f4158ec24b300c85c90d85a17057df2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-dir-sync-engine",
   "title": "CLAUDE_CODE_DIR_SYNC_ENGINE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794564,
     "length": 34,
     "sha256": "ae1b963b2ecbf65dc4894e96669f86cd9f4a7d65ca80c926b10543b7423fbffb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-dir-sync-ffwd",
   "title": "CLAUDE_CODE_DIR_SYNC_FFWD",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794599,
     "length": 32,
     "sha256": "7b6cc67c726917ae8b0b9f067babcc4335bd7a3b14618bca93baff1d9ae9c275",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-dir-sync-git",
   "title": "CLAUDE_CODE_DIR_SYNC_GIT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794632,
     "length": 31,
     "sha256": "9cc6347afbc30c0c9938186221d9df795d65a78b5877a90281201a2f1953c2e7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-dir-sync-stream",
   "title": "CLAUDE_CODE_DIR_SYNC_STREAM",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794664,
     "length": 34,
     "sha256": "6420f26968b1de96d6298edb630155e1bd53191a2fef9fe51842d256e80636ec",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-disable-attribution-baseline-reuse",
   "title": "CLAUDE_CODE_DISABLE_ATTRIBUTION_BASELINE_REUSE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794699,
     "length": 53,
     "sha256": "38b7fd00b6aad76b095b52b99c337055463128238ffa7d7f1ca27901a01ae061",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-disable-bg-shell-pressure-reap",
   "title": "CLAUDE_CODE_DISABLE_BG_SHELL_PRESSURE_REAP",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to stop Claude Code from terminating background shell commands under memory pressure.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794753,
     "length": 49,
     "sha256": "ec4198e4a2e01adbf5c614ce527f86286b232875c23355cf58a647416ac88b83",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-disable-claude-mds",
   "title": "CLAUDE_CODE_DISABLE_CLAUDE_MDS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: `1`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "`1`"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to prevent loading any CLAUDE.md memory files into context, including user, project, and auto memory files",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191828048,
     "length": 46,
     "sha256": "1d80e5028149f3cb664948ec8ce3d0a78f659d4205d76e4e39ef23654653560b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-disable-dir-sync",
   "title": "CLAUDE_CODE_DISABLE_DIR_SYNC",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794803,
     "length": 35,
     "sha256": "8a7d062b65f3f759949bdd699cef651fd50866b84ee025adde0a6aae2a687c08",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-disable-experimental-betas",
   "title": "CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `1`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "`1`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": true,
    "also_read": true,
    "description": "Set to `1` to strip Anthropic-specific `anthropic-beta` request headers and beta tool-schema fields (such as `defer_loading` and `eager_input_streaming`) from API requests.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965427,
     "length": 42,
     "sha256": "547fd99f57e42946445962cfc882762903d8f353a1ae2f8dff40253a1ca43c46",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-disable-hook-forwarding",
   "title": "CLAUDE_CODE_DISABLE_HOOK_FORWARDING",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794839,
     "length": 42,
     "sha256": "fdbcd7122b3ae19ecedbef2dc6fdc3592f517fc8bd6776673b111adebdaace62",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-disable-plugin-forwarding",
   "title": "CLAUDE_CODE_DISABLE_PLUGIN_FORWARDING",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794882,
     "length": 44,
     "sha256": "f8e18bec08a4e59293733124c0871eb79dbf91f9da36d7f6e9c5805590cee1d5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-disable-turn-handoff",
   "title": "CLAUDE_CODE_DISABLE_TURN_HANDOFF",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794927,
     "length": 39,
     "sha256": "09fd24f360f5fdae5f501a8bfdcabef3879e81df37f896b555ba8808e7f50b3a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-disable-vitals-emitter",
   "title": "CLAUDE_CODE_DISABLE_VITALS_EMITTER",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175794967,
     "length": 41,
     "sha256": "d2c339609edd61abe7d39b5bc6171150ccaaef3c7850fdc00a436b81e1194aad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-disable-working-sync",
   "title": "CLAUDE_CODE_DISABLE_WORKING_SYNC",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795009,
     "length": 39,
     "sha256": "c71137d02b730431ccbd7ecd9673bdf0eeffbcdf6e6ca8d005e9f293873888fc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-dont-inherit-env",
   "title": "CLAUDE_CODE_DONT_INHERIT_ENV",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795049,
     "length": 35,
     "sha256": "e0124197b1b7f6cca3eaaa852e3a539887807ee270cae0efb60ab745ba1168d3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-download-deadline-ms-for-testing",
   "title": "CLAUDE_CODE_DOWNLOAD_DEADLINE_MS_FOR_TESTING",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795085,
     "length": 51,
     "sha256": "ca6304336997350367a95fc41623e4f4644e89065d76869a3c50fcbb6817a448",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-emit-session-state-events",
   "title": "CLAUDE_CODE_EMIT_SESSION_STATE_EVENTS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795137,
     "length": 44,
     "sha256": "0f15a4b0f04b15241ecb83ee39980a1b9d68506d24db040e47eac053b3442a7d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-emit-startup-timing",
   "title": "CLAUDE_CODE_EMIT_STARTUP_TIMING",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795182,
     "length": 38,
     "sha256": "7ce3e6778b9daca0230c27b5c069427f6257afa9e73bdde14dcab83e309dc39b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-emit-tool-use-summaries",
   "title": "CLAUDE_CODE_EMIT_TOOL_USE_SUMMARIES",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795221,
     "length": 42,
     "sha256": "eaf8297cce7eae8507d062de6acd229612984cd9ea244986a274bad1d61d04af",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-enable-append-subagent-prompt",
   "title": "CLAUDE_CODE_ENABLE_APPEND_SUBAGENT_PROMPT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: `1`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "`1`"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191778432,
     "length": 47,
     "sha256": "b9040413e862e01254eb2e5bb23713bc3dba1806164a7af4b7f8a746fa524523",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-entrypoint",
   "title": "CLAUDE_CODE_ENTRYPOINT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; `local-agent`; `sdk-cli`; `mcp`; `claude-code-github-action`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "local-agent",
     "sdk-cli",
     "mcp",
     "claude-code-github-action"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 6,
    "set_values": [
     "a runtime value",
     "`local-agent`",
     "`sdk-cli`",
     "`mcp`",
     "`claude-code-github-action`"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175821054,
     "length": 45,
     "sha256": "446a0dfc2fdb05e4b0ac14671235262d44278e1fecfe2dacf3531b30a8de4cf8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175821139,
     "length": 41,
     "sha256": "d1afab97f702791a37485f22a7528109145cb5a5f8298502fa7472ecefb5aaed",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175821264,
     "length": 37,
     "sha256": "05e16ecf33b531e1e0dd9b122c02ef7cfa4b5e68c579b9fecc84533357c955c5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175821338,
     "length": 59,
     "sha256": "d14107c45d35fa19911806add8218095d31ef535f2117e7d932352a5f3418bcd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-94ks0f2h.js",
     "binary_offset": 175821405,
     "length": 49,
     "sha256": "80748280d0f93c6c741d1d24bff659f3fa28179a1628cd26013775e64d3f509d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795264,
     "length": 29,
     "sha256": "0231024e655179a334ae0f9e9d56636a8148af5bbcb4eb2f45a1a600d85e7b60",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-environment-kind",
   "title": "CLAUDE_CODE_ENVIRONMENT_KIND",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795294,
     "length": 35,
     "sha256": "e4d1717cefa8104a428394d5c073f92ee43c2e8358ad1bb5b9d94be2b0912117",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-environment-runner-version",
   "title": "CLAUDE_CODE_ENVIRONMENT_RUNNER_VERSION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795330,
     "length": 45,
     "sha256": "2bbcc85dc8af7cfdba59311c2b525916b55f2cad12dc1ed5ee8d6e057ddd42c3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-eval-confined",
   "title": "CLAUDE_CODE_EVAL_CONFINED",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795376,
     "length": 32,
     "sha256": "8c29286b55f2407ca7534b1de51803f4c5664a6ac92a1df1f8fe0b4c703a5785",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-eval-interview-session",
   "title": "CLAUDE_CODE_EVAL_INTERVIEW_SESSION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: `1`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "`1`"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212367024,
     "length": 46,
     "sha256": "02ae815bfd17b1d54f3583036d90cc69487aa92f4bd07c04017a5c0f2847212e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-execpath",
   "title": "CLAUDE_CODE_EXECPATH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: not traced.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "not traced"
    ],
    "receivers": [
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183697149,
     "length": 22,
     "sha256": "a4da53223365023b871195a0fc53376b1198f14b0d2b1ea3335a25df1960d6d3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-exit-after-first-render",
   "title": "CLAUDE_CODE_EXIT_AFTER_FIRST_RENDER",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795409,
     "length": 42,
     "sha256": "d75ca9320b410658e7ce9d43c4d83246db7c9315bf2fbb2d1136ff15bdb167bb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-exit-after-stop-delay",
   "title": "CLAUDE_CODE_EXIT_AFTER_STOP_DELAY",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Time in milliseconds to wait after the query loop becomes idle before automatically exiting.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795452,
     "length": 40,
     "sha256": "17d46fedcd3bca802a04194a355b7287c0d483a5ff6c019675884f5a15471580",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-extra-body",
   "title": "CLAUDE_CODE_EXTRA_BODY",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": true,
    "also_read": true,
    "description": "JSON object to merge into the top level of every API request body.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965220,
     "length": 47,
     "sha256": "f495f99b74836a47315ab5a98591d8f5955e54d4b388529ade98cefeb2fc7fef",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-flag-fetch-wait-ms",
   "title": "CLAUDE_CODE_FLAG_FETCH_WAIT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795493,
     "length": 37,
     "sha256": "f14a4ece16c93b2456cd7635b24e734e6568a9d40385197b1ff350faf930376b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-footer-indicator",
   "title": "CLAUDE_CODE_FOOTER_INDICATOR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795531,
     "length": 35,
     "sha256": "48745a8fccd72f33dbd53ba04986dd86dd3779b3689a87270193ea8039302d05",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-force-bridge",
   "title": "CLAUDE_CODE_FORCE_BRIDGE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795567,
     "length": 31,
     "sha256": "b6f2bb78c2f900d7f3e1f5575b7973103aa475cf10dd7fbc0ecdb26fa8f18dc8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-force-evaluate-memory",
   "title": "CLAUDE_CODE_FORCE_EVALUATE_MEMORY",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795599,
     "length": 40,
     "sha256": "b93aef91ed966be99b1a2130285254c5691ada655ceeed3cb897fe6982723b56",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-force-fullscreen-upsell",
   "title": "CLAUDE_CODE_FORCE_FULLSCREEN_UPSELL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795640,
     "length": 42,
     "sha256": "63c1521ffb9d4483d62ba1cb379824a32c56784cf7a60ff4f062f653d457e42e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-force-memory-survey",
   "title": "CLAUDE_CODE_FORCE_MEMORY_SURVEY",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795683,
     "length": 38,
     "sha256": "9ef87c21b7d3f66671a10367796c4bab094abd19d38404b8cfabedd382c85c15",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-force-tip-id",
   "title": "CLAUDE_CODE_FORCE_TIP_ID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795722,
     "length": 31,
     "sha256": "a58e3c7509f544e391d6191019c65c3de428f10d249cb53e9332e555160e971c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-gateway-token-file-descriptor",
   "title": "CLAUDE_CODE_GATEWAY_TOKEN_FILE_DESCRIPTOR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177830501,
     "length": 60,
     "sha256": "3b31760ff98510fff13b7023ee192150db9b71d0e5fb327284d49da3593e0afc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-git-bash-path",
   "title": "CLAUDE_CODE_GIT_BASH_PATH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Windows only: path to the Git Bash executable (`bash.exe`).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795754,
     "length": 32,
     "sha256": "c8604057665c6b40dc19e6a627101a72ed5d52b7f56fd7c64e0af98c4461831e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-glob-timeout-seconds",
   "title": "CLAUDE_CODE_GLOB_TIMEOUT_SECONDS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Timeout in seconds for Glob tool file discovery.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795787,
     "length": 39,
     "sha256": "da8851a379531b849eba5fcde8e1484a44131abe7a4efe25d843132fec48a1bc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-goal-checkin-minutes",
   "title": "CLAUDE_CODE_GOAL_CHECKIN_MINUTES",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "How many minutes background work can keep an active goal waiting before Claude Code asks Claude to check on it.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795827,
     "length": 39,
     "sha256": "4e2823622d3aa1a52f5bab45ccbfc3af0f103099890ac75979fa577ca674d09a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-hide-settings-hint",
   "title": "CLAUDE_CODE_HIDE_SETTINGS_HINT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795867,
     "length": 37,
     "sha256": "df9da7d740cdbd5008793a1a0d67bff71485428e7905c0596658bec780b25d8f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-hold-report-park-at-init",
   "title": "CLAUDE_CODE_HOLD_REPORT_PARK_AT_INIT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795905,
     "length": 43,
     "sha256": "c947e5fc3d19babb5a599376723588d0d6680f856fec09d58e0aecc7711cf9d9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-home-seed-hold-timeout-ms",
   "title": "CLAUDE_CODE_HOME_SEED_HOLD_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795949,
     "length": 44,
     "sha256": "ea77cebc2db3c0e42767f112244e68f07dcbb6318040869c978d9d28264f98fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-home-seed-verdict-timeout-ms",
   "title": "CLAUDE_CODE_HOME_SEED_VERDICT_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175795994,
     "length": 47,
     "sha256": "54054749a7c5101d77f31fd8692a20e290248344fb76515127dea8ee5888b246",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-hooks-same-thread",
   "title": "CLAUDE_CODE_HOOKS_SAME_THREAD",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ag9k4h25.js",
     "binary_offset": 192986533,
     "length": 41,
     "sha256": "243563c1f617df46efe0f65148e41e1a1f3b64dcd43d3b1925ffef8fe63313e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-host-creds-file",
   "title": "CLAUDE_CODE_HOST_CREDS_FILE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": true,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965131,
     "length": 57,
     "sha256": "00e86f7e0a461981b705d4a589efb443b5e72ccd930285df4a0d69c3b0f37be2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-host-platform",
   "title": "CLAUDE_CODE_HOST_PLATFORM",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796042,
     "length": 32,
     "sha256": "a76158a21bd42330cf096e333790e3000084df4700872ea56bb6c440f62b71b6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-host-session-id",
   "title": "CLAUDE_CODE_HOST_SESSION_ID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796075,
     "length": 34,
     "sha256": "83a801de442b3de4fec7715b797fb1952a43e07677401f05faf1178873714565",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-ide-host-override",
   "title": "CLAUDE_CODE_IDE_HOST_OVERRIDE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Override the host address used to connect to the IDE extension.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796110,
     "length": 36,
     "sha256": "ab4de0a2ca8949b78036698dd7bdc50f8454184bb80882e03b9b33598565da32",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-idle-threshold-minutes",
   "title": "CLAUDE_CODE_IDLE_THRESHOLD_MINUTES",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796147,
     "length": 41,
     "sha256": "d8a80558ce6c6423f2191c7eb5f27ae9c43a42aecd043e4029aa7dd091dca5a9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-idle-token-threshold",
   "title": "CLAUDE_CODE_IDLE_TOKEN_THRESHOLD",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796189,
     "length": 39,
     "sha256": "9b441f5a881663c43dc380bff52cc4b2dbf1853d65476100ec87197559dbee03",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-invoked-skills",
   "title": "CLAUDE_CODE_INVOKED_SKILLS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: not traced.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "not traced"
    ],
    "receivers": [
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183697288,
     "length": 28,
     "sha256": "de042d2a73623655668c8e1caa0012527d01df7b5cb89fd1f7d6ebc83d4f9f1b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-is-cowork",
   "title": "CLAUDE_CODE_IS_COWORK",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796229,
     "length": 28,
     "sha256": "4fe8c9e3e4ec60f6f90c5deeab1edd914075f90307ecdb196f1fd93a1d575ea8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-legacy-bundle",
   "title": "CLAUDE_CODE_LEGACY_BUNDLE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796258,
     "length": 32,
     "sha256": "673564f5035fc4c627fa62ee62bdcf8bfcd872deeb88b8314cbe4ad067b21054",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-loop-keepalive",
   "title": "CLAUDE_CODE_LOOP_KEEPALIVE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796291,
     "length": 33,
     "sha256": "2f76776d5aa8edd7a0fde11b87537afc6bf3fb038152edd980c2c4705d5014fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-loop-persistent",
   "title": "CLAUDE_CODE_LOOP_PERSISTENT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796325,
     "length": 34,
     "sha256": "bab91e49c9709b44d57aed671409228ba499b3e7a273a615856db248c723346f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-managed-settings-path",
   "title": "CLAUDE_CODE_MANAGED_SETTINGS_PATH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796360,
     "length": 40,
     "sha256": "1c981f2448ebb9afe3f9f2e86c3f9ff494ffe368f01baf9765e460c783513fca",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-marketplace-name",
   "title": "CLAUDE_CODE_MARKETPLACE_NAME",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for marketplace headersHelper command. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "marketplace headersHelper command"
    ],
    "conditional": true,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-edtry2rt.js",
     "binary_offset": 180943509,
     "length": 30,
     "sha256": "8df357a4d570fe7408a92b54f0e568a3c0dc03e77b500232fe93879565ce9ff6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-marketplace-url",
   "title": "CLAUDE_CODE_MARKETPLACE_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for marketplace headersHelper command. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "marketplace headersHelper command"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-edtry2rt.js",
     "binary_offset": 180943463,
     "length": 29,
     "sha256": "b176eb5eeebe8bb7bcddcbcbbf15607148b618b4c84fab5b2c93b29b055f2b5d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-max-concurrent-subagents",
   "title": "CLAUDE_CODE_MAX_CONCURRENT_SUBAGENTS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "How many subagents can be running in one session before the Agent tool refuses to spawn another (default: 20).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796401,
     "length": 43,
     "sha256": "6c2a3455372223ed7831760c5d8927dfd35a92745c445413179a4931ea8aaf41",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-max-mcp-description-length",
   "title": "CLAUDE_CODE_MAX_MCP_DESCRIPTION_LENGTH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Maximum length in characters of each MCP tool description and each MCP server's instructions that Claude Code sends to the model (default: 2048).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796445,
     "length": 45,
     "sha256": "ff100cc3dc543e9c3ace3fe7083fb47d5dc51a5ff3767b25668bf4a13d2617fc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-max-subagent-spawn-depth",
   "title": "CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Number of subagent layers allowed below the main conversation (default: 3).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796491,
     "length": 43,
     "sha256": "ab54d7a72f1d686985f499801ae47dd727633a4356a658f33078b0b1b81c3728",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-max-web-searches-per-session",
   "title": "CLAUDE_CODE_MAX_WEB_SEARCHES_PER_SESSION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Cap on the total number of WebSearch calls one session can make (default: 200).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796535,
     "length": 47,
     "sha256": "ef37538d5e28c0a1d4c066ffd3e81d2faa99e9e014e0343ed11c874d367ae7e3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-mcp-allowlist-env",
   "title": "CLAUDE_CODE_MCP_ALLOWLIST_ENV",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to spawn stdio MCP servers with only a safe baseline environment plus the server's configured `env`, instead of inheriting your shell environment",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796583,
     "length": 36,
     "sha256": "16574dcbd5583bbce22c1088051ccc7856524849ffe89bc12cdc34b3a8860ba9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-mcp-apps-host",
   "title": "CLAUDE_CODE_MCP_APPS_HOST",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796620,
     "length": 32,
     "sha256": "2536c83b7e23e08b6191bfeaa9d8164c4a87e56ad8721d315721befa78675f2c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-mcp-auto-background-ms",
   "title": "CLAUDE_CODE_MCP_AUTO_BACKGROUND_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Elapsed time in milliseconds before a still-running MCP tool call moves to a background task (default: 120000, or 2 minutes).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796653,
     "length": 41,
     "sha256": "1b8af182d29e11cc0848a40e50752111f3be0fc6fa3abdc1ea676b91d325a65d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-mcp-connector-prewait-ms",
   "title": "CLAUDE_CODE_MCP_CONNECTOR_PREWAIT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796695,
     "length": 43,
     "sha256": "e5884623c2c090b55497ab42d377db9243a5e4d0ff820c2093e32a65f468354c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-mcp-memory-cgroup",
   "title": "CLAUDE_CODE_MCP_MEMORY_CGROUP",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796739,
     "length": 36,
     "sha256": "9efe97f23402ddbdec9ca5ac215bcfe3a7ac52bff7409c91c237f8e085170d9f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-mcp-server-name",
   "title": "CLAUDE_CODE_MCP_SERVER_NAME",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for MCP server headersHelper command. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/mcp",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/mcp",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "MCP server headersHelper command"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-vk9j502m.js",
     "binary_offset": 209065501,
     "length": 29,
     "sha256": "0a578ed56bf482161b586a3443070a4e111e2630a6e58a85d79bd435990c2690",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-mcp-server-url",
   "title": "CLAUDE_CODE_MCP_SERVER_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for MCP server headersHelper command. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/mcp",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/mcp",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "MCP server headersHelper command"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-vk9j502m.js",
     "binary_offset": 209065531,
     "length": 32,
     "sha256": "024bb5f58fcc3308aa3c681da5a0250c40131772ff497c65bed0a2f44e230522",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-mcp-startup-wait-ms",
   "title": "CLAUDE_CODE_MCP_STARTUP_WAIT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "How long in milliseconds the first turn of a non-interactive session waits for MCP servers that are still connecting, in place of the default first-turn wait.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796776,
     "length": 38,
     "sha256": "bde4c37e2b8504b8fef6ca2efb638877ee9faa363aba39820bd0fcabd8152da5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-mcp-tool-idle-timeout",
   "title": "CLAUDE_CODE_MCP_TOOL_IDLE_TIMEOUT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Idle timeout in milliseconds for MCP tool calls.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796815,
     "length": 40,
     "sha256": "a66204c3ccc1d8b2d2539f85ba186babb0b79ec8916b7d090e08391ea2a7434c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-memory-subagent-append",
   "title": "CLAUDE_CODE_MEMORY_SUBAGENT_APPEND",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796856,
     "length": 41,
     "sha256": "71512364c762bd7f9220e33f9bc23a782955d8146634e7ba0731b235b65127fd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-messaging-socket",
   "title": "CLAUDE_CODE_MESSAGING_SOCKET",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: removed (set to undefined or deleted); a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 4,
    "set_values": [
     "removed (set to undefined or deleted)",
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set by Claude Code, not by you: in sessions that bind an inbox socket, Claude Code exports that socket's path to hooks and Bash commands when it binds the socket.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-g1gybmy1.js",
     "binary_offset": 199241260,
     "length": 40,
     "sha256": "61eb02948ef0c79b8aafa1db238f3ef4a2c2cc47b5d58a988268c9a84e8c6a62",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7mxrxvx.js",
     "binary_offset": 199386041,
     "length": 47,
     "sha256": "26264f08263fb65534f3b9d17924375691aa4a5cddb33a9e276b227b2ede05e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7mxrxvx.js",
     "binary_offset": 199387723,
     "length": 40,
     "sha256": "61eb02948ef0c79b8aafa1db238f3ef4a2c2cc47b5d58a988268c9a84e8c6a62",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7mxrxvx.js",
     "binary_offset": 199401976,
     "length": 42,
     "sha256": "9245cb02fd8aceb85c8ab4ee0990858482e507af9a605fd7671a7d4d80c43625",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-messaging-token",
   "title": "CLAUDE_CODE_MESSAGING_TOKEN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: removed (set to undefined or deleted); a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 4,
    "set_values": [
     "removed (set to undefined or deleted)",
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": false,
    "description": "Set by Claude Code, not by you: in sessions that bind an inbox socket, Claude Code exports this per-session token to hooks and Bash commands alongside `CLAUDE_CODE_MESSAGING_SOCKET`.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-g1gybmy1.js",
     "binary_offset": 199241301,
     "length": 39,
     "sha256": "f7ffb3557b29f166bcfe5cda9051066c9f404e669f41a5c92ecd8f8075ee83ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7mxrxvx.js",
     "binary_offset": 199386089,
     "length": 39,
     "sha256": "f7ffb3557b29f166bcfe5cda9051066c9f404e669f41a5c92ecd8f8075ee83ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7mxrxvx.js",
     "binary_offset": 199387764,
     "length": 39,
     "sha256": "f7ffb3557b29f166bcfe5cda9051066c9f404e669f41a5c92ecd8f8075ee83ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7mxrxvx.js",
     "binary_offset": 199402019,
     "length": 50,
     "sha256": "cf68972f5c8f48a3f4ffcd73d002f61913b1e9a42cc4d33bd47b9ccb543e1f1c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-mock-remote-settings",
   "title": "CLAUDE_CODE_MOCK_REMOTE_SETTINGS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796898,
     "length": 39,
     "sha256": "62b7cf4c8e89db10794e34bbb09219f7a1f1632d371a578e36864542d82344e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-mock-trial",
   "title": "CLAUDE_CODE_MOCK_TRIAL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796938,
     "length": 29,
     "sha256": "1fa1edbcf5bfab6524e3b576c78040e2ccd037dcda5f97c15f2e401c229c5884",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-oauth-token",
   "title": "CLAUDE_CODE_OAUTH_TOKEN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 7,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "OAuth access token for claude.ai authentication.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178689232,
     "length": 37,
     "sha256": "3dbe1cd64a31ced82890e6f5c645e344bca0e50fffc9dff96fcbb62c8d71cf0e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1vt3h958.js",
     "binary_offset": 178690168,
     "length": 49,
     "sha256": "8e083dbed9372fa4320f9b8353c9b6ebf500ce2a393c03ee5d0fe868b290bf68",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-56rg41m7.js",
     "binary_offset": 195027678,
     "length": 34,
     "sha256": "adc43eb8f46048f6179e7b13900550cc1f39fb895965e9750fa41191984e9ea4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5d9gyc55.js",
     "binary_offset": 189046473,
     "length": 42,
     "sha256": "6c5df5de9425e6d931c2523bd8632ab1e7f517db64ccafd9f59f06f494bd2791",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8v60mkqf.js",
     "binary_offset": 198376562,
     "length": 45,
     "sha256": "96be2c6c302d1ecfeacb16508aac1a4efb30ac2e85351e2cbe2ee126ae3f72fc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cme5s81g.js",
     "binary_offset": 198680691,
     "length": 42,
     "sha256": "6c5df5de9425e6d931c2523bd8632ab1e7f517db64ccafd9f59f06f494bd2791",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cme5s81g.js",
     "binary_offset": 198680739,
     "length": 49,
     "sha256": "be396a0c0079df69d0bce2fb0b07cb19dbd2e3ff42cb2d7f6585dbe4d8f21cbd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-override-date",
   "title": "CLAUDE_CODE_OVERRIDE_DATE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175796968,
     "length": 32,
     "sha256": "60e612541b8ad1e3fd925aea6f8848d7beedff444b1db39bb60fd6de336dbcad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-parked-permission-wait-ms",
   "title": "CLAUDE_CODE_PARKED_PERMISSION_WAIT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797001,
     "length": 44,
     "sha256": "6872c62201f7944a1b636aea1c4e4d85d41982b683229e4b494ac2db20bd711a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-parked-run-before-clear",
   "title": "CLAUDE_CODE_PARKED_RUN_BEFORE_CLEAR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797046,
     "length": 42,
     "sha256": "7008d462b6aabe320f8582e9d5f207da1c5ec48adbdff796071d5c714fab131c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-parked-stop-retires",
   "title": "CLAUDE_CODE_PARKED_STOP_RETIRES",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797089,
     "length": 38,
     "sha256": "0f5b4c81221bfa340557a25947fdaf4d302d1ac853ebf06f04a9bb5d40d25165",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-perforce-mode",
   "title": "CLAUDE_CODE_PERFORCE_MODE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to enable Perforce-aware write protection.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797128,
     "length": 32,
     "sha256": "820be191fd6b3b5aae25018655330ecef6dae4a163ebe2ef9d6f543acff0cfce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-plan-v2-agent-count",
   "title": "CLAUDE_CODE_PLAN_V2_AGENT_COUNT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797161,
     "length": 38,
     "sha256": "6b6a4c88d389d7c1eebf0560288e1e2ab7fc89797e7b79df0a67c407e9f99c78",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-plan-v2-explore-agent-count",
   "title": "CLAUDE_CODE_PLAN_V2_EXPLORE_AGENT_COUNT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797200,
     "length": 46,
     "sha256": "1a45c173a92ace41676531b029c121d966214859a3a314fef6f01587ffd0648f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-plugin-archive-url",
   "title": "CLAUDE_CODE_PLUGIN_ARCHIVE_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for plugin headersHelper command. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "plugin headersHelper command"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-edtry2rt.js",
     "binary_offset": 180944137,
     "length": 43,
     "sha256": "c4405f966bb771c0a35581d44e43b4cb5b82b00b59cf7271e416cb20f6133ae4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-plugin-attribution",
   "title": "CLAUDE_CODE_PLUGIN_ATTRIBUTION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797247,
     "length": 37,
     "sha256": "0b87fc948753844b8e04b67c2491565783fc009d4bcb96ff96c89ddc02cdf6a0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-plugin-cache-dir",
   "title": "CLAUDE_CODE_PLUGIN_CACHE_DIR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Override the plugins root directory.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797285,
     "length": 35,
     "sha256": "4e4bfeb388c7cc4ab6b9138c781e2980982be8a505c893dd1e372b8835fa86a1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-plugin-dirs",
   "title": "CLAUDE_CODE_PLUGIN_DIRS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": true,
    "also_read": true,
    "description": "Plugin directories to load for the session, each loaded the way a `--plugin-dir` flag loads it.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-3z7wa894.js",
     "binary_offset": 189035239,
     "length": 42,
     "sha256": "e866bde07e1145377d1216f5e2105076981b52c49ee204d31e0a0cb59dc7d2eb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965527,
     "length": 49,
     "sha256": "e8f643ff152b87640d27256833b6fccc619e8bea86f4e7d086992f1065251b11",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-plugin-git-timeout-ms",
   "title": "CLAUDE_CODE_PLUGIN_GIT_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Timeout in milliseconds for cloning or refreshing a plugin marketplace (default: 120000).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797321,
     "length": 40,
     "sha256": "de4034353fdf298f2f49f35e6c654bac836d0e0d57d48d9c425cae11000ef2c5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-plugin-name",
   "title": "CLAUDE_CODE_PLUGIN_NAME",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for plugin headersHelper command. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "plugin headersHelper command"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-edtry2rt.js",
     "binary_offset": 180944100,
     "length": 36,
     "sha256": "60d6a445ce5e80fc40c7fafa6483c31e72b9130b272e3c5558cbafd3f15ffc66",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-plugin-seed-dir",
   "title": "CLAUDE_CODE_PLUGIN_SEED_DIR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Path to one or more read-only plugin seed directories, separated by `:` on Unix or `;` on Windows.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797362,
     "length": 34,
     "sha256": "43a42349f2eba1629dcdd8addcb7ab452d5a301df5e1141addff5b6d85431a1d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-post-turn-memory",
   "title": "CLAUDE_CODE_POST_TURN_MEMORY",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797397,
     "length": 35,
     "sha256": "ddf2e0d8162c63f52d0f8028b8e69cfe8e6d167a0515c6c2e3a7d4fa18bfbfd2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-post-turn-memory-config",
   "title": "CLAUDE_CODE_POST_TURN_MEMORY_CONFIG",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797433,
     "length": 42,
     "sha256": "36af8afe286196c3f90a69f3839691b1f4c35bf9021351c721ef75bf247ee40f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-post-turn-memory-sync",
   "title": "CLAUDE_CODE_POST_TURN_MEMORY_SYNC",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797476,
     "length": 40,
     "sha256": "190da2d26c0c056e7993a902d911fbb24cded73625345afed6d4027e7f2dc005",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-powerup-onboarding",
   "title": "CLAUDE_CODE_POWERUP_ONBOARDING",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797517,
     "length": 37,
     "sha256": "47543f68f0ecc787d3ee51194918b7eafa4a965d5e2adf4e3db324d1611e9085",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-project-dir-name",
   "title": "CLAUDE_CODE_PROJECT_DIR_NAME",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set together with `CLAUDE_CONFIG_DIR` to choose the `projects/` directory name Claude Code stores that session's transcripts and auto memory under, in place of one derived from the working directory path.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797555,
     "length": 35,
     "sha256": "82c7ac25f89bfe4f087465b4b967dcde68933efe10ec6c30c2be50a9cd10a592",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-proxy-authenticate",
   "title": "CLAUDE_CODE_PROXY_AUTHENTICATE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for proxy authorization command. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "proxy authorization command"
    ],
    "conditional": true,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-tm5nr0r0.js",
     "binary_offset": 187170546,
     "length": 32,
     "sha256": "318a36b91a4eb998b40ee93ed473c9461d4b1865464ad80bffde41dd839b7ffc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177219815,
     "length": 32,
     "sha256": "1dac61b0af9ea00a624b8ea223061a35703ba506b37b7569b196fa68f13cda33",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-proxy-host",
   "title": "CLAUDE_CODE_PROXY_HOST",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for proxy authorization command. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "proxy authorization command"
    ],
    "conditional": true,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-tm5nr0r0.js",
     "binary_offset": 187170513,
     "length": 24,
     "sha256": "e651775d51bd396a4e292e5889c75674afdb44e1be1c66b380b4aab4f57d4d3a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177219782,
     "length": 24,
     "sha256": "2607374e4e4104718b9a54f014793e2bba4f55aadaa234cf9638ed1b74ba12f4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-proxy-url",
   "title": "CLAUDE_CODE_PROXY_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for proxy authorization command. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "proxy authorization command"
    ],
    "conditional": true,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-tm5nr0r0.js",
     "binary_offset": 187170465,
     "length": 40,
     "sha256": "a68a4b7d8b297417c29ac77cc8fb01f0e805183d77a43f265afcf423b959c925",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zgqyfwz9.js",
     "binary_offset": 177219750,
     "length": 23,
     "sha256": "bf82ec4350156c573ee9e9ecd9699ec66177846a4090d6256434fbd21489966e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-pwsh-parse-timeout-ms",
   "title": "CLAUDE_CODE_PWSH_PARSE_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797591,
     "length": 40,
     "sha256": "22f5f9fd0718229851e013de6aa8c6e5ede4c0fcfc558817460efa3d18bf64d7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-question-extended",
   "title": "CLAUDE_CODE_QUESTION_EXTENDED",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797632,
     "length": 36,
     "sha256": "542e2b68a6b6d612ad8493ee46fbb02bff190434eb00c6256c58c1c6e8745676",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-question-optional-descriptions",
   "title": "CLAUDE_CODE_QUESTION_OPTIONAL_DESCRIPTIONS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797669,
     "length": 49,
     "sha256": "63f99ada01c68ea0d931aa5f05d12097b8a29153212cdd3f6a18e90485694950",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-question-preview-format",
   "title": "CLAUDE_CODE_QUESTION_PREVIEW_FORMAT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797719,
     "length": 42,
     "sha256": "7d6b895dd3cd5a94ee1a5bad388398fbc838a535daf9d123b009f3301501ebed",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-rate-limit-tier",
   "title": "CLAUDE_CODE_RATE_LIMIT_TIER",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177828201,
     "length": 55,
     "sha256": "cce5dc89874ac1a6292673da7771007d6e141e2de20f5186ca13f8cf134ab0d6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177829514,
     "length": 60,
     "sha256": "2ccb440817788198490cbf2e455d389a4ae50f141ed2c17b2c40ac36f7b80e70",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-relaunch-terminal-size",
   "title": "CLAUDE_CODE_RELAUNCH_TERMINAL_SIZE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-be92d2t5.js",
     "binary_offset": 188897248,
     "length": 23,
     "sha256": "17940c6836853b4b71fbdf4efb7b2b8d4727e828939d10fd1b3bda61ccc81799",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797762,
     "length": 41,
     "sha256": "0803816dc6246b3c5ad61365f65a4378498671abccf2a2e880a325264d30a281",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-remote",
   "title": "CLAUDE_CODE_REMOTE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set automatically to `true` when Claude Code is running as a cloud session.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797804,
     "length": 25,
     "sha256": "74e286f896429e9d16cc83043074a3ff636360cbadb5cc8ce37e9c312c3b1a04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-remote-environment-type",
   "title": "CLAUDE_CODE_REMOTE_ENVIRONMENT_TYPE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797830,
     "length": 42,
     "sha256": "9b711978db2e10abec87d11a4662cb3c3019e4adab1443fe0f17f9fd8b54bedb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-remote-hermetic-mode",
   "title": "CLAUDE_CODE_REMOTE_HERMETIC_MODE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797873,
     "length": 39,
     "sha256": "64d43d9b21b2a34bc9811b9959c424978fbb1d740b3f1dde70be25f1a0c0d4ae",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-remote-memory-dir",
   "title": "CLAUDE_CODE_REMOTE_MEMORY_DIR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797913,
     "length": 36,
     "sha256": "8866177d8d04ee712e347720063c1c493554430c165adb0447a3aa279445547d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-remote-raw-events-file",
   "title": "CLAUDE_CODE_REMOTE_RAW_EVENTS_FILE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797950,
     "length": 41,
     "sha256": "9ccc1343ee333f39b57aa12f907c98bf50a8612d906773798fe8f4eb4b75ba8c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-remote-send-keepalives",
   "title": "CLAUDE_CODE_REMOTE_SEND_KEEPALIVES",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175797992,
     "length": 41,
     "sha256": "682ece804c46a3f5b3d1d0205b8e69473480dbf356ade796674ae1a3ea43da4d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-remote-session-id",
   "title": "CLAUDE_CODE_REMOTE_SESSION_ID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set automatically in cloud sessions to the current session's ID.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798034,
     "length": 36,
     "sha256": "7e0eb8f409fa18029e9d2e496f7277664a63367877120f39f02c9fc65cc3528e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-remote-session-origin",
   "title": "CLAUDE_CODE_REMOTE_SESSION_ORIGIN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798071,
     "length": 40,
     "sha256": "73824593df6a439879b50d07ce4b8f001191769f2c59b96a33b41a9597ee4283",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-remote-settings-path",
   "title": "CLAUDE_CODE_REMOTE_SETTINGS_PATH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798112,
     "length": 39,
     "sha256": "b2d90e5b0941cac755d1a3514fad30f072ab38f88d160c92d5aa5ddedbb61b30",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-remote-settings-poll-ms",
   "title": "CLAUDE_CODE_REMOTE_SETTINGS_POLL_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798152,
     "length": 42,
     "sha256": "96565f4d53463d080507bbbc042f6fda18ed33c269d69489ef92f3d85270006d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-repl",
   "title": "CLAUDE_CODE_REPL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798195,
     "length": 23,
     "sha256": "64131f4f6c6eb816794677d0bb42f49e84824a8ba2d2abfcd5d923e237b51f7f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-repo-checkouts",
   "title": "CLAUDE_CODE_REPO_CHECKOUTS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798219,
     "length": 33,
     "sha256": "71f915e3a03fdeddbb18c8400582de5f111310bcfe4ab565fbb61de9df27c09e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-restricted",
   "title": "CLAUDE_CODE_RESTRICTED",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `1`; a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "`1`",
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": true,
    "also_read": true,
    "description": "Set to `1` to start the session in restricted mode, the same as passing `--restricted`.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203743749,
     "length": 26,
     "sha256": "b52ac6d1c553be2d525e8475e490abbdc70dce0acbb105b49dc7621d36359761",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798253,
     "length": 29,
     "sha256": "53381b42166ccca86196d1c2c3742893a370d640325b7a6ea391a66d675982f1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-resume-from-session",
   "title": "CLAUDE_CODE_RESUME_FROM_SESSION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798283,
     "length": 38,
     "sha256": "fd97b4d04332b34ec2c24d6ea4c4b99a4c2b496aab5acde227953d8fb509a976",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-resume-interrupted-turn",
   "title": "CLAUDE_CODE_RESUME_INTERRUPTED_TURN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to automatically resume if the previous session ended mid-turn.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798322,
     "length": 42,
     "sha256": "77130915dd1ab40ff8b3eda7b3182a3db64d6411f72a02ba9316edeb08cbb4ff",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-resume-interrupted-turn-max-age-ms",
   "title": "CLAUDE_CODE_RESUME_INTERRUPTED_TURN_MAX_AGE_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Maximum age in milliseconds of the last transcript message for a session that ended mid-turn to continue automatically on resume.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798365,
     "length": 53,
     "sha256": "bd877b4a62c93fecce690680d2046e8517482d378060dc79b41bd554db87e811",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-resume-prompt",
   "title": "CLAUDE_CODE_RESUME_PROMPT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Override the continuation message Claude Code sends to Claude when `CLAUDE_CODE_RESUME_INTERRUPTED_TURN` continues an interrupted turn instead of resending its prompt, or when you resume a deferred tool call with `-p`.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798419,
     "length": 32,
     "sha256": "13ffd9d748e447fda4d27a5fb8e97be457dfca28c8eb5cf9d600cda521c0b36f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-resume-reason",
   "title": "CLAUDE_CODE_RESUME_REASON",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798452,
     "length": 32,
     "sha256": "b3082271bcf2f1750d69714c2cfa9d54efba96458eefda60b6b16fc7b2457880",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-resume-source-alive",
   "title": "CLAUDE_CODE_RESUME_SOURCE_ALIVE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": true,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965788,
     "length": 61,
     "sha256": "5721e6f41bd203a64a13ec51cd7f7d6a66d138d101a57628e6a208f58bb097f3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798485,
     "length": 38,
     "sha256": "89b76b290559ec48c2ab82454ee4585902d107d906bdb6dab1813703cde39eb8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-resume-threshold-minutes",
   "title": "CLAUDE_CODE_RESUME_THRESHOLD_MINUTES",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798524,
     "length": 43,
     "sha256": "cd8c9275612b191698103fde4948693621fce8d68e5fdb05e407a3cfb99eb476",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-resume-token-threshold",
   "title": "CLAUDE_CODE_RESUME_TOKEN_THRESHOLD",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798568,
     "length": 41,
     "sha256": "649b505ea4265f74412910216ab5e2acff532605319e5c0f13b8ffa91e8e78d9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-resume-tolerates-context-appends",
   "title": "CLAUDE_CODE_RESUME_TOLERATES_CONTEXT_APPENDS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798610,
     "length": 51,
     "sha256": "3f36be494a242fa1d7c9ea17f5e52076220f6e232d4bc33789c4f621bde4a35a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-safe-mode",
   "title": "CLAUDE_CODE_SAFE_MODE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; `1`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "`1`"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to start in safe mode: CLAUDE.md, skills, plugins, hooks, MCP servers, custom commands and agents, output styles, workflows, custom themes, custom keybindings, status line and file-suggestion commands, LSP servers, and auto memory do not load, for troubleshooting a broken configuration.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191828010,
     "length": 37,
     "sha256": "e2d0120911f40bc952519d77003d94be95bf2088f9dc56f60734d63193052ae5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798662,
     "length": 28,
     "sha256": "1b396dd29624cf3a168e69490b2c9bb90d259364356f4e260b507df8e85d2a9f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-sandboxed",
   "title": "CLAUDE_CODE_SANDBOXED",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798691,
     "length": 28,
     "sha256": "6f3111fbb61257db3942416a379c11772b3f5e99fab9566bf0be29cf713c7bc9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-script-caps",
   "title": "CLAUDE_CODE_SCRIPT_CAPS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "JSON object limiting how many times specific scripts may be invoked per session when `CLAUDE_CODE_SUBPROCESS_ENV_SCRUB` is set.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798720,
     "length": 30,
     "sha256": "c1c8812c42488b650650031f63c0587100d85e63b7416da8c601c6b379f0d709",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-scroll-speed",
   "title": "CLAUDE_CODE_SCROLL_SPEED",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 5,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set the mouse wheel scroll multiplier in fullscreen rendering.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-m24vnr98.js",
     "binary_offset": 213405789,
     "length": 21,
     "sha256": "6af06b373a44cee6159907c44299daee0cbf6f9688f60a0282e9bf031dc6ff57",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m24vnr98.js",
     "binary_offset": 213405816,
     "length": 16,
     "sha256": "95b715331a10037212314bddfb9c1b7c6fea2cf4817501b713e6bda1affeb516",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m24vnr98.js",
     "binary_offset": 213406767,
     "length": 25,
     "sha256": "6f4b044401efac782ed8c6d62ffc8960908914f699d176bed71baa1a58e72c44",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m24vnr98.js",
     "binary_offset": 213406886,
     "length": 21,
     "sha256": "6af06b373a44cee6159907c44299daee0cbf6f9688f60a0282e9bf031dc6ff57",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798751,
     "length": 31,
     "sha256": "f81a22b3f75c6e93848c1251dd8d69670cfbe17f28b1f2118ca8ec98233ef9d4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-session-access-token",
   "title": "CLAUDE_CODE_SESSION_ACCESS_TOKEN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: removed (set to undefined or deleted); a runtime value.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 8,
    "set_values": [
     "removed (set to undefined or deleted)",
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": true,
    "also_read": true,
    "description": "The session JWT, prefixed `sk-ant-cc-`.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-7k6n1zya.js",
     "binary_offset": 187214064,
     "length": 39,
     "sha256": "f1c9d9f3c8d39a9111f0e86751fbdcd9ecc41353823bf67ed28de2c700c0fa58",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177832112,
     "length": 46,
     "sha256": "535b218e5314ea4cb733b1ae4b538abbb7b31ca277f7648362d64f256085d5dd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187315257,
     "length": 61,
     "sha256": "9c63263d8b4db87cf7a952e9a435ea856d472165038ff037ea6e9f429b3d918c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187343509,
     "length": 46,
     "sha256": "d4c5c6aabdcf205d6adf6fbf87358d2dad169cfd0866b1e20c83bd98f7a96418",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187357701,
     "length": 51,
     "sha256": "758a1878ba3e5e32f10c1be8f766cd7cc24629fa3a8e0a6ed01102dbce7d4a68",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187416407,
     "length": 39,
     "sha256": "f1c9d9f3c8d39a9111f0e86751fbdcd9ecc41353823bf67ed28de2c700c0fa58",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187418529,
     "length": 39,
     "sha256": "f1c9d9f3c8d39a9111f0e86751fbdcd9ecc41353823bf67ed28de2c700c0fa58",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187424269,
     "length": 39,
     "sha256": "f1c9d9f3c8d39a9111f0e86751fbdcd9ecc41353823bf67ed28de2c700c0fa58",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-session-attended",
   "title": "CLAUDE_CODE_SESSION_ATTENDED",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: `1` or `0`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1",
     "0"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "`1` or `0`"
    ],
    "receivers": [
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181399065,
     "length": 42,
     "sha256": "6d45127b3a2fc1d812ded15c32cd52fafff2808785d93366f04f41d77d0f44ff",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-session-id",
   "title": "CLAUDE_CODE_SESSION_ID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for stdio MCP servers; Claude Code's own process environment (inherited by children that receive it); Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 5,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "stdio MCP servers",
     "Claude Code's own process environment (inherited by children that receive it)",
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set automatically to the current session ID in Bash and PowerShell tool subprocesses, hook command subprocesses, and stdio MCP server subprocesses.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209363503,
     "length": 26,
     "sha256": "bc8434d54e236f4c45868e8118719c9d180c2e55b055e72e8025b56b58ded7ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181399000,
     "length": 34,
     "sha256": "475db269b20773a1389f186f13bc8652cd8369aac1fe9125eca27868b1385116",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k1th157t.js",
     "binary_offset": 195301472,
     "length": 38,
     "sha256": "35594d7c6c9132eaa5fc63f42f56c28c8a0ae5ff0c00889684c935133b795b7c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209136904,
     "length": 26,
     "sha256": "bc8434d54e236f4c45868e8118719c9d180c2e55b055e72e8025b56b58ded7ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798830,
     "length": 29,
     "sha256": "7621843bc925d09bc786f325016b23e9e70f65345d7d468a7e61852e1200aca7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-session-kind",
   "title": "CLAUDE_CODE_SESSION_KIND",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798860,
     "length": 31,
     "sha256": "91e21be2984cdf7046888261bf70b8abfcc2090f44742d80d80ae0b2b9c915ba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-session-name",
   "title": "CLAUDE_CODE_SESSION_NAME",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798892,
     "length": 31,
     "sha256": "5c204d32a80670a25aef8a09a3d00495b3685c3079277c692eadfbe13097639c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-session-origin",
   "title": "CLAUDE_CODE_SESSION_ORIGIN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798924,
     "length": 33,
     "sha256": "fd430fc9ec8d47eb6c19c199349a0f2e2f4fe00c75bf3426abee1424cb89319e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-session-start-announcements-before-prompt",
   "title": "CLAUDE_CODE_SESSION_START_ANNOUNCEMENTS_BEFORE_PROMPT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798958,
     "length": 60,
     "sha256": "bed606606c33a4a3e327424fe85421ae9df87942873e7b7d92d285541495b7f0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-sessionend-hooks-timeout-ms",
   "title": "CLAUDE_CODE_SESSIONEND_HOOKS_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Override the time budget in milliseconds for SessionEnd hooks.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175798783,
     "length": 46,
     "sha256": "fb8f33193e19464f171adbc48874d47cd16a2e527595189aea9e56bf4e3bb5e5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-shell",
   "title": "CLAUDE_CODE_SHELL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set the shell Claude Code uses to run Bash tool commands.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799019,
     "length": 24,
     "sha256": "1752aff83dc41a70693d16479d768157f3948679704af5b9b0e9191ed69a4b89",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-shell-prefix",
   "title": "CLAUDE_CODE_SHELL_PREFIX",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Command prefix that wraps shell commands Claude Code spawns: Bash tool calls, hook commands, status line commands, and stdio MCP server startup commands.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799044,
     "length": 31,
     "sha256": "e8cb8460b2442de2ea514ee9e5a43a048265b54a0674d25b326aaa0cabe6ab4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-simple",
   "title": "CLAUDE_CODE_SIMPLE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; `1`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "`1`"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to run with a minimal system prompt and only the Bash, file read, and file edit tools.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191827967,
     "length": 34,
     "sha256": "1cc8c8894edc4002db8a433b97a2f425016ab9426f2acf91c45f0a95f94d25ff",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799076,
     "length": 25,
     "sha256": "cc5965d64a8ee45b6ce3d24490e06d567d88db7ccd72e82ab8794bee34b40be1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-simple-system-prompt",
   "title": "CLAUDE_CODE_SIMPLE_SYSTEM_PROMPT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to use a shorter system prompt and abbreviated tool descriptions on any model.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799102,
     "length": 39,
     "sha256": "710e417728cc5cd676929de0ed0ccb7302b355c6efc456216c98b112b94b894f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-skill-attribution",
   "title": "CLAUDE_CODE_SKILL_ATTRIBUTION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799142,
     "length": 36,
     "sha256": "9bc0f1644d34fce1c3c850853532aac6274d8f1420ce3caa8627e1414cc8a670",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-spawn-timestamp-ms",
   "title": "CLAUDE_CODE_SPAWN_TIMESTAMP_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799179,
     "length": 37,
     "sha256": "c44cbde0686357af8ab437f040a91ca5657288a45494f1e0cddaa5e22c8bacaa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-sse-port",
   "title": "CLAUDE_CODE_SSE_PORT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799217,
     "length": 27,
     "sha256": "6b9f332a79cb3d9f7b819c7d3d9ff060ac77bdd1e9afeb00c46579830a49ad41",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-stall-timeout-ms-for-testing",
   "title": "CLAUDE_CODE_STALL_TIMEOUT_MS_FOR_TESTING",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799245,
     "length": 47,
     "sha256": "bfbc24c9893f59d3615e9c99237738a92494fbdabf06c7b1b0f749c21816e5f9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-startup-failure-results",
   "title": "CLAUDE_CODE_STARTUP_FAILURE_RESULTS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to have a session started with `--output-format stream-json` write a result message naming why Claude Code refused to start for startup failures that otherwise end with stderr alone.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799293,
     "length": 42,
     "sha256": "2ac64ebcfeedd3bab6ef3a9970e519e5477bef2483a940afe71f268845dabfcf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-stop-hook-block-cap",
   "title": "CLAUDE_CODE_STOP_HOOK_BLOCK_CAP",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Maximum number of consecutive times a Stop or SubagentStop hook may block the turn from ending before Claude Code overrides it and ends the turn anyway (default: 8).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799336,
     "length": 38,
     "sha256": "a25808e49bd2ea7c1281da1edbe0e955ed6e792bf09cdbb784310646d2709eb4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-subprocess-env-scrub",
   "title": "CLAUDE_CODE_SUBPROCESS_ENV_SCRUB",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: removed (set to undefined or deleted); a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "removed (set to undefined or deleted)",
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to strip credentials from subprocess environments (Bash tool, hooks, MCP stdio servers): Anthropic and cloud provider credentials, any other variable that Claude Code recognizes as a credential, and credentials embedded in package registry URLs.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-5mcqa25r.js",
     "binary_offset": 189982088,
     "length": 39,
     "sha256": "b0db2d18726246d85dab0d36180f9e25fd4c704001f356489e43dbd728d0d042",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799375,
     "length": 39,
     "sha256": "e68d0f243cfde44350f22397e1ada449af795c2d7c552cde497d189341f3e988",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-subscription-type",
   "title": "CLAUDE_CODE_SUBSCRIPTION_TYPE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177828121,
     "length": 60,
     "sha256": "2815a03cc267317d6ed5ac2b6d7eb2d34b53c93d7ea200c66a7ca5e831879d3c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v43p42ed.js",
     "binary_offset": 177829429,
     "length": 65,
     "sha256": "947c2baaa43fd536848231102af7d1767a5edccdc20d4929d2cade187359ff6f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-supervised",
   "title": "CLAUDE_CODE_SUPERVISED",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799415,
     "length": 29,
     "sha256": "8ea7d03e32bac6789386b2b4e068b2fcedb7ca7aa987c0f6056e63bd58a65c1f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-sync-plugin-install-timeout-ms",
   "title": "CLAUDE_CODE_SYNC_PLUGIN_INSTALL_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Timeout in milliseconds for synchronous plugin installation.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799643,
     "length": 49,
     "sha256": "a1244d7eb90e44b8e1579f782534bd0bcda0f5712806132ac28df083f384cbef",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-sync-plugins-buffered-download",
   "title": "CLAUDE_CODE_SYNC_PLUGINS_BUFFERED_DOWNLOAD",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799445,
     "length": 49,
     "sha256": "ca171dec15659cb9a02dc2aa94cab56d71e4e5f67d1b8042deac5eaeb635cf28",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-sync-plugins-download-stall-ms",
   "title": "CLAUDE_CODE_SYNC_PLUGINS_DOWNLOAD_STALL_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799495,
     "length": 49,
     "sha256": "aa3ae97fd1f2c2f300fa6bb31794aa524a1fef72c489ad8948fd9cfd5bf5b09d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-sync-plugins-install-timeout-ms",
   "title": "CLAUDE_CODE_SYNC_PLUGINS_INSTALL_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799545,
     "length": 50,
     "sha256": "b895ee235c3bbf8a6069b3d870ba7a27553caf112c8446a2933157c5ab638af3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-sync-plugins-mcp-timeout-ms",
   "title": "CLAUDE_CODE_SYNC_PLUGINS_MCP_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799596,
     "length": 46,
     "sha256": "3e166851b2de902b28adf34c03b698df1c56c957a254ded41d27099608509e49",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-sync-reuse-within-ms",
   "title": "CLAUDE_CODE_SYNC_REUSE_WITHIN_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799693,
     "length": 39,
     "sha256": "2ce68ba591bddf7d7d4c41331caf0c76b2611250939da15bd327f6847718011d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-sync-session-refs",
   "title": "CLAUDE_CODE_SYNC_SESSION_REFS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799733,
     "length": 36,
     "sha256": "327f1c300252d40551a6228e90b460f60f9e495a6fe883102df7b98270e54002",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-sync-skills-install-timeout-ms",
   "title": "CLAUDE_CODE_SYNC_SKILLS_INSTALL_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Timeout in milliseconds for the skills resync that runs mid-session when an app built on the Agent SDK reloads skills (default: 30000).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799770,
     "length": 49,
     "sha256": "d1ea4c1f232ffb4a66cf794634ab6a6280eaa087e26313d1f77b3a23569cb21e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-sync-skills-wait-timeout-ms",
   "title": "CLAUDE_CODE_SYNC_SKILLS_WAIT_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Timeout in milliseconds for the first query to wait for the initial skill list when `CLAUDE_CODE_SYNC_SKILLS` is set (default: 5000).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799820,
     "length": 46,
     "sha256": "07a0fbd1814d7ca7e96380a992b5f7119049de5192501385cb1779fb0739f215",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-syntax-highlight",
   "title": "CLAUDE_CODE_SYNTAX_HIGHLIGHT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `false` to disable syntax highlighting in diff output.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799867,
     "length": 35,
     "sha256": "52ba4668642d6230ccccb81af347448cf168b492770a382e60103e3b686c077a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-system-prompt-gb-feature",
   "title": "CLAUDE_CODE_SYSTEM_PROMPT_GB_FEATURE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799903,
     "length": 43,
     "sha256": "155eb6bf5015673848da27f050952f8e9866e7dbb4491f2a208febe9fef009a7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-tags",
   "title": "CLAUDE_CODE_TAGS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799947,
     "length": 23,
     "sha256": "f4fe68d8e132befbfec02d3342c868e46cc970e207d71f19260993c0b70c577a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-task-list-id",
   "title": "CLAUDE_CODE_TASK_LIST_ID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Share a task list across sessions.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175799971,
     "length": 31,
     "sha256": "0c9c42ef402cc40c6bc39ed0e2c5b8d457fa0416f4675fad7fe53dcaf2c0b93b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-team-teardown-park-timeout-ms",
   "title": "CLAUDE_CODE_TEAM_TEARDOWN_PARK_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Override, in milliseconds, how long a non-interactive session waits at exit for its agent team to finish tearing down.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800003,
     "length": 48,
     "sha256": "7e7d4eb9110aabeab448dc8dc482c14331959857012fcb31aa5ac36c03f1955c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-terminal-mcp-tools",
   "title": "CLAUDE_CODE_TERMINAL_MCP_TOOLS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800052,
     "length": 37,
     "sha256": "bb7df29cb42f94a84185de1d0d98946d19100e8ba6e6585834bbcc8eefad7d56",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-test-allow-real-network",
   "title": "CLAUDE_CODE_TEST_ALLOW_REAL_NETWORK",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800090,
     "length": 42,
     "sha256": "c0e14b106de0b274fef7f6c6f7d0303155ba5ffbeb670889f12d16a9d1d30595",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-test-fixtures-root",
   "title": "CLAUDE_CODE_TEST_FIXTURES_ROOT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800133,
     "length": 37,
     "sha256": "1476539151a859ab544a83ef99a85bb1841536d579be9c70cb4e7ee6bc7acc7d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-test-force-deny",
   "title": "CLAUDE_CODE_TEST_FORCE_DENY",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800171,
     "length": 34,
     "sha256": "1aaf2075db611dc9e74df858ba9e37e4b8e6bdf80dec7926d1f2315d0e237f21",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-test-no-git-bash",
   "title": "CLAUDE_CODE_TEST_NO_GIT_BASH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800206,
     "length": 35,
     "sha256": "5e63b3930819ab8e939095d8cb5d91d27719c615e892e0963d8780f0d8c20d10",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-test-no-pwsh",
   "title": "CLAUDE_CODE_TEST_NO_PWSH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800242,
     "length": 31,
     "sha256": "9f8aefa0a8be873007ce817a32dc45530b9a153e3bab4c4e7fd36777f1f9c7b0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-tmpdir",
   "title": "CLAUDE_CODE_TMPDIR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Override the temp directory used for internal temp files.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800274,
     "length": 25,
     "sha256": "e6608bdf4e1dab52358a9c82d198000930aa2927ab2938536aa396cfa49b999a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-tmux-prefix",
   "title": "CLAUDE_CODE_TMUX_PREFIX",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800300,
     "length": 30,
     "sha256": "eb6f0f16943b99d5ffa9f79b30fd849464efd80ea3ea9b03d6d2c3464dae7d04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-tmux-prefix-conflicts",
   "title": "CLAUDE_CODE_TMUX_PREFIX_CONFLICTS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800331,
     "length": 40,
     "sha256": "4b62b4b9262b391d6e9a2cfd706d363e6af63c77cc4fd01682dec34f1994fe3f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-tmux-session",
   "title": "CLAUDE_CODE_TMUX_SESSION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800372,
     "length": 31,
     "sha256": "060c28dc7e4a0d38a31fb2c7269e8b272627b3fd7bf46f0e0d29a5336afabdb8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-tmux-truecolor",
   "title": "CLAUDE_CODE_TMUX_TRUECOLOR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to any non-empty value, such as `1`, to allow 24-bit truecolor output inside tmux. **Setting it to `0` or `false` still allows truecolor**, unlike most on/off variables; unset the variable to restore the 256-color clamp.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800404,
     "length": 33,
     "sha256": "07496dbf7516ef6a2544ef84ce44369b25d4976e4e4d10fc7b862ae8c75c79bb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-tool-memory-cgroup-exclude",
   "title": "CLAUDE_CODE_TOOL_MEMORY_CGROUP_EXCLUDE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "On Linux and WSL, set to a comma-separated list of the kinds of processes Claude Code excludes from the tool memory cap, such as `mcp` or `lsp`.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800438,
     "length": 45,
     "sha256": "0e18199b7294db89c30d9c509e52ccdfaa230c35e7f5c49dea4e1545f56158a3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-tool-memory-limit",
   "title": "CLAUDE_CODE_TOOL_MEMORY_LIMIT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "On Linux and WSL, set to a size such as `4G` to cap the memory that Bash and PowerShell tool commands can use, and Monitor tool commands on v2.1.246 or later.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800484,
     "length": 36,
     "sha256": "9ed510f9592b563b895d85eab2df8a18037c7acc4e17dadc637178a1e71d6e94",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-trigger-id",
   "title": "CLAUDE_CODE_TRIGGER_ID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800521,
     "length": 29,
     "sha256": "8b1b4f0ccdf8e0852d7f15d3c047622e5069f488ebd421e9e3fce01ebc18391f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-tui-just-switched",
   "title": "CLAUDE_CODE_TUI_JUST_SWITCHED",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 203709130,
     "length": 31,
     "sha256": "48b906bbc6b6a79411e0bf306461eb9958bb244f452fbf93841a71ba12a60ecf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800551,
     "length": 36,
     "sha256": "1fc29fa593a47c200675be7b1c380374e2ad5c11d79bb4d5a76e720eb25e54f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-tui-trial",
   "title": "CLAUDE_CODE_TUI_TRIAL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-n3jtyenp.js",
     "binary_offset": 182200531,
     "length": 32,
     "sha256": "e8dca96700760ca140f9e7c7dc346cbc8451769baa6b4d2fba7f075bb29ea7fa",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800588,
     "length": 28,
     "sha256": "e72cf9b2bfc06cd5e44caf819b794a3eb356ad52c6662d1f0e91ad64975b058a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-ultrareview-preflight-fixture",
   "title": "CLAUDE_CODE_ULTRAREVIEW_PREFLIGHT_FIXTURE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800617,
     "length": 48,
     "sha256": "2572d56dd30e5cf3e54fc7dc4e06f3552f4102e4e258e735fb8a58a06fc18a4d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-ultrareview-quota-fixture",
   "title": "CLAUDE_CODE_ULTRAREVIEW_QUOTA_FIXTURE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800666,
     "length": 44,
     "sha256": "d18c5c46682e3a90172beb39bc91550c4dc349262079e0e3977cc3975a2860c7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-user-dialog-timeout-ms",
   "title": "CLAUDE_CODE_USER_DIALOG_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Deadline in milliseconds before Claude Code cancels a dialog it forwards to a remote client such as a Remote Control or SDK host, or the approval dialog for a held cross-session message; permission prompts and `AskUserQuestion` questions use their own flows and aren't governed by it.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800711,
     "length": 41,
     "sha256": "0ac24522bd7fbb773ddef7edd73837c35dc6b584730f1af17efe473c549b08cd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-version",
   "title": "CLAUDE_CODE_VERSION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-8mkwx7mn.js",
     "binary_offset": 176758835,
     "length": 497,
     "sha256": "fda1623c244fdd0847a9fa5e6fdcf2c04ac2ac7d45305c357f2d816bb6601615",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-voice-forward-interims-typed",
   "title": "CLAUDE_CODE_VOICE_FORWARD_INTERIMS_TYPED",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800753,
     "length": 47,
     "sha256": "c08a994fbb22236ea33e2d2aec0c3418ffdfdf11013cf8abea2d5b843cb30246",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-worker-checkin-schedule",
   "title": "CLAUDE_CODE_WORKER_CHECKIN_SCHEDULE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800801,
     "length": 42,
     "sha256": "49a796e7814e8a7622562997c2cef0312f797eebcecf0027dd116392adc57b99",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-worker-epoch",
   "title": "CLAUDE_CODE_WORKER_EPOCH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800844,
     "length": 31,
     "sha256": "e9273b607cd66b2ddc1cf1d03563a164fe34ed221b4832bd6921dd23af3163df",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-workspace-host-paths",
   "title": "CLAUDE_CODE_WORKSPACE_HOST_PATHS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800876,
     "length": 39,
     "sha256": "b4082f806973b505eebc22c4421d2a1081b1d878210256b8bc7863b3b592ffd3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-config-dir",
   "title": "CLAUDE_CONFIG_DIR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Override the configuration directory (default: `~/.claude`).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800916,
     "length": 24,
     "sha256": "bd2fe27e1264cdaf68b040279ef10496cf88ca5e8ad5e8bd32b50fadb4d5d82d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-cowork-memory-extra-guidelines",
   "title": "CLAUDE_COWORK_MEMORY_EXTRA_GUIDELINES",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800941,
     "length": 44,
     "sha256": "cefab9830036b6476c32f1bdb71f4278b9ffb3ab51e8b25978f2aab311d1741d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-cowork-memory-guidelines",
   "title": "CLAUDE_COWORK_MEMORY_GUIDELINES",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175800986,
     "length": 38,
     "sha256": "eb7d9717a3ac4bec52ba19bc52a40bfa48e14ff2387153161d3320e7665d0133",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-cowork-memory-index-content",
   "title": "CLAUDE_COWORK_MEMORY_INDEX_CONTENT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801025,
     "length": 41,
     "sha256": "2dc9d885c15b29c333abc10d7b4d6eda66ab989814ba26d01a1940145f6976cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-cowork-memory-path-override",
   "title": "CLAUDE_COWORK_MEMORY_PATH_OVERRIDE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801067,
     "length": 41,
     "sha256": "ccb9a72133e5e79d92a9fdb04baf18989574f1197fb446e03629bee3a0ae529d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-effort",
   "title": "CLAUDE_EFFORT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": true,
    "also_read": false,
    "description": "Set automatically in Bash tool subprocesses and hook commands to the effort level in effect when the subprocess starts: `low`, `medium`, `high`, `xhigh`, or `max`.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181399212,
     "length": 29,
     "sha256": "79c852b9e6f36a7f966f7715dab649f35dbbfa125cbfe67a1a61899ed94c19e0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-env-file",
   "title": "CLAUDE_ENV_FILE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for hook commands. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "hook commands"
    ],
    "conditional": true,
    "condition_values": [
     "SessionStart",
     "Setup",
     "CwdChanged",
     "FileChanged"
    ],
    "also_read": true,
    "description": "Path to a shell script whose contents Claude Code runs before each Bash command in the same shell process, so exports in the file are visible to the command.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185112055,
     "length": 33,
     "sha256": "3a3e10ac6dad2dd2d95b52fe9ad7f42ad0a1dddba4b1dd6e7a4af9dcb1f0ae6e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801109,
     "length": 22,
     "sha256": "d1b8491f74c6d1684723c0a7d2766437097868ad4152675ddc4ad75b47a53768",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-force-display-survey",
   "title": "CLAUDE_FORCE_DISPLAY_SURVEY",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801132,
     "length": 34,
     "sha256": "35cf39edaa823ba1a763037ee201eb46bb2a6dff57e4cb0acbaf729b51d608b7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-internal-assistant-team-name",
   "title": "CLAUDE_INTERNAL_ASSISTANT_TEAM_NAME",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-3med333c.js",
     "binary_offset": 207519583,
     "length": 54,
     "sha256": "23a7a3fc8efcf86770cb77bfdcd8e37b070584f02a933c8b080975456e9c8d19",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801167,
     "length": 42,
     "sha256": "83eb4053bf2a3d8b03a1353fdf66a96e793ff42db3d4cb80e901cca9883b43df",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-internal-fc-overrides",
   "title": "CLAUDE_INTERNAL_FC_OVERRIDES",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801210,
     "length": 35,
     "sha256": "6f3ee484d64ad01324e4b466a0f87ae05c5db5f11fc68232d39c1c78436865de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-job-dir",
   "title": "CLAUDE_JOB_DIR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set by Claude Code in each background session to that session's `~/.claude/jobs/` directory.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801246,
     "length": 21,
     "sha256": "372a5b93eb8843a43761343656c2f28c80b1b5c76394e63e9252173f864ea8cb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-memory-stores",
   "title": "CLAUDE_MEMORY_STORES",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801268,
     "length": 27,
     "sha256": "fbc656555dc1cb887c0a88f95982a1e397e2893949144daf55ee0626c8f929f8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-pid",
   "title": "CLAUDE_PID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: Claude Code's process ID.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "Claude Code's process ID"
    ],
    "receivers": [
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": false,
    "description": "Claude Code sets this to its own process ID in the subprocesses it spawns: Bash and PowerShell tool commands and hook commands.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181399108,
     "length": 30,
     "sha256": "51f03cbec7a5ab8ac49f98a1e30d5301f67062fe788a301427a831935e7f9d78",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-plugin-data",
   "title": "CLAUDE_PLUGIN_DATA",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for plugin-provided stdio MCP servers; hook commands. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "plugin-provided stdio MCP servers",
     "hook commands"
    ],
    "conditional": true,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183123035,
     "length": 32,
     "sha256": "c7d5961f8b21be9ad46a71ac41986929510fabb735b48e763bff162b40f0d8bd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183325809,
     "length": 32,
     "sha256": "c7d5961f8b21be9ad46a71ac41986929510fabb735b48e763bff162b40f0d8bd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185111730,
     "length": 32,
     "sha256": "27c895a9e7502348704b1d37d56e12fcb18583723878da87fa2accfe97e024bc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-plugin-option-x",
   "title": "CLAUDE_PLUGIN_OPTION_*",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for hook commands. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "hook commands"
    ],
    "conditional": true,
    "also_read": false,
    "name_pattern": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185111885,
     "length": 43,
     "sha256": "79956c170c15442c8af90b9970fdec77e9c98bc4c30e6dee8aa2d66d02674c3f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-plugin-root",
   "title": "CLAUDE_PLUGIN_ROOT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for MCP server headersHelper command; plugin-provided stdio MCP servers; hook commands. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/mcp",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/mcp",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 5,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "MCP server headersHelper command",
     "plugin-provided stdio MCP servers",
     "hook commands"
    ],
    "conditional": true,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-vk9j502m.js",
     "binary_offset": 209065571,
     "length": 20,
     "sha256": "c3288d7f0f2c66af41c742a61176ea2839a3856b7b11f98f38cd434b9aa96512",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183123009,
     "length": 25,
     "sha256": "b6f07f6cd597dfce55bdda7b4de9651e8e55562534dddb23d89a27f55fa10b02",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183325783,
     "length": 25,
     "sha256": "b6f07f6cd597dfce55bdda7b4de9651e8e55562534dddb23d89a27f55fa10b02",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185111700,
     "length": 27,
     "sha256": "f0c1bad9d7061c0611e5b6efa539404c79e6a88c3497700f39e0624036b86a50",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185111935,
     "length": 28,
     "sha256": "4b63cebccc033564a572166bccfa999c3ff1aa35c93fcbcd4c734d817458d1db",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-project-dir",
   "title": "CLAUDE_PROJECT_DIR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for hook commands; stdio MCP servers. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 6,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "hook commands",
     "stdio MCP servers"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-7ytxmfcd.js",
     "binary_offset": 215238086,
     "length": 31,
     "sha256": "68eac332ae3eb4afe0d11263cdfa1d334e90f8513180d513db4cfa9c438809b4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209363475,
     "length": 27,
     "sha256": "ce12e6945f7ce1104d0b4d1fd154359c7aeab195533adfe360bbb847aad2ff4c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mzg9kbjz.js",
     "binary_offset": 204340794,
     "length": 47,
     "sha256": "76a0b5bcd84f5230d7f1cf9bed457577852c4db4dcab9048ead1f44e1588c66c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209136876,
     "length": 27,
     "sha256": "a581059d6225b064b71ea2e7d2554555517f4acbbab850d3e1f171a4e6695100",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183123068,
     "length": 29,
     "sha256": "5a78fb5e773d01349de895307e08109527b0fe5d88f735a376eb01edd98114e9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185111574,
     "length": 25,
     "sha256": "0aaa1fd9eb107d065f9d8e7aea9fc30bc550d03cbe9d4ab2b73e90ff35bcff93",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-project-uuid",
   "title": "CLAUDE_PROJECT_UUID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801296,
     "length": 26,
     "sha256": "44f7e2d9e19434635a39bb13eb8f69c817ade9f075bdc770f09cf7c7673a0ae0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-pty-heartbeat-ms",
   "title": "CLAUDE_PTY_HEARTBEAT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801323,
     "length": 30,
     "sha256": "0ef74ae98af9a49c1869ebe55714429a859997a1f731219e640155d7721968cf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-pty-host-exec",
   "title": "CLAUDE_PTY_HOST_EXEC",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-w4m48xb9.js",
     "binary_offset": 192924001,
     "length": 39,
     "sha256": "b735c221e91a30ff3061bbecaf3c6e42d11b50c43c46c13f4655581fe9d893d3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801354,
     "length": 27,
     "sha256": "6e785af076ebe1eba5817784eea589c7d6d8ed7c4d3f0c05ab7f0d121c3e1c5d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-pty-orphan-check-ms",
   "title": "CLAUDE_PTY_ORPHAN_CHECK_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801382,
     "length": 33,
     "sha256": "b7d5ce4824fe989f895201163503f97bed83e90ead1a9ea49eb4abe6837551d0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-relaunch-session-add-dirs",
   "title": "CLAUDE_RELAUNCH_SESSION_ADD_DIRS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191775801,
     "length": 43,
     "sha256": "71c63b4c0b5c199d1d276432e3bdb377d0a916d905316bff7febabd99a8b8f0a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801416,
     "length": 39,
     "sha256": "a3606b1e510e699aef4e0d98c6b68d6d4cba992897313348b5b36482a291a0e9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-remote-control-session-name-prefix",
   "title": "CLAUDE_REMOTE_CONTROL_SESSION_NAME_PREFIX",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Prefix for auto-generated Remote Control session names when no explicit name is provided.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-cpf7rt77.js",
     "binary_offset": 191833301,
     "length": 56,
     "sha256": "bebc39e178b28523f787c4ec6e80934c81a3c8eaebc0173aa694a66a36c1f8c5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vcg70y05.js",
     "binary_offset": 199816041,
     "length": 55,
     "sha256": "95b35ed10d7d47ddf0b1833d0e8aafffea0724a1f3fe473d52d761042038df8e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801456,
     "length": 48,
     "sha256": "a61ca0ec6b197bdfe50ebe69742bb7f0f7cf794593fd67cb3cba801519cb2400",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-remote-workflow-args",
   "title": "CLAUDE_REMOTE_WORKFLOW_ARGS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801505,
     "length": 34,
     "sha256": "fd393a1c257da9d3ad59b897fdbf066b6dcfe059a5bae3c4f07135cb3ba39988",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-remote-workflow-script",
   "title": "CLAUDE_REMOTE_WORKFLOW_SCRIPT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801540,
     "length": 36,
     "sha256": "9e8051d4c4f895bbd658d2c956b79167ba27f6e8f5b41763ebefcc0c3c47943b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-runner-account-email",
   "title": "CLAUDE_RUNNER_ACCOUNT_EMAIL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": "Email of the account that enqueued the session.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187559404,
     "length": 50,
     "sha256": "7d21deed865b28f047c39e91d5d9e532f885ff1abc98c30d4ac8c3ca60c2505c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-runner-account-id",
   "title": "CLAUDE_RUNNER_ACCOUNT_ID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": "Tagged ID of the account that enqueued the session, for per-account routing, quota, or chargeback.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187559455,
     "length": 44,
     "sha256": "8c6c4c782c23e5fdda05abd371e5d1dd6d19e9ef84280499b98421bbd7e168ab",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-runner-activity-fd",
   "title": "CLAUDE_RUNNER_ACTIVITY_FD",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801577,
     "length": 32,
     "sha256": "4b849f6d0d252ad08f1a0fa089763a5b3b58b84c07bfa65182c6513d0e594ca4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-runner-attempt",
   "title": "CLAUDE_RUNNER_ATTEMPT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": "How many spawn requests this session has had.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187559318,
     "length": 46,
     "sha256": "918c80419de36ef060b16257335c9f4a7ef01e88daf13fe6208ef0972b80661c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-runner-client-platform",
   "title": "CLAUDE_RUNNER_CLIENT_PLATFORM",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": "The client surface that created the session, such as `web_claude_ai`, `desktop_app`, `ios`, `claude_code_cli`, or `scheduled_trigger`.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187559816,
     "length": 31,
     "sha256": "25dd9f8d7c82156e0cb73565c32cb780c1d281c2d79db95467119bf4bdaf5581",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-runner-correlation-id",
   "title": "CLAUDE_RUNNER_CORRELATION_ID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": "The correlation ID supplied at session create, echoed back so the hook can map this work order to the request that created the session.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187559763,
     "length": 52,
     "sha256": "428b1c250d6f683e0f4cd2805fd45936bddb86dc67d0d71a3168ca892588c53e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-runner-fetch-depth",
   "title": "CLAUDE_RUNNER_FETCH_DEPTH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-reference",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-reference",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Git fetch depth for fresh clones.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801610,
     "length": 32,
     "sha256": "cda8943f1e8186518eb238cf4708229151d31b67e7ee0f103f3eaa21a3ae083d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-runner-order-id",
   "title": "CLAUDE_RUNNER_ORDER_ID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": "Opaque idempotency key, unique per spawn request and safe for Kubernetes resource names.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187559154,
     "length": 35,
     "sha256": "f9fe867ac3032af20cf88a4178e8d2cf8bfbf9ddc97157ddf21a91f125d6efc6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-runner-order-server-time",
   "title": "CLAUDE_RUNNER_ORDER_SERVER_TIME",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": "Server time from the poll response's HTTP `Date` header.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187559500,
     "length": 52,
     "sha256": "d03989a3cfe8e75c6610ac534320f237707e8d0a7fabaa4e0b83d4549316d104",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-runner-pool-id",
   "title": "CLAUDE_RUNNER_POOL_ID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": "The ID of the environment the new runner should join, in `ccpool_...` form",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187559365,
     "length": 38,
     "sha256": "da2ebaa12fb034a6907af51165302eded8a8f80cfbc20fe8097341d2b5ae9405",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-runner-primary-repo-revision",
   "title": "CLAUDE_RUNNER_PRIMARY_REPO_REVISION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": "Revision of the session's first git source: branch, SHA, or tag.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187559610,
     "length": 66,
     "sha256": "292d83d6082aa9619d9c685c02ed1c7725e1bb940b3f7d3bef15a7a117d72bcd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-runner-primary-repo-url",
   "title": "CLAUDE_RUNNER_PRIMARY_REPO_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": "URL of the session's first git source, for routing to a runner with that repository pre-warmed.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187559553,
     "length": 56,
     "sha256": "3be603cd8aaa711273320c95117c8d2f2495c89f5357f2ebbe833cb4729d5f27",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-runner-repo-sources",
   "title": "CLAUDE_RUNNER_REPO_SOURCES",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": "JSON array of `{url, revision}` for all the session's git sources, for hooks that route on a secondary repository.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187559677,
     "length": 85,
     "sha256": "e2622d49e6ca01e2c1019888b07fed2b7c892de972e08fc5e67868240f457b0e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-runner-session-id",
   "title": "CLAUDE_RUNNER_SESSION_ID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Session ID in the tagged `session_...` form, for logging and correlation",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187559190,
     "length": 80,
     "sha256": "3128e1bf5994a4a1d91ae6ea58cfe9f967512c8ca32f243ed0ca8bdc5cd3c40a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-runner-session-uuid",
   "title": "CLAUDE_RUNNER_SESSION_UUID",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": "The same session ID in canonical UUID form",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187559271,
     "length": 46,
     "sha256": "2c8246b359e3f64bb0f681d49dd63bd25cde1b9768aad61beecbdb7260470d5c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-runner-work-order-file",
   "title": "CLAUDE_RUNNER_WORK_ORDER_FILE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-configuration",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": "Path to a temp file containing the signed work-order JWT the new runner registers with.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187559122,
     "length": 31,
     "sha256": "48f0b1f6d69d30dde7873e4a830f0294e6c78491e30032effc91b065b3c77ba8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-securestorage-config-dir",
   "title": "CLAUDE_SECURESTORAGE_CONFIG_DIR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801643,
     "length": 38,
     "sha256": "ef7184f849bce111730091f83a2e91b9d718032a68821ddafa41489476214cdc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-serve-drain-timeout-ms",
   "title": "CLAUDE_SERVE_DRAIN_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801682,
     "length": 36,
     "sha256": "03407705bc7b15f7196bd13f23532593f6aae381e8ef51de0fd62fa04b80e225",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-snip",
   "title": "CLAUDE_SNIP",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801719,
     "length": 18,
     "sha256": "eaa01b47b8b5dea3930f4b4f188d3e804edc51559f12dabf1ce496560bc5759c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-ssh-local-binary",
   "title": "CLAUDE_SSH_LOCAL_BINARY",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801738,
     "length": 30,
     "sha256": "b864c4b2904ceb8270c20b5a9ee538762830037818e492925643c78256aced2e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-ssh-version",
   "title": "CLAUDE_SSH_VERSION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801769,
     "length": 25,
     "sha256": "913a4293e2864e4d8463e26362e25a91ebe3c064a110e70fcc1dcf5c8e4ebeeb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-stage-file-root",
   "title": "CLAUDE_STAGE_FILE_ROOT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801795,
     "length": 29,
     "sha256": "867cb4e80964c66a6c153d83149cbdcb90342ead64385573cc13a1b9a336d8d4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-test-project-dir",
   "title": "CLAUDE_TEST_PROJECT_DIR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `${CLAUDE_PROJECT_DIR}`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "${CLAUDE_PROJECT_DIR}"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "`${CLAUDE_PROJECT_DIR}`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-52x2atdx.js",
     "binary_offset": 207686406,
     "length": 47,
     "sha256": "38ee8375680a54f5893832f79e3168d9733a6155ec383ca1ba0bf2b9d718a568",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-tmpdir",
   "title": "CLAUDE_TMPDIR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183728069,
     "length": 28,
     "sha256": "367cd797f61d8a65c5b28075736bb0d961f56ec7c6d0f4c97c14311e6ad73356",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801825,
     "length": 20,
     "sha256": "b126aab8c5b6a0651acdd63c65a2e50b205150d35007d4170eb97a1436b12ccb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claudecode",
   "title": "CLAUDECODE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for stdio MCP servers; the shell that builds the Bash tool's shell snapshot, and the shell environment probe; Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: `1`; a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 6,
    "set_values": [
     "`1`",
     "a runtime value"
    ],
    "receivers": [
     "stdio MCP servers",
     "the shell that builds the Bash tool's shell snapshot, and the shell environment probe",
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` in subprocesses Claude Code spawns (Bash and PowerShell tools, tmux sessions, hook commands, status line commands, stdio MCP server subprocesses).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-gg4jhzsm.js",
     "binary_offset": 209363530,
     "length": 14,
     "sha256": "8eeb7c77268574ba6ddc9c48e60fd7271430fc3df3e2c86a7f673b38a3483eba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181398985,
     "length": 14,
     "sha256": "8eeb7c77268574ba6ddc9c48e60fd7271430fc3df3e2c86a7f673b38a3483eba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w61ke47p.js",
     "binary_offset": 209136931,
     "length": 14,
     "sha256": "8eeb7c77268574ba6ddc9c48e60fd7271430fc3df3e2c86a7f673b38a3483eba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183706335,
     "length": 14,
     "sha256": "8eeb7c77268574ba6ddc9c48e60fd7271430fc3df3e2c86a7f673b38a3483eba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183708254,
     "length": 14,
     "sha256": "8eeb7c77268574ba6ddc9c48e60fd7271430fc3df3e2c86a7f673b38a3483eba",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175791485,
     "length": 17,
     "sha256": "fbcbd6a73a5f521a3b2a06402e0d3c7d50cfb339b4eed66612f2284d3b7c7006",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-columns",
   "title": "COLUMNS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for hook commands. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "hook commands"
    ],
    "conditional": true,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185111643,
     "length": 21,
     "sha256": "27da6e8d027dfa5080c974d7fd9cd5422497e045cb08b66646f2a537960cd1bf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-debug",
   "title": "DEBUG",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value; removed (set to undefined or deleted).",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to enable debug mode, equivalent to launching with `--debug`.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-gzxd8cyw.js",
     "binary_offset": 177102622,
     "length": 19,
     "sha256": "0c351e1e35867357c4aa9a8d7cc531423870fd78318ee8eabafdf4ebf056d41c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gzxd8cyw.js",
     "binary_offset": 177102647,
     "length": 24,
     "sha256": "1b9dfd1b8b6da0dbb2a1af0aecb704f55f946b419199922c376c467933647c6e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-disable-autoupdater",
   "title": "DISABLE_AUTOUPDATER",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: `1`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "`1`"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Set to `1` to disable automatic background updates.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192071896,
     "length": 23,
     "sha256": "f6740586e3368735794cbe526e4b4ad628aa6939fef7dddedddb235bf7765f28",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192072069,
     "length": 31,
     "sha256": "dc3141a41ffa8199afacf1471d4276fe1e2d44d48a7c027252fb703733973502",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-display",
   "title": "DISPLAY",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: ``.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     ""
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "``"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186029122,
     "length": 10,
     "sha256": "7e8467cfa1a67785ae731670bc4aa3032e806f796d85425f7e7e9faac25382b8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-gcm-interactive",
   "title": "GCM_INTERACTIVE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-7k6n1zya.js",
     "binary_offset": 187214172,
     "length": 34,
     "sha256": "47d6f88efb51f47de29a11373312e80f522a50d549e63cf6d369387fefbb8e8b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-gh-enterprise-token",
   "title": "GH_ENTERPRISE_TOKEN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: ``.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     ""
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "``"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181849250,
     "length": 22,
     "sha256": "0eb60ad68b59fd4962754f68f4a96ecc345feeb1a4270ae7f40d38aa3805894b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-gh-token",
   "title": "GH_TOKEN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: ``.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     ""
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "``"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181849222,
     "length": 11,
     "sha256": "db7e4b41616716bc126c116716d35b67c44732479bc3f850687d4054e8d7ecd0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-allow-protocol",
   "title": "GIT_ALLOW_PROTOCOL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value; `none`; `https:http:ssh`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "none",
     "https:http:ssh"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 7,
    "set_values": [
     "a runtime value",
     "`none`",
     "`https:http:ssh`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": true,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-7k6n1zya.js",
     "binary_offset": 187214285,
     "length": 51,
     "sha256": "1d09032b601658e4e6900dd74e97951b0fd688b193bd3b8a7642377471d492f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7k6n1zya.js",
     "binary_offset": 187214439,
     "length": 25,
     "sha256": "16161efb10dab25325be79020f025d51852e39117254065bf35d9431670faa85",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-93fap8m8.js",
     "binary_offset": 181174246,
     "length": 30,
     "sha256": "dfa7acadb1a7ba050f1df8b5b74cbec13bdd997c77ff881ba28fe4fcfefed901",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cajb2b5v.js",
     "binary_offset": 191539400,
     "length": 25,
     "sha256": "16161efb10dab25325be79020f025d51852e39117254065bf35d9431670faa85",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rwx9yk1k.js",
     "binary_offset": 194870880,
     "length": 35,
     "sha256": "978ef17025af0ad683bf653573f667859938c21d5c1bb5b71c57c4d2ed2587fb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187418584,
     "length": 51,
     "sha256": "1d09032b601658e4e6900dd74e97951b0fd688b193bd3b8a7642377471d492f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187420225,
     "length": 51,
     "sha256": "1d09032b601658e4e6900dd74e97951b0fd688b193bd3b8a7642377471d492f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-alternate-object-directories",
   "title": "GIT_ALTERNATE_OBJECT_DIRECTORIES",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ygtz1chg.js",
     "binary_offset": 195477884,
     "length": 73,
     "sha256": "6c890011371c6df109879a6c5abb166ae7ccc1b4b5b06bbba70e3233e216e308",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-askpass",
   "title": "GIT_ASKPASS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-93fap8m8.js",
     "binary_offset": 181174328,
     "length": 50,
     "sha256": "291f5fa1f3d937062045439b19ee5e981394d98d7647b8aa0207b0d4f5d020d5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-attr-nosystem",
   "title": "GIT_ATTR_NOSYSTEM",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `1`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "`1`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210358584,
     "length": 21,
     "sha256": "497d453b9d77299ae9be4456fd1fbc8e1744b26c0a2c0eadfb2f215d2d8a2626",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-author-date",
   "title": "GIT_AUTHOR_DATE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value; `1000000000 +0000`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1000000000 +0000"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value",
     "`1000000000 +0000`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210380121,
     "length": 28,
     "sha256": "6b0f7355c8f2308370786f9c835243321c35e91b4b20a83ce0505ef8d16db613",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186594349,
     "length": 34,
     "sha256": "0913b8703b6e935af588b4bfab69056924dbf1decd3f7a747b605ee2a89be192",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-author-email",
   "title": "GIT_AUTHOR_EMAIL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value; `bash-edit-diff@localhost`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "bash-edit-diff@localhost"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "a runtime value",
     "`bash-edit-diff@localhost`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210358958,
     "length": 26,
     "sha256": "0caa65bc8e699d6d5ad53349d31a4d13ca50453954ae55d843fefb10b74970b7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210380090,
     "length": 30,
     "sha256": "df9880391082bd226e04569b3ca73ec04cca9e5562e11c920024e4e4279a9e18",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186594305,
     "length": 43,
     "sha256": "a0a2789983c7a473dde9ba483adf4fa729d485560dd16e28fc61f9aa3f2f9924",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-author-name",
   "title": "GIT_AUTHOR_NAME",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value; `bash-edit-diff`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "bash-edit-diff"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "a runtime value",
     "`bash-edit-diff`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210358933,
     "length": 24,
     "sha256": "054558396a3c3255dfebec267abe5cb757ed48d93f2c7bf1f914aa769ca5764d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210380061,
     "length": 28,
     "sha256": "172582469286cc811dded75b113622d5700f316d009a9c0914b7f1e89c6dfa8e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186594272,
     "length": 32,
     "sha256": "6536e127fd76a2ed13c80f1706fbe910c8ed919412b1a697d964d96eb703a6ef",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-ceiling-directories",
   "title": "GIT_CEILING_DIRECTORIES",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181517977,
     "length": 31,
     "sha256": "b35c8a98ba2d3da11f508ba904465a1f290394b42471769bb37c7068b480cdd1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pez7h27x.js",
     "binary_offset": 176516883,
     "length": 33,
     "sha256": "48390fe87e8290376f353b4813d3fe91382fb19501e2b7d2bbbcdd773ce2bc2e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pez7h27x.js",
     "binary_offset": 176517609,
     "length": 33,
     "sha256": "08a4d8a555200adb3183cf285cab055de42c2964690cca2f8980c5c81c1f0f07",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-committer-date",
   "title": "GIT_COMMITTER_DATE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `1000000000 +0000`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1000000000 +0000"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "`1000000000 +0000`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186594467,
     "length": 37,
     "sha256": "3b626dd6d10fb671e6e2a13ddf2f5b03302b96bb4624a2f8e76c194b084621c1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-committer-email",
   "title": "GIT_COMMITTER_EMAIL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value; `bash-edit-diff@localhost`; `noreply@anthropic.com`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "bash-edit-diff@localhost",
     "noreply@anthropic.com"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "a runtime value",
     "`bash-edit-diff@localhost`",
     "`noreply@anthropic.com`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210359013,
     "length": 29,
     "sha256": "7ee002b6773a593b85628a15aa73860f13a036465992c1527221448563e8eedf",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186594420,
     "length": 46,
     "sha256": "1588ebba91bbab3ff01e28fb5d19cacb3d8d7818e9b346a7ff9758fb5b9d4745",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ygtz1chg.js",
     "binary_offset": 195453502,
     "length": 43,
     "sha256": "8bf19b8a124a3265c77c469119f8a15c2a8995a32134bfad2a861f892b511080",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-committer-name",
   "title": "GIT_COMMITTER_NAME",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value; `bash-edit-diff`; `Claude Code file sync`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "bash-edit-diff",
     "Claude Code file sync"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "a runtime value",
     "`bash-edit-diff`",
     "`Claude Code file sync`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210358985,
     "length": 27,
     "sha256": "b6c53d873eb4bf17981b911d0ae702bf662d9d9b189981c914ead2e18ba49d81",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186594384,
     "length": 35,
     "sha256": "bebb3b59a0d9ea725f5591142083e2cd689792d0e1175380d21820dc5d7ee94e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ygtz1chg.js",
     "binary_offset": 195453459,
     "length": 42,
     "sha256": "de44a67b794b1118f573e546f174e2b050cb212c97d8665f27731079139fa9d5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-config-global",
   "title": "GIT_CONFIG_GLOBAL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `/dev/null`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "/dev/null"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 6,
    "set_values": [
     "`/dev/null`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": true,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-7k6n1zya.js",
     "binary_offset": 187214110,
     "length": 29,
     "sha256": "ef00c0bc39423ab8628364cfb5ae0d9f9ba0a555e6118ac6913d52a7b7580815",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187304774,
     "length": 29,
     "sha256": "ef00c0bc39423ab8628364cfb5ae0d9f9ba0a555e6118ac6913d52a7b7580815",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187416377,
     "length": 29,
     "sha256": "ef00c0bc39423ab8628364cfb5ae0d9f9ba0a555e6118ac6913d52a7b7580815",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187418466,
     "length": 29,
     "sha256": "ef00c0bc39423ab8628364cfb5ae0d9f9ba0a555e6118ac6913d52a7b7580815",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187420421,
     "length": 29,
     "sha256": "ef00c0bc39423ab8628364cfb5ae0d9f9ba0a555e6118ac6913d52a7b7580815",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187424239,
     "length": 29,
     "sha256": "ef00c0bc39423ab8628364cfb5ae0d9f9ba0a555e6118ac6913d52a7b7580815",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-config-nosystem",
   "title": "GIT_CONFIG_NOSYSTEM",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `1`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "`1`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212338449,
     "length": 23,
     "sha256": "c41b4f9af207252a77d816c2e7de0f85126268e1a712dc86e88c0977b251188f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-config-parameters",
   "title": "GIT_CONFIG_PARAMETERS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: not traced.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "not traced"
    ],
    "receivers": [
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183697248,
     "length": 23,
     "sha256": "5bc3d02d83ff408e7deeb8805f7ae579c45bc9d0dcd5f85d1fd0a9cc5a28620e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-config-system",
   "title": "GIT_CONFIG_SYSTEM",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `/dev/null`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "/dev/null"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "`/dev/null`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187304804,
     "length": 29,
     "sha256": "c6cdecc960debfa3c4a962fec78c9191f89f1aaf865cd3bf2e2ef5f8637e7078",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-default-ref-format",
   "title": "GIT_DEFAULT_REF_FORMAT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `files`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "files"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "`files`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": true,
    "condition_values": [
     "HEAD"
    ],
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-8mkz89kh.js",
     "binary_offset": 195798950,
     "length": 30,
     "sha256": "f78cf76363a60bdb039b2f03a9020173cda18a4def44a7cf7bad55034c6e1af8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-dir",
   "title": "GIT_DIR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 182108233,
     "length": 14,
     "sha256": "6106814b6a59169d02622f4b7be792d3d1ddc5e9948336584fcf1280b57cedee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-editor",
   "title": "GIT_EDITOR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for the shell that builds the Bash tool's shell snapshot, and the shell environment probe; Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: `true`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "true"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "`true`"
    ],
    "receivers": [
     "the shell that builds the Bash tool's shell snapshot, and the shell environment probe",
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183706317,
     "length": 17,
     "sha256": "d8fae42fec01a299516715d8d92b1f446808f49e380d57106de153c2d2d9a535",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183708236,
     "length": 17,
     "sha256": "d8fae42fec01a299516715d8d92b1f446808f49e380d57106de153c2d2d9a535",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183732038,
     "length": 17,
     "sha256": "d8fae42fec01a299516715d8d92b1f446808f49e380d57106de153c2d2d9a535",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-glob-pathspecs",
   "title": "GIT_GLOB_PATHSPECS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `0`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "0"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "`0`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-8mkz89kh.js",
     "binary_offset": 195821380,
     "length": 22,
     "sha256": "c5fa880e300b5325e488eb5e1288a752044022864f0a111c078554292d2ba237",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8mkz89kh.js",
     "binary_offset": 195846160,
     "length": 22,
     "sha256": "c5fa880e300b5325e488eb5e1288a752044022864f0a111c078554292d2ba237",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-graft-file",
   "title": "GIT_GRAFT_FILE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `\\\\.\\NUL\\no-grafts` or `/dev/null/no-grafts`; a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "\\\\.\\NUL\\no-grafts",
     "/dev/null/no-grafts"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "`\\\\.\\NUL\\no-grafts` or `/dev/null/no-grafts`",
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181569155,
     "length": 76,
     "sha256": "948871555d5624082164b6b8bf2470ccbf277f821e947ca1ddc5a26844a4f704",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 182108321,
     "length": 37,
     "sha256": "a7301cc5506c442668cc4a10190df46c3c863eec57545fbf681a463f4af5226b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-yfv1sya1.js",
     "binary_offset": 195519255,
     "length": 48,
     "sha256": "4b29a2de4bf640323b890b47dd41c862ccd92393fe43c7ceb460f5cad0b3e076",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-icase-pathspecs",
   "title": "GIT_ICASE_PATHSPECS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `0`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "0"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "`0`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-8mkz89kh.js",
     "binary_offset": 195821356,
     "length": 23,
     "sha256": "0e9087c25299aa2321e4a80a6357d4eb5e31c4341f7655fb102a6bc62a8a49ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8mkz89kh.js",
     "binary_offset": 195846208,
     "length": 23,
     "sha256": "0e9087c25299aa2321e4a80a6357d4eb5e31c4341f7655fb102a6bc62a8a49ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-index-file",
   "title": "GIT_INDEX_FILE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 14,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-3fz6ek53.js",
     "binary_offset": 207382810,
     "length": 16,
     "sha256": "84543626b9553712fecfe7fe3560689eb385b31b45f6e07964554b68caf1ac55",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210348043,
     "length": 16,
     "sha256": "6e8fe49c3ccfcab700677fd8061b4a4648dd13746d4ffc45934ae5f8ce85cd92",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210349647,
     "length": 16,
     "sha256": "6e8fe49c3ccfcab700677fd8061b4a4648dd13746d4ffc45934ae5f8ce85cd92",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210360573,
     "length": 16,
     "sha256": "85f5b7d33492870b9055f16a2cd2bbd57ff894c5c9bb44e15cc9da5f4996e505",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210368719,
     "length": 33,
     "sha256": "d1150b58227f2a00fc49ee941f34d63b41287e64a0063d1a7ba61d6b4af2b64b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210393342,
     "length": 28,
     "sha256": "cc61a74dc2958ab5eb135b416ad12c235a2b2ba8ce68bc9f0f11c26ce11861a5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210396653,
     "length": 16,
     "sha256": "f40d4e0c28911ba80315931f89453034698e2df3c46400ea2b100724cba111e8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210505775,
     "length": 33,
     "sha256": "2bfdafe6991e2b27dc854d10d2d63cf542bcef8af2d51e387c7fddc2a32630b0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210506564,
     "length": 33,
     "sha256": "2bfdafe6991e2b27dc854d10d2d63cf542bcef8af2d51e387c7fddc2a32630b0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7s1660c2.js",
     "binary_offset": 210506943,
     "length": 33,
     "sha256": "2bfdafe6991e2b27dc854d10d2d63cf542bcef8af2d51e387c7fddc2a32630b0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-literal-pathspecs",
   "title": "GIT_LITERAL_PATHSPECS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `0`; `1`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "0",
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "`0`",
     "`1`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-8mkz89kh.js",
     "binary_offset": 195821330,
     "length": 25,
     "sha256": "0fd7bb585e9e4b244e60174d3be4320b0b816063e85e5dd2907fb3f547efb0d2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8mkz89kh.js",
     "binary_offset": 195846134,
     "length": 25,
     "sha256": "9bc457ad8d80c792c43780672d1340dab17fcd5ef81709860b2e8e7dfee2753a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-no-lazy-fetch",
   "title": "GIT_NO_LAZY_FETCH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value; `1`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 5,
    "set_values": [
     "a runtime value",
     "`1`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-93fap8m8.js",
     "binary_offset": 181174221,
     "length": 24,
     "sha256": "ec30a6d7d43a94a5ed067008e0b33addf237eccdf23ddf94d3308cfbc62ccec3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cajb2b5v.js",
     "binary_offset": 191539426,
     "length": 21,
     "sha256": "51d9fbb1adc73fd6d6380b29918684c7d71ab2067e6693cb983c2f22bd36e373",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181997830,
     "length": 21,
     "sha256": "51d9fbb1adc73fd6d6380b29918684c7d71ab2067e6693cb983c2f22bd36e373",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 182001925,
     "length": 21,
     "sha256": "51d9fbb1adc73fd6d6380b29918684c7d71ab2067e6693cb983c2f22bd36e373",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 182061061,
     "length": 21,
     "sha256": "51d9fbb1adc73fd6d6380b29918684c7d71ab2067e6693cb983c2f22bd36e373",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-no-replace-objects",
   "title": "GIT_NO_REPLACE_OBJECTS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `1`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "`1`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181569128,
     "length": 26,
     "sha256": "3df908f0c2b34bd70a755a3e6c51d9b786e8343d8764d50d46e7d11dc320fda0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 182108359,
     "length": 26,
     "sha256": "3df908f0c2b34bd70a755a3e6c51d9b786e8343d8764d50d46e7d11dc320fda0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-yfv1sya1.js",
     "binary_offset": 195519304,
     "length": 26,
     "sha256": "3df908f0c2b34bd70a755a3e6c51d9b786e8343d8764d50d46e7d11dc320fda0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-noglob-pathspecs",
   "title": "GIT_NOGLOB_PATHSPECS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `0`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "0"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "`0`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-8mkz89kh.js",
     "binary_offset": 195821403,
     "length": 24,
     "sha256": "0f84b61eb6923d585cf3aa89146c79f0ed6ad83da0d7f9a859b087574269ee04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8mkz89kh.js",
     "binary_offset": 195846183,
     "length": 24,
     "sha256": "0f84b61eb6923d585cf3aa89146c79f0ed6ad83da0d7f9a859b087574269ee04",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-object-directory",
   "title": "GIT_OBJECT_DIRECTORY",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-dsxy6a2x.js",
     "binary_offset": 210183259,
     "length": 35,
     "sha256": "f4c7972332b40d8309da383c999781d7d0f3750e27613a0093b8bfc5c4598b3a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-optional-locks",
   "title": "GIT_OPTIONAL_LOCKS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `1`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "`1`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186590698,
     "length": 22,
     "sha256": "671e967a85ad2d3c50e5b95b24febc94df1def897bc06f9f7a964321614864d2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-progress-delay",
   "title": "GIT_PROGRESS_DELAY",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `0`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "0"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "`0`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-7k6n1zya.js",
     "binary_offset": 187214218,
     "length": 22,
     "sha256": "f07c9246df33a5c6a2b3d3165df9d5758f8b8bdd7c911a7388035159eaec7815",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-proxy-command",
   "title": "GIT_PROXY_COMMAND",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-pez7h27x.js",
     "binary_offset": 176513806,
     "length": 41,
     "sha256": "87b5514aa380cc698a383dec75e1d39b329c3eac4c08bddaa4b4604af5ee3808",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-shallow-file",
   "title": "GIT_SHALLOW_FILE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-8mkz89kh.js",
     "binary_offset": 196004759,
     "length": 18,
     "sha256": "06059806ff18498dda4f7b96d6f0539b88f38ce42edca2d3238c4d0a4ce2183f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8mkz89kh.js",
     "binary_offset": 196004909,
     "length": 30,
     "sha256": "6f6543bc12076f08ba943ab09245675be6785a194b89b5e156c51d5abc82efc2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-ssh-command",
   "title": "GIT_SSH_COMMAND",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value; `false`; `ssh -o BatchMode=yes`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "false",
     "ssh -o BatchMode=yes"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 7,
    "set_values": [
     "a runtime value",
     "`false`",
     "`ssh -o BatchMode=yes`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": true,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-7k6n1zya.js",
     "binary_offset": 187214338,
     "length": 93,
     "sha256": "642ec4ba12fb42f93617b0747666fda56f87cf01ba853948969c805ea89a157b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7k6n1zya.js",
     "binary_offset": 187214465,
     "length": 23,
     "sha256": "3f28493b76f31425c8b3f3f443c7a449e2daaf60ad873dcebca5ca466a9ab68b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-93fap8m8.js",
     "binary_offset": 181174277,
     "length": 50,
     "sha256": "37083050b95c9f1b466f93002eb9e7842ef534f25f01aab0ee09c1ac231c16ed",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cajb2b5v.js",
     "binary_offset": 191539448,
     "length": 38,
     "sha256": "63df6297646ab1521d3749b74720d3d43d41ccc13032b53e1f6730c00ee2accd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rwx9yk1k.js",
     "binary_offset": 194870788,
     "length": 91,
     "sha256": "77cda1e9bd9ebdeeeaf73ee4dec2ae8df7a3364585fa48870b794857a1c7e296",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187418661,
     "length": 83,
     "sha256": "8ed02c936a3bb31bbe356550dcb8e979610aeaf6072e73c972f6a822c86697a9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187420278,
     "length": 93,
     "sha256": "642ec4ba12fb42f93617b0747666fda56f87cf01ba853948969c805ea89a157b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-terminal-prompt",
   "title": "GIT_TERMINAL_PROMPT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `0`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "0"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 4,
    "set_values": [
     "`0`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-7k6n1zya.js",
     "binary_offset": 187214148,
     "length": 23,
     "sha256": "ebaa1d2e4a4cf7cd192df9a4825a165184913dd450ce01eb7769161261fc84fc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cajb2b5v.js",
     "binary_offset": 191539487,
     "length": 23,
     "sha256": "ebaa1d2e4a4cf7cd192df9a4825a165184913dd450ce01eb7769161261fc84fc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187418637,
     "length": 23,
     "sha256": "ebaa1d2e4a4cf7cd192df9a4825a165184913dd450ce01eb7769161261fc84fc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187420165,
     "length": 23,
     "sha256": "ebaa1d2e4a4cf7cd192df9a4825a165184913dd450ce01eb7769161261fc84fc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-git-work-tree",
   "title": "GIT_WORK_TREE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 182108248,
     "length": 38,
     "sha256": "6f8973f6d9872bdb905e8ca2bcb4fcb8e2301ce50d9469d3421f5de9bfd4384f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-github-enterprise-token",
   "title": "GITHUB_ENTERPRISE_TOKEN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: ``.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     ""
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "``"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181849273,
     "length": 26,
     "sha256": "4dd424eebf56f97a7184558be3c0c3be57b8ce58646e88a6ceb9bcabb3b3db98",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-github-token",
   "title": "GITHUB_TOKEN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: ``.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     ""
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "``"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181849234,
     "length": 15,
     "sha256": "588127eddf5a361c6c52d7e3ab210047199268ae35967ae5a16b6107c0bed1af",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-gitlab-access-token",
   "title": "GITLAB_ACCESS_TOKEN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181859672,
     "length": 26,
     "sha256": "ed5747c35ff38a6a9720cdbcb81a656b9594d8482d2da36d3d7ecb8e61f5906b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-gitlab-token",
   "title": "GITLAB_TOKEN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181859652,
     "length": 19,
     "sha256": "fa287e781488d71648446f6e013da3a73d79d4633e6258f7981e0bebedc6ef64",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-home",
   "title": "HOME",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212338363,
     "length": 11,
     "sha256": "6926099cfc0236005dbece8492c814b7c95d40318c3a95eb484ccbeede5eeaac",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-homebrew-no-auto-update",
   "title": "HOMEBREW_NO_AUTO_UPDATE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: ``.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     ""
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "``"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-7j5dabgj.js",
     "binary_offset": 192628634,
     "length": 26,
     "sha256": "7a32931091e3c6e27b001e5bfe1687cfd105778124bac674ee3a97417eed1b59",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-language",
   "title": "LANGUAGE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: ``.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     ""
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "``"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-mwwcdvwq.js",
     "binary_offset": 207618974,
     "length": 11,
     "sha256": "c56805bc582b4e904120ae03d05eaa19a5fc78a076479eb97e4d35786eb01210",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-lc-all",
   "title": "LC_ALL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `C`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "C"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 6,
    "set_values": [
     "`C`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212134534,
     "length": 10,
     "sha256": "d93853acb21fe80362fb7ee9b6c4dadb2e5a98a8eac8189d609a26ffb12c5d07",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7k6n1zya.js",
     "binary_offset": 187214207,
     "length": 10,
     "sha256": "d93853acb21fe80362fb7ee9b6c4dadb2e5a98a8eac8189d609a26ffb12c5d07",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dte0vqga.js",
     "binary_offset": 177763168,
     "length": 10,
     "sha256": "d93853acb21fe80362fb7ee9b6c4dadb2e5a98a8eac8189d609a26ffb12c5d07",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dte0vqga.js",
     "binary_offset": 177763368,
     "length": 10,
     "sha256": "d93853acb21fe80362fb7ee9b6c4dadb2e5a98a8eac8189d609a26ffb12c5d07",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jpfd0xzj.js",
     "binary_offset": 178097429,
     "length": 10,
     "sha256": "d93853acb21fe80362fb7ee9b6c4dadb2e5a98a8eac8189d609a26ffb12c5d07",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mwwcdvwq.js",
     "binary_offset": 207618963,
     "length": 10,
     "sha256": "d93853acb21fe80362fb7ee9b6c4dadb2e5a98a8eac8189d609a26ffb12c5d07",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-lines",
   "title": "LINES",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for hook commands. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "hook commands"
    ],
    "conditional": true,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 185111671,
     "length": 19,
     "sha256": "27898386703da4fa0abb53d16a9e97b4733925478714ed4b8b0ae8ffe87f73a1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-local-bridge",
   "title": "LOCAL_BRIDGE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801846,
     "length": 19,
     "sha256": "8f16cde2ce85c3bbf42e7b3a33f2cd3f5805e17a01e808be4255ff7f43b7f68f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-mcp-connect-timeout-ms",
   "title": "MCP_CONNECT_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "How long blocking MCP startup waits, in milliseconds, for the connection batch before snapshotting the tool list (default: 5000).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801900,
     "length": 29,
     "sha256": "a9b652375692025324c661d8ae54b4ac0961e7a369d91eb8f62171955f625fbb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-mcp-connection-nonblocking",
   "title": "MCP_CONNECTION_NONBLOCKING",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Controls whether startup waits for MCP servers to connect before the first query.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801866,
     "length": 33,
     "sha256": "9c3da2ca1c7777bb81458484ee2489b47dd47f24996067e9ffbdcd2634cae51c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-mcp-discovery-cache",
   "title": "MCP_DISCOVERY_CACHE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Turns the MCP discovery cache on or off.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801930,
     "length": 26,
     "sha256": "15a4b0264419caa92ee742d0a3b5280a7f1fe512c96c62662d596c0dd049455d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-mcp-discovery-cache-max-stale-s",
   "title": "MCP_DISCOVERY_CACHE_MAX_STALE_S",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Maximum age, in seconds, of a discovery-cache entry (default: 14400, or 4 hours).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801957,
     "length": 38,
     "sha256": "23886137c43b980b057001fd688b16cf1d0334e9c4f4be1dd121203b95bdcb2b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-mcp-discovery-cache-strikes",
   "title": "MCP_DISCOVERY_CACHE_STRIKES",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "At a start where a discovery-cache entry is older than `MCP_DISCOVERY_CACHE_TTL_S`, Claude Code refreshes it in the background.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175801996,
     "length": 34,
     "sha256": "368e2991b97aafd4c250a1179918df2df14b5671e26c3d78088064ad91300a6e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-mcp-discovery-cache-ttl-s",
   "title": "MCP_DISCOVERY_CACHE_TTL_S",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Seconds for which Claude Code uses a discovery-cache entry without refreshing it (default: 900).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802031,
     "length": 32,
     "sha256": "566c7f6a08a975276e2fac8bed9ca8193caf94289d0bfd80db2ae2d3be725745",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-mcp-oauth-callback-port",
   "title": "MCP_OAUTH_CALLBACK_PORT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Fixed port for the OAuth redirect callback, as an alternative to `--callback-port` when adding an MCP server with pre-configured credentials",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802064,
     "length": 30,
     "sha256": "c370422f851f5eaf44551e2b1e6af83a0855aa680e56bf04721ca262d98f4f8b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-mcp-oauth-client-metadata-url",
   "title": "MCP_OAUTH_CLIENT_METADATA_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802095,
     "length": 36,
     "sha256": "f11970c69b3b320852546976ca381ff271c892bf58384a9776b8cb105deda6cd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-mcp-protocol-negotiation",
   "title": "MCP_PROTOCOL_NEGOTIATION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "On the v2 MCP client runtime only, whether Claude Code probes servers for MCP protocol revision 2026-07-28.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802132,
     "length": 31,
     "sha256": "8856b222075b9859f482579e1a6f94ed872dd158d9df3655e2ef14f71519fd4d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-mcp-remote-server-connection-batch-size",
   "title": "MCP_REMOTE_SERVER_CONNECTION_BATCH_SIZE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Maximum number of remote MCP servers (HTTP/SSE) to connect in parallel during startup (default: 20)",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802164,
     "length": 46,
     "sha256": "4754e907061406a16194af66337fdb07ca9dd9b45c5615e8d84f6a70299bb6e1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-mcp-sdk-generation",
   "title": "MCP_SDK_GENERATION",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Pin which MCP client runtime this process connects to MCP servers with: `v1`, built on MCP TypeScript SDK 1.x, or `v2`, built on MCP TypeScript SDK 2.0.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802211,
     "length": 25,
     "sha256": "f2753356eed8fb56f1d6e87343443e28d27ccb06a3e2f77280faf396b8e41145",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-mcp-server-connection-batch-size",
   "title": "MCP_SERVER_CONNECTION_BATCH_SIZE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Maximum number of local MCP servers (stdio) to connect in parallel during startup (default: 3)",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802237,
     "length": 39,
     "sha256": "ed42906a5172abf233f37e717f0102a901dbf38a44d65f61192e5335bdd629f5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-mcp-timeout",
   "title": "MCP_TIMEOUT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Timeout in milliseconds for MCP server startup (default: 30000, or 30 seconds)",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802277,
     "length": 18,
     "sha256": "df9bfd7af5d075c3df4ea00c613ea808da95496a4e22eaa358fbc40e7e7d74a3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-mcp-tool-timeout",
   "title": "MCP_TOOL_TIMEOUT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Timeout in milliseconds for MCP tool execution (default: 100000000, about 28 hours).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802296,
     "length": 23,
     "sha256": "ca5c282c545b9ebffeaa9811db27229ca124aa4b97cd980537ba127120686484",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-mcp-truncation-prompt-override",
   "title": "MCP_TRUNCATION_PROMPT_OVERRIDE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802320,
     "length": 37,
     "sha256": "c5f7d596871ba562028c6bf455d5d95f5b6b7a84b0be901fd1f4145a59215fc8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-node-env",
   "title": "NODE_ENV",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `production`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "production"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "`production`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212134566,
     "length": 21,
     "sha256": "6541f2a810db4650ad231c37603705e786366f6f2feed333114d6e82ad1b99ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212338494,
     "length": 21,
     "sha256": "6541f2a810db4650ad231c37603705e786366f6f2feed333114d6e82ad1b99ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jpfd0xzj.js",
     "binary_offset": 178097407,
     "length": 21,
     "sha256": "6541f2a810db4650ad231c37603705e786366f6f2feed333114d6e82ad1b99ce",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-node-extra-ca-certs",
   "title": "NODE_EXTRA_CA_CERTS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-18eh819q.js",
     "binary_offset": 189129902,
     "length": 33,
     "sha256": "92a4b4bf15146a08e7e69c30525cafdaff778aa3330032558f895d815f31f5f1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-nodefaultcurrentdirectoryinexepath",
   "title": "NoDefaultCurrentDirectoryInExePath",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: `1`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "`1`"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-2crv8d5h.js",
     "binary_offset": 192121630,
     "length": 50,
     "sha256": "91bf70a2ffc9784292057c4359680e097c46001fb7daa39600df484e24999f44",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xwgs2xvp.js",
     "binary_offset": 199905685,
     "length": 50,
     "sha256": "91bf70a2ffc9784292057c4359680e097c46001fb7daa39600df484e24999f44",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-oauth-token",
   "title": "OAUTH_TOKEN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181859699,
     "length": 18,
     "sha256": "4c09c85b085f168d0d5c941b902eaac93d0f3a7368b4a05f957056a97c6789b2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-otel-exporter-otlp-metrics-temporality-preference",
   "title": "OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: `delta`.",
   "documented": "https://code.claude.com/docs/en/monitoring-usage",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "delta"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/monitoring-usage",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "`delta`"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Metrics temporality preference (default: `delta`).",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-hyw5ktfw.js",
     "binary_offset": 199513976,
     "length": 69,
     "sha256": "c023412c1bdfe60b84733904793e335e69d6aa796fce4cbe3e532aa9d3f06841",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-path",
   "title": "PATH",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `/usr/bin:/bin`; a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "/usr/bin:/bin"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "`/usr/bin:/bin`",
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": true,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212134513,
     "length": 20,
     "sha256": "5ed8d9f7322b436caff1ff54fba7c7253e5028da83e90a6940b6d227b0d655ee",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212338351,
     "length": 11,
     "sha256": "88139ba2e1f7c52e1cf9cc86cf42997fd417c8c33f22edbab0a8938690d64ec3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j3j8astv.js",
     "binary_offset": 188965483,
     "length": 11,
     "sha256": "88139ba2e1f7c52e1cf9cc86cf42997fd417c8c33f22edbab0a8938690d64ec3",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-ps1",
   "title": "PS1",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: ``.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     ""
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "``"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-s6nd8vdm.js",
     "binary_offset": 194184881,
     "length": 6,
     "sha256": "c1e1ae25603116c9ccd67ffbea048a8a1f5278e0400b3d31fd381681831df6ad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-ps2",
   "title": "PS2",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: ``.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     ""
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "``"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-s6nd8vdm.js",
     "binary_offset": 194184888,
     "length": 6,
     "sha256": "462b4728df38a9c4a08d50769e842e8e59dab05ccbd2d3be92f77a71e439d64e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-sdk-native-bin",
   "title": "SDK_NATIVE_BIN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802358,
     "length": 21,
     "sha256": "575eda6bf86d17ecc66ec577a93875083f552ace2595c82ddf699f2179791d4b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-defer-shutdown-max-ms",
   "title": "SELF_HOSTED_RUNNER_DEFER_SHUTDOWN_MAX_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187444850,
     "length": 70,
     "sha256": "291058094f6433d447c7ab167e2e51b14a2593bb7c8c2bd2e2576a6f70ec038d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-drain-grace-ms",
   "title": "SELF_HOSTED_RUNNER_DRAIN_GRACE_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187443889,
     "length": 60,
     "sha256": "b4d8a2cd0b52e61b02118320c2bf89c190569807c099ad4d8d017c3fb8785c70",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-drain-marker-file",
   "title": "SELF_HOSTED_RUNNER_DRAIN_MARKER_FILE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187443635,
     "length": 54,
     "sha256": "f266da14add1ccc1e28aaf1a2d1283396af8f3169824e0bdccc972172ff62b5c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-drain-wait-ms",
   "title": "SELF_HOSTED_RUNNER_DRAIN_WAIT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187443345,
     "length": 59,
     "sha256": "02b7a9c6be5ab11f94433c871346c956a799fa34dd8014e78b6490a44cc2351f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-environment-secret",
   "title": "SELF_HOSTED_RUNNER_ENVIRONMENT_SECRET",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187559077,
     "length": 44,
     "sha256": "a4acc82d85803b98757c05e41b85880278582934ac7d998f53b694f6ddcd8c76",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tm5nr0r0.js",
     "binary_offset": 187138458,
     "length": 44,
     "sha256": "a4acc82d85803b98757c05e41b85880278582934ac7d998f53b694f6ddcd8c76",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-hooks-dir",
   "title": "SELF_HOSTED_RUNNER_HOOKS_DIR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187438898,
     "length": 85,
     "sha256": "b4a4bf12b4e7509c63c4240ae2eea8ad30e758a96897fe17f1f2951bef74d53a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187439584,
     "length": 46,
     "sha256": "a9e1c26f74dc30a192e6e267459a3596238ba110122b7f49101933001d8c84bb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-host-config-dir",
   "title": "SELF_HOSTED_RUNNER_HOST_CONFIG_DIR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: removed (set to undefined or deleted).",
   "documented": "https://code.claude.com/docs/en/self-hosted-environments-reference",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/self-hosted-environments-reference",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Directory captured into the runner's startup snapshot and seeded into each session's `CLAUDE_CONFIG_DIR`; changes on disk apply after a runner restart.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187420372,
     "length": 41,
     "sha256": "334958a419119e55e763b1044868b222215c89679e46c290df0ede96c714b82c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-idle-shutdown-ms",
   "title": "SELF_HOSTED_RUNNER_IDLE_SHUTDOWN_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187442012,
     "length": 65,
     "sha256": "cd2ffa47ac6bd668f4f5146b57aa9a8314551a1742c0228dccc0e9448a93fffe",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-max-lifetime-ms",
   "title": "SELF_HOSTED_RUNNER_MAX_LIFETIME_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187441684,
     "length": 64,
     "sha256": "ed5602f5acccb3964cfe23c57a38d03095230f91065b17b13aeaf2a2736e0331",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-pool-secret",
   "title": "SELF_HOSTED_RUNNER_POOL_SECRET",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 2,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-9myq0fvp.js",
     "binary_offset": 187559039,
     "length": 37,
     "sha256": "68243b990650a5565a72b326090d5aa6925a4940f8a75ca10cb37d547a98e62b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tm5nr0r0.js",
     "binary_offset": 187138420,
     "length": 37,
     "sha256": "68243b990650a5565a72b326090d5aa6925a4940f8a75ca10cb37d547a98e62b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-post-session-hook-timeout-ms",
   "title": "SELF_HOSTED_RUNNER_POST_SESSION_HOOK_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187442850,
     "length": 74,
     "sha256": "386aaa886b40c097c397c0d28d63bc662a608d29b2fa304037bc3c290c5bf35d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-proxy-authorization-command",
   "title": "SELF_HOSTED_RUNNER_PROXY_AUTHORIZATION_COMMAND",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-tm5nr0r0.js",
     "binary_offset": 187138503,
     "length": 53,
     "sha256": "2bd217807c17eca39c177a2ac4d588a6f0810aff8d457728ccb426eb1ac54988",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-proxy-authorization-file",
   "title": "SELF_HOSTED_RUNNER_PROXY_AUTHORIZATION_FILE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: removed (set to undefined or deleted).",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "removed (set to undefined or deleted)"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-tm5nr0r0.js",
     "binary_offset": 187138557,
     "length": 50,
     "sha256": "ef1922794555ce3fb70713b12642f7533c25ed71e7c0eab0e364dbe03069448b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-retire-at",
   "title": "SELF_HOSTED_RUNNER_RETIRE_AT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187445276,
     "length": 50,
     "sha256": "1c6b97402dfcaa7b74172b8f8ec078623e50497bfbfa59a83c2556a0abfb6d84",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-session-idle-ms",
   "title": "SELF_HOSTED_RUNNER_SESSION_IDLE_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187444168,
     "length": 64,
     "sha256": "539370ee8b5b2e89d2a5d95c61a9b9cf4048ea9d56130e039a53358fa9716dbb",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-session-stop-grace-ms",
   "title": "SELF_HOSTED_RUNNER_SESSION_STOP_GRACE_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187442324,
     "length": 67,
     "sha256": "8b6fa15049dbd52b4e7128c70c139a7b4e2fc59db7f41f1bee434ce269ae2a63",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-self-hosted-runner-startup-timeout-ms",
   "title": "SELF_HOSTED_RUNNER_STARTUP_TIMEOUT_MS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Claude Code's own process environment (inherited by children that receive it). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Claude Code's own process environment (inherited by children that receive it)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187444498,
     "length": 67,
     "sha256": "96c946da3917ca077c904439f74fb9691a07f12ad6063d4a0a5ac76fff9b0221",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-session-ingress-url",
   "title": "SESSION_INGRESS_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802380,
     "length": 26,
     "sha256": "3ecb4b4e0e374d12fa55a9a5a470238c542edc40ba804afc8950529045019fa1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-shell",
   "title": "SHELL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for the shell that builds the Bash tool's shell snapshot, and the shell environment probe; Claude Code's own process environment (inherited by children that receive it); Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 4,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "the shell that builds the Bash tool's shell snapshot, and the shell environment probe",
     "Claude Code's own process environment (inherited by children that receive it)",
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-0r1makwg.js",
     "binary_offset": 176433855,
     "length": 19,
     "sha256": "d0ad950ee146ac93fb3c666278b608ce5b4fab9ac3651193c9783241d828bf8c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183706309,
     "length": 7,
     "sha256": "51127eb35df0f7c0bb219b7e7c2cb714726d82e022ed538d7a11a0bf2f4e70d5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183708228,
     "length": 7,
     "sha256": "51127eb35df0f7c0bb219b7e7c2cb714726d82e022ed538d7a11a0bf2f4e70d5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183732011,
     "length": 26,
     "sha256": "f510805567625cff0819103a2e14aeaca0637c84f2e22d4a7f9f1acd48409268",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-slash-command-tool-char-budget",
   "title": "SLASH_COMMAND_TOOL_CHAR_BUDGET",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": "Override the character budget for skill metadata shown to the Skill tool.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802407,
     "length": 37,
     "sha256": "52e5eaabad732136f42ff748e45d37fde963f967420a4a085ea709d24223a822",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-ssh-askpass",
   "title": "SSH_ASKPASS",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-93fap8m8.js",
     "binary_offset": 181174379,
     "length": 50,
     "sha256": "f6cf306009aa291757b57e7ee4e5c3deccca7d213af91d8eb2cd4ae5b8f5586d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-system-reminder-memory-context",
   "title": "SYSTEM_REMINDER_MEMORY_CONTEXT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802445,
     "length": 37,
     "sha256": "685b10dc4aeea240d27dbc1724bb314b34e5cd44c7b2770844eb547af7eb22c6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-temp",
   "title": "TEMP",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212338423,
     "length": 13,
     "sha256": "abe2607fb12ae77cf565a43aad80b63d06f7f1be26a35ebe0c3776518ae604e1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-term",
   "title": "TERM",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `dumb`; `xterm-256color`.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "dumb",
     "xterm-256color"
    ],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "`dumb`",
     "`xterm-256color`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212338437,
     "length": 11,
     "sha256": "841346ef8e36d35b5ea5c8f58f73e906c0ac204dfbc196222efdef9df3473936",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6nd8vdm.js",
     "binary_offset": 194184895,
     "length": 11,
     "sha256": "841346ef8e36d35b5ea5c8f58f73e906c0ac204dfbc196222efdef9df3473936",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w4m48xb9.js",
     "binary_offset": 192924887,
     "length": 21,
     "sha256": "ab8da757ce3b3dc34d4b1dd470543a02d0c4ab833fb8c539d635b0e96144ea12",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-test-enable-session-persistence",
   "title": "TEST_ENABLE_SESSION_PERSISTENCE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802483,
     "length": 38,
     "sha256": "ae1aaf62706b839a5e076fc87f8542cd82aba0c9f1cec4d79672c94d84e46f16",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-tmp",
   "title": "TMP",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212338410,
     "length": 12,
     "sha256": "7e51b28fb02b2913e41bc31c095b176b4e2389eca19e9b4e35bc8f8b91ccbb58",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-tmpdir",
   "title": "TMPDIR",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212338394,
     "length": 15,
     "sha256": "904359e864d0b0274dffa1cf5c5b4241b6d087527fc4757bd376325a0668a2d7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-tmpprefix",
   "title": "TMPPREFIX",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: not traced.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "not traced"
    ],
    "receivers": [
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183697209,
     "length": 11,
     "sha256": "47a8d8f7980c24da3165e116ab7c20b3665cc51404005be142c1b3f8aafdd0de",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-tmux",
   "title": "TMUX",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: not traced.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "not traced"
    ],
    "receivers": [
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 183697172,
     "length": 6,
     "sha256": "db982b133ec08c4939bc4734696695f321a61be864cf82864cbedae56a192220",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-traceparent",
   "title": "TRACEPARENT",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code for Bash tool commands (the name is in the Bash tool's spawn-environment key list). Value: a runtime value.",
   "documented": "https://code.claude.com/docs/en/env-vars",
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": "https://code.claude.com/docs/en/env-vars",
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "Bash tool commands (the name is in the Bash tool's spawn-environment key list)"
    ],
    "conditional": true,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-hzevqd7x.js",
     "binary_offset": 181399278,
     "length": 15,
     "sha256": "aab96fde918ea5f936053c5d3a1c157a4f074343065d2da7bb807ffb8fb0fec0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-ultraplan-prompt-file",
   "title": "ULTRAPLAN_PROMPT_FILE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802522,
     "length": 28,
     "sha256": "d87b604c9e2890417ab0b9db3f4132de6cfdca96e3e937cffbaca592ff29b72a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-user-type",
   "title": "USER_TYPE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: `external`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "external"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "`external`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212134545,
     "length": 20,
     "sha256": "63ec52da6e03e5aebab21ad9fd4c0948cd37ffd7fc94689f38a85352681c6f2d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212338473,
     "length": 20,
     "sha256": "63ec52da6e03e5aebab21ad9fd4c0948cd37ffd7fc94689f38a85352681c6f2d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jpfd0xzj.js",
     "binary_offset": 178097386,
     "length": 20,
     "sha256": "63ec52da6e03e5aebab21ad9fd4c0948cd37ffd7fc94689f38a85352681c6f2d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-userprofile",
   "title": "USERPROFILE",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-5b5dkraf.js",
     "binary_offset": 212338375,
     "length": 18,
     "sha256": "3a88058a4ba1a7b33b2875a167e8478bf8768332b276775b9d4478a2686933db",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-vcr-record",
   "title": "VCR_RECORD",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802551,
     "length": 17,
     "sha256": "554758fbe3859219c367335c617eba8cbb1e7a29419a804a5ac971119603ad0e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-vitals-emitter-bin",
   "title": "VITALS_EMITTER_BIN",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802569,
     "length": 25,
     "sha256": "1822f8ab92ce3dba72251e528a77c9d3ea96a6d0674731bc5c0a0f89e7823661",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-voice-stream-base-url",
   "title": "VOICE_STREAM_BASE_URL",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: a runtime value.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-ze990dc9.js",
     "binary_offset": 175802595,
     "length": 28,
     "sha256": "d00b95d5c960b1856599d1e4d0f5dd814e881ee9ad63477b2a41bb856259c761",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-wayland-display",
   "title": "WAYLAND_DISPLAY",
   "group": "Set by Claude Code for tools, hooks, and child processes",
   "kind": "env-var",
   "text": null,
   "when": "From code: set by Claude Code. Value: ``.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     ""
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 1,
    "set_values": [
     "``"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-wyjbafrm.js",
     "binary_offset": 186029133,
     "length": 18,
     "sha256": "bbd32953f07580f0b1723da0b2600007d306bb7bf065f1cb2da7a15ff90b1282",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-x-amzn-trace-id",
   "title": "_X_AMZN_TRACE_ID",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5qj86qz3.js` offset 193692553.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-5qj86qz3.js` offset 193692553.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5qj86qz3.js",
     "binary_offset": 193692553,
     "length": 15,
     "sha256": "17f869aa1f3f9d85109dfb1de67f07e97c2e4c30990d680a26c13ed4fd217f53",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-account-id",
   "title": "AWS_ACCOUNT_ID",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-qtteq8j0.js` offset 194067220.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-qtteq8j0.js` offset 194067220.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qtteq8j0.js",
     "binary_offset": 194067220,
     "length": 14,
     "sha256": "757201c8a0885ee0971829eaaadd8dd37899d29da062dc65c02b15af8d777dad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-container-authorization-token",
   "title": "AWS_CONTAINER_AUTHORIZATION_TOKEN",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-79k89st6.js` offset 208279166.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 3,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-79k89st6.js` offset 208279166.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-79k89st6.js",
      "binary_offset": 208279166,
      "length": 14,
      "sha256": "4144f5357063168d8322b0b98fb6adca73ab30f1906d9ba27c5bfb6df9827014",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-79k89st6.js",
     "binary_offset": 208279166,
     "length": 14,
     "sha256": "4144f5357063168d8322b0b98fb6adca73ab30f1906d9ba27c5bfb6df9827014",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-79k89st6.js",
     "binary_offset": 208279219,
     "length": 14,
     "sha256": "4144f5357063168d8322b0b98fb6adca73ab30f1906d9ba27c5bfb6df9827014",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kw8fsxr5.js",
     "binary_offset": 208294041,
     "length": 14,
     "sha256": "4144f5357063168d8322b0b98fb6adca73ab30f1906d9ba27c5bfb6df9827014",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-container-authorization-token-file",
   "title": "AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-kw8fsxr5.js` offset 208294096.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-kw8fsxr5.js` offset 208294096.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kw8fsxr5.js",
     "binary_offset": 208294096,
     "length": 14,
     "sha256": "858c3edf1886dde50dac6b66b647ffc982776695eb22ac5cad617e64a3646eca",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-credential-expiration",
   "title": "AWS_CREDENTIAL_EXPIRATION",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-qtteq8j0.js` offset 194067186.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-qtteq8j0.js` offset 194067186.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qtteq8j0.js",
     "binary_offset": 194067186,
     "length": 14,
     "sha256": "ec172743519c9253413d0c77bad940f1d35d73b3e3f995b94a1c51a8e2aa8ac7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-credential-scope",
   "title": "AWS_CREDENTIAL_SCOPE",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-qtteq8j0.js` offset 194067203.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-qtteq8j0.js` offset 194067203.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qtteq8j0.js",
     "binary_offset": 194067203,
     "length": 14,
     "sha256": "471e850e410f48a4bbbcf5c58292e596a1e47fd84a35b3ff8c0a0902f0938b5b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-ec2-metadata-disabled",
   "title": "AWS_EC2_METADATA_DISABLED",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5qj86qz3.js` offset 193827135.",
   "documented": null,
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "false"
    ],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 3,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-5qj86qz3.js` offset 193827135.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-5qj86qz3.js",
      "binary_offset": 193827135,
      "length": 15,
      "sha256": "1c8da441d6e28f76146b445f901814c48ef9c178ae374fc1e40ccb10d9d3c141",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-qtteq8j0.js",
      "binary_offset": 194068011,
      "length": 14,
      "sha256": "d919c9890506539b181d2af3218bb5579b06a4409dc3c1e788878d5bc7681346",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5qj86qz3.js",
     "binary_offset": 193827135,
     "length": 15,
     "sha256": "1c8da441d6e28f76146b445f901814c48ef9c178ae374fc1e40ccb10d9d3c141",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qtteq8j0.js",
     "binary_offset": 194068011,
     "length": 14,
     "sha256": "d919c9890506539b181d2af3218bb5579b06a4409dc3c1e788878d5bc7681346",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qtteq8j0.js",
     "binary_offset": 194068027,
     "length": 14,
     "sha256": "d919c9890506539b181d2af3218bb5579b06a4409dc3c1e788878d5bc7681346",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-lambda-benchmark-mode",
   "title": "AWS_LAMBDA_BENCHMARK_MODE",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5qj86qz3.js` offset 193691878.",
   "documented": null,
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-5qj86qz3.js` offset 193691878.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5qj86qz3.js",
     "binary_offset": 193691878,
     "length": 37,
     "sha256": "11d880c2aff3d31a99984b6e1dc3b072378cd8e92cb387321109573963c6187e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-lambda-max-concurrency",
   "title": "AWS_LAMBDA_MAX_CONCURRENCY",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5qj86qz3.js` offset 193691591.",
   "documented": null,
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "presence-check"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-5qj86qz3.js` offset 193691591.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5qj86qz3.js",
     "binary_offset": 193691591,
     "length": 42,
     "sha256": "441ec1d5548e8288286b08b34d38ee6e2497c0bdf9126d5eb51a235c889e1521",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-lambda-nodejs-no-global-awslambda",
   "title": "AWS_LAMBDA_NODEJS_NO_GLOBAL_AWSLAMBDA",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5qj86qz3.js` offset 193690256.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-5qj86qz3.js` offset 193690256.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5qj86qz3.js",
     "binary_offset": 193690256,
     "length": 50,
     "sha256": "55d058545157dd6998b1baf7b67fe864eed7b5ba3ac3b2686047a00c01086cc9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-login-cache-directory",
   "title": "AWS_LOGIN_CACHE_DIRECTORY",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-wyf5d5q2.js` offset 194111136.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-wyf5d5q2.js` offset 194111136.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-wyf5d5q2.js",
     "binary_offset": 194111136,
     "length": 37,
     "sha256": "304b902c4374a52310d7bcdf9ea99587ebe3aaca4728008b1a06e061a123fd61",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-aws-role-session-name",
   "title": "AWS_ROLE_SESSION_NAME",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-mhyvshyz.js` offset 208289376.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-mhyvshyz.js` offset 208289376.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mhyvshyz.js",
     "binary_offset": 208289376,
     "length": 14,
     "sha256": "df2e4a0ae90dd29b5697ce726e4d261c5577b1868f49433f8fc3aa3c99f6bc17",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-azure-additionally-allowed-tenants",
   "title": "AZURE_ADDITIONALLY_ALLOWED_TENANTS",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cm8fpatp.js` offset 197799946.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-cm8fpatp.js` offset 197799946.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197799946,
     "length": 46,
     "sha256": "ed848eaa1b7acd3dcff60d276f50b3f3798d32e215d950230b393ce7f39f3826",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-azure-authority-host",
   "title": "AZURE_AUTHORITY_HOST",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cm8fpatp.js` offset 197556689.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-cm8fpatp.js` offset 197556689.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197556689,
     "length": 32,
     "sha256": "104f8a52bac4cf910c072dc5dc8fe98bb6226820121891bc4a620303b5b8c53a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197759949,
     "length": 32,
     "sha256": "104f8a52bac4cf910c072dc5dc8fe98bb6226820121891bc4a620303b5b8c53a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-azure-client-certificate-password",
   "title": "AZURE_CLIENT_CERTIFICATE_PASSWORD",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cm8fpatp.js` offset 197800919.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-cm8fpatp.js` offset 197800919.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197800919,
     "length": 45,
     "sha256": "72a5ed2a0e34c44c761b40bc2e76fb21b5ea28bc2a77d74e257892b933044e54",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-azure-client-certificate-path",
   "title": "AZURE_CLIENT_CERTIFICATE_PATH",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cm8fpatp.js` offset 197800875.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-cm8fpatp.js` offset 197800875.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197800875,
     "length": 41,
     "sha256": "62b280d933ac397108bea5b1486fd6784a9970bda82177d261614b1b7bcfeb41",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-azure-client-secret",
   "title": "AZURE_CLIENT_SECRET",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cm8fpatp.js` offset 197800555.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-cm8fpatp.js` offset 197800555.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197800555,
     "length": 31,
     "sha256": "e3d785a537b9bf7972f0b32f84b13b5dd4aa2613741875c116255fb767744812",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-azure-client-send-certificate-chain",
   "title": "AZURE_CLIENT_SEND_CERTIFICATE_CHAIN",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cm8fpatp.js` offset 197800100.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-cm8fpatp.js` offset 197800100.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197800100,
     "length": 47,
     "sha256": "cedfa2bc1337bc7d4c3673a017e67e586159cc1568960c7e5acb95206cc016c4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197800268,
     "length": 47,
     "sha256": "cedfa2bc1337bc7d4c3673a017e67e586159cc1568960c7e5acb95206cc016c4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-azure-federated-token-file",
   "title": "AZURE_FEDERATED_TOKEN_FILE",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cm8fpatp.js` offset 197776550.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 5,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-cm8fpatp.js` offset 197776550.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197776550,
     "length": 38,
     "sha256": "5affa54c62028568bd073756e0de1e0047b4831137d83e75a75d43926d829032",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197779189,
     "length": 38,
     "sha256": "5affa54c62028568bd073756e0de1e0047b4831137d83e75a75d43926d829032",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197779585,
     "length": 38,
     "sha256": "5affa54c62028568bd073756e0de1e0047b4831137d83e75a75d43926d829032",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197802669,
     "length": 38,
     "sha256": "5affa54c62028568bd073756e0de1e0047b4831137d83e75a75d43926d829032",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197803281,
     "length": 38,
     "sha256": "5affa54c62028568bd073756e0de1e0047b4831137d83e75a75d43926d829032",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-azure-identity-disable-multitenantauth",
   "title": "AZURE_IDENTITY_DISABLE_MULTITENANTAUTH",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cm8fpatp.js` offset 197502421.",
   "documented": null,
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-cm8fpatp.js` offset 197502421.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-cm8fpatp.js",
      "binary_offset": 197502421,
      "length": 50,
      "sha256": "4815de9a33668561e793469be1dc93ddaf1f11b6780dc63d107a8f324b89f33b",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197502421,
     "length": 50,
     "sha256": "4815de9a33668561e793469be1dc93ddaf1f11b6780dc63d107a8f324b89f33b",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-azure-password",
   "title": "AZURE_PASSWORD",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cm8fpatp.js` offset 197801203.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-cm8fpatp.js` offset 197801203.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197801203,
     "length": 26,
     "sha256": "7c19281e76a357f28e73ab06cc2e329bd8ee267b19df2bf7b93168d1679530b7",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-azure-pod-identity-authority-host",
   "title": "AZURE_POD_IDENTITY_AUTHORITY_HOST",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cm8fpatp.js` offset 197762352.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-cm8fpatp.js` offset 197762352.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-cm8fpatp.js",
      "binary_offset": 197762688,
      "length": 45,
      "sha256": "a8c1f5b5182956e2d186e4d73be30bfc70fab7d75755e175476bd34398425f4f",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197762352,
     "length": 45,
     "sha256": "a8c1f5b5182956e2d186e4d73be30bfc70fab7d75755e175476bd34398425f4f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197762688,
     "length": 45,
     "sha256": "a8c1f5b5182956e2d186e4d73be30bfc70fab7d75755e175476bd34398425f4f",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-azure-regional-authority-name",
   "title": "AZURE_REGIONAL_AUTHORITY_NAME",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cm8fpatp.js` offset 197765337.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-cm8fpatp.js` offset 197765337.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197765337,
     "length": 41,
     "sha256": "5f7109496342b398d7e1f2a2fc7f96e52f9a1cdccf38c9bae49904d1747b2248",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-azure-token-credentials",
   "title": "AZURE_TOKEN_CREDENTIALS",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cm8fpatp.js` offset 197804224.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 3,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-cm8fpatp.js` offset 197804224.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-cm8fpatp.js",
      "binary_offset": 197804224,
      "length": 35,
      "sha256": "91cb3c347bb368187ff533fbd22591dee412ec7d9f1237630c929d0733856bad",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197804224,
     "length": 35,
     "sha256": "91cb3c347bb368187ff533fbd22591dee412ec7d9f1237630c929d0733856bad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197804260,
     "length": 35,
     "sha256": "91cb3c347bb368187ff533fbd22591dee412ec7d9f1237630c929d0733856bad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197804473,
     "length": 35,
     "sha256": "91cb3c347bb368187ff533fbd22591dee412ec7d9f1237630c929d0733856bad",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-azure-username",
   "title": "AZURE_USERNAME",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cm8fpatp.js` offset 197801174.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-cm8fpatp.js` offset 197801174.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197801174,
     "length": 26,
     "sha256": "9de4ee2448bb27ea4fb23d53ef62cadd7e5480c8212d53bc547ed9c3b8796226",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-buf-bigint-disable",
   "title": "BUF_BIGINT_DISABLE",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-9yjanq6m.js` offset 180156683.",
   "documented": null,
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-9yjanq6m.js` offset 180156683.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9yjanq6m.js",
     "binary_offset": 180156683,
     "length": 30,
     "sha256": "31674c1dfea668226d6be0c32e12d15e4dd1ca057976a2c126a1157e7de2bfc9",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-chokidar-interval",
   "title": "CHOKIDAR_INTERVAL",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-4n78696j.js` offset 179109273.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-4n78696j.js` offset 179109273.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4n78696j.js",
     "binary_offset": 179109273,
     "length": 29,
     "sha256": "4c2baee7f63715878a312bc805dcc94549ff185cc9da89719a9c2fe35c2b714e",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-chokidar-usepolling",
   "title": "CHOKIDAR_USEPOLLING",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-4n78696j.js` offset 179109092.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-4n78696j.js` offset 179109092.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4n78696j.js",
     "binary_offset": 179109092,
     "length": 31,
     "sha256": "809a7001bd09728915518a94859d010223ec4b5ffbc27070c72d7910eb2767cd",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-cloud-run-job",
   "title": "CLOUD_RUN_JOB",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 193929588.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 193929588.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-sajhfs1y.js",
      "binary_offset": 193971362,
      "length": 25,
      "sha256": "c94bcd46346db7f614b1bb6eb5a82abcd124dda1495d521fb4952f9e1f957d7c",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193929588,
     "length": 25,
     "sha256": "c94bcd46346db7f614b1bb6eb5a82abcd124dda1495d521fb4952f9e1f957d7c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193971362,
     "length": 25,
     "sha256": "c94bcd46346db7f614b1bb6eb5a82abcd124dda1495d521fb4952f9e1f957d7c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-debug-auth",
   "title": "DEBUG_AUTH",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 193940505.",
   "documented": null,
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 193940505.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-sajhfs1y.js",
      "binary_offset": 193940505,
      "length": 22,
      "sha256": "a9d539c628551109a9924ad27c68dd52491ca78acabae1a726497c9d4a55c642",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193940505,
     "length": 22,
     "sha256": "a9d539c628551109a9924ad27c68dd52491ca78acabae1a726497c9d4a55c642",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-detect-gcp-retries",
   "title": "DETECT_GCP_RETRIES",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 193939824.",
   "documented": null,
   "details": {
    "read_as": "number",
    "read_as_note": "parsed as a number",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 193939824.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-sajhfs1y.js",
      "binary_offset": 193939824,
      "length": 30,
      "sha256": "bef4b6284d90f771e3e366219ff1f1bc535af49974f80bd98c20a61da0405e73",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193939824,
     "length": 30,
     "sha256": "bef4b6284d90f771e3e366219ff1f1bc535af49974f80bd98c20a61da0405e73",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193939862,
     "length": 30,
     "sha256": "bef4b6284d90f771e3e366219ff1f1bc535af49974f80bd98c20a61da0405e73",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-function-name",
   "title": "FUNCTION_NAME",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 193929615.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 193929615.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193929615,
     "length": 25,
     "sha256": "16cc5003b50ba753dd7b49679bd25e44ea4455bb652755e98af98043c49617c5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193971234,
     "length": 25,
     "sha256": "16cc5003b50ba753dd7b49679bd25e44ea4455bb652755e98af98043c49617c5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-function-target",
   "title": "FUNCTION_TARGET",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 193971261.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 193971261.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193971261,
     "length": 27,
     "sha256": "be8aa0663788eeaca522dbcf32dc800048d19436c664b365bb5a8258a5d2c675",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-gae-module-name",
   "title": "GAE_MODULE_NAME",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 193971182.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 193971182.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193971182,
     "length": 27,
     "sha256": "3aec2dd60c5694e6a99c0a4e712b4c0b5055d2f70ce612e947ce137f5898fd53",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-gae-service",
   "title": "GAE_SERVICE",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 193971157.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 193971157.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193971157,
     "length": 23,
     "sha256": "3c32fa815d3d70569b339205e49cae775a9b0b7099a32bd7c0d97f1cc04a3063",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-gce-metadata-host",
   "title": "GCE_METADATA_HOST",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 193938122.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 193938122.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193938122,
     "length": 29,
     "sha256": "489ed04c1c10dc2b73d9aca01d9dab3c365a6d58c398f25f8a5492eb723b6a60",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193940434,
     "length": 29,
     "sha256": "489ed04c1c10dc2b73d9aca01d9dab3c365a6d58c398f25f8a5492eb723b6a60",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-gce-metadata-ip",
   "title": "GCE_METADATA_IP",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 193938093.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 193938093.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193938093,
     "length": 27,
     "sha256": "63485255c06bd42b96ce2e3ede5f7d4c37f4eeb15c1abf3f21fc02fc5aa25b2d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193940405,
     "length": 27,
     "sha256": "63485255c06bd42b96ce2e3ede5f7d4c37f4eeb15c1abf3f21fc02fc5aa25b2d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-git-proxy-command",
   "title": "GIT_PROXY_COMMAND",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-pez7h27x.js` offset 176513824.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "env-object-param"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-pez7h27x.js` offset 176513824.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pez7h27x.js",
     "binary_offset": 176513824,
     "length": 19,
     "sha256": "d8c02a58d2de12a2014512eea314c8404bd0eb226e63cc7421d59c286c8311e0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-git-ssl-cert",
   "title": "GIT_SSL_CERT",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187320728.",
   "documented": null,
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "list-iteration"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187320728.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187320728,
     "length": 14,
     "sha256": "6c42388d630cf9dfcd0f4b040e0d5a1da59338a2c067a29f856f7e7a0bb3747c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-git-ssl-key",
   "title": "GIT_SSL_KEY",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-y8am1j53.js` offset 187320743.",
   "documented": null,
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "list-iteration"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-y8am1j53.js` offset 187320743.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y8am1j53.js",
     "binary_offset": 187320743,
     "length": 13,
     "sha256": "01ad4f7e03deb2e9207e9befc2be014cb8fa9d5f5ccfe06fc50034ca870cf892",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-google-cloud-quota-project",
   "title": "GOOGLE_CLOUD_QUOTA_PROJECT",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 194029094.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 194029094.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194029094,
     "length": 38,
     "sha256": "006ef59e20b78ef0e75c546d3b97dbe32d2e2f1cfed83fd00c50e8845aefc381",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-google-external-account-allow-executables",
   "title": "GOOGLE_EXTERNAL_ACCOUNT_ALLOW_EXECUTABLES",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 194019716.",
   "documented": null,
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 194019716.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 194019716,
     "length": 15,
     "sha256": "d60e4754216d968af96500bc367be9c0667d6e239f56cbdef74c0f375935a7dc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-graceful-fs-platform",
   "title": "GRACEFUL_FS_PLATFORM",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-fa5ag86j.js` offset 177843255.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": "darwin",
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-fa5ag86j.js` offset 177843255.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fa5ag86j.js",
     "binary_offset": 177843255,
     "length": 32,
     "sha256": "1c96518e8309ade9882894597274f4529aa45416b0d8753e0b231edde44a77b6",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-grpc-experimental-enable-outlier-detection",
   "title": "GRPC_EXPERIMENTAL_ENABLE_OUTLIER_DETECTION",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-as377hwh.js` offset 211556718.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-as377hwh.js` offset 211556718.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211556718,
     "length": 54,
     "sha256": "2a9c164ae94ad082513d1e6e63af4e70e7c3a2d258a2db72041262b77891fea8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-grpc-node-trace",
   "title": "GRPC_NODE_TRACE",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-as377hwh.js` offset 211201915.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-as377hwh.js` offset 211201915.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211201915,
     "length": 27,
     "sha256": "bd88e67e5eff175ffe32da8bfaa4ecbd5451e5823e75e498980f495381d41e92",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-grpc-node-use-alternative-resolver",
   "title": "GRPC_NODE_USE_ALTERNATIVE_RESOLVER",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-as377hwh.js` offset 211401597.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-as377hwh.js` offset 211401597.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211401597,
     "length": 46,
     "sha256": "213d12c1d52aa86345689efa60af238438e73c8d792a900341be0c89ba64b91a",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-grpc-node-verbosity",
   "title": "GRPC_NODE_VERBOSITY",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-as377hwh.js` offset 211201254.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-as377hwh.js` offset 211201254.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211201254,
     "length": 31,
     "sha256": "90d938ec592b3fa769482101fc5ce8cd70f823cf9bfa7cbb8083648a4d52c187",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-grpc-proxy",
   "title": "grpc_proxy",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-as377hwh.js` offset 211408185.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-as377hwh.js` offset 211408185.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-as377hwh.js",
      "binary_offset": 211408185,
      "length": 22,
      "sha256": "984ce2dd27d99444022c0c43fb6b0fd806f46c8a6b45633c220f84395f505b65",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211408185,
     "length": 22,
     "sha256": "984ce2dd27d99444022c0c43fb6b0fd806f46c8a6b45633c220f84395f505b65",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211408225,
     "length": 22,
     "sha256": "984ce2dd27d99444022c0c43fb6b0fd806f46c8a6b45633c220f84395f505b65",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-grpc-ssl-cipher-suites",
   "title": "GRPC_SSL_CIPHER_SUITES",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-as377hwh.js` offset 211206848.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-as377hwh.js` offset 211206848.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211206848,
     "length": 34,
     "sha256": "6737f6e2be5bac0a2d67f696b18074ed0bcf4e4873e6afa956f28654cae5d0dc",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-grpc-trace",
   "title": "GRPC_TRACE",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-as377hwh.js` offset 211201967.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-as377hwh.js` offset 211201967.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211201967,
     "length": 22,
     "sha256": "c891fd36773ed0b04c55f246055553d16e797e6462f96ac4a6bad0dd4ac7e787",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-grpc-verbosity",
   "title": "GRPC_VERBOSITY",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-as377hwh.js` offset 211201310.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-as377hwh.js` offset 211201310.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211201310,
     "length": 26,
     "sha256": "0314140909973ec1295fb4c27049217aaaa6804e93e50971b00cfb88ffc3bf4c",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-k-configuration",
   "title": "K_CONFIGURATION",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 193971312.",
   "documented": null,
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 193971312.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-sajhfs1y.js",
      "binary_offset": 193971312,
      "length": 27,
      "sha256": "8915965f5d74ad94b7e7cc7feedd6ecd329e671744d0fb01a23140a5d8d76dd4",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193971312,
     "length": 27,
     "sha256": "8915965f5d74ad94b7e7cc7feedd6ecd329e671744d0fb01a23140a5d8d76dd4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-lru-cache-ignore-ac-warning",
   "title": "LRU_CACHE_IGNORE_AC_WARNING",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-z6m0x57n.js` offset 175828930.",
   "documented": null,
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "1"
    ],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-z6m0x57n.js` offset 175828930.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-z6m0x57n.js",
     "binary_offset": 175828930,
     "length": 34,
     "sha256": "08e28927888ad7ec5be1d9227ec63de07b3885fb1d84ffbd852a8ee0d57778f0",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-metadata-server-detection",
   "title": "METADATA_SERVER_DETECTION",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-sajhfs1y.js` offset 193939926.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-sajhfs1y.js` offset 193939926.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-sajhfs1y.js",
      "binary_offset": 193939926,
      "length": 37,
      "sha256": "567b2c139b79fda43d911590ac0b59fe32739ed586e3dd8c9e2f343c4973a728",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193939926,
     "length": 37,
     "sha256": "567b2c139b79fda43d911590ac0b59fe32739ed586e3dd8c9e2f343c4973a728",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sajhfs1y.js",
     "binary_offset": 193939971,
     "length": 37,
     "sha256": "567b2c139b79fda43d911590ac0b59fe32739ed586e3dd8c9e2f343c4973a728",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-msal-force-region",
   "title": "MSAL_FORCE_REGION",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cm8fpatp.js` offset 197739030.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-cm8fpatp.js` offset 197739030.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197739030,
     "length": 15,
     "sha256": "95f9a19b54c1b60f1044429600a4b9a45a1fc35da9f14446c83a54ce492cf4ca",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-no-grpc-proxy",
   "title": "no_grpc_proxy",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-as377hwh.js` offset 211408984.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-as377hwh.js` offset 211408984.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211408984,
     "length": 25,
     "sha256": "3e43f776a2631705b4814ac51853cbe045595287c47eb662c85b797ab699e44d",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-ostype",
   "title": "OSTYPE",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-pez7h27x.js` offset 176478876.",
   "documented": null,
   "details": {
    "read_as": "enum",
    "read_as_note": "compared against fixed values",
    "values": [
     "cygwin",
     "msys"
    ],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-pez7h27x.js` offset 176478876.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pez7h27x.js",
     "binary_offset": 176478876,
     "length": 18,
     "sha256": "e7feb6ad928fa6cad9d1fb0864b6ff08fad61b660dfe6e55a06a5e421b2a2112",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pez7h27x.js",
     "binary_offset": 176478907,
     "length": 18,
     "sha256": "e7feb6ad928fa6cad9d1fb0864b6ff08fad61b660dfe6e55a06a5e421b2a2112",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-exporter-otlp-certificate",
   "title": "OTEL_EXPORTER_OTLP_CERTIFICATE",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-as377hwh.js` offset 211586842.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-as377hwh.js` offset 211586842.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211586842,
     "length": 113,
     "sha256": "3f3cfacfd634e48ddb0856785354e873d9527df5d37b8672b9492913ad396eda",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-exporter-otlp-client-certificate",
   "title": "OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-as377hwh.js` offset 211586536.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-as377hwh.js` offset 211586536.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211586536,
     "length": 135,
     "sha256": "32e387c2264b91fd36fbaaf018f70c63472b8cda816fb767ab0ff8170efcab40",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-exporter-otlp-client-key",
   "title": "OTEL_EXPORTER_OTLP_CLIENT_KEY",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-as377hwh.js` offset 211586694.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "helper"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-as377hwh.js` offset 211586694.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211586694,
     "length": 125,
     "sha256": "fc5f98a1a35765323aee8e48c3e4df9b05f9d40c50cd1e341c6e544e818189e2",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-exporter-otlp-insecure",
   "title": "OTEL_EXPORTER_OTLP_INSECURE",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-as377hwh.js` offset 211586237.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-as377hwh.js` offset 211586237.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as377hwh.js",
     "binary_offset": 211586237,
     "length": 39,
     "sha256": "8ce73eb5f2305ecc5551f5bbbb8813d146270dbae693beece7ff3c8658be6cc4",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-exporter-prometheus-host",
   "title": "OTEL_EXPORTER_PROMETHEUS_HOST",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-8refsmbe.js` offset 211597556.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-8refsmbe.js` offset 211597556.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8refsmbe.js",
     "binary_offset": 211597556,
     "length": 41,
     "sha256": "61eafb33c2ea7f5fb2d0e51cd900dcbcb64292e5947d2f01c0bbfc51fd684a16",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-otel-exporter-prometheus-port",
   "title": "OTEL_EXPORTER_PROMETHEUS_PORT",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-8refsmbe.js` offset 211597648.",
   "documented": null,
   "details": {
    "read_as": "number",
    "read_as_note": "parsed as a number",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-8refsmbe.js` offset 211597648.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8refsmbe.js",
     "binary_offset": 211597648,
     "length": 41,
     "sha256": "ccf61175e6303e723827004b21729eef53b6a089e19619cb32d26af6b8e39cf5",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-region-name",
   "title": "REGION_NAME",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-cm8fpatp.js` offset 197739177.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "raw value; further parsing not traced",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-cm8fpatp.js` offset 197739177.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cm8fpatp.js",
     "binary_offset": 197739177,
     "length": 15,
     "sha256": "a5881060ceca626d94879058aa0f3ae6f7f222e680e554543aa98fa67fedc8c1",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-test-graceful-fs-global-patch",
   "title": "TEST_GRACEFUL_FS_GLOBAL_PATCH",
   "group": "Read only by bundled third-party libraries",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-fa5ag86j.js` offset 177850149.",
   "documented": null,
   "details": {
    "read_as": "presence",
    "read_as_note": "only whether it is set (or truthy) matters",
    "values": [],
    "default": null,
    "documented_url": null,
    "group": "Read only by bundled third-party libraries",
    "locations_count": 1,
    "read_paths": [
     "process.env"
    ],
    "schema_type": null,
    "description": "Undocumented; read at `chunk-fa5ag86j.js` offset 177850149.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-fa5ag86j.js",
      "binary_offset": 177850149,
      "length": 41,
      "sha256": "d12bfc7e7766d60474c821496309e95693fc57d89c2a6c83aa7e4b199a7188a8",
      "version": "2.1.283",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fa5ag86j.js",
     "binary_offset": 177850149,
     "length": 41,
     "sha256": "d12bfc7e7766d60474c821496309e95693fc57d89c2a6c83aa7e4b199a7188a8",
     "version": "2.1.283",
     "platform": "darwin-arm64"
    }
   ]
  }
 ]
}
