{
 "area": "environment-variables",
 "version": "2.1.282",
 "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-bkgbm924.js",
     "binary_offset": 173895303,
     "length": 35,
     "sha256": "70b6cfc37c006f2bd62613d340de18bbc9caf8e18210685cfdf546906bd7016c",
     "version": "2.1.282",
     "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": true,
    "evidence": {
     "caching_off_notice": {
      "file": "chunk-gd42n4hm.js",
      "binary_offset": 199902745,
      "length": 291,
      "sha256": "8e7494a45fce9e9b9b62975c066d4a5b7edff3ff4d38cc7133c6cddeb2a3d060",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_control_builder": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912812,
      "length": 98,
      "sha256": "a08d16f5b7a76606e1a9a0d587e0c3d2e6fcc06464c119796923d5d744edda56",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182833007,
      "length": 524,
      "sha256": "b1745a8c35c72f7f982295f24bf530ca30871762b539ca0c492a21adc57332dc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_enable_check": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912355,
      "length": 457,
      "sha256": "d6f6767f219b98f8d85adce358160660ca3e2f2767745f02b492721b850ea9e8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182833115,
     "length": 30,
     "sha256": "ac07578b047cdfcc5b2c876257089a542c38865560be9ac983b2ae928194fc5b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173896004,
     "length": 39,
     "sha256": "0aaf7646c742fa28d3dcd5f799462fdd75d63b7e1bd910f5bd7104dba18ef3c2",
     "version": "2.1.282",
     "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": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182921684,
     "length": 34,
     "sha256": "3f7f893f45310efa9c09de7c7ef5e59e039dac09f6d4d3ff246afe328379bc90",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173896044,
     "length": 44,
     "sha256": "c281b5893c6f1b6bf4edfb575907306556f32476f13c11fefe1973466af3dde6",
     "version": "2.1.282",
     "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": true,
    "evidence": {
     "caching_off_notice": {
      "file": "chunk-gd42n4hm.js",
      "binary_offset": 199902745,
      "length": 291,
      "sha256": "8e7494a45fce9e9b9b62975c066d4a5b7edff3ff4d38cc7133c6cddeb2a3d060",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_control_builder": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912812,
      "length": 98,
      "sha256": "a08d16f5b7a76606e1a9a0d587e0c3d2e6fcc06464c119796923d5d744edda56",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182833007,
      "length": 524,
      "sha256": "b1745a8c35c72f7f982295f24bf530ca30871762b539ca0c492a21adc57332dc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_enable_check": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912355,
      "length": 457,
      "sha256": "d6f6767f219b98f8d85adce358160660ca3e2f2767745f02b492721b850ea9e8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182833146,
     "length": 39,
     "sha256": "48e6265c29839cec0b1b7da67b6a15c53aa3769ef680583793a2d941a1969cac",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173897260,
     "length": 45,
     "sha256": "86bd3a861fdb4deada694a2f20ef442d05dd42b5e9e0cdc653c1cab17236ebec",
     "version": "2.1.282",
     "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": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gajx20pg.js",
     "binary_offset": 192652193,
     "length": 40,
     "sha256": "ccab5fa7c14e9590f3a42daa28729526dfcc312824b2fdee9b0c5ec0aa11a63d",
     "version": "2.1.282",
     "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",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173897990,
     "length": 29,
     "sha256": "a4550d7ca9824b0ee3b4d6f8c1078d43c4ae0a22b57a78086e49c01d0921049a",
     "version": "2.1.282",
     "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": true,
    "evidence": {
     "caching_off_notice": {
      "file": "chunk-gd42n4hm.js",
      "binary_offset": 199902745,
      "length": 291,
      "sha256": "8e7494a45fce9e9b9b62975c066d4a5b7edff3ff4d38cc7133c6cddeb2a3d060",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_control_builder": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912812,
      "length": 98,
      "sha256": "a08d16f5b7a76606e1a9a0d587e0c3d2e6fcc06464c119796923d5d744edda56",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182833007,
      "length": 524,
      "sha256": "b1745a8c35c72f7f982295f24bf530ca30871762b539ca0c492a21adc57332dc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_enable_check": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912355,
      "length": 457,
      "sha256": "d6f6767f219b98f8d85adce358160660ca3e2f2767745f02b492721b850ea9e8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182912377,
     "length": 34,
     "sha256": "61aa29e31671b4b3b3e6a7f9b287a8a8b90102f08db9bbc40eef1fb1506e280b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gajx20pg.js",
     "binary_offset": 192652163,
     "length": 24,
     "sha256": "f7c692cd90ff9ef2c9ed0631f13b8c87cecad385e883b13c4a17cf35e3a9e7a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199904853,
     "length": 24,
     "sha256": "fb4f65cdbe2d2a2655adddd17ad84ee4e5a1f78516718909abbdf8010a100e17",
     "version": "2.1.282",
     "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",
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173898020,
     "length": 35,
     "sha256": "9a32bf3bb6ec228274de2d1ca91bb7d700f6abd9fa5b09065db6b69874133659",
     "version": "2.1.282",
     "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": true,
    "evidence": {
     "caching_off_notice": {
      "file": "chunk-gd42n4hm.js",
      "binary_offset": 199902745,
      "length": 291,
      "sha256": "8e7494a45fce9e9b9b62975c066d4a5b7edff3ff4d38cc7133c6cddeb2a3d060",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_control_builder": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912812,
      "length": 98,
      "sha256": "a08d16f5b7a76606e1a9a0d587e0c3d2e6fcc06464c119796923d5d744edda56",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182833007,
      "length": 524,
      "sha256": "b1745a8c35c72f7f982295f24bf530ca30871762b539ca0c492a21adc57332dc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_enable_check": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912355,
      "length": 457,
      "sha256": "d6f6767f219b98f8d85adce358160660ca3e2f2767745f02b492721b850ea9e8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182912679,
     "length": 40,
     "sha256": "421b6e33a7f30760de51a802e64f1242f49277430c8f1bcf031c77666eaa1c86",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199904971,
     "length": 30,
     "sha256": "8ae05c57a95af86ac78e124ee93f1f58dccb509accfa005406a2fa7281b8cd31",
     "version": "2.1.282",
     "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": 2,
    "read_paths": [
     "list-iteration",
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173898056,
     "length": 35,
     "sha256": "01525427d30d8f6b8232b58c73aadf5f493f007ff9e4b5ac430f8580f9ed5dcc",
     "version": "2.1.282",
     "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": true,
    "evidence": {
     "caching_off_notice": {
      "file": "chunk-gd42n4hm.js",
      "binary_offset": 199902745,
      "length": 291,
      "sha256": "8e7494a45fce9e9b9b62975c066d4a5b7edff3ff4d38cc7133c6cddeb2a3d060",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_control_builder": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912812,
      "length": 98,
      "sha256": "a08d16f5b7a76606e1a9a0d587e0c3d2e6fcc06464c119796923d5d744edda56",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182833007,
      "length": 524,
      "sha256": "b1745a8c35c72f7f982295f24bf530ca30871762b539ca0c492a21adc57332dc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_enable_check": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912355,
      "length": 457,
      "sha256": "d6f6767f219b98f8d85adce358160660ca3e2f2767745f02b492721b850ea9e8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182912428,
     "length": 40,
     "sha256": "3c3759c00cbc7410cdf15244060b6484f2609610e977ef1f16ef2563b70334ce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199904878,
     "length": 30,
     "sha256": "88f60a73a072b9c8c28b930da7d5b00076ee27fde8625726e48af7cd839e9ffc",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173898092,
     "length": 36,
     "sha256": "2c6c8de516bbe5d00b1ada33f6c7ff547ae36465a93e056b35351911dc22ac4e",
     "version": "2.1.282",
     "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": true,
    "evidence": {
     "caching_off_notice": {
      "file": "chunk-gd42n4hm.js",
      "binary_offset": 199902745,
      "length": 291,
      "sha256": "8e7494a45fce9e9b9b62975c066d4a5b7edff3ff4d38cc7133c6cddeb2a3d060",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_control_builder": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912812,
      "length": 98,
      "sha256": "a08d16f5b7a76606e1a9a0d587e0c3d2e6fcc06464c119796923d5d744edda56",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182833007,
      "length": 524,
      "sha256": "b1745a8c35c72f7f982295f24bf530ca30871762b539ca0c492a21adc57332dc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_enable_check": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912355,
      "length": 457,
      "sha256": "d6f6767f219b98f8d85adce358160660ca3e2f2767745f02b492721b850ea9e8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182912751,
     "length": 31,
     "sha256": "def68dd614c744b1a4db2001e3334fd00a29b9669970c7c55ac1a97b96f9c3a3",
     "version": "2.1.282",
     "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",
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173898129,
     "length": 34,
     "sha256": "74af4d7bc26ccf9c1ee66f29bcd5bf7aa0e4638abe401670ca1f1140111e94e2",
     "version": "2.1.282",
     "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": true,
    "evidence": {
     "caching_off_notice": {
      "file": "chunk-gd42n4hm.js",
      "binary_offset": 199902745,
      "length": 291,
      "sha256": "8e7494a45fce9e9b9b62975c066d4a5b7edff3ff4d38cc7133c6cddeb2a3d060",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_control_builder": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912812,
      "length": 98,
      "sha256": "a08d16f5b7a76606e1a9a0d587e0c3d2e6fcc06464c119796923d5d744edda56",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182833007,
      "length": 524,
      "sha256": "b1745a8c35c72f7f982295f24bf530ca30871762b539ca0c492a21adc57332dc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_enable_check": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912355,
      "length": 457,
      "sha256": "d6f6767f219b98f8d85adce358160660ca3e2f2767745f02b492721b850ea9e8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182912602,
     "length": 39,
     "sha256": "2d455dced9909786b74bbe29e89acaca9864ad2dc2b6c60993f288d685838ed4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199904909,
     "length": 29,
     "sha256": "6e759513ad6a7eed7c807f2f7dd07bc4a5ce788f1c95666c08bd46fb664a1631",
     "version": "2.1.282",
     "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",
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173898164,
     "length": 36,
     "sha256": "eabb80ac100e89b9deac6f1470a076a0de3af4c4f6898e54981ea7832c92455e",
     "version": "2.1.282",
     "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": true,
    "evidence": {
     "caching_off_notice": {
      "file": "chunk-gd42n4hm.js",
      "binary_offset": 199902745,
      "length": 291,
      "sha256": "8e7494a45fce9e9b9b62975c066d4a5b7edff3ff4d38cc7133c6cddeb2a3d060",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_control_builder": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912812,
      "length": 98,
      "sha256": "a08d16f5b7a76606e1a9a0d587e0c3d2e6fcc06464c119796923d5d744edda56",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182833007,
      "length": 524,
      "sha256": "b1745a8c35c72f7f982295f24bf530ca30871762b539ca0c492a21adc57332dc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_enable_check": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912355,
      "length": 457,
      "sha256": "d6f6767f219b98f8d85adce358160660ca3e2f2767745f02b492721b850ea9e8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182912523,
     "length": 41,
     "sha256": "f8d4b25c3d23910f70ad6ab50e958fbef41e504eb6cc835e997d8df2b1b5487b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199904939,
     "length": 31,
     "sha256": "9ebf1509a8f5e2b0ea6d3a0d6d90ce34fa0c18820372e2a7b6f787ce388052dc",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173898549,
     "length": 31,
     "sha256": "6e173628712e17e3d910c6416a11d1fa25f5dd30cd0844dd4d5c612b5958a8d0",
     "version": "2.1.282",
     "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": true,
    "evidence": {
     "caching_off_notice": {
      "file": "chunk-gd42n4hm.js",
      "binary_offset": 199902745,
      "length": 291,
      "sha256": "8e7494a45fce9e9b9b62975c066d4a5b7edff3ff4d38cc7133c6cddeb2a3d060",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_control_builder": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912812,
      "length": 98,
      "sha256": "a08d16f5b7a76606e1a9a0d587e0c3d2e6fcc06464c119796923d5d744edda56",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182833007,
      "length": 524,
      "sha256": "b1745a8c35c72f7f982295f24bf530ca30871762b539ca0c492a21adc57332dc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_enable_check": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912355,
      "length": 457,
      "sha256": "d6f6767f219b98f8d85adce358160660ca3e2f2767745f02b492721b850ea9e8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182833403,
     "length": 26,
     "sha256": "2c1b2543b886dfda26335fdfcd8d5a6e606e030dceb0b829195c5c7e3b880459",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173898581,
     "length": 39,
     "sha256": "532c869b57ecf786c550bcd6523c206363ca3c069e2017cacf1aa316cf37d3bf",
     "version": "2.1.282",
     "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": true,
    "evidence": {
     "caching_off_notice": {
      "file": "chunk-gd42n4hm.js",
      "binary_offset": 199902745,
      "length": 291,
      "sha256": "8e7494a45fce9e9b9b62975c066d4a5b7edff3ff4d38cc7133c6cddeb2a3d060",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_control_builder": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912812,
      "length": 98,
      "sha256": "a08d16f5b7a76606e1a9a0d587e0c3d2e6fcc06464c119796923d5d744edda56",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182833007,
      "length": 524,
      "sha256": "b1745a8c35c72f7f982295f24bf530ca30871762b539ca0c492a21adc57332dc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_enable_check": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912355,
      "length": 457,
      "sha256": "d6f6767f219b98f8d85adce358160660ca3e2f2767745f02b492721b850ea9e8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182833449,
     "length": 34,
     "sha256": "805c531a8e9a0094ef96a3f6adddc9e309a0dd03f7ecf511b95eb86eaa436796",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173898776,
     "length": 30,
     "sha256": "1f2f15de005b756256ee9193d9574fa8e2c9db48d9db9d340344bd43cb30421d",
     "version": "2.1.282",
     "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": true,
    "evidence": {
     "caching_off_notice": {
      "file": "chunk-gd42n4hm.js",
      "binary_offset": 199902745,
      "length": 291,
      "sha256": "8e7494a45fce9e9b9b62975c066d4a5b7edff3ff4d38cc7133c6cddeb2a3d060",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_control_builder": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912812,
      "length": 98,
      "sha256": "a08d16f5b7a76606e1a9a0d587e0c3d2e6fcc06464c119796923d5d744edda56",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "ttl_resolver": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182833007,
      "length": 524,
      "sha256": "b1745a8c35c72f7f982295f24bf530ca30871762b539ca0c492a21adc57332dc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     "cache_enable_check": {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182912355,
      "length": 457,
      "sha256": "d6f6767f219b98f8d85adce358160660ca3e2f2767745f02b492721b850ea9e8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    },
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182833033,
     "length": 25,
     "sha256": "7e522f802751382501e066f62e7a3c9d4a7dc71a3bee74abc148a469916c80d1",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176450412.",
   "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-bkgbm924.js",
     "binary_offset": 173930578,
     "length": 47,
     "sha256": "b1874d6ce2f15c70dc0e5a1b9a6d1ca7ef8b1e0cb9e4aae0949fcbb56498260d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176450412.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176450412,
     "length": 42,
     "sha256": "141c63d2512a040c9811eca44b53b5b5c99747aa1b7e494416cdaa54472477e5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179760763,
     "length": 42,
     "sha256": "141c63d2512a040c9811eca44b53b5b5c99747aa1b7e494416cdaa54472477e5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ha9skvk.js",
     "binary_offset": 179231572,
     "length": 42,
     "sha256": "141c63d2512a040c9811eca44b53b5b5c99747aa1b7e494416cdaa54472477e5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mrrt6yj3.js",
     "binary_offset": 175012555,
     "length": 42,
     "sha256": "141c63d2512a040c9811eca44b53b5b5c99747aa1b7e494416cdaa54472477e5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182859723,
     "length": 42,
     "sha256": "141c63d2512a040c9811eca44b53b5b5c99747aa1b7e494416cdaa54472477e5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182923877,
     "length": 42,
     "sha256": "141c63d2512a040c9811eca44b53b5b5c99747aa1b7e494416cdaa54472477e5",
     "version": "2.1.282",
     "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-6rpvbcsk.js` offset 173522480.",
   "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-bkgbm924.js",
     "binary_offset": 173909002,
     "length": 15,
     "sha256": "78a810da9df07e774de83bd52c8edb24b4538a51e79022b827645a0faab093b8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6rpvbcsk.js` offset 173522480.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-6rpvbcsk.js",
      "binary_offset": 173522480,
      "length": 20,
      "sha256": "53cd51ccc86e3189e00cbf801a21a13841639cf93297a1de1376a52a5b7a8b9d",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6rpvbcsk.js",
     "binary_offset": 173522480,
     "length": 20,
     "sha256": "53cd51ccc86e3189e00cbf801a21a13841639cf93297a1de1376a52a5b7a8b9d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6rpvbcsk.js",
     "binary_offset": 173522502,
     "length": 20,
     "sha256": "53cd51ccc86e3189e00cbf801a21a13841639cf93297a1de1376a52a5b7a8b9d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6rpvbcsk.js",
     "binary_offset": 173522551,
     "length": 20,
     "sha256": "53cd51ccc86e3189e00cbf801a21a13841639cf93297a1de1376a52a5b7a8b9d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173881401,
     "length": 24,
     "sha256": "c3d6f9d40818748af467ffc9d0dc89bfabeb82ee2ffefec97b67e8afd4082c30",
     "version": "2.1.282",
     "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-0pmh3wgd.js",
      "binary_offset": 193338407,
      "length": 19,
      "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-0pmh3wgd.js",
      "binary_offset": 193338580,
      "length": 19,
      "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-0pmh3wgd.js",
      "binary_offset": 193338691,
      "length": 19,
      "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176745075,
      "length": 19,
      "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176792575,
      "length": 19,
      "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3za4pz3m.js",
     "binary_offset": 196740242,
     "length": 29,
     "sha256": "15d71a5f6cd0cc9c529ec961c5e76488fdab87c2221a5a407b37d2de52ec2048",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ha9skvk.js",
     "binary_offset": 179227080,
     "length": 29,
     "sha256": "15d71a5f6cd0cc9c529ec961c5e76488fdab87c2221a5a407b37d2de52ec2048",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0pmh3wgd.js",
     "binary_offset": 193338407,
     "length": 19,
     "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0pmh3wgd.js",
     "binary_offset": 193338513,
     "length": 19,
     "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0pmh3wgd.js",
     "binary_offset": 193338580,
     "length": 19,
     "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0pmh3wgd.js",
     "binary_offset": 193338629,
     "length": 19,
     "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0pmh3wgd.js",
     "binary_offset": 193338691,
     "length": 19,
     "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0pmh3wgd.js",
     "binary_offset": 193338759,
     "length": 19,
     "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176745075,
     "length": 19,
     "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176745106,
     "length": 19,
     "sha256": "d194fd073b38235351297a1cfb457db268ac03e1d2417f082410168c90cb1838",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173881426,
     "length": 27,
     "sha256": "48e7303293bb2c31448cde145eb7fe03b1c0a0f584d3b80e54ee3c031cb8acc6",
     "version": "2.1.282",
     "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-3kj78r2m.js",
      "binary_offset": 176740235,
      "length": 22,
      "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176744458,
      "length": 22,
      "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176745520,
      "length": 22,
      "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176793020,
      "length": 22,
      "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176797052,
      "length": 22,
      "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ha9skvk.js",
     "binary_offset": 179227141,
     "length": 32,
     "sha256": "3298dcb6d101cb0cdea7f4594f5fdc338bc0ab06458ff573d86e726d7bd3a73b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ha9skvk.js",
     "binary_offset": 179230374,
     "length": 32,
     "sha256": "3298dcb6d101cb0cdea7f4594f5fdc338bc0ab06458ff573d86e726d7bd3a73b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175494569,
     "length": 22,
     "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176450718,
     "length": 22,
     "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176725771,
     "length": 22,
     "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176738290,
     "length": 22,
     "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176740235,
     "length": 22,
     "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176742099,
     "length": 22,
     "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176744458,
     "length": 22,
     "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176745520,
     "length": 22,
     "sha256": "a51957636da7ac307d31de7697d55725636d18757e6cd4dfbfecc8edd8c853dc",
     "version": "2.1.282",
     "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": 47,
    "read_paths": [
     "helper",
     "injected-env",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173928487,
     "length": 25,
     "sha256": "25beaf7047eadabeae6e4630ea7c187afc1eb3ce5d61a951b8c4689f593dba43",
     "version": "2.1.282",
     "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-3kj78r2m.js",
      "binary_offset": 176395145,
      "length": 20,
      "sha256": "10dacd93cb6bd38eddfb2ce7edae118fdd96617c7f5a525c805d272080c644a5",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176448973,
      "length": 20,
      "sha256": "10dacd93cb6bd38eddfb2ce7edae118fdd96617c7f5a525c805d272080c644a5",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176450505,
      "length": 20,
      "sha256": "10dacd93cb6bd38eddfb2ce7edae118fdd96617c7f5a525c805d272080c644a5",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-5ezz9t8y.js",
      "binary_offset": 179770677,
      "length": 20,
      "sha256": "10dacd93cb6bd38eddfb2ce7edae118fdd96617c7f5a525c805d272080c644a5",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182836756,
      "length": 30,
      "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176612572,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179769629,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179771644,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 180058394,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189562737,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205338152,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mrrt6yj3.js",
     "binary_offset": 175012639,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s9mmpr6r.js",
     "binary_offset": 175890749,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182836756,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182836801,
     "length": 30,
     "sha256": "7e40688123a733050cdce605508f8dd414e779c047af5d7d0c8e23403fbb2069",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173926329,
     "length": 22,
     "sha256": "9509ce2646315baf32fe93958496b98898b53602516d100d3e6cc01d403b2b95",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176524390,
     "length": 17,
     "sha256": "7f59f23c0d8544fc0cb034da5a9f32d0bd15222f11f78b0ab10ef5d183febc4b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189517270,
     "length": 17,
     "sha256": "7f59f23c0d8544fc0cb034da5a9f32d0bd15222f11f78b0ab10ef5d183febc4b",
     "version": "2.1.282",
     "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-3psz8crg.js` offset 211208610.",
   "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-bkgbm924.js",
     "binary_offset": 173909052,
     "length": 27,
     "sha256": "e6bc1ae0314c65dfbef02800d6c4a1eb5eae0540bf0ee15ed941a05cc3008e4b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3psz8crg.js` offset 211208610.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211208610,
     "length": 32,
     "sha256": "da1f3b835686f19917c908f8db2d293e882edd69c39c2a1ff9c9b12d44b68b33",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175905875,
     "length": 22,
     "sha256": "1bbaadf819ebbe405a5878e8d68f524ec318ce9749803d4ae7613f54f53bde44",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176010440,
     "length": 25,
     "sha256": "d2bf23ee01d2f2a41e24dedc542b24a8e5acea1faeb0ecd7f928f1d7832bac6d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173926352,
     "length": 31,
     "sha256": "65ce96d6b6f0f8a61fcfa472cffca1c6cd73855585fa053a5454194ff7738efc",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
      "binary_offset": 179763148,
      "length": 36,
      "sha256": "251d5fb7d47fad860593bb5a8690c3c747d08fdebcb31a5c79c94b6788e9e5fb",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 181945698,
      "length": 26,
      "sha256": "df126e0ef6f2f0f2cfd4e15009a495489b18ab50e22e60cb7d2caf6a77389262",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179763148,
     "length": 36,
     "sha256": "251d5fb7d47fad860593bb5a8690c3c747d08fdebcb31a5c79c94b6788e9e5fb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179772079,
     "length": 36,
     "sha256": "251d5fb7d47fad860593bb5a8690c3c747d08fdebcb31a5c79c94b6788e9e5fb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175493658,
     "length": 26,
     "sha256": "df126e0ef6f2f0f2cfd4e15009a495489b18ab50e22e60cb7d2caf6a77389262",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175493869,
     "length": 26,
     "sha256": "df126e0ef6f2f0f2cfd4e15009a495489b18ab50e22e60cb7d2caf6a77389262",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175494065,
     "length": 26,
     "sha256": "df126e0ef6f2f0f2cfd4e15009a495489b18ab50e22e60cb7d2caf6a77389262",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175494623,
     "length": 26,
     "sha256": "df126e0ef6f2f0f2cfd4e15009a495489b18ab50e22e60cb7d2caf6a77389262",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176451021,
     "length": 26,
     "sha256": "df126e0ef6f2f0f2cfd4e15009a495489b18ab50e22e60cb7d2caf6a77389262",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181945698,
     "length": 26,
     "sha256": "df126e0ef6f2f0f2cfd4e15009a495489b18ab50e22e60cb7d2caf6a77389262",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176121952,
     "length": 29,
     "sha256": "4f27d021459c990fba2faca20827212bb41c9cba0032c6d615fc75c3ffb8e82d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173924309,
     "length": 36,
     "sha256": "671a264a1f33f0cd9c29442fe20c3c7edf296c4b7acc8bd64e927e042e68e11a",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176477863,
     "length": 31,
     "sha256": "365f3ebdf2d16650d24b547b3d866e75b3b01610bb583921426371e505d4ad83",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176486890,
     "length": 31,
     "sha256": "365f3ebdf2d16650d24b547b3d866e75b3b01610bb583921426371e505d4ad83",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176486935,
     "length": 31,
     "sha256": "365f3ebdf2d16650d24b547b3d866e75b3b01610bb583921426371e505d4ad83",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176504932,
     "length": 31,
     "sha256": "365f3ebdf2d16650d24b547b3d866e75b3b01610bb583921426371e505d4ad83",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179733763,
     "length": 31,
     "sha256": "365f3ebdf2d16650d24b547b3d866e75b3b01610bb583921426371e505d4ad83",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189527420,
     "length": 31,
     "sha256": "365f3ebdf2d16650d24b547b3d866e75b3b01610bb583921426371e505d4ad83",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bvhvndhg.js",
     "binary_offset": 189220496,
     "length": 31,
     "sha256": "365f3ebdf2d16650d24b547b3d866e75b3b01610bb583921426371e505d4ad83",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173924346,
     "length": 48,
     "sha256": "c976ff6ce13dc0eba3a6d5b2e96e65d937b5ad6f0da6ab021c567dfa6c550f98",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179733909,
     "length": 43,
     "sha256": "9a56865d668763318a3a071f39dbb8520f199ce5b3135ea9d6b80f0d20858036",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173924395,
     "length": 41,
     "sha256": "3d9693e5abbcbe3d3046522e39619910fddd6fc58914567211b6dfa211dbddc9",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179733849,
     "length": 36,
     "sha256": "e9d17412de7dcf614e686b7a8a4473244ab04c0af8d1ae8d32a553b89cabb6a4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173924437,
     "length": 36,
     "sha256": "c913e5dfa979d2975ffddaab466abfcfbaa5908139a896b58fca476e9c80574e",
     "version": "2.1.282",
     "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-3kj78r2m.js",
      "binary_offset": 176479123,
      "length": 31,
      "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176479199,
      "length": 31,
      "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176475855,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176479123,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176479199,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176480576,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176483876,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179720859,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-76kv9jbg.js",
     "binary_offset": 177249235,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-peybsqgn.js",
     "binary_offset": 189234919,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-yw9k02x6.js",
     "binary_offset": 196287298,
     "length": 31,
     "sha256": "bab142cc6ab0f1271c5379d3b0e553a2110f80971a541afd82153f82e17d10cb",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173924474,
     "length": 48,
     "sha256": "5c10bf26ef4044356092a936ec5008ccd2ef917d091b4d5abd0afcd137ee1089",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Display description for the pinned Fable model in the `/model` picker.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179720976,
     "length": 43,
     "sha256": "a2a27d8567e1328d1f283d26a99d9500a218a85c444941b98825896c64d60b3b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179721044,
     "length": 43,
     "sha256": "a2a27d8567e1328d1f283d26a99d9500a218a85c444941b98825896c64d60b3b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173924523,
     "length": 41,
     "sha256": "4d75f3aef3a1baf1371bd3f923e9b1f54db0c50af28f09f2bd0782cb0548b812",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Display name for the pinned Fable model in the `/model` picker.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179720939,
     "length": 36,
     "sha256": "c1c1562ed6fd43303a03eec32657c1060874c873210aedfcf9bf45d834071d11",
     "version": "2.1.282",
     "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": 9,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173924565,
     "length": 36,
     "sha256": "19d357ef65f6c62baa3c7b7c6516a6ec6a85ac4d673c28c9977b76b384e61a01",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176475951,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176476514,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176484439,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176494097,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44tqgb9h.js",
     "binary_offset": 189728122,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179725050,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179746444,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-peybsqgn.js",
     "binary_offset": 189235018,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-yw9k02x6.js",
     "binary_offset": 196287260,
     "length": 31,
     "sha256": "bcacaca248bdf866efbfa3b4873ec7be83b4506b886f00c4b319e9e39ff3047d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173924602,
     "length": 48,
     "sha256": "5e5ef08cb41a17337b8b2cc0c1c8ce2d1c3cafd1159e1c5904465c6015e52caa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Display description for the pinned Haiku model in the `/model` picker.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179725167,
     "length": 43,
     "sha256": "a6617ffbd691b1802a7f4faa8cb8194cb778b88cf611fa102d771dc42e8bee8c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179725235,
     "length": 43,
     "sha256": "a6617ffbd691b1802a7f4faa8cb8194cb778b88cf611fa102d771dc42e8bee8c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173924651,
     "length": 41,
     "sha256": "2411721aee0165e7efba40f7b185d95062501c648668d43f29bb4c71f5c4ce29",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Display name for the pinned Haiku model in the `/model` picker.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179725130,
     "length": 36,
     "sha256": "ede3ae9d92f8cd8f7d95ac2fd4b9c1ca65852c6d098d726120a82e7d499a9f18",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173924693,
     "length": 30,
     "sha256": "cf3f4140bd8c4726ea656f27457c71af5b76edd9fda9c8ae610b4db1b116510b",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176489156,
     "length": 25,
     "sha256": "5f40fa89f6819193b02c0e00d346134e4362b96e9379a9d8ec4a94eed6890bf4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189521054,
     "length": 25,
     "sha256": "5f40fa89f6819193b02c0e00d346134e4362b96e9379a9d8ec4a94eed6890bf4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189521087,
     "length": 25,
     "sha256": "5f40fa89f6819193b02c0e00d346134e4362b96e9379a9d8ec4a94eed6890bf4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190212470,
     "length": 25,
     "sha256": "5f40fa89f6819193b02c0e00d346134e4362b96e9379a9d8ec4a94eed6890bf4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173924724,
     "length": 35,
     "sha256": "b45303ae635d8c30148d1ebdeb74e5fe7f8801154efcfd6d849365dad00db6f0",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176475887,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176476178,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176476219,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176480911,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176481902,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176484126,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176494206,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176503332,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44tqgb9h.js",
     "binary_offset": 189727418,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44tqgb9h.js",
     "binary_offset": 189728025,
     "length": 30,
     "sha256": "bc028f5f174c1538a57430ff16a24d3280787d15f4d91e365306863cd01f494a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173924760,
     "length": 47,
     "sha256": "8589d230416ae9778c34cb2c44b713f0367a94a022ceb6743106fb293c5300ce",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179722173,
     "length": 42,
     "sha256": "3929d889933cc85a33d6bd5fbcf76b7228c37c31b880423bf5b1f31d6e131dc0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179722240,
     "length": 42,
     "sha256": "3929d889933cc85a33d6bd5fbcf76b7228c37c31b880423bf5b1f31d6e131dc0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173924808,
     "length": 40,
     "sha256": "8433f439bb1deb7aadcf300072be8a19485754d21b1de9460e84eb6dcf67a327",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179722137,
     "length": 35,
     "sha256": "d8c31deb882fe8ac09eb35f03342e211ac62f150affe41d3e8fdc540e7b2050d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173924849,
     "length": 37,
     "sha256": "05a3d192c298ea7d836f9118092ca24c1d12d0363525f79d6ba9fcf3f5f45fd9",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176475918,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176476051,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176476094,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176481327,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176484278,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176494152,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44tqgb9h.js",
     "binary_offset": 189727385,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44tqgb9h.js",
     "binary_offset": 189727925,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44tqgb9h.js",
     "binary_offset": 189728500,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179719704,
     "length": 32,
     "sha256": "f81df586bc9f50ad684ea3d18cde625c2f743c8f3488a62ca42cc4b799054231",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173924887,
     "length": 49,
     "sha256": "15edf645e87fe86103c64f370a8bb0f0aef6ac7495152dc8fdd3a61328704cb6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Display description for the pinned Sonnet model in the `/model` picker.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179719838,
     "length": 44,
     "sha256": "061abab4b7c65381b0ef215c34c65a212d8692efa89f55ec86c6d339525b9caa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179719907,
     "length": 44,
     "sha256": "061abab4b7c65381b0ef215c34c65a212d8692efa89f55ec86c6d339525b9caa",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173924937,
     "length": 42,
     "sha256": "b12564cfd52bcced3b5a7b5efe39f4cd094753e2c1e42174f493bc1bd97d0aac",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Display name for the pinned Sonnet model in the `/model` picker.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179719800,
     "length": 37,
     "sha256": "3fb9026d0be6ff484d159ae625f5bbc127ecd274c06733e1f5f6cf3da716a06f",
     "version": "2.1.282",
     "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-mmffsmbj.js` offset 176059500.",
   "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-mmffsmbj.js` offset 176059500.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176059500,
     "length": 29,
     "sha256": "6fdeb8df95d97584e67958d2a1e779f65b9a8a32d4296ef3e6029cfce1841d5b",
     "version": "2.1.282",
     "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-mmffsmbj.js` offset 176059614.",
   "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-mmffsmbj.js` offset 176059614.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176059614,
     "length": 30,
     "sha256": "39f3da25c8bb2158aa5500056cdfb0c27e73f60977c80aa6dbb4a199514ba011",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173881483,
     "length": 35,
     "sha256": "c6e22f2803b5be9f8c1bbd81e22cfabf293f73cfd11d75844bd965de6d03c1c4",
     "version": "2.1.282",
     "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-xbqxyc9r.js",
     "binary_offset": 175903350,
     "length": 40,
     "sha256": "3c95f8b4dd25246177c92675ae880265e4155ca6319a09d9f1dcd655a1a93291",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-84pqft0b.js",
     "binary_offset": 193169714,
     "length": 30,
     "sha256": "cf8d2428d8d01eca223b68be5c0c3bfa4c33cb688570bcde3dc22d6f28f377be",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-b4y911xg.js",
     "binary_offset": 177182667,
     "length": 30,
     "sha256": "cf8d2428d8d01eca223b68be5c0c3bfa4c33cb688570bcde3dc22d6f28f377be",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176008781,
     "length": 33,
     "sha256": "166a0bb7c5a38baa5af0a61929d01c92fa3b93aedbe93be409215dfeb179da7d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176009961,
     "length": 33,
     "sha256": "166a0bb7c5a38baa5af0a61929d01c92fa3b93aedbe93be409215dfeb179da7d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zfj59hxc.js",
     "binary_offset": 179052346,
     "length": 33,
     "sha256": "e8a93eed155a7443aad089444ab209c5d3aa032b91bae6ad305bfdbd2f642fcb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175901144,
     "length": 30,
     "sha256": "8b30cdad558c2587a79b3789d8ef8852fdc9036ab5120456633bdfc2ee19a57b",
     "version": "2.1.282",
     "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-mmffsmbj.js` offset 176017095.",
   "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-mmffsmbj.js` offset 176017095.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176017095,
     "length": 29,
     "sha256": "d44833d102f40f3ff878d5129721fd4019b46eb54deab62c1fd78b9fd6a904aa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zfj59hxc.js",
     "binary_offset": 179053045,
     "length": 29,
     "sha256": "69256ec012e51398c153ab5bb57b5ba525e4b0e20a6264497a3ccf3a970e224f",
     "version": "2.1.282",
     "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-mmffsmbj.js` offset 176008744.",
   "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-mmffsmbj.js` offset 176008744.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/authentication"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176008744,
     "length": 34,
     "sha256": "ead1d5304de7e2af4f5dd0161010444dab131c04d6374d083e6eadab4276be6e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176009790,
     "length": 34,
     "sha256": "ead1d5304de7e2af4f5dd0161010444dab131c04d6374d083e6eadab4276be6e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176017036,
     "length": 34,
     "sha256": "ead1d5304de7e2af4f5dd0161010444dab131c04d6374d083e6eadab4276be6e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zfj59hxc.js",
     "binary_offset": 179052428,
     "length": 34,
     "sha256": "a8e4d2233cc56d40939734ecbfec95139ed7f83db45a1f638e372bb5e3a9c715",
     "version": "2.1.282",
     "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-mmffsmbj.js` offset 176000434.",
   "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-mmffsmbj.js` offset 176000434.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176000434,
     "length": 18,
     "sha256": "05ba5e382741f09c5fe0087fcb36a23e126a5d6937c0a9b972443063783699e2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176121735,
     "length": 18,
     "sha256": "05ba5e382741f09c5fe0087fcb36a23e126a5d6937c0a9b972443063783699e2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173924980,
     "length": 22,
     "sha256": "0f9adaf0c864d800257ed5fda3135d0832febee9a30cbfdf8a55974e1d91928f",
     "version": "2.1.282",
     "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-3kj78r2m.js",
      "binary_offset": 176503690,
      "length": 17,
      "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-j8hkskzd.js",
      "binary_offset": 192577270,
      "length": 17,
      "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-j8hkskzd.js",
      "binary_offset": 192577374,
      "length": 17,
      "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182002081,
      "length": 17,
      "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182836837,
      "length": 27,
      "sha256": "9effd8174e826f50aab14499ff28bc58c97abd07daa261931874b31c45a8fc57",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176477447,
     "length": 27,
     "sha256": "9effd8174e826f50aab14499ff28bc58c97abd07daa261931874b31c45a8fc57",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190212422,
     "length": 27,
     "sha256": "9effd8174e826f50aab14499ff28bc58c97abd07daa261931874b31c45a8fc57",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pfq06b4a.js",
     "binary_offset": 189771048,
     "length": 27,
     "sha256": "9effd8174e826f50aab14499ff28bc58c97abd07daa261931874b31c45a8fc57",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182836837,
     "length": 27,
     "sha256": "9effd8174e826f50aab14499ff28bc58c97abd07daa261931874b31c45a8fc57",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182836879,
     "length": 27,
     "sha256": "9effd8174e826f50aab14499ff28bc58c97abd07daa261931874b31c45a8fc57",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176503690,
     "length": 17,
     "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ga5benp9.js",
     "binary_offset": 199399767,
     "length": 17,
     "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j8hkskzd.js",
     "binary_offset": 192576818,
     "length": 17,
     "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j8hkskzd.js",
     "binary_offset": 192577270,
     "length": 17,
     "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j8hkskzd.js",
     "binary_offset": 192577374,
     "length": 17,
     "sha256": "aaa4b780611e1ed06078be1c378e0249dc84517fff5ab3ae1861e9089309d720",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173881588,
     "length": 32,
     "sha256": "3468934ece43d415f946f07d4e96784f1184c01f9916fa8da0e1561194cdaaf3",
     "version": "2.1.282",
     "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-xbqxyc9r.js",
     "binary_offset": 175903292,
     "length": 37,
     "sha256": "cf9ebbc16dd307b5e8a17bdb87b2c3e13a6ad87a260dd345511c0b80ccc26912",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-84pqft0b.js",
     "binary_offset": 193169746,
     "length": 27,
     "sha256": "983ca44b0241e8ac509cea6fd0b5b016b0bae9e5422d5a24542d41af58c2264b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-b4y911xg.js",
     "binary_offset": 177166298,
     "length": 27,
     "sha256": "983ca44b0241e8ac509cea6fd0b5b016b0bae9e5422d5a24542d41af58c2264b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-b4y911xg.js",
     "binary_offset": 177168477,
     "length": 27,
     "sha256": "983ca44b0241e8ac509cea6fd0b5b016b0bae9e5422d5a24542d41af58c2264b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176008711,
     "length": 30,
     "sha256": "b03ce47e46d4f798f2f972ba7ed4f5bd804499d86ddbb1e42195902f85990bd8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176009503,
     "length": 30,
     "sha256": "b03ce47e46d4f798f2f972ba7ed4f5bd804499d86ddbb1e42195902f85990bd8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zfj59hxc.js",
     "binary_offset": 179052382,
     "length": 30,
     "sha256": "b43d3a41ce5c3362a49ba4d45d362dc87be27f59b2fa996762870927420aa931",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175901175,
     "length": 27,
     "sha256": "9c90d5520d43d5bd71fa9489b0c1400366248f1dbce5814362d0c237e6cf4c49",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173881621,
     "length": 24,
     "sha256": "fb60fd7eb53b06604b56b1c722de42955093763f7ca01d67570797ca7d733a61",
     "version": "2.1.282",
     "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-3psz8crg.js",
     "binary_offset": 211208797,
     "length": 29,
     "sha256": "f029bb2b572f7e3eb92e6080da2b9ab239827c29d7d80d29b832f6bafca34522",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175902426,
     "length": 29,
     "sha256": "f029bb2b572f7e3eb92e6080da2b9ab239827c29d7d80d29b832f6bafca34522",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175902875,
     "length": 29,
     "sha256": "f029bb2b572f7e3eb92e6080da2b9ab239827c29d7d80d29b832f6bafca34522",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175903556,
     "length": 29,
     "sha256": "f029bb2b572f7e3eb92e6080da2b9ab239827c29d7d80d29b832f6bafca34522",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175903879,
     "length": 29,
     "sha256": "f029bb2b572f7e3eb92e6080da2b9ab239827c29d7d80d29b832f6bafca34522",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175905352,
     "length": 29,
     "sha256": "f029bb2b572f7e3eb92e6080da2b9ab239827c29d7d80d29b832f6bafca34522",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175906124,
     "length": 29,
     "sha256": "f029bb2b572f7e3eb92e6080da2b9ab239827c29d7d80d29b832f6bafca34522",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-84pqft0b.js",
     "binary_offset": 193169692,
     "length": 19,
     "sha256": "af527aed60197ebd63fd0ee64ad0853de01e06bf6480cd8727ce2d39507a4674",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-84pqft0b.js",
     "binary_offset": 193175036,
     "length": 19,
     "sha256": "af527aed60197ebd63fd0ee64ad0853de01e06bf6480cd8727ce2d39507a4674",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-b4y911xg.js",
     "binary_offset": 177166251,
     "length": 19,
     "sha256": "af527aed60197ebd63fd0ee64ad0853de01e06bf6480cd8727ce2d39507a4674",
     "version": "2.1.282",
     "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-mmffsmbj.js` offset 176009108.",
   "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-mmffsmbj.js` offset 176009108.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176009108,
     "length": 20,
     "sha256": "bba1ec9b0f80285708b170506fd3461faf90c5faaa612bbb52337a09be5feccf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176009682,
     "length": 20,
     "sha256": "bba1ec9b0f80285708b170506fd3461faf90c5faaa612bbb52337a09be5feccf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zfj59hxc.js",
     "binary_offset": 179052728,
     "length": 20,
     "sha256": "fcc125b2dc477498bee558b0b27788579e37459c49c83efc686a2e49a268b92b",
     "version": "2.1.282",
     "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-mmffsmbj.js` offset 176009021.",
   "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-mmffsmbj.js` offset 176009021.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176009021,
     "length": 33,
     "sha256": "8000a0ca5b2a72284674a69b4913fe924454dbee806d5af49aec523246ddf31f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176010062,
     "length": 33,
     "sha256": "8000a0ca5b2a72284674a69b4913fe924454dbee806d5af49aec523246ddf31f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zfj59hxc.js",
     "binary_offset": 179052641,
     "length": 33,
     "sha256": "8c3ad948f10978663755412844b6c2fee64b0ed041d1fb5ee73721a0e8c32265",
     "version": "2.1.282",
     "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-mmffsmbj.js` offset 176059546.",
   "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-mmffsmbj.js` offset 176059546.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176059546,
     "length": 25,
     "sha256": "3a101e9e4bd65e76001d51444323a612c7dd8d9998e398a665b77217e68b6cd8",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173925003,
     "length": 33,
     "sha256": "0d57d639e3019ddffa280566caae0c0d2ae32764f7ac8ca786ce213d83763f5b",
     "version": "2.1.282",
     "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-x9fwahqm.js",
      "binary_offset": 182836912,
      "length": 38,
      "sha256": "263f23eff1c49eed308af3ed866fcc69fc2d04ec232058a2aa9bede70ebff0ff",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182836912,
     "length": 38,
     "sha256": "263f23eff1c49eed308af3ed866fcc69fc2d04ec232058a2aa9bede70ebff0ff",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182836974,
     "length": 38,
     "sha256": "263f23eff1c49eed308af3ed866fcc69fc2d04ec232058a2aa9bede70ebff0ff",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176476460,
     "length": 28,
     "sha256": "5c8ad0e9ab903a03997903d28508ec74e9e5d5aa7ee70162c0522fd29a79f65d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176476654,
     "length": 28,
     "sha256": "5c8ad0e9ab903a03997903d28508ec74e9e5d5aa7ee70162c0522fd29a79f65d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44tqgb9h.js",
     "binary_offset": 189728203,
     "length": 28,
     "sha256": "5c8ad0e9ab903a03997903d28508ec74e9e5d5aa7ee70162c0522fd29a79f65d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4pwy8jq4.js",
     "binary_offset": 187806400,
     "length": 28,
     "sha256": "5c8ad0e9ab903a03997903d28508ec74e9e5d5aa7ee70162c0522fd29a79f65d",
     "version": "2.1.282",
     "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-5ha9skvk.js` offset 179227409.",
   "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-bkgbm924.js",
     "binary_offset": 173928937,
     "length": 28,
     "sha256": "7a39e93aae5f634d883187c130c3385bcccd4f4fae5bcd1fcff027c91c66550f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ha9skvk.js` offset 179227409.",
    "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-0rj8ys6x.js",
      "binary_offset": 188229963,
      "length": 23,
      "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-0rj8ys6x.js",
      "binary_offset": 188230799,
      "length": 23,
      "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176472618,
      "length": 23,
      "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176741300,
      "length": 23,
      "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176771362,
      "length": 23,
      "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ha9skvk.js",
     "binary_offset": 179227409,
     "length": 33,
     "sha256": "cd7cb418887991a4121fb1ea4e858907c3d65b324bdb768689b5969864b11298",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ha9skvk.js",
     "binary_offset": 179230644,
     "length": 33,
     "sha256": "cd7cb418887991a4121fb1ea4e858907c3d65b324bdb768689b5969864b11298",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177776193,
     "length": 33,
     "sha256": "cd7cb418887991a4121fb1ea4e858907c3d65b324bdb768689b5969864b11298",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175915271,
     "length": 23,
     "sha256": "2939022778f895e03d7889992a34bf3e44debc51b294c69aee761d39cb3fe2a7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175322060,
     "length": 23,
     "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0rj8ys6x.js",
     "binary_offset": 188229963,
     "length": 23,
     "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0rj8ys6x.js",
     "binary_offset": 188230799,
     "length": 23,
     "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176472618,
     "length": 23,
     "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176738253,
     "length": 23,
     "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176741300,
     "length": 23,
     "sha256": "3b29b53b952f14c0c4a80e7c3656ac55e9e53aa0791e8c03a5213fa316cded21",
     "version": "2.1.282",
     "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-mmffsmbj.js` offset 176120622.",
   "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-mmffsmbj.js` offset 176120622.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176120622,
     "length": 34,
     "sha256": "ba57de6d782fd517d1a48409d4ba9d22732149a0c07d82c74d0ebe22aafcca0a",
     "version": "2.1.282",
     "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-mmffsmbj.js` offset 176059457.",
   "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-mmffsmbj.js` offset 176059457.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176059457,
     "length": 22,
     "sha256": "fecce3d5afbfce984109172617f30565ad518b517cf61bdc2bd3e7bbdec53f57",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173881646,
     "length": 29,
     "sha256": "c3e83bff83eecdf316e48b8d5505e2cf34c2f40d1af28a5ee7993e9c33b50064",
     "version": "2.1.282",
     "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-xbqxyc9r.js",
     "binary_offset": 175903220,
     "length": 34,
     "sha256": "21f00b3c373f53a704d3f42c7989df50d54ac46e165b661c908990979b88000b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176008881,
     "length": 27,
     "sha256": "b1f7b921de49b466a45dc58ae5950e134cfc0e1abce83dbc9dc938e8e1daac69",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176009567,
     "length": 27,
     "sha256": "b1f7b921de49b466a45dc58ae5950e134cfc0e1abce83dbc9dc938e8e1daac69",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zfj59hxc.js",
     "binary_offset": 179052501,
     "length": 27,
     "sha256": "3867afd6e416ed8394d83f7002dec0d5421fa61a0299fc717df5d8c20a56bbab",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173926384,
     "length": 29,
     "sha256": "486fb4c930bdfe8ac0240ff759f056cdf9ff0547ed681187a318517ab4d10bd0",
     "version": "2.1.282",
     "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-09k8apky.js",
     "binary_offset": 175321873,
     "length": 34,
     "sha256": "a01398acfd6e9e653df1f37c799705213fe590c5495029ee9e6fd665266963a7",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173926414,
     "length": 21,
     "sha256": "f02fdd0ae491d962c0224d1601ae3bdab5d91d668a7b839653fba649b2b35e2e",
     "version": "2.1.282",
     "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-a8m99xf2.js",
      "binary_offset": 199593082,
      "length": 26,
      "sha256": "a888de25cd7a7ebe9ea972599936fb79d310f1492667bd564e914090ab7dc940",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179763864,
     "length": 26,
     "sha256": "a888de25cd7a7ebe9ea972599936fb79d310f1492667bd564e914090ab7dc940",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179773822,
     "length": 26,
     "sha256": "a888de25cd7a7ebe9ea972599936fb79d310f1492667bd564e914090ab7dc940",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a8m99xf2.js",
     "binary_offset": 199593082,
     "length": 26,
     "sha256": "a888de25cd7a7ebe9ea972599936fb79d310f1492667bd564e914090ab7dc940",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a8m99xf2.js",
     "binary_offset": 199593148,
     "length": 26,
     "sha256": "a888de25cd7a7ebe9ea972599936fb79d310f1492667bd564e914090ab7dc940",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182917305,
     "length": 26,
     "sha256": "a888de25cd7a7ebe9ea972599936fb79d310f1492667bd564e914090ab7dc940",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fvdw09kw.js",
     "binary_offset": 205228430,
     "length": 16,
     "sha256": "328098c8e1e2c1f00beda60c36418644a9d27762ea115c5905e106d15eecd3cc",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 183432923.",
   "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-x9fwahqm.js` offset 183432923.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183432923,
     "length": 33,
     "sha256": "1e7c0dc0034aec662eb8adc0f12f3d4473b6e24328bd80fcc4eaa86ad450fd0a",
     "version": "2.1.282",
     "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-h2jpx4xr.js",
     "binary_offset": 179301742,
     "length": 25,
     "sha256": "553fd156ca6e53cd9cddc011a34aeb938051a6f58f1287a1035bed240588d9c1",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909080,
     "length": 29,
     "sha256": "a15196fbe987f513ad20ed74d8162b364fe2d33806dca108f07ae4e15c50e768",
     "version": "2.1.282",
     "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-7ks9wn7n.js",
     "binary_offset": 180697891,
     "length": 34,
     "sha256": "0e7a1c0d96e1bf4f4a421426fc1ec842ef7dd0d41620feee7aeeb0b2fd8d27dd",
     "version": "2.1.282",
     "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-h2jpx4xr.js",
     "binary_offset": 179301856,
     "length": 21,
     "sha256": "b63207f061af4ef08fc4e1a58b21f59c9f8effa6a71df46685e797572f137e48",
     "version": "2.1.282",
     "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-5abkkjjj.js` offset 193143014.",
   "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-5abkkjjj.js` offset 193143014.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-5abkkjjj.js",
      "binary_offset": 193143014,
      "length": 36,
      "sha256": "9dd8b661e42f21ec241a7761dc171a92fa93427db0a35592ca3f85bd91581157",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5abkkjjj.js",
     "binary_offset": 193143014,
     "length": 36,
     "sha256": "9dd8b661e42f21ec241a7761dc171a92fa93427db0a35592ca3f85bd91581157",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5abkkjjj.js",
     "binary_offset": 193143078,
     "length": 36,
     "sha256": "9dd8b661e42f21ec241a7761dc171a92fa93427db0a35592ca3f85bd91581157",
     "version": "2.1.282",
     "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-crzmfhf0.js` offset 188930089.",
   "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-crzmfhf0.js` offset 188930089.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-crzmfhf0.js",
      "binary_offset": 188930089,
      "length": 32,
      "sha256": "73c58ba3dd5064f45c0d71b49dc62f086c7707cd4dceef25e2cb64d9d33277e0",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-crzmfhf0.js",
     "binary_offset": 188930089,
     "length": 32,
     "sha256": "73c58ba3dd5064f45c0d71b49dc62f086c7707cd4dceef25e2cb64d9d33277e0",
     "version": "2.1.282",
     "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-fbctzhpm.js` offset 201441323.",
   "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-bkgbm924.js",
     "binary_offset": 173929584,
     "length": 24,
     "sha256": "45b53fba6e87a86df2c75b07ac23c832262d4bf3e4aa41531c94ee2d1cfd91f9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fbctzhpm.js` offset 201441323.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201441323,
     "length": 19,
     "sha256": "19d54f8c967ee020255ab71e803c54a02f7f1db5cea4ad5e0894de1d55696036",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gzmsdn6c.js",
     "binary_offset": 196120180,
     "length": 19,
     "sha256": "19d54f8c967ee020255ab71e803c54a02f7f1db5cea4ad5e0894de1d55696036",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183725828,
     "length": 19,
     "sha256": "19d54f8c967ee020255ab71e803c54a02f7f1db5cea4ad5e0894de1d55696036",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183918439,
     "length": 19,
     "sha256": "19d54f8c967ee020255ab71e803c54a02f7f1db5cea4ad5e0894de1d55696036",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183919104,
     "length": 19,
     "sha256": "19d54f8c967ee020255ab71e803c54a02f7f1db5cea4ad5e0894de1d55696036",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183931689,
     "length": 19,
     "sha256": "19d54f8c967ee020255ab71e803c54a02f7f1db5cea4ad5e0894de1d55696036",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173929609,
     "length": 23,
     "sha256": "035547dedf06aacb3dfbde6eae15e86b90b0eb6ba250866df5b3911b6822b4cf",
     "version": "2.1.282",
     "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-gzmsdn6c.js",
     "binary_offset": 196118427,
     "length": 18,
     "sha256": "3071d65d4e3903f4c8055d5ad278d57da0fc7b333834a68711cc5756b4193d93",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183725808,
     "length": 18,
     "sha256": "3071d65d4e3903f4c8055d5ad278d57da0fc7b333834a68711cc5756b4193d93",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183918373,
     "length": 18,
     "sha256": "3071d65d4e3903f4c8055d5ad278d57da0fc7b333834a68711cc5756b4193d93",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 183923595.",
   "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-bkgbm924.js",
     "binary_offset": 173929633,
     "length": 34,
     "sha256": "b312cc2de09cd8c16e46884db4fa96aeb1b4e57ebeab3a0292311ba46e6b180c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 183923595.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183923595,
     "length": 39,
     "sha256": "2763e2c9c75173a85332a1ec2961d908be322077239e79b10914d4fe0366ee4c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183923638,
     "length": 29,
     "sha256": "773e36d9bf6e0fee5a8bab54805231619592d9184e5ab878164ae885eb400aff",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176400104.",
   "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-bkgbm924.js",
     "binary_offset": 173909110,
     "length": 26,
     "sha256": "9fd4f742a2ca886cc486932efac46f6b9f2fce03d4af01a63b9cb4fe931b7b6b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176400104.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176400104,
     "length": 21,
     "sha256": "4ea4f74138b5e51330b2fb093bbac8d2d31e67b9fce37988754d017ec730bdce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mvk1zgwg.js",
     "binary_offset": 203440844,
     "length": 21,
     "sha256": "4ea4f74138b5e51330b2fb093bbac8d2d31e67b9fce37988754d017ec730bdce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mvk1zgwg.js",
     "binary_offset": 203441484,
     "length": 21,
     "sha256": "4ea4f74138b5e51330b2fb093bbac8d2d31e67b9fce37988754d017ec730bdce",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185454144.",
   "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-brqj61g3.js` offset 185454144.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185454144,
     "length": 29,
     "sha256": "927ca514c5295895955a99b3bd556e226b0ed55421aca8188af318a1da0fc0e3",
     "version": "2.1.282",
     "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-520ct9jk.js` offset 174739984.",
   "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-520ct9jk.js` offset 174739984.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-520ct9jk.js",
     "binary_offset": 174739984,
     "length": 34,
     "sha256": "628d65dc0217d6f9f0c0cef791914257f25531412ed842e34835c74c20bc045f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fb7c4zak.js",
     "binary_offset": 177761341,
     "length": 34,
     "sha256": "628d65dc0217d6f9f0c0cef791914257f25531412ed842e34835c74c20bc045f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fb7c4zak.js",
     "binary_offset": 177762362,
     "length": 34,
     "sha256": "628d65dc0217d6f9f0c0cef791914257f25531412ed842e34835c74c20bc045f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fb7c4zak.js",
     "binary_offset": 177762576,
     "length": 34,
     "sha256": "628d65dc0217d6f9f0c0cef791914257f25531412ed842e34835c74c20bc045f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fb7c4zak.js",
     "binary_offset": 177763969,
     "length": 34,
     "sha256": "628d65dc0217d6f9f0c0cef791914257f25531412ed842e34835c74c20bc045f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claubbit",
   "title": "CLAUBBIT",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-3kj78r2m.js` offset 176604740.",
   "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-bkgbm924.js",
     "binary_offset": 173909137,
     "length": 15,
     "sha256": "10bdaa8ee0619f9d1635cfb260c16a0b551c74c6dd818a283f7be782ace4cee0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176604740.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176604740,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190117811,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190122931,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190123100,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190123461,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190123502,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190123575,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182644446,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zcqrf9cd.js",
     "binary_offset": 190992220,
     "length": 10,
     "sha256": "d6342530c1d1ce256c7cd37877c1a4f84c905604fa50452e2708eff27fb151e8",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909171,
     "length": 30,
     "sha256": "6ce2d8c9e146f0061b4fe048c1b89c3b2eeacefd228a68e1206656061e5822b7",
     "version": "2.1.282",
     "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-fbctzhpm.js",
     "binary_offset": 201480006,
     "length": 25,
     "sha256": "2959d14611e49bc10407170b0db18c674780fd860650ac615aa617eaa53a284b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909202,
     "length": 28,
     "sha256": "9035bcf8b91ce3812f36b6a2e370b8cba1dd096740ca83fa2baabe838b5dc661",
     "version": "2.1.282",
     "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-fbctzhpm.js",
     "binary_offset": 201479960,
     "length": 23,
     "sha256": "3d44032d4024ccdd0643c6f2edb898f82285e560873f57331c33aae81e57d05c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201491089,
     "length": 23,
     "sha256": "3d44032d4024ccdd0643c6f2edb898f82285e560873f57331c33aae81e57d05c",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181015195.",
   "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-bkgbm924.js",
     "binary_offset": 173909231,
     "length": 32,
     "sha256": "3fa8ab1f4612e18b6077cf6735dbcc091d805a4c984b280a8d7b00f8d4950d8d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181015195.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181015195,
     "length": 37,
     "sha256": "0da6445334b469a256b56b8c1bb0aa9be61920f1f9f21e90ef0679e1613f61be",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179762602.",
   "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-bkgbm924.js",
     "binary_offset": 173909292,
     "length": 34,
     "sha256": "5de7295408720bad54ee7762bacf2dfe518a09786ae5bdf6182dccbdc3423841",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179762602.",
    "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-3kj78r2m.js",
      "binary_offset": 176279100,
      "length": 29,
      "sha256": "7b22cafa9b9811b72b91a3b38cc8fae75af36de74af777004b114e882dee49f3",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176279960,
      "length": 29,
      "sha256": "7b22cafa9b9811b72b91a3b38cc8fae75af36de74af777004b114e882dee49f3",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179762602,
     "length": 39,
     "sha256": "eab56788bf30a556386f791aeb6a78e60f0cadbab71b07801143aebed0d1de6f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176279100,
     "length": 29,
     "sha256": "7b22cafa9b9811b72b91a3b38cc8fae75af36de74af777004b114e882dee49f3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176279146,
     "length": 29,
     "sha256": "7b22cafa9b9811b72b91a3b38cc8fae75af36de74af777004b114e882dee49f3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176279960,
     "length": 29,
     "sha256": "7b22cafa9b9811b72b91a3b38cc8fae75af36de74af777004b114e882dee49f3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176280011,
     "length": 29,
     "sha256": "7b22cafa9b9811b72b91a3b38cc8fae75af36de74af777004b114e882dee49f3",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909327,
     "length": 46,
     "sha256": "65ad2b03fd74db8362e9a705a26be60fbce3823cd3dcb66e804391088a96f22c",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 182283981,
     "length": 41,
     "sha256": "763e9be8ced588885ca73fe294bc7baf5cf5f681587d06bee001f539c983f198",
     "version": "2.1.282",
     "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-j6wm1bba.js` offset 206048251.",
   "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-bkgbm924.js",
     "binary_offset": 173909374,
     "length": 45,
     "sha256": "331afe4f643a1b4c5120c8a4a2f333ee2d2e45c9f0630c37a2487e29441dd44a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j6wm1bba.js` offset 206048251.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j6wm1bba.js",
     "binary_offset": 206048251,
     "length": 45,
     "sha256": "49a918d062f4e429f7490f4718cbdd1e18dd90630c25a8cc31eb022eae10b87d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909420,
     "length": 37,
     "sha256": "7522dc9b3b1fb8ae4103ee875c542e65abdf73ae4fe359a1a9eb5e4807507e4f",
     "version": "2.1.282",
     "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-s1t81hd7.js",
     "binary_offset": 207014683,
     "length": 32,
     "sha256": "af756a02c0de2c9a1927acaddf6cdc3c34433b685fbe419835c4bd7ecc46a208",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207227668,
     "length": 32,
     "sha256": "af756a02c0de2c9a1927acaddf6cdc3c34433b685fbe419835c4bd7ecc46a208",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176279004.",
   "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-bkgbm924.js",
     "binary_offset": 173909458,
     "length": 31,
     "sha256": "2fcb1723fb023fde52bce228d0fe678f649de557caae880c593201410fc474b3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176279004.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176279004,
      "length": 36,
      "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176279860,
      "length": 36,
      "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-a90kkmza.js",
      "binary_offset": 188201896,
      "length": 36,
      "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176279004,
     "length": 36,
     "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176279056,
     "length": 36,
     "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176279860,
     "length": 36,
     "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176279917,
     "length": 36,
     "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a90kkmza.js",
     "binary_offset": 188201896,
     "length": 36,
     "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j6wm1bba.js",
     "binary_offset": 206042700,
     "length": 36,
     "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j6wm1bba.js",
     "binary_offset": 206045509,
     "length": 36,
     "sha256": "8c91e3c281fcd25fff2733830868f9876c9ce5b9312ab5f8f4fd09915327b12d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176607989,
     "length": 26,
     "sha256": "2a7deae4f34e26781686be4e758c0a24a9131d22316d2b3d2cdee6b3990d25b8",
     "version": "2.1.282",
     "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-2vjrg17t.js` offset 190927156.",
   "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-2vjrg17t.js` offset 190927156.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2vjrg17t.js",
     "binary_offset": 190927156,
     "length": 15,
     "sha256": "b63509a4eb70e2199525ccb81d4bea1f59d23be3fc7fba40e9baba3f120e1904",
     "version": "2.1.282",
     "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-2vjrg17t.js` offset 190939504.",
   "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-bkgbm924.js",
     "binary_offset": 173909264,
     "length": 27,
     "sha256": "8b8a8721d2496f4397299bcaf7e6d3472742357a24740fc31fb328d64b4a19d9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2vjrg17t.js` offset 190939504.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-az5fyd9j.js",
      "binary_offset": 180881074,
      "length": 22,
      "sha256": "05b80a8099ebd3a6d901afcacd45cd5475b2ae9948becf2103cfc1ad0b0f4271",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2vjrg17t.js",
     "binary_offset": 190939504,
     "length": 22,
     "sha256": "05b80a8099ebd3a6d901afcacd45cd5475b2ae9948becf2103cfc1ad0b0f4271",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-az5fyd9j.js",
     "binary_offset": 180881074,
     "length": 22,
     "sha256": "05b80a8099ebd3a6d901afcacd45cd5475b2ae9948becf2103cfc1ad0b0f4271",
     "version": "2.1.282",
     "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-473hmktr.js` offset 187165246.",
   "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-bkgbm924.js",
     "binary_offset": 173909490,
     "length": 33,
     "sha256": "ecad0f9a2b122bbe6552646d0d0d7b820a714013f91b18ecffb4596a3f75729e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-473hmktr.js` offset 187165246.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-473hmktr.js",
     "binary_offset": 187165246,
     "length": 28,
     "sha256": "bd85f0b2e63cd60e295192c0327b909a4303f7d8ea8dd58890ad2da339415494",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-473hmktr.js",
     "binary_offset": 187200143,
     "length": 28,
     "sha256": "bd85f0b2e63cd60e295192c0327b909a4303f7d8ea8dd58890ad2da339415494",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-473hmktr.js",
     "binary_offset": 187201567,
     "length": 28,
     "sha256": "bd85f0b2e63cd60e295192c0327b909a4303f7d8ea8dd58890ad2da339415494",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-473hmktr.js",
     "binary_offset": 187234599,
     "length": 28,
     "sha256": "bd85f0b2e63cd60e295192c0327b909a4303f7d8ea8dd58890ad2da339415494",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-473hmktr.js",
     "binary_offset": 187234763,
     "length": 28,
     "sha256": "bd85f0b2e63cd60e295192c0327b909a4303f7d8ea8dd58890ad2da339415494",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-scrbks1a.js",
     "binary_offset": 204012424,
     "length": 28,
     "sha256": "bd85f0b2e63cd60e295192c0327b909a4303f7d8ea8dd58890ad2da339415494",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909524,
     "length": 42,
     "sha256": "b481673e396a872b8c3575b0a813f8dc5307e664891e4dd073ffa459f96d62d4",
     "version": "2.1.282",
     "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-4pwy8jq4.js",
     "binary_offset": 187840207,
     "length": 37,
     "sha256": "159c9a8a3bf5ba6e1b22d98e1a99bb86647a34ac81da45ff978bb0de39d44a0b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4pwy8jq4.js",
     "binary_offset": 187840252,
     "length": 37,
     "sha256": "159c9a8a3bf5ba6e1b22d98e1a99bb86647a34ac81da45ff978bb0de39d44a0b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909606,
     "length": 35,
     "sha256": "b6a58a783dca1535d958b8ce711a8f5d52e5ec2321b4a47f5a7973f5e6bd978e",
     "version": "2.1.282",
     "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-b6y7k20e.js",
     "binary_offset": 187900046,
     "length": 40,
     "sha256": "ddd26c0c27b5f589e775a0ac5d536088ab75993db8e4677de9399df1c373ea9e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fq31dggx.js",
     "binary_offset": 212365066,
     "length": 30,
     "sha256": "3c860447ebcea7ba94abedc9b7a721d5d539fa281ab02f0bd66fbbe3bd00d587",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184513920,
     "length": 30,
     "sha256": "3c860447ebcea7ba94abedc9b7a721d5d539fa281ab02f0bd66fbbe3bd00d587",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909567,
     "length": 38,
     "sha256": "2940c6faffd699049669df7c049b6c068e83c073a8fc0085138f3c6336717954",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181936013,
     "length": 43,
     "sha256": "0e787485e5964ac1726aaecfd736b78d9f23be4988f961b19c385f748b2e5180",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173887621,
     "length": 27,
     "sha256": "db49ff1ad896a243a4f72a276cfcc31207e53aadb3b1f2863da46b1e163eef90",
     "version": "2.1.282",
     "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-ky74kxy1.js",
     "binary_offset": 175879032,
     "length": 22,
     "sha256": "7763481a357751f2964d3dd941896392c2a838799d58df82418f0b7b67eb5153",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173887649,
     "length": 30,
     "sha256": "a38c5bf699fc0e83b92b3d5df5855050bd5c56e28ca1bcecccb2b864bf27ee8d",
     "version": "2.1.282",
     "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-ky74kxy1.js",
     "binary_offset": 175877689,
     "length": 25,
     "sha256": "e9ec58b67f1ec1bbe69d2579cb19dbfa78298409e1d9a7f56f32db576651f0c9",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173887680,
     "length": 33,
     "sha256": "bd27f7e081983b1cb6c9c384248d8f692551ca623d33ce8dfae5892d40be4c5a",
     "version": "2.1.282",
     "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-ky74kxy1.js",
     "binary_offset": 175878909,
     "length": 28,
     "sha256": "c9ed3776f359a488d8bbf65c1fac03a8c521521d953a6664f9b56d0c8f8605e5",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909642,
     "length": 47,
     "sha256": "a3c3b5bac0ce0c79300c64c700e611449809330bb61e78584b6699cc81b9efa0",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173712535,
     "length": 52,
     "sha256": "5509dbb89abfe41bba1bf135855695a902ebc1f46ed79e0fc6221494f1189b70",
     "version": "2.1.282",
     "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-6jyjgx35.js` offset 175929648.",
   "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-bkgbm924.js",
     "binary_offset": 173909690,
     "length": 35,
     "sha256": "59e8ac3880cc5ef50b3733a6117119640917e96bc61d10ce63d579265228cb1d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6jyjgx35.js` offset 175929648.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-6jyjgx35.js",
      "binary_offset": 175929648,
      "length": 40,
      "sha256": "b23ee675717f251b365871c358e5b9e69e59ebf4a1380940eeac628e62421a52",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-6jyjgx35.js",
      "binary_offset": 175932658,
      "length": 40,
      "sha256": "b23ee675717f251b365871c358e5b9e69e59ebf4a1380940eeac628e62421a52",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-hj3p6ej4.js",
      "binary_offset": 190138048,
      "length": 30,
      "sha256": "5c6ab6bcb8cd17ed9993b0dde7de1c0ffa482ad02cd157d11f4cb44310d48d20",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175929648,
     "length": 40,
     "sha256": "b23ee675717f251b365871c358e5b9e69e59ebf4a1380940eeac628e62421a52",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175929817,
     "length": 40,
     "sha256": "b23ee675717f251b365871c358e5b9e69e59ebf4a1380940eeac628e62421a52",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175930825,
     "length": 40,
     "sha256": "b23ee675717f251b365871c358e5b9e69e59ebf4a1380940eeac628e62421a52",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175930994,
     "length": 40,
     "sha256": "b23ee675717f251b365871c358e5b9e69e59ebf4a1380940eeac628e62421a52",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175932658,
     "length": 40,
     "sha256": "b23ee675717f251b365871c358e5b9e69e59ebf4a1380940eeac628e62421a52",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190138048,
     "length": 30,
     "sha256": "5c6ab6bcb8cd17ed9993b0dde7de1c0ffa482ad02cd157d11f4cb44310d48d20",
     "version": "2.1.282",
     "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-aqqy0nss.js` offset 202411282.",
   "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-bkgbm924.js",
     "binary_offset": 173909726,
     "length": 24,
     "sha256": "97a0509f4f19d19239031b0b3517d79fd5d98bb14a8397ebeed6fe41e6130d2f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-aqqy0nss.js` offset 202411282.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-aqqy0nss.js",
     "binary_offset": 202411282,
     "length": 29,
     "sha256": "761beb706e37097af87420f38e2acfd012b8174952a8e46301a2b4a548586e80",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176580898,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqqy0nss.js",
     "binary_offset": 202409801,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186336448,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186336679,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-q37pjv2d.js",
     "binary_offset": 205285759,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181038839,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ye4x3h8k.js",
     "binary_offset": 186617305,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ye4x3h8k.js",
     "binary_offset": 186620049,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ye4x3h8k.js",
     "binary_offset": 186687905,
     "length": 19,
     "sha256": "8dd1e8f45d75b372d2a104f64af0dc2fba09c7495050dea4523bbe6d1c119749",
     "version": "2.1.282",
     "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-mfv918z3.js` offset 190305373.",
   "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-bkgbm924.js",
     "binary_offset": 173909751,
     "length": 27,
     "sha256": "3d905fddc04b7899082013c30bf76f4cdd7f2ba98e93d44f0b429586a418c2fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mfv918z3.js` offset 190305373.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mfv918z3.js",
     "binary_offset": 190305373,
     "length": 22,
     "sha256": "b91278937e95378b8efbd9468932a88056a5da81b92efa1ed21e0e35f28aac80",
     "version": "2.1.282",
     "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-xbqxyc9r.js` offset 175908053.",
   "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-bkgbm924.js",
     "binary_offset": 173909779,
     "length": 43,
     "sha256": "7832fab64b09d14a340e79e0440c4fd8e5e69dceb848cd964855803a3e6db6b9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xbqxyc9r.js` offset 175908053.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175908053,
     "length": 38,
     "sha256": "479c829152822b584da2fba6496cb778237dc8018c97fed6b7cb01d939533dd7",
     "version": "2.1.282",
     "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-xbqxyc9r.js` offset 175907990.",
   "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-bkgbm924.js",
     "binary_offset": 173909823,
     "length": 45,
     "sha256": "90d6310464704c6252af92e28cd14239dacc08242198c261cb12a9632d11d65b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xbqxyc9r.js` offset 175907990.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175907990,
     "length": 40,
     "sha256": "75c5771124a28f8d8b51a0a7f937fe30eaf3b974f21232c33f09a03b7913693c",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181583081.",
   "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-bkgbm924.js",
     "binary_offset": 173909869,
     "length": 26,
     "sha256": "89610932b8d7dd137f211286276e846fa6300c47f62318c638309bc85f1af92c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181583081.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181583081,
     "length": 21,
     "sha256": "4c46686ec5e6d63ac3d4c23b8c01c65ed017780d6f18aa1ef8a2479900349190",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182342424,
     "length": 21,
     "sha256": "4c46686ec5e6d63ac3d4c23b8c01c65ed017780d6f18aa1ef8a2479900349190",
     "version": "2.1.282",
     "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-appb597y.js` offset 189505044.",
   "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-bkgbm924.js",
     "binary_offset": 173909896,
     "length": 35,
     "sha256": "f796c65cc9efb0d5e7993bdaba120346dcc2dc86311fde67c37fe94a45634190",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-appb597y.js` offset 189505044.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189505044,
     "length": 30,
     "sha256": "09901b5e74abae732efa53d80435f34bfd10439b945292042e5af27704ffc5b8",
     "version": "2.1.282",
     "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-appb597y.js` offset 189558040.",
   "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-bkgbm924.js",
     "binary_offset": 173909932,
     "length": 35,
     "sha256": "8c5c1809d106e8179e7c1f7339c2527f2e2f954ffd487e9ad64b68d25203e25b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-appb597y.js` offset 189558040.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189558040,
     "length": 30,
     "sha256": "e616699a7e8df35b0136e002e9d8d9ddbb9f2f97eda117d8723f3710b13f41cc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189580433,
     "length": 30,
     "sha256": "e616699a7e8df35b0136e002e9d8d9ddbb9f2f97eda117d8723f3710b13f41cc",
     "version": "2.1.282",
     "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-j98pk437.js` offset 191020835.",
   "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-bkgbm924.js",
     "binary_offset": 173909968,
     "length": 25,
     "sha256": "7bd3ad2506b0148243b318c1f26e8fe008914632b7139a37404e851db12a5cbc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j98pk437.js` offset 191020835.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j98pk437.js",
     "binary_offset": 191020835,
     "length": 30,
     "sha256": "dbda7267bc693a6da7f8c49f7bee716d7f1921ab096e5fd7c1c9fdf1fb60ecc6",
     "version": "2.1.282",
     "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-jexm3yxd.js` offset 200017686.",
   "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-bkgbm924.js",
     "binary_offset": 173909994,
     "length": 32,
     "sha256": "8f3d7b18ac6390ec510f58bd0fff4146b764c977e214d4978a04e4db1274ad3c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-jexm3yxd.js` offset 200017686.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-jexm3yxd.js",
     "binary_offset": 200017686,
     "length": 27,
     "sha256": "5cac6c16e512a1644964cb3eff70512e424b61e8c303d6acf1c2f51397d174a5",
     "version": "2.1.282",
     "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-jexm3yxd.js` offset 200017903.",
   "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-bkgbm924.js",
     "binary_offset": 173910027,
     "length": 24,
     "sha256": "0e40d1e6b56aec88895b2793ee85ee2d13b2647783a702141d31e1fcc63535f2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-jexm3yxd.js` offset 200017903.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-jexm3yxd.js",
     "binary_offset": 200017903,
     "length": 19,
     "sha256": "47f681f8a42cb0278c9c1073c8cc331b54620947b6014f72d819e17b88729041",
     "version": "2.1.282",
     "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-appb597y.js` offset 189504440.",
   "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-bkgbm924.js",
     "binary_offset": 173910052,
     "length": 41,
     "sha256": "7f4bcd1fd4e92f0df48de5bf55646e673212e1272e66e38efddcc43a90c67004",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-appb597y.js` offset 189504440.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189504440,
     "length": 36,
     "sha256": "76fa2fb175e42882d65a9356c0cc040e81b85c9cf69e35caa1b028d22763638c",
     "version": "2.1.282",
     "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-j98pk437.js` offset 191020910.",
   "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-bkgbm924.js",
     "binary_offset": 173910094,
     "length": 35,
     "sha256": "dfdf1c96063758a85698ae59534c5f840d58df37d0e63989bdc3ad1472f6e271",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j98pk437.js` offset 191020910.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j98pk437.js",
     "binary_offset": 191020910,
     "length": 40,
     "sha256": "1fcb7e870b48b555c967b96804c90b338b1f827566b4924c4b459be3873c8406",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jexm3yxd.js",
     "binary_offset": 200017966,
     "length": 30,
     "sha256": "daddef05a9301f89efb127885e8afda5b75445235b17e9375401b154f1faf47d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mfv918z3.js",
     "binary_offset": 190305442,
     "length": 30,
     "sha256": "daddef05a9301f89efb127885e8afda5b75445235b17e9375401b154f1faf47d",
     "version": "2.1.282",
     "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-fbctzhpm.js` offset 201735205.",
   "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-bkgbm924.js",
     "binary_offset": 173910130,
     "length": 23,
     "sha256": "05ba6997a359e84c53a8fe546a1d3971905d531c6874bd5add35af58d2e79504",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fbctzhpm.js` offset 201735205.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201735205,
     "length": 28,
     "sha256": "2c2da5b5aa9a5c703ed5724a542d36ecbe0ea62c1f4088d85c8fbda463d3a610",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3efg76ka.js",
     "binary_offset": 202860015,
     "length": 18,
     "sha256": "3ee49295d46a4284ed05022619b8a0d6843ed0eb5bd113984b194d3119fc44f2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176582447,
     "length": 18,
     "sha256": "3ee49295d46a4284ed05022619b8a0d6843ed0eb5bd113984b194d3119fc44f2",
     "version": "2.1.282",
     "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-jexm3yxd.js` offset 200016649.",
   "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-bkgbm924.js",
     "binary_offset": 173910154,
     "length": 33,
     "sha256": "4cfea3741e0754f0738baaf73b69fd5ed379a56c782d0c8fd024d28199b7fbc4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-jexm3yxd.js` offset 200016649.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-jexm3yxd.js",
     "binary_offset": 200016649,
     "length": 28,
     "sha256": "4fcf9accb1a0d647d9afb21925c5cd831f8095e2ce991b29338db4779bd6cbe6",
     "version": "2.1.282",
     "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-j98pk437.js` offset 191020003.",
   "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-bkgbm924.js",
     "binary_offset": 173910188,
     "length": 31,
     "sha256": "ba232891bc06764de15561c022c8e65708f119a23d642937e17cd79cd840685f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j98pk437.js` offset 191020003.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-j98pk437.js",
      "binary_offset": 191020003,
      "length": 26,
      "sha256": "d9c55f29ac7ddd7968f08c9ffa4424392531bb4aa148bf175f8eede252740aeb",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j98pk437.js",
     "binary_offset": 191020003,
     "length": 26,
     "sha256": "d9c55f29ac7ddd7968f08c9ffa4424392531bb4aa148bf175f8eede252740aeb",
     "version": "2.1.282",
     "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-hj3p6ej4.js` offset 190121512.",
   "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-bkgbm924.js",
     "binary_offset": 173910220,
     "length": 34,
     "sha256": "b93cd5700056cd63a46bc5d2c90a0723c8a3e3c777d1fc2925974d6bf3d1a383",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hj3p6ej4.js` offset 190121512.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190121512,
     "length": 29,
     "sha256": "57d0e7e866de380d29f13614a92d152ed69c2092552cc53a42640a16837840f5",
     "version": "2.1.282",
     "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-cr7pb212.js` offset 195315415.",
   "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-bkgbm924.js",
     "binary_offset": 173910255,
     "length": 29,
     "sha256": "57c135e6c91bf87ce38aa4de8884b1da33a6606b601140736eeb6b94db364380",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cr7pb212.js` offset 195315415.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cr7pb212.js",
     "binary_offset": 195315415,
     "length": 24,
     "sha256": "733dae68f28a5cebcac95601f7852e53cf646b2deec678d88948d3ef2c30c98b",
     "version": "2.1.282",
     "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-jxzssyp7.js` offset 208157223.",
   "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-bkgbm924.js",
     "binary_offset": 173910318,
     "length": 38,
     "sha256": "ee660ef7caeeb746c48496a3055f3a3be30579be246dab09ec424941578b240c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-jxzssyp7.js` offset 208157223.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-jxzssyp7.js",
     "binary_offset": 208157223,
     "length": 43,
     "sha256": "76f29ce67338330651a77ef832a3b839122e16a24c67da100daf9973c29c9495",
     "version": "2.1.282",
     "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-jxzssyp7.js` offset 208157347.",
   "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-bkgbm924.js",
     "binary_offset": 173910357,
     "length": 41,
     "sha256": "6ae1b44d7bacdf8416c92570fa78d74eb54335d0e5027474bd62c8d72d0e2c52",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-jxzssyp7.js` offset 208157347.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-jxzssyp7.js",
     "binary_offset": 208157347,
     "length": 36,
     "sha256": "3d9adfbe3554db4d8beddaeb04c229321a237ad4df820c9f96ab372dfe817946",
     "version": "2.1.282",
     "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-hj3p6ej4.js` offset 190190224.",
   "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-bkgbm924.js",
     "binary_offset": 173910399,
     "length": 43,
     "sha256": "3f6e8ececd64cd9c4aa3d5e2704ad25cc3abddaa66d9af8d297836c0a17e4f4a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hj3p6ej4.js` offset 190190224.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190190224,
     "length": 38,
     "sha256": "2876ad7c2188171a4326d8251861bb178a299eb620a9ae58c5db397d05f99589",
     "version": "2.1.282",
     "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-jxzssyp7.js` offset 208157270.",
   "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-bkgbm924.js",
     "binary_offset": 173910443,
     "length": 40,
     "sha256": "d7180e81664077158e3a63568b05aec0c9b2d63e2d91818bfb4305d05a06ec02",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-jxzssyp7.js` offset 208157270.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-jxzssyp7.js",
     "binary_offset": 208157270,
     "length": 35,
     "sha256": "03171b601066cf35ae9692679153c37e71417364c45d21e9ca68199e556f7f0d",
     "version": "2.1.282",
     "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-jxzssyp7.js` offset 208157309.",
   "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-bkgbm924.js",
     "binary_offset": 173910484,
     "length": 39,
     "sha256": "d8a972c9b35e9dfb51c4f7b6ed4e0e453874a0ed3dacd6421420d05f85d923ed",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-jxzssyp7.js` offset 208157309.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-jxzssyp7.js",
     "binary_offset": 208157309,
     "length": 34,
     "sha256": "4103eaa4fde79ef7d949d548181fbe389c932706da9b31fea5e18d91949fc7ef",
     "version": "2.1.282",
     "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-jxzssyp7.js` offset 208157181.",
   "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-bkgbm924.js",
     "binary_offset": 173910524,
     "length": 33,
     "sha256": "2c151b1f6dbde1af886ac832215257be5477d007bbe859ebf757eead5f83d9a4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-jxzssyp7.js` offset 208157181.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-jxzssyp7.js",
     "binary_offset": 208157181,
     "length": 38,
     "sha256": "78c12cd2264d63b2818a1710cec080542486772068a1d600f214662835b6562f",
     "version": "2.1.282",
     "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-jxzssyp7.js` offset 208157126.",
   "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-bkgbm924.js",
     "binary_offset": 173910558,
     "length": 37,
     "sha256": "6b4f086d08c31e58b6d74dcd2b3890267b88649ddf6b52fc8e54b74d6c5405d5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-jxzssyp7.js` offset 208157126.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 5,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-f2cpz4n7.js",
      "binary_offset": 192515309,
      "length": 32,
      "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-fbctzhpm.js",
      "binary_offset": 200573855,
      "length": 32,
      "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-gd42n4hm.js",
      "binary_offset": 199828387,
      "length": 32,
      "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-gd42n4hm.js",
      "binary_offset": 199890901,
      "length": 32,
      "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-hj3p6ej4.js",
      "binary_offset": 190190188,
      "length": 32,
      "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-jxzssyp7.js",
     "binary_offset": 208157126,
     "length": 42,
     "sha256": "0ed49f221cd3a9d59f5f8baa3241651de3da3577d85060a82a90eab827c0b034",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-f2cpz4n7.js",
     "binary_offset": 192515309,
     "length": 32,
     "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200573855,
     "length": 32,
     "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200581954,
     "length": 32,
     "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201733604,
     "length": 32,
     "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199828387,
     "length": 32,
     "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199890901,
     "length": 32,
     "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190121462,
     "length": 32,
     "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190190188,
     "length": 32,
     "sha256": "9574fdc505f3233cf766d45e4552e85d20f9b10210683cd2e3878c8fc278ee86",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173926436,
     "length": 41,
     "sha256": "f8409c463522c8b8bcc7587e101b4c9482cdb7adb55723c107b9b7e6be7b192a",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179772852,
     "length": 46,
     "sha256": "08bc231747e678ceb0cecc8bea747ae5b86a3c5b157317fc83f274d84764e3f8",
     "version": "2.1.282",
     "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-ga64084q.js` offset 187722458.",
   "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-bkgbm924.js",
     "binary_offset": 173887714,
     "length": 37,
     "sha256": "241a28c51f658adee39c63bde018a67d0fe4ec411b9d7889bc434ae4f3525dee",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ga64084q.js` offset 187722458.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ga64084q.js",
     "binary_offset": 187722458,
     "length": 32,
     "sha256": "115bb8920035a5c04e83ad2cfe438e333329df90fe36caab65a217394f8cbb78",
     "version": "2.1.282",
     "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-td4b4vhw.js` offset 191386845.",
   "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-bkgbm924.js",
     "binary_offset": 173910637,
     "length": 37,
     "sha256": "0357f8c3a969bb6721b894c063ccbc5f991b18cd7f3317b427132b208e1d54cd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-td4b4vhw.js` offset 191386845.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-td4b4vhw.js",
     "binary_offset": 191386845,
     "length": 32,
     "sha256": "9ab1f9d7e815c25b49e31b289532e2ad91fee6bea0487dc7fdb9d34de2ab057a",
     "version": "2.1.282",
     "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-td4b4vhw.js` offset 191386652.",
   "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-bkgbm924.js",
     "binary_offset": 173910675,
     "length": 36,
     "sha256": "daee3b23cb8358cc3567c15ae0799392114f1299f02c8dbc3c6b0df4b75ede69",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-td4b4vhw.js` offset 191386652.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-td4b4vhw.js",
     "binary_offset": 191386652,
     "length": 41,
     "sha256": "d8cf5ff5a6dde2067512f715149cf9259b3a7767f90849f77cdb33e10ee09a47",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910712,
     "length": 34,
     "sha256": "39baa936aef8ca6c7f0d0eab5925c04d201a2375d8a2df4a76b5132971011a60",
     "version": "2.1.282",
     "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-gnv7c02x.js",
     "binary_offset": 200164073,
     "length": 29,
     "sha256": "ceff9aca52e57270d2f55ee7f308c520f2b5d68d2957bed17e783ca64f3e47a7",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176476252.",
   "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-bkgbm924.js",
     "binary_offset": 173925037,
     "length": 46,
     "sha256": "e4557e8c06300219b20737e5e0fc5f8c3f9d4b8ec0dec2e42d9edafd52ed9b6d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176476252.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176476252,
     "length": 41,
     "sha256": "8ebd36d8a297a04e728b1599c2cc8519b68c05ec203d2664971249a008cb797a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44tqgb9h.js",
     "binary_offset": 189727508,
     "length": 41,
     "sha256": "8ebd36d8a297a04e728b1599c2cc8519b68c05ec203d2664971249a008cb797a",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176476129.",
   "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-bkgbm924.js",
     "binary_offset": 173925084,
     "length": 48,
     "sha256": "27703ba6d431a5af08e840254f35584c8986ab1028438dc25e46b285ca56e995",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176476129.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176476129,
     "length": 43,
     "sha256": "303f0d248e026e195d68596aba4c2efc2d0234f681cc4baf714dbebcb38d2f72",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176481378,
     "length": 43,
     "sha256": "303f0d248e026e195d68596aba4c2efc2d0234f681cc4baf714dbebcb38d2f72",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44tqgb9h.js",
     "binary_offset": 189727464,
     "length": 43,
     "sha256": "303f0d248e026e195d68596aba4c2efc2d0234f681cc4baf714dbebcb38d2f72",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173887752,
     "length": 32,
     "sha256": "49971a87716e9923c31623fc6100aec75e205c25bcdbfa97481a36cf15575ff3",
     "version": "2.1.282",
     "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-ye4x3h8k.js",
     "binary_offset": 186621043,
     "length": 27,
     "sha256": "78c0f2565f6398479b4577a6fdcd932fa3e58f3e11131c47eeb7b4fe3ce2d471",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ye4x3h8k.js",
     "binary_offset": 186687360,
     "length": 27,
     "sha256": "78c0f2565f6398479b4577a6fdcd932fa3e58f3e11131c47eeb7b4fe3ce2d471",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ye4x3h8k.js",
     "binary_offset": 186732820,
     "length": 27,
     "sha256": "78c0f2565f6398479b4577a6fdcd932fa3e58f3e11131c47eeb7b4fe3ce2d471",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ye4x3h8k.js",
     "binary_offset": 186732980,
     "length": 27,
     "sha256": "78c0f2565f6398479b4577a6fdcd932fa3e58f3e11131c47eeb7b4fe3ce2d471",
     "version": "2.1.282",
     "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-pzrchwpx.js` offset 178874605.",
   "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-bkgbm924.js",
     "binary_offset": 173881851,
     "length": 36,
     "sha256": "2209574d0bd54f954f0cada808d573e4217a0485bcd356376bc9a04c2b72ef2c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-pzrchwpx.js` offset 178874605.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pzrchwpx.js",
     "binary_offset": 178874605,
     "length": 31,
     "sha256": "755576cbd207e1041acd05c211aa7457119d8d96adaa1adf9b2a6fa99074cbd5",
     "version": "2.1.282",
     "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-td4b4vhw.js` offset 191389753.",
   "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-bkgbm924.js",
     "binary_offset": 173881888,
     "length": 31,
     "sha256": "9b5d50385be9db0441272bced41f5590e4b6f982fff290c850a79ef91d10f175",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-td4b4vhw.js` offset 191389753.",
    "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-td4b4vhw.js",
     "binary_offset": 191389753,
     "length": 36,
     "sha256": "6e8b00aa11d14d5ac62646718245e2a5352a0d9d3ed75ad2beb94305ce42dbf8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176634308,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176811104,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-473hmktr.js",
     "binary_offset": 187076793,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pa508sej.js",
     "binary_offset": 188241960,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qdsez4a8.js",
     "binary_offset": 193983285,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w9px3gcs.js",
     "binary_offset": 207643053,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wtrbfnsd.js",
     "binary_offset": 195344808,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181071153,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181183087,
     "length": 26,
     "sha256": "85ebbae7c1bf20cb7df36c4d3be2cd02b98f3c5a0762f700499ccdf3f8c9695b",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182333700.",
   "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-bkgbm924.js",
     "binary_offset": 173887785,
     "length": 36,
     "sha256": "bdf4552b96c903fdfbc021bb5e22678037a299bf4147d7d451813117c801eaa0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182333700.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182333700,
     "length": 31,
     "sha256": "61dc294887560cc295af0365d44587e8386ca59cad8c7900a2b01e42be012e4b",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176605386.",
   "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-bkgbm924.js",
     "binary_offset": 173910747,
     "length": 25,
     "sha256": "3ecd650f69f23ab85d67982f77626bb21011dabe6a2c36c20bb6155ba78d436f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176605386.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176605386,
     "length": 30,
     "sha256": "bccfb10f2a238db8654da62fe62be3f5fb534679371430fdf5c8ce668e96a1e3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rqp1pwc5.js",
     "binary_offset": 173939019,
     "length": 20,
     "sha256": "82547e7f64fef932a411b494690af58fac4d3f1f42c12e3470496b7d293360f6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910773,
     "length": 51,
     "sha256": "ed34e67de223bf83b63de61917d61b2241bb31b302cd669ce07c16df6ae00e14",
     "version": "2.1.282",
     "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-rtgjjsce.js",
     "binary_offset": 197602066,
     "length": 46,
     "sha256": "ecdc6b1dab19ee03dfa24f1fc50009a4426db9555859cc7f98a2e5aecaefda7f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181557712,
     "length": 46,
     "sha256": "ecdc6b1dab19ee03dfa24f1fc50009a4426db9555859cc7f98a2e5aecaefda7f",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179763257.",
   "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-bkgbm924.js",
     "binary_offset": 173910825,
     "length": 40,
     "sha256": "2826d70d1e65dbe6002dc6ce64dccfa38e5c4f6edac7d449d5b9e5cb614d5245",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179763257.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179763257,
     "length": 45,
     "sha256": "619e15d764ece1dbbf073ac14840c78f01b4aa7e04ddfaa5efb325c0dff3a612",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197399332.",
   "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-bkgbm924.js",
     "binary_offset": 173910866,
     "length": 54,
     "sha256": "c37018863635a59cc2f775c204385a777015cc294e3cc903f258aec2b036706e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197399332.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197399332,
     "length": 49,
     "sha256": "c893ec8f97d4d62084e3907b64c8ed7f78671abe905b61097918ea9637ca17e0",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176583815.",
   "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-bkgbm924.js",
     "binary_offset": 173910921,
     "length": 24,
     "sha256": "5a4dcd3807e4d5fd5f9cdc8d1ce8309b7a1a24dc9e11d76ace5659b83b29dd06",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176583815.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176583815,
     "length": 19,
     "sha256": "dcf206a04d3348ed2964e1d1f04f07622595da1dbdf54006939e75aba8e95c2f",
     "version": "2.1.282",
     "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-az5fyd9j.js` offset 180881121.",
   "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-az5fyd9j.js` offset 180881121.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-az5fyd9j.js",
     "binary_offset": 180881121,
     "length": 16,
     "sha256": "1d47cbff9ea079cd8e2b2f1de4dcbf81e295c0146b1bbc7fdc4b30c7217b71c4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173887822,
     "length": 42,
     "sha256": "dc626980018e532bb894506e591521a647a7f17273afbded327057c3b55c2432",
     "version": "2.1.282",
     "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-7edff6wj.js",
     "binary_offset": 189640928,
     "length": 37,
     "sha256": "2650615caf9281a38e837186eb66a480144bfdee0fdb18704d1c48954aee5435",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xs2at0tc.js",
     "binary_offset": 190687677,
     "length": 37,
     "sha256": "2650615caf9281a38e837186eb66a480144bfdee0fdb18704d1c48954aee5435",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ye4x3h8k.js",
     "binary_offset": 186686730,
     "length": 37,
     "sha256": "2650615caf9281a38e837186eb66a480144bfdee0fdb18704d1c48954aee5435",
     "version": "2.1.282",
     "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-ye4x3h8k.js` offset 186561096.",
   "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-ye4x3h8k.js` offset 186561096.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ye4x3h8k.js",
     "binary_offset": 186561096,
     "length": 27,
     "sha256": "439199668964525a32b927c81a4a0718a57a0071657b96d849577bdb9e658afc",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173925133,
     "length": 39,
     "sha256": "53f936721fb9cc8b35faeecd01ab7e6c8373be47db928bcefce20c25e69919b8",
     "version": "2.1.282",
     "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-76kv9jbg.js",
     "binary_offset": 177243860,
     "length": 34,
     "sha256": "47ef8a029d3e33c5900425ef9536dc8c1821f11f988bcf2913556a2c2be6df7d",
     "version": "2.1.282",
     "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-n4d3xtp1.js` offset 177270010.",
   "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-bkgbm924.js",
     "binary_offset": 173887865,
     "length": 34,
     "sha256": "a2d9ed64a1183f0b757fbb7434d54f284573dcfd890c7ee749fd96a9b31edc2c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n4d3xtp1.js` offset 177270010.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n4d3xtp1.js",
     "binary_offset": 177270010,
     "length": 29,
     "sha256": "8e2e57014019805a9963c1a8b6c7fd209f966432836eb09878fa40cd62810c3e",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 180058426.",
   "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-bkgbm924.js",
     "binary_offset": 173929749,
     "length": 31,
     "sha256": "2cb40a1b8db092be080c356ce9921ef361a0c73c5a4d6fb16f56a38a250ac801",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 180058426.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 180058426,
     "length": 36,
     "sha256": "ffa9d2027d755b4352a6da655ba445c8ad4dd4361ee7ab6102b08e19da806ecb",
     "version": "2.1.282",
     "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-5ha9skvk.js` offset 179227259.",
   "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-bkgbm924.js",
     "binary_offset": 173881920,
     "length": 42,
     "sha256": "82f69747c75078ca2ac76598aafe61be19a4eb1fe30de770579aa09b3b243452",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ha9skvk.js` offset 179227259.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-hj3p6ej4.js",
      "binary_offset": 190138175,
      "length": 37,
      "sha256": "3f0c2cb0a5040de0c852b767cf16fdf9ad70a2919b58542612658e61472ca3b1",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ha9skvk.js",
     "binary_offset": 179227259,
     "length": 47,
     "sha256": "571c81f21ece601ea3c5fb5bda1467bedc8e47603bb83907df03d912013279a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190138175,
     "length": 37,
     "sha256": "3f0c2cb0a5040de0c852b767cf16fdf9ad70a2919b58542612658e61472ca3b1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176741545,
     "length": 41,
     "sha256": "219a403542b73755255ea5cf181cb6c9b93e4abf75cac83f08af3f5b0f7b49a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176794191,
     "length": 41,
     "sha256": "219a403542b73755255ea5cf181cb6c9b93e4abf75cac83f08af3f5b0f7b49a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176797076,
     "length": 41,
     "sha256": "219a403542b73755255ea5cf181cb6c9b93e4abf75cac83f08af3f5b0f7b49a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211190076,
     "length": 41,
     "sha256": "219a403542b73755255ea5cf181cb6c9b93e4abf75cac83f08af3f5b0f7b49a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-scrbks1a.js",
     "binary_offset": 203657382,
     "length": 41,
     "sha256": "219a403542b73755255ea5cf181cb6c9b93e4abf75cac83f08af3f5b0f7b49a6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173881963,
     "length": 40,
     "sha256": "fb691d72622ddcb5a668c586317d7a202ce7821462f5399d40758b066e8a1c75",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176746913,
     "length": 35,
     "sha256": "99a8a679cc02d5ba9a8800de90081ccfc96819ec48a3609fe71354fb45ed0a22",
     "version": "2.1.282",
     "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-enmhapz6.js` offset 180422001.",
   "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-bkgbm924.js",
     "binary_offset": 173910946,
     "length": 27,
     "sha256": "8a46f2d122cd9ba7ce96006818324a675729ba05f6632627ad5aab04809c6f1e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-enmhapz6.js` offset 180422001.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-enmhapz6.js",
     "binary_offset": 180422001,
     "length": 22,
     "sha256": "e42ef07b36dfc5aa7ac2ea4eec68094dc062a98ad42009d57ab3329a99f604e6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-enmhapz6.js",
     "binary_offset": 180422057,
     "length": 22,
     "sha256": "e42ef07b36dfc5aa7ac2ea4eec68094dc062a98ad42009d57ab3329a99f604e6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-enmhapz6.js",
     "binary_offset": 180422533,
     "length": 22,
     "sha256": "e42ef07b36dfc5aa7ac2ea4eec68094dc062a98ad42009d57ab3329a99f604e6",
     "version": "2.1.282",
     "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-agda3bb1.js` offset 188366366.",
   "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-bkgbm924.js",
     "binary_offset": 173887900,
     "length": 34,
     "sha256": "0dc3fc20a51f5d67c5d5e4928ce595ac81b9fcb61adfc337df8e8b9307bf79c2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-agda3bb1.js` offset 188366366.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-agda3bb1.js",
     "binary_offset": 188366366,
     "length": 29,
     "sha256": "f6d17a0253d286a70e70cf978deffc35c4eddd3fb42c363f19ae4a1e25337e11",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-agda3bb1.js",
     "binary_offset": 188366469,
     "length": 29,
     "sha256": "f6d17a0253d286a70e70cf978deffc35c4eddd3fb42c363f19ae4a1e25337e11",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-enmhapz6.js",
     "binary_offset": 180422348,
     "length": 29,
     "sha256": "f6d17a0253d286a70e70cf978deffc35c4eddd3fb42c363f19ae4a1e25337e11",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911098,
     "length": 37,
     "sha256": "553db5fd0d15dfb27264c913db9b3e1fd33bf7a75816d20a8f01c084934a4c3c",
     "version": "2.1.282",
     "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-ryz9c4gx.js",
     "binary_offset": 203470210,
     "length": 32,
     "sha256": "775a16f72a585dda7988b4503894a8064e86bb8b6181681a1fce10da958e2ac7",
     "version": "2.1.282",
     "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-d0x61414.js` offset 187474699.",
   "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-bkgbm924.js",
     "binary_offset": 173888019,
     "length": 44,
     "sha256": "fd261be211fc3bb92252a8915862eb5d8054cac2afd37fd3138886d85adf8534",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-d0x61414.js` offset 187474699.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-d0x61414.js",
     "binary_offset": 187474699,
     "length": 39,
     "sha256": "745c4305c9c46dcb15b18c4327b93633ba3127c583537ad2f090aad67a0e9252",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-d0x61414.js",
     "binary_offset": 187475177,
     "length": 39,
     "sha256": "745c4305c9c46dcb15b18c4327b93633ba3127c583537ad2f090aad67a0e9252",
     "version": "2.1.282",
     "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-d0x61414.js` offset 187475240.",
   "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-bkgbm924.js",
     "binary_offset": 173888064,
     "length": 50,
     "sha256": "651dd3f5008f721e2f98788a74ade44e56599757384299aaa4875bbd5941c33e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-d0x61414.js` offset 187475240.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-d0x61414.js",
     "binary_offset": 187475240,
     "length": 45,
     "sha256": "9a7789acc2698a80da827f274320c4c3f33916e7d25051eafdabb7ea15ca10f2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-d0x61414.js",
     "binary_offset": 187475579,
     "length": 45,
     "sha256": "9a7789acc2698a80da827f274320c4c3f33916e7d25051eafdabb7ea15ca10f2",
     "version": "2.1.282",
     "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-d0x61414.js` offset 187463265.",
   "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-bkgbm924.js",
     "binary_offset": 173888115,
     "length": 45,
     "sha256": "0531340ecabf7e672ea6222b134ae545a40e497f89cb8d5fd805638b70adcd00",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-d0x61414.js` offset 187463265.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-d0x61414.js",
     "binary_offset": 187463265,
     "length": 40,
     "sha256": "782008f73c933f6b6bbacf03f02d33ae8c5ed736f80a77f0d9e31bb1337d54e7",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173887935,
     "length": 36,
     "sha256": "f58890132083f58f04c40b84d222ca0c7cc52187e9086f0ec7a44e8d84194511",
     "version": "2.1.282",
     "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-avt3d60p.js",
     "binary_offset": 187322851,
     "length": 31,
     "sha256": "83d5f67cd275c2dcf3862176ee2f12c4ddb0fccdb4e49516b7617abde9eb0de0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-avt3d60p.js",
     "binary_offset": 187322932,
     "length": 31,
     "sha256": "83d5f67cd275c2dcf3862176ee2f12c4ddb0fccdb4e49516b7617abde9eb0de0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173887972,
     "length": 46,
     "sha256": "154786856e7901f86c439d9a398fbd9b3eee54f6317ad9f9d5d11201069b937e",
     "version": "2.1.282",
     "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-d0x61414.js",
     "binary_offset": 187474598,
     "length": 41,
     "sha256": "84cec7115a086fc3c9087242a324c093839c13d5d4e328e7d1f3852f9a5fa102",
     "version": "2.1.282",
     "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-0n1zqbw8.js` offset 188244644.",
   "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-bkgbm924.js",
     "binary_offset": 173888161,
     "length": 30,
     "sha256": "91eda3954454c1f8131b0bfe7aa66ebba818644b6b837f998a446c564ad29251",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-0n1zqbw8.js` offset 188244644.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-0n1zqbw8.js",
     "binary_offset": 188244644,
     "length": 25,
     "sha256": "46958bfd6ae941476d99e3f038c4f15d317095cec4122aa9499f128d5424c076",
     "version": "2.1.282",
     "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-0n1zqbw8.js` offset 188244704.",
   "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-bkgbm924.js",
     "binary_offset": 173888192,
     "length": 42,
     "sha256": "448746edf96e4f9fb00b721666d71678a208a43af6ff23c4cfcb82e9994ac7ea",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-0n1zqbw8.js` offset 188244704.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-0n1zqbw8.js",
     "binary_offset": 188244704,
     "length": 37,
     "sha256": "246859d1e733c4ca2b71413f024d24164e5753b5ee0c9765ccd7661580033ecb",
     "version": "2.1.282",
     "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-8h1gzdbe.js` offset 188423505.",
   "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-bkgbm924.js",
     "binary_offset": 173888235,
     "length": 34,
     "sha256": "3c2fc4802498d676a860c7a362951457d4d86dc2b1e39e6ca4504cb17a2d7df9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8h1gzdbe.js` offset 188423505.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8h1gzdbe.js",
     "binary_offset": 188423505,
     "length": 29,
     "sha256": "c864f4138467e9a833a8c10d604beee4e4b791aacb687f4b57ecd7eb1e197d82",
     "version": "2.1.282",
     "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-hrm61gzn.js` offset 194379817.",
   "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-bkgbm924.js",
     "binary_offset": 173888270,
     "length": 38,
     "sha256": "6b8ddd376badfb5bbad64286afe4800ac28c674dca214173956bb73331c30ae8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hrm61gzn.js` offset 194379817.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hrm61gzn.js",
     "binary_offset": 194379817,
     "length": 33,
     "sha256": "18d08d8c88d5eed1d57eecca2a57e0ef4852c87cfc9c9df47ed7205d737605e7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-scrbks1a.js",
     "binary_offset": 204275216,
     "length": 33,
     "sha256": "18d08d8c88d5eed1d57eecca2a57e0ef4852c87cfc9c9df47ed7205d737605e7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-scrbks1a.js",
     "binary_offset": 204275303,
     "length": 33,
     "sha256": "18d08d8c88d5eed1d57eecca2a57e0ef4852c87cfc9c9df47ed7205d737605e7",
     "version": "2.1.282",
     "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-473hmktr.js` offset 187124962.",
   "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-bkgbm924.js",
     "binary_offset": 173888309,
     "length": 31,
     "sha256": "2c0c5748f35f044b784f36a849b22376f66dcd04e1462bbe39910347fa7eb5cf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-473hmktr.js` offset 187124962.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-473hmktr.js",
     "binary_offset": 187124962,
     "length": 26,
     "sha256": "6f57a8ce204fe83b844907d612562da7ea1f851fcb0bbcaa9a6e85a61b0e3b14",
     "version": "2.1.282",
     "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-473hmktr.js` offset 187124545.",
   "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-bkgbm924.js",
     "binary_offset": 173888341,
     "length": 38,
     "sha256": "ed49362d582514903eddbd3267f92f946e487c25a92d000bbddb1906121025ab",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-473hmktr.js` offset 187124545.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-473hmktr.js",
     "binary_offset": 187124545,
     "length": 33,
     "sha256": "2cf3d5b9c0c84f5ad73d974b1cad4522b6418879929be64c05f0b22a1121092a",
     "version": "2.1.282",
     "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-8h1gzdbe.js` offset 188426751.",
   "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-bkgbm924.js",
     "binary_offset": 173888425,
     "length": 39,
     "sha256": "586ef88a544c992c985861999ede08e8f7bc3efed66d2f08514ae4a91b1b9f23",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8h1gzdbe.js` offset 188426751.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8h1gzdbe.js",
     "binary_offset": 188426751,
     "length": 34,
     "sha256": "e90603ddfc814f53a77632065fee3f4007cb00acf2737d89d868e022bb03c53f",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184086424.",
   "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-bkgbm924.js",
     "binary_offset": 173888380,
     "length": 44,
     "sha256": "077b7da040ee6e110d089c7ee4911b2dae6251f452996aa36f30c0d93f797f71",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184086424.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184086424,
     "length": 39,
     "sha256": "568a00a5c5b2ecf28ea20b27aa222b9d244dcc16053da560dba6c8fb4c56cd49",
     "version": "2.1.282",
     "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-8h1gzdbe.js` offset 188428698.",
   "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-bkgbm924.js",
     "binary_offset": 173888465,
     "length": 36,
     "sha256": "6209b27b344e0e0b4f3291da3653fc6e6244ba41c5b698789fbc114509310ea7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8h1gzdbe.js` offset 188428698.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8h1gzdbe.js",
     "binary_offset": 188428698,
     "length": 31,
     "sha256": "9e1bd820826c00658af927b7780c48b5996ea7bca0b9f694d45f5658cc90ea23",
     "version": "2.1.282",
     "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-8h1gzdbe.js` offset 188423640.",
   "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-bkgbm924.js",
     "binary_offset": 173888502,
     "length": 31,
     "sha256": "da642bd520853fd78ab879bd1abc70101e51d2e013dea22156ca0773a0788a5a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8h1gzdbe.js` offset 188423640.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8h1gzdbe.js",
     "binary_offset": 188423640,
     "length": 26,
     "sha256": "2693918e8102f3f86e89cd4ab743b92b8f7b5b4b8adf731924c8213c9e82a20b",
     "version": "2.1.282",
     "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-3h79tmds.js` offset 187604198.",
   "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-bkgbm924.js",
     "binary_offset": 173888534,
     "length": 36,
     "sha256": "6a9e4aa12fc8502f03e9b56778c838d213af45432e6d7109127f98338d7945ca",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3h79tmds.js` offset 187604198.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3h79tmds.js",
     "binary_offset": 187604198,
     "length": 31,
     "sha256": "0303b2b0b4a32ecdcefd2dfbb1da1a55916dc5f4992941790fd36b77321ec347",
     "version": "2.1.282",
     "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-fc8dtavv.js` offset 188283434.",
   "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-bkgbm924.js",
     "binary_offset": 173888571,
     "length": 35,
     "sha256": "d9d061f18209477a0274824a3719f435a58b7a45d5098263572a01cb26a94697",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fc8dtavv.js` offset 188283434.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fc8dtavv.js",
     "binary_offset": 188283434,
     "length": 30,
     "sha256": "713c0eb82eec7f040ecb4c59fcd6153d2a46cf595c9ef51b3864572bfb8cb26d",
     "version": "2.1.282",
     "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-fc8dtavv.js` offset 188307138.",
   "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-bkgbm924.js",
     "binary_offset": 173888607,
     "length": 38,
     "sha256": "04c8d326e684ffcab95c4eb1eecfec33c6bd483cb476316a874336f541059d6b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fc8dtavv.js` offset 188307138.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fc8dtavv.js",
     "binary_offset": 188307138,
     "length": 33,
     "sha256": "2b007556030c3f6ab9c0ebbd1f343bd49e578db0cf7205e9bd3fa8230c2e0fb4",
     "version": "2.1.282",
     "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-dfysq0t9.js` offset 192354884.",
   "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-bkgbm924.js",
     "binary_offset": 173888712,
     "length": 37,
     "sha256": "f3a8c378e33bc2e389cf04b32eeb4bbd966ad098cdc88813699f41af539506b0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-dfysq0t9.js` offset 192354884.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-dfysq0t9.js",
     "binary_offset": 192354884,
     "length": 32,
     "sha256": "e7c123b9c905b48110f21ca9b52ba00971c11b5a28538b371b1e35d73aad21d9",
     "version": "2.1.282",
     "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-mtjx43e9.js` offset 195237248.",
   "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-bkgbm924.js",
     "binary_offset": 173888750,
     "length": 40,
     "sha256": "5cf76f5dc38fff6976aefcfb5f21e787b3fbf391944a446ce23b1f3e4c00967b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mtjx43e9.js` offset 195237248.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mtjx43e9.js",
     "binary_offset": 195237248,
     "length": 35,
     "sha256": "85a661ad72f0de0c5f3b0b390ee94efb382b6259937f8877f077772b4dd3ebeb",
     "version": "2.1.282",
     "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-473hmktr.js` offset 187122314.",
   "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-bkgbm924.js",
     "binary_offset": 173888791,
     "length": 35,
     "sha256": "31ddef2236a565a253c813bbb63a77c04e51ecaccb4e156fa8cea0fbd9b208b4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-473hmktr.js` offset 187122314.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-473hmktr.js",
     "binary_offset": 187122314,
     "length": 30,
     "sha256": "9f5b8208d614ca2a81c58a0553286c99206e4c81cb84d4f73111f1dd4bb76fcc",
     "version": "2.1.282",
     "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-fc8dtavv.js` offset 188307071.",
   "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-bkgbm924.js",
     "binary_offset": 173888861,
     "length": 40,
     "sha256": "b9e0eb217bd1ea0b6155acfd48168c1dac47b3508771f23b5307e5a259cb430b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fc8dtavv.js` offset 188307071.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fc8dtavv.js",
     "binary_offset": 188307071,
     "length": 35,
     "sha256": "9ec5c026d94c7c8a7798db91412c7f5a4649481fb49b6d40546d10e4d7ba3f98",
     "version": "2.1.282",
     "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-fc8dtavv.js` offset 188297505.",
   "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-bkgbm924.js",
     "binary_offset": 173888902,
     "length": 45,
     "sha256": "7f1ea6d8a0f1c4f8341c33e3f6e461b7c93faffbbff6fc6148a3bc5b757c1827",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fc8dtavv.js` offset 188297505.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fc8dtavv.js",
     "binary_offset": 188297505,
     "length": 40,
     "sha256": "2ddf902e6f4f7754abe506e7bcc8e8558bcc5986e0c8760797c68303c0b32bc3",
     "version": "2.1.282",
     "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-fc8dtavv.js` offset 188297446.",
   "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-bkgbm924.js",
     "binary_offset": 173888827,
     "length": 33,
     "sha256": "e540b7e53208e063718b6332baeb115fea83a2f233c0da0de3714eb192f4f5f4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fc8dtavv.js` offset 188297446.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fc8dtavv.js",
     "binary_offset": 188297446,
     "length": 28,
     "sha256": "d37577450028e6ceff9f740b2cfea3f4d410c1cd77a3f0e355f5e64f3b826526",
     "version": "2.1.282",
     "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-fc8dtavv.js` offset 188280947.",
   "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-bkgbm924.js",
     "binary_offset": 173888948,
     "length": 34,
     "sha256": "fbb949bd8f5d9b6c0a5dfd4ea35352556eb2fc8633aee9b618434a73abb13c4f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fc8dtavv.js` offset 188280947.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fc8dtavv.js",
     "binary_offset": 188280947,
     "length": 29,
     "sha256": "835f81cdb8e2757f6ba76687c3c7c6aa17f3fc26ade2081737dc2d2f1b9848da",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176562590.",
   "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-bkgbm924.js",
     "binary_offset": 173911016,
     "length": 38,
     "sha256": "5298c7f15d897b0f619306d627e1fa18a4667624c2f802b919c57f5403e60288",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176562590.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176562590,
      "length": 33,
      "sha256": "c569a74f084059133e2370cf324d06d39dcb2b16725a60eeaf16a2d6e9441727",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176562590,
     "length": 33,
     "sha256": "c569a74f084059133e2370cf324d06d39dcb2b16725a60eeaf16a2d6e9441727",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176562651,
     "length": 33,
     "sha256": "c569a74f084059133e2370cf324d06d39dcb2b16725a60eeaf16a2d6e9441727",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qxsxbr7c.js",
     "binary_offset": 180405757,
     "length": 33,
     "sha256": "c569a74f084059133e2370cf324d06d39dcb2b16725a60eeaf16a2d6e9441727",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181843409.",
   "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-bkgbm924.js",
     "binary_offset": 173888983,
     "length": 43,
     "sha256": "7e0b508c79068d51bc76f7e2ff5090b8aea5a4b91e82c8cdb9ba0ba2fcfefb0d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181843409.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181843409,
     "length": 38,
     "sha256": "4d5b229df6de2faec672bb058bc4efdd9794bd88649319225118ef1a0755840a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173926478,
     "length": 37,
     "sha256": "ea042803b3391e5e574524ea027e21ff89ccb8287f6283a7085b8858c8ca5d3a",
     "version": "2.1.282",
     "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-b4y911xg.js",
     "binary_offset": 177140813,
     "length": 42,
     "sha256": "0ccadf300672bf049d86e01dbebe8fea6280d0935a38e6b7cc39b5764aeb14e5",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176771852.",
   "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-bkgbm924.js",
     "binary_offset": 173882004,
     "length": 36,
     "sha256": "97fdbe6ffcaa2b5d1e989f6616367a1eb627061b61744c30eb28e89bfba96245",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176771852.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176771852,
     "length": 31,
     "sha256": "46d1eca9fe41946d2cae87416601fd60f82d29a108d2974e43d44c22ea80f955",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-auto-background-worker-checkin-seconds",
   "title": "CLAUDE_CODE_AUTO_BACKGROUND_WORKER_CHECKIN_SECONDS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "From docs: When `CLAUDE_AUTO_BACKGROUND_TASKS` is enabled, seconds between reminders to Claude to check on background subagents that are still running.",
   "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,
     "max": 86400,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173911313,
     "length": 57,
     "sha256": "15db8e5675624940e8a0ef2c6d460710da4b616350600e028f712f33a80dbde0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "When `CLAUDE_AUTO_BACKGROUND_TASKS` is enabled, seconds between reminders to Claude to check on background subagents that are still running.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184513953,
     "length": 52,
     "sha256": "0cbb69ce6abeb08d402c1385ec7a7577bcdb47881a5d50f004fc6205788617a2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911371,
     "length": 38,
     "sha256": "1c029f4d60aaba9f9a9a1406f1649e4339cc33179eb4fbeb019dda063128ee6a",
     "version": "2.1.282",
     "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-x9fwahqm.js",
      "binary_offset": 181933645,
      "length": 43,
      "sha256": "042de733a066613e67d714c3eed756200802adf08a48f86e0e8881e637be99b2",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181933645,
     "length": 43,
     "sha256": "042de733a066613e67d714c3eed756200802adf08a48f86e0e8881e637be99b2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181933735,
     "length": 43,
     "sha256": "042de733a066613e67d714c3eed756200802adf08a48f86e0e8881e637be99b2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173889027,
     "length": 35,
     "sha256": "650eb1bcd253ef9aff938cec16ba9392f2ee2386452f2c3d9c2578676cbaba6a",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 184020986,
     "length": 30,
     "sha256": "5bc23d1b5c8cdf0441ab480af7e0f28bc9c95767437d510e30e3167979a1f6b2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184021109,
     "length": 30,
     "sha256": "5bc23d1b5c8cdf0441ab480af7e0f28bc9c95767437d510e30e3167979a1f6b2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173889063,
     "length": 35,
     "sha256": "9d88e8f0e1b5186ce9e157093330d4019e3b2eb4cd6e1f65f852e95d247623a5",
     "version": "2.1.282",
     "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-k0gb8rhx.js",
     "binary_offset": 186926064,
     "length": 30,
     "sha256": "a472a5b19d83803a6071687509bfd981374c05e2f89510c82942d9bbb6a1cb1e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186926135,
     "length": 30,
     "sha256": "a472a5b19d83803a6071687509bfd981374c05e2f89510c82942d9bbb6a1cb1e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182232683,
     "length": 30,
     "sha256": "a472a5b19d83803a6071687509bfd981374c05e2f89510c82942d9bbb6a1cb1e",
     "version": "2.1.282",
     "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-n4d3xtp1.js` offset 177268943.",
   "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-bkgbm924.js",
     "binary_offset": 173889099,
     "length": 30,
     "sha256": "dedc480c8df465f9aa17dd1dac1c85867b263e6e88812cc08c5b2ca8a273a43d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n4d3xtp1.js` offset 177268943.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n4d3xtp1.js",
     "binary_offset": 177268943,
     "length": 25,
     "sha256": "38275e32065c02479ed159b530a9cf9e65986a820f8704299c92c2699f0c6cf0",
     "version": "2.1.282",
     "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-p3en2qbk.js` offset 179279227.",
   "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-bkgbm924.js",
     "binary_offset": 173911460,
     "length": 27,
     "sha256": "a7d6fb29343cbf98589aa1afe87e5a5ac3a767d2c0cc5da6c93dc9995724b3a7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-p3en2qbk.js` offset 179279227.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-p3en2qbk.js",
     "binary_offset": 179279227,
     "length": 22,
     "sha256": "b0ab3da3f42bd5586a2493182b6e902e6ed4b09e5e3f7328335a467627f20dd0",
     "version": "2.1.282",
     "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-p3en2qbk.js` offset 179263286.",
   "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-bkgbm924.js",
     "binary_offset": 173911488,
     "length": 28,
     "sha256": "416c3d90c90bd8a269a0ad234deac2f4f0ab5ed2f3acd02666d39a8b9db76551",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-p3en2qbk.js` offset 179263286.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-p3en2qbk.js",
     "binary_offset": 179263286,
     "length": 23,
     "sha256": "eb4dddf9260095d3d77cca5ef215e8bc4cc9131d69ddeccb380dfbe1a6721d51",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173889130,
     "length": 33,
     "sha256": "c9bd117472cc30f10e12de3fc1cd3bf9d1be05e91a438f73b66e1371fe490471",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 184573949,
     "length": 28,
     "sha256": "9d0ca4a095a8518b4a3bc8c6991cdab9827e6a4ffeacc19b1d55ec7b1f9b3af4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184573994,
     "length": 28,
     "sha256": "9d0ca4a095a8518b4a3bc8c6991cdab9827e6a4ffeacc19b1d55ec7b1f9b3af4",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182291489.",
   "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-bkgbm924.js",
     "binary_offset": 173889164,
     "length": 44,
     "sha256": "79f35dba525ccadd5c705e1f46c622b61e7e432da0d6d8b049605d3912f6eac7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182291489.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182291489,
     "length": 39,
     "sha256": "83e241329c54229b167c47b198580b9bfc8684b6bde59e961814eed8c2a243ba",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184622170.",
   "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-bkgbm924.js",
     "binary_offset": 173889209,
     "length": 46,
     "sha256": "a6e525b533ee3a8bc242ecac026533a7363c094802e81e481af5d36783a8217b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184622170.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184622170,
     "length": 41,
     "sha256": "5fd056233586cbf2da0faa829ac5943561fe79cf6f9409f6f836eb306127ac66",
     "version": "2.1.282",
     "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-ye4x3h8k.js` offset 186687594.",
   "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-bkgbm924.js",
     "binary_offset": 173884758,
     "length": 36,
     "sha256": "dca441f09726f58f9b242fde68db6974ac04a1561410eca56d86c837ce81c5eb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ye4x3h8k.js` offset 186687594.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ye4x3h8k.js",
     "binary_offset": 186687594,
     "length": 31,
     "sha256": "bb39fa45cbd6d1ca43ff6ee8fa148a93a6c12ee79babc63f050bc10a577af7ee",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173889256,
     "length": 42,
     "sha256": "74425fd5fbed9321a63ffdf69a156e70527e4ccf86a4551e875eedc3599dceb4",
     "version": "2.1.282",
     "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-rtgjjsce.js",
     "binary_offset": 197271321,
     "length": 37,
     "sha256": "daf2d2c7cdd41a4b8d4c761e1630b2db3b859e1d99c3c0b5b9f723a7fba9885c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197271385,
     "length": 37,
     "sha256": "daf2d2c7cdd41a4b8d4c761e1630b2db3b859e1d99c3c0b5b9f723a7fba9885c",
     "version": "2.1.282",
     "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-n4d3xtp1.js` offset 177270097.",
   "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-bkgbm924.js",
     "binary_offset": 173889299,
     "length": 30,
     "sha256": "01fde1fcbe7bb328f1b74a99629c632e86028209acacbb75cb078a8b8a520ecd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n4d3xtp1.js` offset 177270097.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n4d3xtp1.js",
     "binary_offset": 177270097,
     "length": 25,
     "sha256": "a636f61b043064ddcbb2549e742df2513aae5c28e8153ee31dbcf8de8de239a8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182338482,
     "length": 25,
     "sha256": "a636f61b043064ddcbb2549e742df2513aae5c28e8153ee31dbcf8de8de239a8",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181936059.",
   "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-bkgbm924.js",
     "binary_offset": 173911517,
     "length": 42,
     "sha256": "da07e2512fcf0b5624151d943481d3ac69f2314a9f4d0acc6dee01473f6ad9ef",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181936059.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181936059,
     "length": 47,
     "sha256": "deb6881a3288a79fd74e7fab812431fbab3182a1170d165f0719af4fa6334688",
     "version": "2.1.282",
     "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-n4d3xtp1.js` offset 177271866.",
   "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-bkgbm924.js",
     "binary_offset": 173889330,
     "length": 33,
     "sha256": "c2a6ad2c05d694fceed3d94ba452c5520e498436882e4edbde22507164428310",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n4d3xtp1.js` offset 177271866.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n4d3xtp1.js",
     "binary_offset": 177271866,
     "length": 28,
     "sha256": "20ed664cd59539a162f4905d5c52927b825894232ec67a66eab05101fe77cf24",
     "version": "2.1.282",
     "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-enmhapz6.js` offset 180422086.",
   "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-bkgbm924.js",
     "binary_offset": 173911560,
     "length": 40,
     "sha256": "c1c88cbd27f9ddaea37c1f425f1df800033b99ae1caa6688ef7eecd4c3fcd69e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-enmhapz6.js` offset 180422086.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-enmhapz6.js",
     "binary_offset": 180422086,
     "length": 35,
     "sha256": "8e5b73c35df754568791da93a1d9f4e386956bbe8be5ccc93c76ea5d911addee",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175917154,
     "length": 35,
     "sha256": "8e5b73c35df754568791da93a1d9f4e386956bbe8be5ccc93c76ea5d911addee",
     "version": "2.1.282",
     "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-xbqxyc9r.js` offset 175917113.",
   "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-bkgbm924.js",
     "binary_offset": 173911601,
     "length": 44,
     "sha256": "51ad65661c453213a4e20a6814683e71e2dc3be1bd7d6eb98e4594f0d4005534",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xbqxyc9r.js` offset 175917113.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175917113,
     "length": 39,
     "sha256": "30df26bd1be45fe9f189cde04de7d7f59d9edbba0fffa1c7825faf75339a05e2",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179528595.",
   "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-bkgbm924.js",
     "binary_offset": 173911646,
     "length": 48,
     "sha256": "0e764c8e5f1e272653c635fa05ed792652fc5e13bbda9cce0e4ce23a4e1942a2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179528595.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179528595,
     "length": 43,
     "sha256": "07c7998786188c74b7d96309a0d7faf73fb62b7fc6889537117b53fe221b3642",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175917191,
     "length": 43,
     "sha256": "07c7998786188c74b7d96309a0d7faf73fb62b7fc6889537117b53fe221b3642",
     "version": "2.1.282",
     "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-s9mmpr6r.js` offset 175890799.",
   "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-bkgbm924.js",
     "binary_offset": 173911695,
     "length": 37,
     "sha256": "0043b13a22114b5750982e903710c6b9f1908b22bc1960fe1986c0f402bb2c0f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-s9mmpr6r.js` offset 175890799.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s9mmpr6r.js",
     "binary_offset": 175890799,
     "length": 42,
     "sha256": "4dc7d69502b4d66fe6c1a5eb79c34276e7c945dd461281a7a73269ffe47789e9",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197705334.",
   "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-bkgbm924.js",
     "binary_offset": 173911733,
     "length": 44,
     "sha256": "edf5b3800f89e2bd3f9d7ddab2c095f782c51934d574fda17e45fad9f7ef953f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197705334.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197705334,
     "length": 39,
     "sha256": "6bc377682a0289cc0dd8280edc6207ea10c0d45e23e05c0620b327bc666b1230",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197705490.",
   "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-bkgbm924.js",
     "binary_offset": 173911778,
     "length": 40,
     "sha256": "6e81341718c55fcf0d15b918e3ce385609f417a178b099e4a6b3242efb7f7e7d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197705490.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197705490,
     "length": 35,
     "sha256": "c1baf9db06c905a052451daf87df9969b256137679c0c0e289e5ed1da83d2ae9",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181416775.",
   "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-bkgbm924.js",
     "binary_offset": 173911819,
     "length": 39,
     "sha256": "358cc068ba2e1b567c3e828155a4c33a757e45ca806111fdbb47d649232f1705",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181416775.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181416775,
     "length": 34,
     "sha256": "a0321c614ade5b42242ecdcbef59ee8a6fe58e34b7579d8e44959fdb6869d24c",
     "version": "2.1.282",
     "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-a8m99xf2.js` offset 199690160.",
   "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-bkgbm924.js",
     "binary_offset": 173911896,
     "length": 24,
     "sha256": "1501b9c469912ef2411fdcf10afa3245692a05e0c29ec3311495fd0082ea6e1e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-a8m99xf2.js` offset 199690160.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-a8m99xf2.js",
     "binary_offset": 199690160,
     "length": 19,
     "sha256": "dfd2bbc15322b89f1d93d5a29e28a76f9fe12a0a4cba801ddec6e934563cff7b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189552329,
     "length": 19,
     "sha256": "dfd2bbc15322b89f1d93d5a29e28a76f9fe12a0a4cba801ddec6e934563cff7b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-avwbqrmb.js",
     "binary_offset": 196939286,
     "length": 19,
     "sha256": "dfd2bbc15322b89f1d93d5a29e28a76f9fe12a0a4cba801ddec6e934563cff7b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-nd32t0hc.js",
     "binary_offset": 187996124,
     "length": 19,
     "sha256": "dfd2bbc15322b89f1d93d5a29e28a76f9fe12a0a4cba801ddec6e934563cff7b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-r3583nfh.js",
     "binary_offset": 196267861,
     "length": 19,
     "sha256": "dfd2bbc15322b89f1d93d5a29e28a76f9fe12a0a4cba801ddec6e934563cff7b",
     "version": "2.1.282",
     "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-ee6f9xs4.js` offset 188047512.",
   "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-bkgbm924.js",
     "binary_offset": 173911921,
     "length": 31,
     "sha256": "f7863e2eb8a1d8e6adca837f6a8c6f506c9cc4f372462640c655a2f9c85b1b88",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ee6f9xs4.js` offset 188047512.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ee6f9xs4.js",
     "binary_offset": 188047512,
     "length": 26,
     "sha256": "fbf235f3051af93e0de005df7e99a07cf1403484fccd4ce1dc2f3565ce58bfdc",
     "version": "2.1.282",
     "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-ye4x3h8k.js",
     "binary_offset": 186560753,
     "length": 34,
     "sha256": "0f8bff9ec8705f1507cca079eb37397e05e014cf529ebab6c92c85f13d96a5ca",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176397539.",
   "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-bkgbm924.js",
     "binary_offset": 173889364,
     "length": 29,
     "sha256": "5ed4a47a3d0a3cfede3dd5cf59126219df345fb6e27a32b4f5cb1a90279ee96e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176397539.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176397539,
     "length": 24,
     "sha256": "cebdad4c1f3b2795cd88e756a822bcd4bba7f3edb7ce9c6406850700fd6f08b4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqqy0nss.js",
     "binary_offset": 202416623,
     "length": 24,
     "sha256": "cebdad4c1f3b2795cd88e756a822bcd4bba7f3edb7ce9c6406850700fd6f08b4",
     "version": "2.1.282",
     "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-appb597y.js` offset 189574689.",
   "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-bkgbm924.js",
     "binary_offset": 173889394,
     "length": 45,
     "sha256": "e447ba977d651f73d8aeb769178f1b4424b143869ef734a5f30fa028ff7bb3f9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-appb597y.js` offset 189574689.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189574689,
     "length": 40,
     "sha256": "74fe0821d4e9c93de4715f039bf849a1252d0bd268132075542705ef115b9523",
     "version": "2.1.282",
     "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-appb597y.js` offset 189574738.",
   "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-bkgbm924.js",
     "binary_offset": 173889440,
     "length": 43,
     "sha256": "a7e97f61b8e324db379ac815fd04e9250ea2c9421074fb50a9fceceda4e79e01",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-appb597y.js` offset 189574738.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189574738,
     "length": 38,
     "sha256": "4e6f2f9155bda200e9e190fd724de43077d67d7056f677e064d058531316a11f",
     "version": "2.1.282",
     "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-dpc3wbsa.js` offset 179037818.",
   "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-bkgbm924.js",
     "binary_offset": 173911953,
     "length": 30,
     "sha256": "7299a57c13ffc6892e49ecc6a94ce949ad9f1721023206f2dcd4a4192623e8fe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-dpc3wbsa.js` offset 179037818.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-dpc3wbsa.js",
     "binary_offset": 179037818,
     "length": 25,
     "sha256": "54105beb04d7a599a3b1290aeab4221e294d9c3508c825f8288fbcf2198d6fc0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-em12ppcw.js",
     "binary_offset": 195079002,
     "length": 25,
     "sha256": "54105beb04d7a599a3b1290aeab4221e294d9c3508c825f8288fbcf2198d6fc0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173889484,
     "length": 32,
     "sha256": "9f51820c866ff76a024ab51dee5b49c1b3412ebe7c4b872d8df7e158f6417366",
     "version": "2.1.282",
     "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-3psz8crg.js",
     "binary_offset": 211374026,
     "length": 27,
     "sha256": "0bb57284bcbeab809781809181d3e1186d926e81ffd01dd43fe206bccbad0061",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179479385,
     "length": 27,
     "sha256": "0bb57284bcbeab809781809181d3e1186d926e81ffd01dd43fe206bccbad0061",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-d9dpmkhv.js",
     "binary_offset": 176156053,
     "length": 27,
     "sha256": "0bb57284bcbeab809781809181d3e1186d926e81ffd01dd43fe206bccbad0061",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-d9dpmkhv.js",
     "binary_offset": 176156153,
     "length": 27,
     "sha256": "0bb57284bcbeab809781809181d3e1186d926e81ffd01dd43fe206bccbad0061",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-d9dpmkhv.js",
     "binary_offset": 176156270,
     "length": 27,
     "sha256": "0bb57284bcbeab809781809181d3e1186d926e81ffd01dd43fe206bccbad0061",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-d9dpmkhv.js",
     "binary_offset": 176156441,
     "length": 27,
     "sha256": "0bb57284bcbeab809781809181d3e1186d926e81ffd01dd43fe206bccbad0061",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rqp1pwc5.js",
     "binary_offset": 173938482,
     "length": 27,
     "sha256": "0bb57284bcbeab809781809181d3e1186d926e81ffd01dd43fe206bccbad0061",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183509845,
     "length": 27,
     "sha256": "0bb57284bcbeab809781809181d3e1186d926e81ffd01dd43fe206bccbad0061",
     "version": "2.1.282",
     "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-td4b4vhw.js` offset 191391431.",
   "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-bkgbm924.js",
     "binary_offset": 173889517,
     "length": 40,
     "sha256": "2aaff748ec52d78a2e7b8863db3811006ba42c217b691eb2a1c97f32231182c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-td4b4vhw.js` offset 191391431.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-td4b4vhw.js",
     "binary_offset": 191391431,
     "length": 35,
     "sha256": "a295144046f3b351c7f383ad2f37ae64f5428784ad29d1a7444933f163fdac92",
     "version": "2.1.282",
     "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-crzmfhf0.js` offset 188930970.",
   "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-bkgbm924.js",
     "binary_offset": 173911984,
     "length": 37,
     "sha256": "15844c12e42e58ea129846bf44f6d557fff4df8615c310ab2b22c8b40acf00df",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-crzmfhf0.js` offset 188930970.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-crzmfhf0.js",
     "binary_offset": 188930970,
     "length": 42,
     "sha256": "20834deb9bb4b7ed51c8a7fee9cf110228c6017f86d2e6422a0ad6e1259a2e0f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-crzmfhf0.js",
     "binary_offset": 188931025,
     "length": 42,
     "sha256": "20834deb9bb4b7ed51c8a7fee9cf110228c6017f86d2e6422a0ad6e1259a2e0f",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182791852.",
   "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-bkgbm924.js",
     "binary_offset": 173889558,
     "length": 31,
     "sha256": "945fddd8afcda25fe4b7ee1ee73a86486797b5419fdfabbeda9dbfeb7d47b353",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182791852.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182791852,
     "length": 26,
     "sha256": "f38286b52595d5e81d4954a04e064711a09bb0bcb7142ff8b389dd7bdf7d030b",
     "version": "2.1.282",
     "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-ye4x3h8k.js` offset 186697511.",
   "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-bkgbm924.js",
     "binary_offset": 173889590,
     "length": 38,
     "sha256": "f1378ab02c3e070a9d31b8ba77fdaa2a1598d7bd56b98a6f93860cab351ee5a8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ye4x3h8k.js` offset 186697511.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ye4x3h8k.js",
     "binary_offset": 186697511,
     "length": 33,
     "sha256": "0833265d634ab59160e87898723fc29edc3720b8131f7285671ecfc38bd85fb1",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176605034.",
   "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-bkgbm924.js",
     "binary_offset": 173912022,
     "length": 31,
     "sha256": "b104647cd176b8b24094dfbdb76e8d0d75a8987d933a11eb69df17f89e26ea66",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176605034.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176605034,
      "length": 36,
      "sha256": "31dd497397cfd20a41a405684de8d2bafef64ff5491e9905a6d28f446985a2b7",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-4pwy8jq4.js",
      "binary_offset": 187783467,
      "length": 26,
      "sha256": "d7d5a5c1c3a7f30acef3b1f204c5838b731b06dc0126599f4d9b16d6d75c3bcc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176605034,
     "length": 36,
     "sha256": "31dd497397cfd20a41a405684de8d2bafef64ff5491e9905a6d28f446985a2b7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176605095,
     "length": 36,
     "sha256": "31dd497397cfd20a41a405684de8d2bafef64ff5491e9905a6d28f446985a2b7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179762519,
     "length": 36,
     "sha256": "31dd497397cfd20a41a405684de8d2bafef64ff5491e9905a6d28f446985a2b7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1dz0jjmx.js",
     "binary_offset": 174099424,
     "length": 26,
     "sha256": "d7d5a5c1c3a7f30acef3b1f204c5838b731b06dc0126599f4d9b16d6d75c3bcc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4pwy8jq4.js",
     "binary_offset": 187783467,
     "length": 26,
     "sha256": "d7d5a5c1c3a7f30acef3b1f204c5838b731b06dc0126599f4d9b16d6d75c3bcc",
     "version": "2.1.282",
     "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-avwbqrmb.js` offset 196939054.",
   "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-avwbqrmb.js` offset 196939054.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-avwbqrmb.js",
     "binary_offset": 196939054,
     "length": 47,
     "sha256": "689a77c0d276cc778102a72758fcdbdc68c69403ae3d137308f9462bfc47d15d",
     "version": "2.1.282",
     "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-93pxbayn.js` offset 180440853.",
   "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-bkgbm924.js",
     "binary_offset": 173889629,
     "length": 57,
     "sha256": "a6c8cd9cb1a0612a94832d8684233ca16e85e7ae42ae6a0be903a8e06f2a9168",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-93pxbayn.js` offset 180440853.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-93pxbayn.js",
     "binary_offset": 180440853,
     "length": 52,
     "sha256": "072440a545135b54429d8fdbf73c658e0853e43f971a154f0ee5ba252e002b59",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-b6y7k20e.js",
     "binary_offset": 187900709,
     "length": 52,
     "sha256": "072440a545135b54429d8fdbf73c658e0853e43f971a154f0ee5ba252e002b59",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-b6y7k20e.js",
     "binary_offset": 187904585,
     "length": 52,
     "sha256": "072440a545135b54429d8fdbf73c658e0853e43f971a154f0ee5ba252e002b59",
     "version": "2.1.282",
     "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-fyk5bfwe.js` offset 180429618.",
   "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-fyk5bfwe.js` offset 180429618.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fyk5bfwe.js",
     "binary_offset": 180429618,
     "length": 40,
     "sha256": "0483ada00806f420c0c26fa4899e38c4eef2cdfae74d486e6cd0cbc116462036",
     "version": "2.1.282",
     "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-93pxbayn.js` offset 180435750.",
   "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-bkgbm924.js",
     "binary_offset": 173912054,
     "length": 45,
     "sha256": "bc01bda88f666e7b7a85f39a352244c7193b996dc3357aea91da97b91725465e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-93pxbayn.js` offset 180435750.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-93pxbayn.js",
     "binary_offset": 180435750,
     "length": 40,
     "sha256": "bfb980c1de918913822db34d41aa2f5fe7ccf3d4ceaec8b76bd10660243c8c0a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-coordinator-worker-checkin-seconds",
   "title": "CLAUDE_CODE_COORDINATOR_WORKER_CHECKIN_SECONDS",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-x9fwahqm.js` offset 184513863.",
   "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,
     "max": 86400,
     "digitsOnly": true
    },
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "int",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173912100,
     "length": 53,
     "sha256": "df430e15fa79bf5bce4e874e8e3655ede912e231af410f0ccd91c27f2d9fc80f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184513863.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184513863,
     "length": 48,
     "sha256": "43b64778bf5a456fcd617080d3dc1f8fe651efbae689061e757b4ef2f92c0556",
     "version": "2.1.282",
     "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-rqp1pwc5.js` offset 173938577.",
   "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-bkgbm924.js",
     "binary_offset": 173889687,
     "length": 41,
     "sha256": "0d53c7a78a6feb245251e3d70f949efff4c8f9ecab6d3a92a48e7df081c243ed",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rqp1pwc5.js` offset 173938577.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rqp1pwc5.js",
     "binary_offset": 173938577,
     "length": 36,
     "sha256": "618490895bf2b081972a22a1025cd11ab9238fe5b403cd8bd8f9c58cc94d9ecb",
     "version": "2.1.282",
     "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-n4d3xtp1.js` offset 177269570.",
   "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-bkgbm924.js",
     "binary_offset": 173889729,
     "length": 30,
     "sha256": "51141ad69037b51fe33b4c455ef1fba1e5791cd28f68e4bb669f3d8bf6f3d699",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n4d3xtp1.js` offset 177269570.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n4d3xtp1.js",
     "binary_offset": 177269570,
     "length": 25,
     "sha256": "227ab58271378c628d215fd6cbfde96c793abcb9c4eef867bc65121f7cf74b12",
     "version": "2.1.282",
     "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-xhkeyvpy.js` offset 173802306.",
   "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-bkgbm924.js",
     "binary_offset": 173882089,
     "length": 35,
     "sha256": "1b2e0499e3bed115014964d9e9a46ebbe14aed9fd9700bdf814ba7ea2b26480e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xhkeyvpy.js` offset 173802306.",
    "description_source": null,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176559502,
      "length": 30,
      "sha256": "1c5c0ea8634b057e50ccaf938615bd93b27f08f79d02b67af77697cd1d5efe85",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-brqj61g3.js",
      "binary_offset": 185274551,
      "length": 30,
      "sha256": "1c5c0ea8634b057e50ccaf938615bd93b27f08f79d02b67af77697cd1d5efe85",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-xhkeyvpy.js",
      "binary_offset": 173802306,
      "length": 40,
      "sha256": "fd19aacaf9a6c9b97bf3e97ac752b73a7217440a4b3826fc566497ea1d4bfd90",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xhkeyvpy.js",
     "binary_offset": 173802306,
     "length": 40,
     "sha256": "fd19aacaf9a6c9b97bf3e97ac752b73a7217440a4b3826fc566497ea1d4bfd90",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xhkeyvpy.js",
     "binary_offset": 173805430,
     "length": 40,
     "sha256": "fd19aacaf9a6c9b97bf3e97ac752b73a7217440a4b3826fc566497ea1d4bfd90",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176559502,
     "length": 30,
     "sha256": "1c5c0ea8634b057e50ccaf938615bd93b27f08f79d02b67af77697cd1d5efe85",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-53wazwdn.js",
     "binary_offset": 175014233,
     "length": 30,
     "sha256": "1c5c0ea8634b057e50ccaf938615bd93b27f08f79d02b67af77697cd1d5efe85",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185274551,
     "length": 30,
     "sha256": "1c5c0ea8634b057e50ccaf938615bd93b27f08f79d02b67af77697cd1d5efe85",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cr7pb212.js",
     "binary_offset": 195315508,
     "length": 30,
     "sha256": "33a085918856f2a0d0b8a99ac422b9423ff03c7253174a79d9ff5ac924413da8",
     "version": "2.1.282",
     "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-az5fyd9j.js` offset 180880554.",
   "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-bkgbm924.js",
     "binary_offset": 173912154,
     "length": 36,
     "sha256": "49b159f251851ecc22894a58cfa2057df7f8941f5adbc7e10a09dc53a6a731e9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-az5fyd9j.js` offset 180880554.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-az5fyd9j.js",
     "binary_offset": 180880554,
     "length": 41,
     "sha256": "920d06ccdbb36178aacea67f19117c7dae0e5eaf3d8918bb20f9a9d61259c1f3",
     "version": "2.1.282",
     "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-yrca243f.js` offset 180256036.",
   "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-bkgbm924.js",
     "binary_offset": 173884879,
     "length": 54,
     "sha256": "e6a5a8a0b9e212f13fa335181ba3801ce03bb20cbde28c37593df6191fec8888",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-yrca243f.js` offset 180256036.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-yrca243f.js",
     "binary_offset": 180256036,
     "length": 49,
     "sha256": "edc9c0e20d37ffa1e61e907609aafe8e637d8d0e5e4c285349af80ba1d032cf9",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173884968,
     "length": 34,
     "sha256": "5183e45902fb6698b3e3ddaa4848a8b5313722561ffcb20f648bcbe41d14e2f0",
     "version": "2.1.282",
     "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-fexek9zd.js",
     "binary_offset": 173749329,
     "length": 33,
     "sha256": "38902a644edf2e3be628b247b768b98c1cebed43059fe398331d60ea3a75710c",
     "version": "2.1.282",
     "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": 3,
    "read_paths": [
     "injected-env"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173884934,
     "length": 33,
     "sha256": "a2674bb3670deeb74bf0c0631d497603efe3c45f4131380badef39c6ce3c9b0f",
     "version": "2.1.282",
     "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-fexek9zd.js",
     "binary_offset": 173750461,
     "length": 40,
     "sha256": "55275582697a5bee043d4973d49142b44d3be91e786719d4b92c52bb8d12496f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fexek9zd.js",
     "binary_offset": 173750588,
     "length": 40,
     "sha256": "55275582697a5bee043d4973d49142b44d3be91e786719d4b92c52bb8d12496f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fexek9zd.js",
     "binary_offset": 173755918,
     "length": 40,
     "sha256": "55275582697a5bee043d4973d49142b44d3be91e786719d4b92c52bb8d12496f",
     "version": "2.1.282",
     "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-ye4x3h8k.js` offset 186689286.",
   "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-bkgbm924.js",
     "binary_offset": 173885003,
     "length": 33,
     "sha256": "2999edfd5541af9c199c2671834e85ee03314aa0462bd8f7c85ed8420ec6e268",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ye4x3h8k.js` offset 186689286.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ye4x3h8k.js",
     "binary_offset": 186689286,
     "length": 28,
     "sha256": "8e87d2bc140ec472c804088c986b34b09e4ab8220cebdd78d5c1b32c5f73ff2b",
     "version": "2.1.282",
     "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-ye4x3h8k.js` offset 186732578.",
   "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-bkgbm924.js",
     "binary_offset": 173912191,
     "length": 26,
     "sha256": "9f7a05c134f5e2c2e76a5aa28ce4efc0e1cc428a2cd1dedf43792f203887c1cc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ye4x3h8k.js` offset 186732578.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ye4x3h8k.js",
     "binary_offset": 186732578,
     "length": 21,
     "sha256": "a88756b2024f57ed4b603184273557b7601eeafac63d5ffd7139deb420cd0d24",
     "version": "2.1.282",
     "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-vb5ct45x.js` offset 193224131.",
   "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-bkgbm924.js",
     "binary_offset": 173882125,
     "length": 41,
     "sha256": "8ece2805d2afe773264fac3327c6d5b01641c39bf459305ac908eec68cc0a1d9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-vb5ct45x.js` offset 193224131.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-vb5ct45x.js",
     "binary_offset": 193224131,
     "length": 36,
     "sha256": "27ea3afba29ed02ef80c2c52210203449cd3aa97a9a677f4ff2796763e8ecc54",
     "version": "2.1.282",
     "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-rqp1pwc5.js` offset 173934112.",
   "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-bkgbm924.js",
     "binary_offset": 173912218,
     "length": 38,
     "sha256": "214b06a9de06ba16142dc705d752997c30692d532927cd4c053daa52a4b7d216",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rqp1pwc5.js` offset 173934112.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rqp1pwc5.js",
     "binary_offset": 173934112,
     "length": 33,
     "sha256": "d9749d38487cab183de8b941e8b25d88d081d1058502f970b41b710293a5e4cc",
     "version": "2.1.282",
     "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-appb597y.js` offset 189523066.",
   "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-bkgbm924.js",
     "binary_offset": 173885037,
     "length": 35,
     "sha256": "f9b328d325c46f89ffc4698aaf4edd9f1f3684c5bc2950fc292863fcd5198108",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-appb597y.js` offset 189523066.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-appb597y.js",
      "binary_offset": 189523803,
      "length": 30,
      "sha256": "b7d882f2f9ea27dcabce32b6b270c64673170b809788b746521cbaff53bbd482",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189523066,
     "length": 30,
     "sha256": "b7d882f2f9ea27dcabce32b6b270c64673170b809788b746521cbaff53bbd482",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189523803,
     "length": 30,
     "sha256": "b7d882f2f9ea27dcabce32b6b270c64673170b809788b746521cbaff53bbd482",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tz1s6eg0.js",
     "binary_offset": 173993581,
     "length": 30,
     "sha256": "b7d882f2f9ea27dcabce32b6b270c64673170b809788b746521cbaff53bbd482",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-dir-sync-chain",
   "title": "CLAUDE_CODE_DIR_SYNC_CHAIN",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179980217.",
   "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-bkgbm924.js",
     "binary_offset": 173912298,
     "length": 33,
     "sha256": "c0cb1a397849414618756855845380f536a6f8bb814d63a2e8028ec8d6b7be73",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179980217.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179980217,
     "length": 28,
     "sha256": "56bfb40ab004d577e6c301a3e1eda00d324398eccefd1262989737a902f00d09",
     "version": "2.1.282",
     "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-s76kygq5.js` offset 193582377.",
   "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-bkgbm924.js",
     "binary_offset": 173912332,
     "length": 45,
     "sha256": "e4a33a85c758d1d87dc14f84c2952a1fac18c6e36f38c7bd382b9f654c840241",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-s76kygq5.js` offset 193582377.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s76kygq5.js",
     "binary_offset": 193582377,
     "length": 40,
     "sha256": "7387b96c7edc1d8bdb98d52fc04c8f4eefe105e961423c953531d948a4c545a1",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179979455.",
   "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-bkgbm924.js",
     "binary_offset": 173912378,
     "length": 34,
     "sha256": "7a53cd55f0dab4087f5737fc907d51575cabae7d46984ac591b4865ec12137de",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179979455.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179979455,
     "length": 29,
     "sha256": "989cc74524432d427b95a391e15dbe1ecf810cf3a1aba692af753822ca70d330",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179980110.",
   "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-bkgbm924.js",
     "binary_offset": 173912413,
     "length": 32,
     "sha256": "e04d7a69ed638b6ce76abb0aba7ccce3b5d3abc2aeaf732cccece06cb2422494",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179980110.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179980110,
     "length": 27,
     "sha256": "13bc5703cad666b796b3a29599fa643be37baba530588daf91fa48eaf031da39",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197513925.",
   "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-bkgbm924.js",
     "binary_offset": 173912446,
     "length": 31,
     "sha256": "c94a386ba6bf19cfb98e698431bd6e69bfb36b83438c33bbff51725ef5bca449",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197513925.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197513925,
     "length": 26,
     "sha256": "d2f8f14c36ce0a6b7fcb565ac423b4d47e176fa877218069a76bbc58de65aaaf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x7xwfw1m.js",
     "binary_offset": 189134824,
     "length": 26,
     "sha256": "d2f8f14c36ce0a6b7fcb565ac423b4d47e176fa877218069a76bbc58de65aaaf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x7xwfw1m.js",
     "binary_offset": 189134967,
     "length": 26,
     "sha256": "d2f8f14c36ce0a6b7fcb565ac423b4d47e176fa877218069a76bbc58de65aaaf",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179980164.",
   "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-bkgbm924.js",
     "binary_offset": 173912478,
     "length": 34,
     "sha256": "6420f26968b1de96d6298edb630155e1bd53191a2fef9fe51842d256e80636ec",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179980164.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179980164,
     "length": 29,
     "sha256": "1e3d729509d3f1a1c816d66882fcc7bc4eb59f8b1ce03c36710dafb7ea029cc2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173925247,
     "length": 37,
     "sha256": "384ab7986e3a1609e0f6ba7f0afb59958137299c3878ee165fb34deea8ee45eb",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176511404,
     "length": 32,
     "sha256": "22034a03d7f9f3e62c41cc22ebabe2e28ba923b2ab118c8c75ec5a3062872cdb",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173889760,
     "length": 44,
     "sha256": "9e9fe2bfa411335ff3964cad204b5ba2f1722b382c87deaad49bae5bcf5a5e24",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176518937,
     "length": 39,
     "sha256": "d1bbe95eecf13ea3c94b325857cbee15e230ce94ce20c3117ed1835577a8555e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173889805,
     "length": 42,
     "sha256": "fac7c37084847d7fec715780ef0dc4500bb8c0962b79c291cf5a05823b146b23",
     "version": "2.1.282",
     "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-wqf6nvvb.js",
     "binary_offset": 174497595,
     "length": 37,
     "sha256": "7409366cc817c7396e19779301db7d1832436810b8629624688bc43a1e7dd23a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174499258,
     "length": 37,
     "sha256": "7409366cc817c7396e19779301db7d1832436810b8629624688bc43a1e7dd23a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173889848,
     "length": 39,
     "sha256": "b84a4f555c5e77cda78b08c93759f491b579513aca7e31f4df97d13edeafa3aa",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179701749,
     "length": 34,
     "sha256": "31f9f3850c6d229a416309589e93253a791659951da6bdebc9bfc1794bd39527",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173889888,
     "length": 37,
     "sha256": "3fbf095b19d7b29c08bee246ce2d5ef5354bbdc3867a6315198f0ee8f4de4088",
     "version": "2.1.282",
     "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-az5fyd9j.js",
     "binary_offset": 180879835,
     "length": 32,
     "sha256": "94319e32da7e4486d58a8a2fe6335d2dc7073867fc7c3b3dc942fc621a5c566e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173889926,
     "length": 43,
     "sha256": "ce91b0b2cf0771d5f75104e5fbac864d01e40013dd4ced61f1808d0df74ef260",
     "version": "2.1.282",
     "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-c0bqgt2a.js",
     "binary_offset": 180268578,
     "length": 38,
     "sha256": "52146969914c7431b6ddfd2953de39c9ef8f3fd641807aea28dbc1abc4debd64",
     "version": "2.1.282",
     "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": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173890006,
     "length": 38,
     "sha256": "ae8e184147016785b0a7d8ff7485d0ffb19930d32b54ff7bd42d6f1a3aad94cb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable attachment processing.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179904588,
     "length": 33,
     "sha256": "2730825fa63ab74e5b0edebda94312b0ffe117141dd9b10bc5d2cde92382e806",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182339443,
     "length": 33,
     "sha256": "2730825fa63ab74e5b0edebda94312b0ffe117141dd9b10bc5d2cde92382e806",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184073217,
     "length": 33,
     "sha256": "2730825fa63ab74e5b0edebda94312b0ffe117141dd9b10bc5d2cde92382e806",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173890095,
     "length": 38,
     "sha256": "34f4bfcb4feaffbccef43ffbb11d500274d15150abc7863b8476c7edd594b410",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176644545,
     "length": 43,
     "sha256": "e9ae94aa33826696bb4e7a69f010b37d444f4ee31adb30f443237889f1a4824a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177658170,
     "length": 33,
     "sha256": "ddc1b83b636aca1e883bad72299279e602638f46e0d617e9ef747ceceaec24fd",
     "version": "2.1.282",
     "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-13cb3nra.js` offset 180706272.",
   "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-bkgbm924.js",
     "binary_offset": 173890134,
     "length": 45,
     "sha256": "702c280fb54fa5234e4947f0e424a9262ad5b6eb72c21996f454e5c1a693c9e4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-13cb3nra.js` offset 180706272.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-13cb3nra.js",
     "binary_offset": 180706272,
     "length": 40,
     "sha256": "17da4fb82f5b0fa56c1946eb429c92fbe9159321385c18cc226f77c201fc3791",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-13cb3nra.js",
     "binary_offset": 180706747,
     "length": 40,
     "sha256": "17da4fb82f5b0fa56c1946eb429c92fbe9159321385c18cc226f77c201fc3791",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173890180,
     "length": 43,
     "sha256": "afb7394e099086044cc320ddf1d27a7dc46f9c8b89138a835b2ff9d4dbf5003e",
     "version": "2.1.282",
     "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-4b0aanj8.js",
     "binary_offset": 178936351,
     "length": 38,
     "sha256": "8e9ee151846d09fb8f9637068f51c2aeb22ae4e7f7385f752458867e67b5ec53",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173890334,
     "length": 42,
     "sha256": "2745b0dc1e710f80d195f11ca842ddf518c16ceba9920cec0008e06cea134d27",
     "version": "2.1.282",
     "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-tgmfehrp.js",
     "binary_offset": 188945889,
     "length": 37,
     "sha256": "e35978cf2575c33370d9598e08ac7435839c81cd2ffb9d7e53062d95fc8bdeca",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zd30nmg3.js",
     "binary_offset": 189702643,
     "length": 37,
     "sha256": "e35978cf2575c33370d9598e08ac7435839c81cd2ffb9d7e53062d95fc8bdeca",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912567,
     "length": 49,
     "sha256": "519734a6794a7c6521044300b18407dd72df62525cdb4de4fa602155a9a4781c",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 184553742,
     "length": 44,
     "sha256": "c60d803075d8ecb4d91e47fccfe450903955eb4712d5a451cf3135790ed0b52a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173890377,
     "length": 41,
     "sha256": "38aed489bbafc45f0d78a67d073166cda550bd33371c107a509412202a8fca83",
     "version": "2.1.282",
     "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-d441vdzy.js",
     "binary_offset": 180411842,
     "length": 36,
     "sha256": "53652e845bfa88e34436658e1ef96e504e46a0c09a943b8f9450934e781a5002",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173890419,
     "length": 37,
     "sha256": "08f10e062e239c0dd13e1d4b915af2658e41fb20fb493ed64abe4c6da008a97c",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179542329,
     "length": 32,
     "sha256": "6abbe37418c3c0d6334164c5f5579981aad81444324ecfe15363b2888450abfe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h6kcgy06.js",
     "binary_offset": 188773371,
     "length": 32,
     "sha256": "6abbe37418c3c0d6334164c5f5579981aad81444324ecfe15363b2888450abfe",
     "version": "2.1.282",
     "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-h6kcgy06.js` offset 188773064.",
   "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-bkgbm924.js",
     "binary_offset": 173890457,
     "length": 43,
     "sha256": "b1c454ce3e32c7662fb401288c55597484ceaa467b99c08fd1aa4fe998dd8af1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-h6kcgy06.js` offset 188773064.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-h6kcgy06.js",
     "binary_offset": 188773064,
     "length": 38,
     "sha256": "e1894d50fd77edb498e2b38f54d0bbb7f68c380e70f03dc6079bfde6ed86023a",
     "version": "2.1.282",
     "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-h6kcgy06.js` offset 188773207.",
   "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-bkgbm924.js",
     "binary_offset": 173890501,
     "length": 44,
     "sha256": "d9338b391913971f422aa50c5ad6a489e26558d26a2007cbb992c59586812ffe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-h6kcgy06.js` offset 188773207.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-h6kcgy06.js",
     "binary_offset": 188773207,
     "length": 39,
     "sha256": "caa69eea329382f30a50f17cb748c44417dffbe81807830657cc3263218d5c7c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173890546,
     "length": 37,
     "sha256": "541f6d2157163cda94688d2d5f3ba8b5c7becf8ffe16e938eca60106dba29bf1",
     "version": "2.1.282",
     "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-6t226mc0.js",
     "binary_offset": 207672323,
     "length": 32,
     "sha256": "a80ab294c5801434fe59743f51c635119d814e5e480a37b8fdba65426b5db7de",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-g009z9af.js",
     "binary_offset": 178906150,
     "length": 32,
     "sha256": "a80ab294c5801434fe59743f51c635119d814e5e480a37b8fdba65426b5db7de",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181562068,
     "length": 32,
     "sha256": "a80ab294c5801434fe59743f51c635119d814e5e480a37b8fdba65426b5db7de",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181562303,
     "length": 32,
     "sha256": "a80ab294c5801434fe59743f51c635119d814e5e480a37b8fdba65426b5db7de",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181562868,
     "length": 32,
     "sha256": "a80ab294c5801434fe59743f51c635119d814e5e480a37b8fdba65426b5db7de",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184097832,
     "length": 32,
     "sha256": "a80ab294c5801434fe59743f51c635119d814e5e480a37b8fdba65426b5db7de",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184103921,
     "length": 32,
     "sha256": "a80ab294c5801434fe59743f51c635119d814e5e480a37b8fdba65426b5db7de",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173890584,
     "length": 31,
     "sha256": "c07666afb37c929443cfc714acaa0c291714902b1d8cde2ab4bd1a9f4c2b205b",
     "version": "2.1.282",
     "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-f3q0jtkj.js",
     "binary_offset": 180327580,
     "length": 26,
     "sha256": "d2e34e85019ec29a4263bee6cdcc1106a8a6b056fd3fb620bb63740a76608119",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182443859.",
   "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-bkgbm924.js",
     "binary_offset": 173890616,
     "length": 47,
     "sha256": "becda5744313861c2338d29bebf0159051fa6bc1412f56ad1e3119141e0e7424",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182443859.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182443859,
     "length": 42,
     "sha256": "b0a7f033809adeaca2521efdba137f135634144c86341a762ba833d431fad25d",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197513884.",
   "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-bkgbm924.js",
     "binary_offset": 173912617,
     "length": 35,
     "sha256": "2368989b9efaa3224bfdbeb9cbaa2e1ed3ed5fdf1759a9339ad0072813c851c9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197513884.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197513884,
     "length": 30,
     "sha256": "a91765c178de1b23ebe8a4c84669942692821be5e04271501586526f268ccd0b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173890664,
     "length": 45,
     "sha256": "e5c2fa5503eaf702c311655caa9ec1c10b02b78f4669506ca39cf51a62952f7a",
     "version": "2.1.282",
     "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-2393h2ax.js",
     "binary_offset": 175493053,
     "length": 40,
     "sha256": "47a42445cfc3d5c467aa044a6bc07ab4231ed3199543affbdbf1e1d4b3c6c164",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186926170,
     "length": 40,
     "sha256": "47a42445cfc3d5c467aa044a6bc07ab4231ed3199543affbdbf1e1d4b3c6c164",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182232490,
     "length": 40,
     "sha256": "47a42445cfc3d5c467aa044a6bc07ab4231ed3199543affbdbf1e1d4b3c6c164",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181114518.",
   "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-bkgbm924.js",
     "binary_offset": 173925285,
     "length": 46,
     "sha256": "fc8dc5e3a3313585a0b6103f9f1f48f2513bc647d2d6a3dab503b49e5d5441bd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181114518.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181114518,
     "length": 41,
     "sha256": "f82982b031b192c74ee224a4f122887b940ebe75d2fe1fefb07d6f1df75f704c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173890710,
     "length": 46,
     "sha256": "49b3c92d7a2aa2646fc556da370553c5d78dc9af53acf9376332655a10d6befa",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181078108,
     "length": 41,
     "sha256": "25884f104acdcf685d0c759cf5f6d782089468c47f8612c1c30869c1007ca94d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173925332,
     "length": 36,
     "sha256": "6696dbe9952c4bfed3d9021ada6cf8d98f83baba84575e8fd6fb6c8bbe2ec089",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176408758,
     "length": 31,
     "sha256": "8b097ca890e13919d0fe75bd543e6610f09b5955f09721e515ba96ffd94c0b11",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x7xwfw1m.js",
     "binary_offset": 189110447,
     "length": 31,
     "sha256": "8b097ca890e13919d0fe75bd543e6610f09b5955f09721e515ba96ffd94c0b11",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173890757,
     "length": 42,
     "sha256": "4ac757dd811a3c82cb909ca1b0b75077802751890c8fa915e00a51e780b1f9b0",
     "version": "2.1.282",
     "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-fbctzhpm.js",
     "binary_offset": 201327659,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201332695,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201334630,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201340250,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201345448,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201348097,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201866468,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197463299,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197463691,
     "length": 37,
     "sha256": "eceb5df5a530bd9d0279b10a1db882c2e6f2dc260cf10559232264f32fff90e9",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173890800,
     "length": 45,
     "sha256": "1135d51eec3b2d1690841f68d9b893bf68afd4e99a2036e27fbfc8fb8843ab2b",
     "version": "2.1.282",
     "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-0pmh3wgd.js",
     "binary_offset": 193345510,
     "length": 40,
     "sha256": "1bb2cf493684887a46b0dd7f5fc4a35612fca4c2a2ff77ee37b47e27ac0677c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8wv66hty.js",
     "binary_offset": 208908159,
     "length": 40,
     "sha256": "1bb2cf493684887a46b0dd7f5fc4a35612fca4c2a2ff77ee37b47e27ac0677c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184995310,
     "length": 40,
     "sha256": "1bb2cf493684887a46b0dd7f5fc4a35612fca4c2a2ff77ee37b47e27ac0677c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184995419,
     "length": 40,
     "sha256": "1bb2cf493684887a46b0dd7f5fc4a35612fca4c2a2ff77ee37b47e27ac0677c7",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173890846,
     "length": 43,
     "sha256": "93308ee0042b064a9b3928e8e356f0303ed1b856aff28cb0608fcca64fbbfe03",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181565513,
     "length": 38,
     "sha256": "af2da4065c8225287d7b22ecb114d836ba8b9ca5484c9f5ddb3e4ada106c0af1",
     "version": "2.1.282",
     "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-2rrezk7m.js` offset 199262891.",
   "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-bkgbm924.js",
     "binary_offset": 173912653,
     "length": 42,
     "sha256": "fdbcd7122b3ae19ecedbef2dc6fdc3592f517fc8bd6776673b111adebdaace62",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2rrezk7m.js` offset 199262891.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2rrezk7m.js",
     "binary_offset": 199262891,
     "length": 37,
     "sha256": "854713d68016d592f1c9694a1cf084883b2a630f4b34d93d79ec2abcdae55a07",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j73fv7a9.js",
     "binary_offset": 196908773,
     "length": 37,
     "sha256": "854713d68016d592f1c9694a1cf084883b2a630f4b34d93d79ec2abcdae55a07",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197515354,
     "length": 37,
     "sha256": "854713d68016d592f1c9694a1cf084883b2a630f4b34d93d79ec2abcdae55a07",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173925369,
     "length": 45,
     "sha256": "8aef46e65011b39ba72ea927171f7df94cfe45d3f5ea988c64f7e70d73489023",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176506883,
     "length": 40,
     "sha256": "1434b3f78b47a233511daff59da0a78d24732ff531b271344ea5032eb0651238",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179378146.",
   "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-bkgbm924.js",
     "binary_offset": 173890980,
     "length": 46,
     "sha256": "4c9e636c6ba3d43aa2d365aa93242b163e8cc8c7c1d3ad69cf2a4794961b0242",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179378146.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179378146,
     "length": 41,
     "sha256": "57a2e9bf6f514aaab01086e1a9589335d0556f61a9897379fb293bdd7fcf088d",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179341246.",
   "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-bkgbm924.js",
     "binary_offset": 173891027,
     "length": 50,
     "sha256": "6c037003590188054a7d45b8290975b82889e29129ba76c99521ab53260885e1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179341246.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179341246,
     "length": 45,
     "sha256": "c98731a8377a1d651649e910a6786fd8f08a7c348bf0d72a6ca180b53ed9f734",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179400913.",
   "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-bkgbm924.js",
     "binary_offset": 173891078,
     "length": 49,
     "sha256": "a306630668c35257655fc0515e030190d3a33f2abf2bd14b65946c0697df1a66",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179400913.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179400913,
     "length": 44,
     "sha256": "a88b554a216b0e2138b87a6b271e504ec0caf6a556a10cbe46a1c68646f01205",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179392049.",
   "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-bkgbm924.js",
     "binary_offset": 173891128,
     "length": 51,
     "sha256": "11338c82bf01698de0fe9d38cc7193363e851c69068fd111d5d37d40b5212de6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179392049.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179392049,
     "length": 46,
     "sha256": "b8e2136b470bb2832ceb6bdd889558f0af2e8adb7ef0c4adf12f77d27c4c37d8",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179368413.",
   "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-bkgbm924.js",
     "binary_offset": 173891180,
     "length": 45,
     "sha256": "690b7b5ea3e2d0ddaa0df5578bfd85712ecedfc05bbcc926faff4a2217b86d52",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179368413.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179368413,
     "length": 40,
     "sha256": "e80a215c47b81998cb57b01e4901859d76ff7eb7e784b45d69353155da3ef26a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173891226,
     "length": 32,
     "sha256": "f0f6e0c16dbf84e8c9776ad3f4ef9e5945e842f11755d572d634c5b1690b7a0b",
     "version": "2.1.282",
     "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-c0bqgt2a.js",
     "binary_offset": 180271279,
     "length": 27,
     "sha256": "8824ecb6172a87f04087de1b717201923e5f228ad4fe3fe9aae25aec8678d444",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c0bqgt2a.js",
     "binary_offset": 180271323,
     "length": 27,
     "sha256": "8824ecb6172a87f04087de1b717201923e5f228ad4fe3fe9aae25aec8678d444",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173891259,
     "length": 39,
     "sha256": "7937ecb277abbedb1e77773edbcd7b1743be6743d55d131b0dc69ee95f24810c",
     "version": "2.1.282",
     "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-c0bqgt2a.js",
     "binary_offset": 180271367,
     "length": 34,
     "sha256": "5298f3d5a41b6235de3aad99a07538b9f37fea331d74a39f413d8c786651385a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c0bqgt2a.js",
     "binary_offset": 180271418,
     "length": 34,
     "sha256": "5298f3d5a41b6235de3aad99a07538b9f37fea331d74a39f413d8c786651385a",
     "version": "2.1.282",
     "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-a8mb7y96.js` offset 180885619.",
   "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-bkgbm924.js",
     "binary_offset": 173891299,
     "length": 44,
     "sha256": "933ddcdaf2db17147599211e04f2e17ad8470690a53685fbc3dda40df5ce907d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-a8mb7y96.js` offset 180885619.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-a8mb7y96.js",
     "binary_offset": 180885619,
     "length": 39,
     "sha256": "49b1d93ebafde384178a324b1a8d56c2447327534a843c448a2e8070332e462c",
     "version": "2.1.282",
     "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-7616jrqn.js` offset 196856434.",
   "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-bkgbm924.js",
     "binary_offset": 173891344,
     "length": 45,
     "sha256": "0f20cc2d4337ce8d584ead43128c0ecb95358177b3884ac4bd31761a8f58d151",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-7616jrqn.js` offset 196856434.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7616jrqn.js",
     "binary_offset": 196856434,
     "length": 40,
     "sha256": "0a5b450237d87f9abea1f5c04ad53e77379fc30258e0f5151b4100e6ce8992ac",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173891390,
     "length": 47,
     "sha256": "45a888a2b3ed72d107d1ced87a8846d0509c8a1823cc44d6aa90231daa052862",
     "version": "2.1.282",
     "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-vnyh2jpk.js",
      "binary_offset": 173793824,
      "length": 52,
      "sha256": "b476ef4e4da57fed07983388451a47dbcb6aa8a870b403fb9654f353ba02351e",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-vnyh2jpk.js",
      "binary_offset": 173794128,
      "length": 52,
      "sha256": "b476ef4e4da57fed07983388451a47dbcb6aa8a870b403fb9654f353ba02351e",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-vnyh2jpk.js",
      "binary_offset": 173794260,
      "length": 52,
      "sha256": "b476ef4e4da57fed07983388451a47dbcb6aa8a870b403fb9654f353ba02351e",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185330714,
     "length": 52,
     "sha256": "b476ef4e4da57fed07983388451a47dbcb6aa8a870b403fb9654f353ba02351e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vnyh2jpk.js",
     "binary_offset": 173793824,
     "length": 52,
     "sha256": "b476ef4e4da57fed07983388451a47dbcb6aa8a870b403fb9654f353ba02351e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vnyh2jpk.js",
     "binary_offset": 173794128,
     "length": 52,
     "sha256": "b476ef4e4da57fed07983388451a47dbcb6aa8a870b403fb9654f353ba02351e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vnyh2jpk.js",
     "binary_offset": 173794260,
     "length": 52,
     "sha256": "b476ef4e4da57fed07983388451a47dbcb6aa8a870b403fb9654f353ba02351e",
     "version": "2.1.282",
     "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": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173891438,
     "length": 48,
     "sha256": "b21fc24eceafbafb0e526700d079b8d43521f2e35a8889be8c880c27f8ed1084",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 183014607,
     "length": 53,
     "sha256": "d463271c429a30e6656edb266fda2e2942e8016fb4b7a52ff4de0d7349d6fe59",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173891487,
     "length": 54,
     "sha256": "23424b6997af043e19e534cc7325e4826f667e7c3e3c382edf6688bdc70e7f0d",
     "version": "2.1.282",
     "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-sb9s6mce.js",
     "binary_offset": 204381033,
     "length": 49,
     "sha256": "4e0eb81d66c49b97d4faf0b6b41933f36116a2433dca7de12ef6326fbfbca803",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173891542,
     "length": 59,
     "sha256": "a278e273c73ef25f19da600425518d772cc1361a8f91da790d68a9c3bfef9831",
     "version": "2.1.282",
     "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-fbctzhpm.js",
     "binary_offset": 201896596,
     "length": 54,
     "sha256": "effc43419b8ecb50f98812b66437e4fdcfc6e39e08209812f34793eaefce1edd",
     "version": "2.1.282",
     "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-qehhcpvf.js` offset 177521912.",
   "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-bkgbm924.js",
     "binary_offset": 173891602,
     "length": 37,
     "sha256": "d92bb6d12b6474b6a1d970166c382b90ccd54523ecac2d8834a49bb07fb3eabb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qehhcpvf.js` offset 177521912.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177521912,
     "length": 32,
     "sha256": "a35b3841ebcb48880896cbc23659f34a048d20d585fc27fa17604971fa2db564",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173891640,
     "length": 57,
     "sha256": "bb58588e8e89751be906c54e4c71674de86da33c24225ec8cb788af2610d5f44",
     "version": "2.1.282",
     "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-7616jrqn.js",
     "binary_offset": 196831126,
     "length": 52,
     "sha256": "6e09c748fcd293e3b8fcaa21199c016baa945b6b13f0f9ef4e30e6cfd7f38aa9",
     "version": "2.1.282",
     "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-fbctzhpm.js` offset 200708819.",
   "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-bkgbm924.js",
     "binary_offset": 173912696,
     "length": 44,
     "sha256": "f8e18bec08a4e59293733124c0871eb79dbf91f9da36d7f6e9c5805590cee1d5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fbctzhpm.js` offset 200708819.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200708819,
     "length": 39,
     "sha256": "bc51a94ca660a4beb587e3fcc5ac8b5dee7b7fc57cee5283416e56c93f4def39",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ga5benp9.js",
     "binary_offset": 199389514,
     "length": 39,
     "sha256": "bc51a94ca660a4beb587e3fcc5ac8b5dee7b7fc57cee5283416e56c93f4def39",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j73fv7a9.js",
     "binary_offset": 196908975,
     "length": 39,
     "sha256": "bc51a94ca660a4beb587e3fcc5ac8b5dee7b7fc57cee5283416e56c93f4def39",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197515032,
     "length": 39,
     "sha256": "bc51a94ca660a4beb587e3fcc5ac8b5dee7b7fc57cee5283416e56c93f4def39",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183651522,
     "length": 39,
     "sha256": "bc51a94ca660a4beb587e3fcc5ac8b5dee7b7fc57cee5283416e56c93f4def39",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173891698,
     "length": 40,
     "sha256": "799704139082b5a78354622089345981ff67697f46b53f91b94c03a225d6f7f0",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 183630140,
     "length": 35,
     "sha256": "557b868be6cae679772bd3457b3f8c5a17db8f0f7b6a092e7c0b2d65615038e7",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184958868.",
   "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-bkgbm924.js",
     "binary_offset": 173891739,
     "length": 42,
     "sha256": "8432a310e2ce9496f893b5cdfe7f279ed3b73c3f3ea256d2f2bd03b24fbe1064",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184958868.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184958868,
     "length": 47,
     "sha256": "f4d7781eec43d8e1f176139e468122b16011f05b447896e5937aa55a29ca6913",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179745949.",
   "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-bkgbm924.js",
     "binary_offset": 173891782,
     "length": 43,
     "sha256": "c267fa6fbc2f9b0a519361483bd6666d218cca84ee5d424e523a5c21276c8d69",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179745949.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179745949,
     "length": 38,
     "sha256": "b7e1638f3c1f6a763b136b7d2add29f68dd159cb3ec84ec04ce70ef4175756bd",
     "version": "2.1.282",
     "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-x7xwfw1m.js` offset 189091583.",
   "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-bkgbm924.js",
     "binary_offset": 173891826,
     "length": 40,
     "sha256": "dafc7f63fa8451c2f941de8152b834f5d3b4306bc300bcb174f848d01da60259",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x7xwfw1m.js` offset 189091583.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x7xwfw1m.js",
     "binary_offset": 189091583,
     "length": 35,
     "sha256": "22579745c23446ee1089ce3681146f8798b7d931d0a37b8c02ab582e2991e96a",
     "version": "2.1.282",
     "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-appb597y.js` offset 189485298.",
   "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-bkgbm924.js",
     "binary_offset": 173891867,
     "length": 44,
     "sha256": "c2a54c66a758408475495a5f75f7f068c824ccc72baf04b3c25ba3fb428ebf48",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-appb597y.js` offset 189485298.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189485298,
     "length": 39,
     "sha256": "6db62d4127a61f5133be4ca86f49dca73b0a1e6a37ede97e28c7977c12f9ce78",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 183396936.",
   "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-bkgbm924.js",
     "binary_offset": 173891912,
     "length": 49,
     "sha256": "d538b428d56cc7233945dec87252e9281e37595ea5e63783a3bd41a02c88c439",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 183396936.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183396936,
     "length": 44,
     "sha256": "f3c2c67725d3e73e2d2425db6e7cb22fdcfdbd791ee1a1f4a0beb29170e3ab68",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173891962,
     "length": 41,
     "sha256": "a8a3c3258aa121535fcdcafc18197d5e6b909031d54699f4d1a85c20e640e426",
     "version": "2.1.282",
     "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-2vjrg17t.js",
     "binary_offset": 190930800,
     "length": 36,
     "sha256": "c9848df5a0300a1c7d9b7fa8e96c91daa386b2a98fce2e7a446fe963f4921fc5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7edff6wj.js",
     "binary_offset": 189621733,
     "length": 36,
     "sha256": "c9848df5a0300a1c7d9b7fa8e96c91daa386b2a98fce2e7a446fe963f4921fc5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a90kkmza.js",
     "binary_offset": 188201819,
     "length": 36,
     "sha256": "c9848df5a0300a1c7d9b7fa8e96c91daa386b2a98fce2e7a446fe963f4921fc5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201974841,
     "length": 36,
     "sha256": "c9848df5a0300a1c7d9b7fa8e96c91daa386b2a98fce2e7a446fe963f4921fc5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190161340,
     "length": 36,
     "sha256": "c9848df5a0300a1c7d9b7fa8e96c91daa386b2a98fce2e7a446fe963f4921fc5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ngqfz8rg.js",
     "binary_offset": 202030974,
     "length": 36,
     "sha256": "c9848df5a0300a1c7d9b7fa8e96c91daa386b2a98fce2e7a446fe963f4921fc5",
     "version": "2.1.282",
     "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": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173892004,
     "length": 35,
     "sha256": "a7811bb8355784d91492426b7aca4bba45b4d86c097a3363a0845614914c81a0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to omit the `thinking` parameter from API requests entirely.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182955459,
     "length": 40,
     "sha256": "018f2e9c4f153f2dbdaf5d5468b282a39f69e0e227567ff686943391a8ba9ad3",
     "version": "2.1.282",
     "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-j73fv7a9.js` offset 196917306.",
   "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-bkgbm924.js",
     "binary_offset": 173912741,
     "length": 39,
     "sha256": "09fd24f360f5fdae5f501a8bfdcabef3879e81df37f896b555ba8808e7f50b3a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j73fv7a9.js` offset 196917306.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j73fv7a9.js",
     "binary_offset": 196917306,
     "length": 34,
     "sha256": "bab299da6ac635b53d36b62ba248162a6d8c2501cdd445011997e74234e370c6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197512867,
     "length": 34,
     "sha256": "bab299da6ac635b53d36b62ba248162a6d8c2501cdd445011997e74234e370c6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173925415,
     "length": 59,
     "sha256": "0d1a89d6d06f11fccdc1ab383a9266a1b7103d8131802b9e35673e904c5175cb",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181934555,
     "length": 54,
     "sha256": "e2af1b0ff6764a1a4313f411930731146a577faafd95efacd3d9a4c81e20cd32",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173892040,
     "length": 41,
     "sha256": "84eccb69a99d464491a8cb3c504cf74edb9fd534b2c5b70c4c0eee95c52f04ae",
     "version": "2.1.282",
     "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-fbctzhpm.js",
     "binary_offset": 201966507,
     "length": 36,
     "sha256": "778468f56555d79abd79e684c7234ed4aa44d8bf882cfe7e02e0cafdda4cc38c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199967810,
     "length": 36,
     "sha256": "778468f56555d79abd79e684c7234ed4aa44d8bf882cfe7e02e0cafdda4cc38c",
     "version": "2.1.282",
     "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-ktqhvvap.js` offset 185182664.",
   "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-bkgbm924.js",
     "binary_offset": 173912781,
     "length": 41,
     "sha256": "d2c339609edd61abe7d39b5bc6171150ccaaef3c7850fdc00a436b81e1194aad",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ktqhvvap.js` offset 185182664.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ktqhvvap.js",
     "binary_offset": 185182664,
     "length": 36,
     "sha256": "b123889bf10b18394913feaeb42dcfe60a7a5084dccad2707f2d9155db6d8953",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173892082,
     "length": 49,
     "sha256": "ac574286a5a25158384a9ac13c93428e6402782efe7c2098e510845c9655ecf3",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181743388,
     "length": 44,
     "sha256": "d36766ec6912e52be95285f826448165400182b36b212c860f3aec1b278bc8b8",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173892132,
     "length": 36,
     "sha256": "4ba3fdda0212d375cf5a0ceb271cb4851c62bd1cf69766b41a50e2521d4b229c",
     "version": "2.1.282",
     "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-mw9espfa.js",
     "binary_offset": 177239484,
     "length": 31,
     "sha256": "6a39bb51100b48130d5549f92f88964d88626dd8b7bf4f43a0d32bec85e0741d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mw9espfa.js",
     "binary_offset": 177239757,
     "length": 31,
     "sha256": "6a39bb51100b48130d5549f92f88964d88626dd8b7bf4f43a0d32bec85e0741d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mw9espfa.js",
     "binary_offset": 177240250,
     "length": 31,
     "sha256": "6a39bb51100b48130d5549f92f88964d88626dd8b7bf4f43a0d32bec85e0741d",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197513369.",
   "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-bkgbm924.js",
     "binary_offset": 173912823,
     "length": 39,
     "sha256": "c71137d02b730431ccbd7ecd9673bdf0eeffbcdf6e6ca8d005e9f293873888fc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197513369.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197513369,
     "length": 34,
     "sha256": "e937cc38068908b9e5be1599138cbb2dd95e6525eccf699ce9e462beb32e8f5c",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181731508.",
   "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-bkgbm924.js",
     "binary_offset": 173912863,
     "length": 35,
     "sha256": "f0dfa4ddd0d2b792b43691ccda6a6dda44190e50455b8452115aaf7192b505b7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181731508.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 181731508,
      "length": 40,
      "sha256": "6394fbc6e0551981c7277643b7953fecab657ee3c7e0f4e25d08cdf31683a12a",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 181733427,
      "length": 40,
      "sha256": "6394fbc6e0551981c7277643b7953fecab657ee3c7e0f4e25d08cdf31683a12a",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181731508,
     "length": 40,
     "sha256": "6394fbc6e0551981c7277643b7953fecab657ee3c7e0f4e25d08cdf31683a12a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181733427,
     "length": 40,
     "sha256": "6394fbc6e0551981c7277643b7953fecab657ee3c7e0f4e25d08cdf31683a12a",
     "version": "2.1.282",
     "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-ff7x3n92.js` offset 185082831.",
   "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-bkgbm924.js",
     "binary_offset": 173912899,
     "length": 51,
     "sha256": "ca6304336997350367a95fc41623e4f4644e89065d76869a3c50fcbb6817a448",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ff7x3n92.js` offset 185082831.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ff7x3n92.js",
     "binary_offset": 185082831,
     "length": 46,
     "sha256": "1f00549cb8776748c8f9d8967297103923448c34a5dbe6acbd6eaf8373ddcc60",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197437649.",
   "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-bkgbm924.js",
     "binary_offset": 173926707,
     "length": 30,
     "sha256": "74793664ab1037126a20135a1cb77d308f6d6b959e7ee72f64a8bc741eeb06eb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197437649.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197437649,
     "length": 25,
     "sha256": "099e953728345ca0cfb605b557d82cb6aecc8944d19e75f141a2e0c45090fa85",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197341276.",
   "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-bkgbm924.js",
     "binary_offset": 173892169,
     "length": 36,
     "sha256": "c9917e7c65d98ebb34a699e11cd599ac652d76df0eb9da3728782fa302cf827d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197341276.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197341276,
     "length": 31,
     "sha256": "7931744b8efb4a910372a131e3c054b3c323f58e849980646318e6da0c1d364e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173925475,
     "length": 31,
     "sha256": "f3078f22382987f8a304b9c2c42a9f3a7be9eddd0848bc1561f29b2276dabd16",
     "version": "2.1.282",
     "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-6hkjpbg2.js",
     "binary_offset": 192528000,
     "length": 26,
     "sha256": "a1418c04a37a1fb909142a4061b30f8dcdfe328a8fe9426d1114bb5cf205f4ad",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6hkjpbg2.js",
     "binary_offset": 192529570,
     "length": 26,
     "sha256": "a1418c04a37a1fb909142a4061b30f8dcdfe328a8fe9426d1114bb5cf205f4ad",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6hkjpbg2.js",
     "binary_offset": 192530594,
     "length": 26,
     "sha256": "a1418c04a37a1fb909142a4061b30f8dcdfe328a8fe9426d1114bb5cf205f4ad",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-76kv9jbg.js",
     "binary_offset": 177248050,
     "length": 26,
     "sha256": "a1418c04a37a1fb909142a4061b30f8dcdfe328a8fe9426d1114bb5cf205f4ad",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mv1e46am.js",
     "binary_offset": 210140472,
     "length": 26,
     "sha256": "a1418c04a37a1fb909142a4061b30f8dcdfe328a8fe9426d1114bb5cf205f4ad",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181006573.",
   "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-bkgbm924.js",
     "binary_offset": 173892206,
     "length": 33,
     "sha256": "004a135e5c7d992baa96bea512cab85ad59072ec427ba23892035edb9096b381",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181006573.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181006573,
     "length": 28,
     "sha256": "4e9da92b6ab55bd35f6cbbeeaaf0eea08e9355017822a9a4f74d0a200174ddc0",
     "version": "2.1.282",
     "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-a8mb7y96.js` offset 180887001.",
   "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-bkgbm924.js",
     "binary_offset": 173912951,
     "length": 44,
     "sha256": "22c92980b92d240a8deb81e1140937db3275831975dcf026771c621158f635e5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-a8mb7y96.js` offset 180887001.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-a8mb7y96.js",
     "binary_offset": 180887001,
     "length": 39,
     "sha256": "87d54f3aaf946e47637648d7a1ed200a2286285730844612baefe5dac1aa9680",
     "version": "2.1.282",
     "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-fb7c4zak.js` offset 177762770.",
   "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-bkgbm924.js",
     "binary_offset": 173912996,
     "length": 38,
     "sha256": "9768f27b615a8791b296e69665972efa5917271993646b313b5342080bde907c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fb7c4zak.js` offset 177762770.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fb7c4zak.js",
     "binary_offset": 177762770,
     "length": 33,
     "sha256": "0c59bb0ad57302996ca6203bfab8ff46f13aadb415054791c13d6c8ea4687f9e",
     "version": "2.1.282",
     "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-x7xwfw1m.js` offset 189110383.",
   "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-bkgbm924.js",
     "binary_offset": 173913035,
     "length": 42,
     "sha256": "e2887fd91a5b6660da6b437ef6082825af27af906a223a9177afe537f5e785a1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x7xwfw1m.js` offset 189110383.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x7xwfw1m.js",
     "binary_offset": 189110383,
     "length": 37,
     "sha256": "845bada0189e0c793c4b71c7049a60fe5de9e48db70d5ce0efa4090ee17c0701",
     "version": "2.1.282",
     "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-4pwy8jq4.js` offset 187858879.",
   "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-bkgbm924.js",
     "binary_offset": 173892240,
     "length": 48,
     "sha256": "6e1118138eae0425b61314f7f9f88ecba88cd277373dcf944def2a9c552abc83",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-4pwy8jq4.js` offset 187858879.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4pwy8jq4.js",
     "binary_offset": 187858879,
     "length": 53,
     "sha256": "f57deca38bb0294aaff5cd34213a327140d6ccb187d2efb8a1dabf17314eb587",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173892289,
     "length": 38,
     "sha256": "f86af000976dc2d57887d6aad3796dc341462e4d28d1b328564a20eb3881bbd1",
     "version": "2.1.282",
     "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-as5xp9n1.js",
     "binary_offset": 188933485,
     "length": 43,
     "sha256": "5fd6ac1f7cdba871f72452965923e90a0bda23b25ed022fb03db75316493ff2f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173892328,
     "length": 51,
     "sha256": "5a595a846e54ca8feb127a4143db4050b33af98432fd69f77682c18289e29901",
     "version": "2.1.282",
     "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-rtgjjsce.js",
     "binary_offset": 197319197,
     "length": 46,
     "sha256": "73d4e3380b1c69e9be21cd6402dee78f928c1204c33304ea56d1b041beaf7a44",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179540768.",
   "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-bkgbm924.js",
     "binary_offset": 173892380,
     "length": 29,
     "sha256": "06e9d3d8da0a26068f29c1355fd4e5ec0ae95eee5131a5bda5376f4fe28f80fc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179540768.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179540768,
     "length": 24,
     "sha256": "e1810825041cb76d15308ed9412629fe19588d6d9d3705ad69db2253703165ba",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179540810,
     "length": 24,
     "sha256": "e1810825041cb76d15308ed9412629fe19588d6d9d3705ad69db2253703165ba",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179541009,
     "length": 24,
     "sha256": "e1810825041cb76d15308ed9412629fe19588d6d9d3705ad69db2253703165ba",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189568454,
     "length": 24,
     "sha256": "e1810825041cb76d15308ed9412629fe19588d6d9d3705ad69db2253703165ba",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189568763,
     "length": 24,
     "sha256": "e1810825041cb76d15308ed9412629fe19588d6d9d3705ad69db2253703165ba",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189568821,
     "length": 24,
     "sha256": "e1810825041cb76d15308ed9412629fe19588d6d9d3705ad69db2253703165ba",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201888726,
     "length": 24,
     "sha256": "e1810825041cb76d15308ed9412629fe19588d6d9d3705ad69db2253703165ba",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179701868.",
   "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-bkgbm924.js",
     "binary_offset": 173892448,
     "length": 51,
     "sha256": "8b1a1c1e11d9a994a29adfac83850ea5a6264a722f4fca1f0b5e7957bc0f4e6c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179701868.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179701868,
     "length": 46,
     "sha256": "ef13d50a6654d60dddd3e076464a0cdd5e105372db1ed1e2c0b03e97c3724b5d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179701992,
     "length": 46,
     "sha256": "ef13d50a6654d60dddd3e076464a0cdd5e105372db1ed1e2c0b03e97c3724b5d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173892551,
     "length": 53,
     "sha256": "8e06e1ad4928d69e79495378be5269eb6a44524be1355536083341d6b86fb9dc",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181863399,
     "length": 48,
     "sha256": "9635eb53f54ed180bcc312da7ffa2a6eabc4c4a39aab41fc9e404cf129c24041",
     "version": "2.1.282",
     "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-ehq713pq.js` offset 179293336.",
   "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-bkgbm924.js",
     "binary_offset": 173892605,
     "length": 40,
     "sha256": "46fc6965eb69965a868e5988312622847db50af9a40443e99bab41c02350fb1c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ehq713pq.js` offset 179293336.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ehq713pq.js",
     "binary_offset": 179293336,
     "length": 35,
     "sha256": "2f2cf7a837f58ac5a2b3ebde8bc5aff644ff30e60f0de75cc6a4c87156af6e8f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ehq713pq.js",
     "binary_offset": 179293876,
     "length": 35,
     "sha256": "2f2cf7a837f58ac5a2b3ebde8bc5aff644ff30e60f0de75cc6a4c87156af6e8f",
     "version": "2.1.282",
     "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-fbctzhpm.js` offset 200915543.",
   "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-bkgbm924.js",
     "binary_offset": 173892688,
     "length": 41,
     "sha256": "25c777a3f8785dc57c998939b460a0167f68575623886fcecae5fdffe47b192b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fbctzhpm.js` offset 200915543.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200915543,
     "length": 36,
     "sha256": "a005df94531abe65d40dc87426508ddbee5571601eb58907e6a393fe1813c837",
     "version": "2.1.282",
     "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-x7xwfw1m.js` offset 189029927.",
   "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-bkgbm924.js",
     "binary_offset": 173892730,
     "length": 35,
     "sha256": "38e6404557620e59f7962a891a8c79b51933325d06342494e49fa8ae42e95691",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x7xwfw1m.js` offset 189029927.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x7xwfw1m.js",
     "binary_offset": 189029927,
     "length": 30,
     "sha256": "b785624e86494b35f0678f1f47ef449c245af23006179d49d901b4d747e0cc26",
     "version": "2.1.282",
     "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": 5,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173892766,
     "length": 43,
     "sha256": "b2dc3f03d57b38d3224eafb42dce8c3982b2a3b4ff14516124a9580172194d31",
     "version": "2.1.282",
     "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-x7xwfw1m.js",
     "binary_offset": 189071042,
     "length": 48,
     "sha256": "abb8b4cc2fba6c4b947a2a4db189a7bf29c05d165ef95bbc6036ddbfde53b1fb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mj29765a.js",
     "binary_offset": 188992068,
     "length": 38,
     "sha256": "ac9f5858c645900de26602e273b84d1be1b8feef4e701c081aecfb64cae32a3f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mj29765a.js",
     "binary_offset": 188992716,
     "length": 38,
     "sha256": "ac9f5858c645900de26602e273b84d1be1b8feef4e701c081aecfb64cae32a3f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mj29765a.js",
     "binary_offset": 188993191,
     "length": 38,
     "sha256": "ac9f5858c645900de26602e273b84d1be1b8feef4e701c081aecfb64cae32a3f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197312846,
     "length": 38,
     "sha256": "ac9f5858c645900de26602e273b84d1be1b8feef4e701c081aecfb64cae32a3f",
     "version": "2.1.282",
     "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-v8p447v2.js` offset 188190512.",
   "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-bkgbm924.js",
     "binary_offset": 173892810,
     "length": 43,
     "sha256": "d1fc8c66afdfe7cfe4374cf5b26b52900cdaefa228c0acfd7e5b9128790373b0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-v8p447v2.js` offset 188190512.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/typescript"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-v8p447v2.js",
     "binary_offset": 188190512,
     "length": 38,
     "sha256": "47eef022f03cbd20a4f0c13c5bf0d7348ff0ba560ae15e67192de33a09dec6b6",
     "version": "2.1.282",
     "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-as5xp9n1.js` offset 188933652.",
   "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-bkgbm924.js",
     "binary_offset": 173892854,
     "length": 38,
     "sha256": "5ab1176cabf0ab8b12eeed0c86e8a2b3775232f1238410c801deccad309be9c6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-as5xp9n1.js` offset 188933652.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-as5xp9n1.js",
     "binary_offset": 188933652,
     "length": 33,
     "sha256": "93e0e7e00c244bd89fdeafaed8c0761f74f634f0f03bd776b2ab52a364343d14",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184995373.",
   "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-bkgbm924.js",
     "binary_offset": 173892893,
     "length": 48,
     "sha256": "cfa7ba94e19752882173ba40685fada598864066f06a30b061d7246878c0a8c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184995373.",
    "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-x9fwahqm.js",
     "binary_offset": 184995373,
     "length": 43,
     "sha256": "162e231de9ac0cd517882996a39b1bd6e8b80a87c32ce7868bff84b326e6d8fb",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173892942,
     "length": 31,
     "sha256": "3273be78fb024f9f1464ec1098a0c4a2f8313db793655757d8f93fcf7194bd7c",
     "version": "2.1.282",
     "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-ydpwyy0x.js",
     "binary_offset": 180624781,
     "length": 26,
     "sha256": "789e280cb17abfc711c6208c7833877e7881b43b3bd11e05c3ebdacb0c7c80da",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173892974,
     "length": 36,
     "sha256": "99b2da59124daa45444c15f6e9a1e115eadf5965f41d53e67b1202070b9d1dae",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 184017384,
     "length": 31,
     "sha256": "9e897733978270e66400e6371ebba9cc2b7258cbab655e219aba127a8cff76c4",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184123489.",
   "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-bkgbm924.js",
     "binary_offset": 173893011,
     "length": 48,
     "sha256": "7106d5f3d3311c4e00d9b68ca1399258a205cdae966c7e2189dd3ed7c742446d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184123489.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184123489,
     "length": 43,
     "sha256": "211e4580914ba478ed5c452f870cd21ffbe07e0ffe60aaec4305501949bc4ee8",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176571380.",
   "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-bkgbm924.js",
     "binary_offset": 173893060,
     "length": 29,
     "sha256": "94eb920a07f700921c4549000acffa099ab908572dd026abe0b0eb06cd1062cd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176571380.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176571380,
     "length": 24,
     "sha256": "a32876ef8e627f3b8966593f6cc8cc7c392ec32255b4cbc5a0acdd84d75c7866",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307028,
     "length": 24,
     "sha256": "a32876ef8e627f3b8966593f6cc8cc7c392ec32255b4cbc5a0acdd84d75c7866",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176596590.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "local-agent",
     "claude-desktop-3p",
     "remote_cowork",
     "claude-vscode",
     "remote",
     "remote_baku",
     "remote_desktop",
     "remote_mobile",
     "remote_projects",
     "claude-in-teams",
     "sdk-cli",
     "sdk-ts",
     "sdk-py",
     "mcp",
     "claude-code-github-action",
     "claude_in_slack",
     "claude-in-slack",
     "cli",
     "claude-desktop",
     "local_agent",
     "ssh-remote",
     "bench"
    ],
    "default": null,
    "documented_url": null,
    "group": "Claude Code and Anthropic",
    "locations_count": 78,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173913078,
     "length": 29,
     "sha256": "0231024e655179a334ae0f9e9d56636a8148af5bbcb4eb2f45a1a600d85e7b60",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176596590.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176279799,
      "length": 24,
      "sha256": "2154cf4e10c4f5e8f3b29ff740a07d5bc82978a7241d8c27717697c82c434bb2",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176608131,
      "length": 34,
      "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-rqp1pwc5.js",
      "binary_offset": 173938688,
      "length": 24,
      "sha256": "2154cf4e10c4f5e8f3b29ff740a07d5bc82978a7241d8c27717697c82c434bb2",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176596590,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176604822,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176608131,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6rpvbcsk.js",
     "binary_offset": 173521298,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-b4y911xg.js",
     "binary_offset": 177141362,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182670333,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184820549,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175912498,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175919054,
     "length": 34,
     "sha256": "7c476da167dc43c63785f360a5d2cbc52282c11b2c502babdd60891f306b691c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176279726,
     "length": 24,
     "sha256": "2154cf4e10c4f5e8f3b29ff740a07d5bc82978a7241d8c27717697c82c434bb2",
     "version": "2.1.282",
     "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-5p8vzr3d.js` offset 177776523.",
   "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-bkgbm924.js",
     "binary_offset": 173913108,
     "length": 35,
     "sha256": "e4d1717cefa8104a428394d5c073f92ee43c2e8358ad1bb5b9d94be2b0912117",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5p8vzr3d.js` offset 177776523.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177776523,
     "length": 40,
     "sha256": "86b4d6644870063c2c4dcc18adb95154bad485a380e6041b5eb69dfdcea04646",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j73fv7a9.js",
     "binary_offset": 196917966,
     "length": 40,
     "sha256": "86b4d6644870063c2c4dcc18adb95154bad485a380e6041b5eb69dfdcea04646",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197512531,
     "length": 40,
     "sha256": "86b4d6644870063c2c4dcc18adb95154bad485a380e6041b5eb69dfdcea04646",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s9mmpr6r.js",
     "binary_offset": 175890884,
     "length": 40,
     "sha256": "86b4d6644870063c2c4dcc18adb95154bad485a380e6041b5eb69dfdcea04646",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175496060,
     "length": 30,
     "sha256": "73e9c2f7e764e5fb34d2e38b88462e0be506cf53f3c07e5c0935b1e434adc452",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175496149,
     "length": 30,
     "sha256": "73e9c2f7e764e5fb34d2e38b88462e0be506cf53f3c07e5c0935b1e434adc452",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175496210,
     "length": 30,
     "sha256": "73e9c2f7e764e5fb34d2e38b88462e0be506cf53f3c07e5c0935b1e434adc452",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-53wazwdn.js",
     "binary_offset": 175014137,
     "length": 30,
     "sha256": "73e9c2f7e764e5fb34d2e38b88462e0be506cf53f3c07e5c0935b1e434adc452",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179322034,
     "length": 30,
     "sha256": "73e9c2f7e764e5fb34d2e38b88462e0be506cf53f3c07e5c0935b1e434adc452",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6byj4mss.js",
     "binary_offset": 204597611,
     "length": 30,
     "sha256": "73e9c2f7e764e5fb34d2e38b88462e0be506cf53f3c07e5c0935b1e434adc452",
     "version": "2.1.282",
     "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-j73fv7a9.js` offset 196918623.",
   "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-bkgbm924.js",
     "binary_offset": 173913144,
     "length": 45,
     "sha256": "2bbcc85dc8af7cfdba59311c2b525916b55f2cad12dc1ed5ee8d6e057ddd42c3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j73fv7a9.js` offset 196918623.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j73fv7a9.js",
     "binary_offset": 196918623,
     "length": 50,
     "sha256": "e1654a9ae084aa6aa918d07ab0061eef9181b355f4997254edf8caa8d938c95e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j73fv7a9.js",
     "binary_offset": 196918778,
     "length": 50,
     "sha256": "e1654a9ae084aa6aa918d07ab0061eef9181b355f4997254edf8caa8d938c95e",
     "version": "2.1.282",
     "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-6k4pzp76.js` offset 178719751.",
   "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-bkgbm924.js",
     "binary_offset": 173913190,
     "length": 32,
     "sha256": "588a65a2dd47e6ec9a98918cb4960f5858199b43253d73652f38e748e9cd461c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6k4pzp76.js` offset 178719751.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178719751,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178729297,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-emy46x47.js",
     "binary_offset": 187273622,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-emy46x47.js",
     "binary_offset": 187279309,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-eqt7s7tj.js",
     "binary_offset": 177772396,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177575820,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177712159,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177712460,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177728304,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ryz9c4gx.js",
     "binary_offset": 203500462,
     "length": 27,
     "sha256": "fa5f0a3f75363850e87ae4551255865b969e3675abf4332fd2944ae444cabba8",
     "version": "2.1.282",
     "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-3psz8crg.js` offset 211368912.",
   "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-bkgbm924.js",
     "binary_offset": 173893090,
     "length": 41,
     "sha256": "3dab7dfc9d84385f1df4aabc359253665f29099cfd2820250a49f06c42481168",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3psz8crg.js` offset 211368912.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211368912,
     "length": 36,
     "sha256": "ee624a734e49908cadcf8b981788646af1f46f57cbc723f885acc7af17a1f476",
     "version": "2.1.282",
     "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-appb597y.js` offset 189554029.",
   "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-bkgbm924.js",
     "binary_offset": 173913223,
     "length": 42,
     "sha256": "35d75f1ca91ee3a6a5141689f11f7d372fd079428e52f6c598e96c0a12110673",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-appb597y.js` offset 189554029.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189554029,
     "length": 37,
     "sha256": "3f1dcc43b755382bde8fe824d3bce7a297526e5d259b527d92ce25a278134ed6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqqy0nss.js",
     "binary_offset": 202416228,
     "length": 37,
     "sha256": "3f1dcc43b755382bde8fe824d3bce7a297526e5d259b527d92ce25a278134ed6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-czgc1rqs.js",
     "binary_offset": 189304565,
     "length": 37,
     "sha256": "3f1dcc43b755382bde8fe824d3bce7a297526e5d259b527d92ce25a278134ed6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-czgc1rqs.js",
     "binary_offset": 189306656,
     "length": 37,
     "sha256": "3f1dcc43b755382bde8fe824d3bce7a297526e5d259b527d92ce25a278134ed6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913266,
     "length": 40,
     "sha256": "9ea6e9fd817fe6a604cf35d1522da144d0e54b303fd43ae48665f9eb248ac69d",
     "version": "2.1.282",
     "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-rtgjjsce.js",
     "binary_offset": 197453421,
     "length": 35,
     "sha256": "72bb31e082cd4002ab2aef9321baf5da9554de7569ad889027ad8beba72a4da6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173893132,
     "length": 43,
     "sha256": "0933fbf9fd98f9238a9bf488fd93631608290dcd400cd2b4c149cef06b2f62d2",
     "version": "2.1.282",
     "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-6hsjkzmx.js",
     "binary_offset": 180482819,
     "length": 38,
     "sha256": "25d9e31bc564d175742477dee28bce60ac99d499069983d5467d9f5e8c02e70d",
     "version": "2.1.282",
     "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-p7prp0m6.js` offset 187687028.",
   "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-bkgbm924.js",
     "binary_offset": 173893176,
     "length": 47,
     "sha256": "5098fd50b3b6a500d5906ca3993a222c18aee02341c72d365cf1fa0aad77ec12",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-p7prp0m6.js` offset 187687028.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-p7prp0m6.js",
     "binary_offset": 187687028,
     "length": 42,
     "sha256": "6b66f04830cabba9e8b5f30d48ad797c40737dc917a5e8ca65ac757a7ecdb6fd",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173926738,
     "length": 29,
     "sha256": "d42db1011693571dca24bd53e326db7d0eda49b6ba9b1688d5f203d4a61fca2b",
     "version": "2.1.282",
     "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-k0gb8rhx.js",
      "binary_offset": 186925979,
      "length": 24,
      "sha256": "7ee2675f8ece5f8d0ae872fbd09093b9eb5715bb6e474ebe1e206fd97fd6b7a6",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182913609,
      "length": 24,
      "sha256": "7ee2675f8ece5f8d0ae872fbd09093b9eb5715bb6e474ebe1e206fd97fd6b7a6",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182911122,
     "length": 34,
     "sha256": "c34fb80c0e19fd452384a22840c9fe20e219aef89a794d62062d7732b6bdbf91",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186925979,
     "length": 24,
     "sha256": "7ee2675f8ece5f8d0ae872fbd09093b9eb5715bb6e474ebe1e206fd97fd6b7a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186926029,
     "length": 24,
     "sha256": "7ee2675f8ece5f8d0ae872fbd09093b9eb5715bb6e474ebe1e206fd97fd6b7a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181008113,
     "length": 24,
     "sha256": "7ee2675f8ece5f8d0ae872fbd09093b9eb5715bb6e474ebe1e206fd97fd6b7a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182913609,
     "length": 24,
     "sha256": "7ee2675f8ece5f8d0ae872fbd09093b9eb5715bb6e474ebe1e206fd97fd6b7a6",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181070801.",
   "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-bkgbm924.js",
     "binary_offset": 173926768,
     "length": 33,
     "sha256": "d3485e02723efdda54bcec92fea7ad17f7651a8c678d4d7653c7516f6572fc29",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181070801.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181070801,
     "length": 38,
     "sha256": "1e7f6a5b9eaef3589fc703fe7d0e7c8e229f05ffd85241994c2e190270bfcd40",
     "version": "2.1.282",
     "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-xbqxyc9r.js` offset 175907421.",
   "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-bkgbm924.js",
     "binary_offset": 173882211,
     "length": 39,
     "sha256": "57a513af911b4040c5a88768cdc8b9616b0253b00c0289cd75c00b98ff226fb2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xbqxyc9r.js` offset 175907421.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175907421,
     "length": 34,
     "sha256": "c06c476113e9ecca98cd002ec910970a051796a28b7d470a0513407cab63433a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173926802,
     "length": 46,
     "sha256": "5e3d3e7ac4a82f51bd900b8d45c3bc700c7614a1a68eb73c9d3b9ce68da8ee21",
     "version": "2.1.282",
     "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-0ndw8cwg.js",
     "binary_offset": 176821227,
     "length": 41,
     "sha256": "1dca00c63546ba0b731e47128be65df562b6e8f5295879ba1ab406323f9cdd93",
     "version": "2.1.282",
     "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-xh6cpv75.js` offset 180965556.",
   "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-bkgbm924.js",
     "binary_offset": 173913307,
     "length": 37,
     "sha256": "231d47fdbbb062e8b5475553f227cde382526a56db2755483966047e359158a0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xh6cpv75.js` offset 180965556.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xh6cpv75.js",
     "binary_offset": 180965556,
     "length": 32,
     "sha256": "19b816d535ddcc9ea5bcd6abc0ad9b970347f54e410ab633ebfc80d8354910e5",
     "version": "2.1.282",
     "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-2vjrg17t.js` offset 190921013.",
   "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-bkgbm924.js",
     "binary_offset": 173893224,
     "length": 35,
     "sha256": "de72d5a0047ca55b909204cccf1228b3742b14236e11b34b0dfde8288fa67099",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2vjrg17t.js` offset 190921013.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2vjrg17t.js",
     "binary_offset": 190921013,
     "length": 30,
     "sha256": "fec9df9491b37d75a6e68451bdb0efbd5492988ecea7a0108627848a96392888",
     "version": "2.1.282",
     "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-appb597y.js` offset 189434661.",
   "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-bkgbm924.js",
     "binary_offset": 173913345,
     "length": 35,
     "sha256": "48745a8fccd72f33dbd53ba04986dd86dd3779b3689a87270193ea8039302d05",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-appb597y.js` offset 189434661.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189434661,
     "length": 30,
     "sha256": "8529480584a9429b1d0ebf1245ad6cc876649b73867eff4e1f88b1c2b9e020dc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201146471,
     "length": 30,
     "sha256": "8529480584a9429b1d0ebf1245ad6cc876649b73867eff4e1f88b1c2b9e020dc",
     "version": "2.1.282",
     "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-fbctzhpm.js` offset 200575936.",
   "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-bkgbm924.js",
     "binary_offset": 173913454,
     "length": 42,
     "sha256": "ed11fa1e323812ff93e4a5307b22d3e5cfe0392bb7da2a44bffc2cab19a21575",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fbctzhpm.js` offset 200575936.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200575936,
     "length": 37,
     "sha256": "1a35ec209fe9c86a8a79edcf0c86ab258b7c29314cce53033d39230268da37d3",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176521104.",
   "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-bkgbm924.js",
     "binary_offset": 173893260,
     "length": 48,
     "sha256": "9152d36459e23c5b6c85f22869e3c70a0bc01ca7da24eb9d5379421c6016f8a4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176521104.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176521104,
     "length": 43,
     "sha256": "4374665e8d57a3c93397459052c1fe78713b3221eeb70493eb4ab2b8958a7010",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176521339,
     "length": 43,
     "sha256": "4374665e8d57a3c93397459052c1fe78713b3221eeb70493eb4ab2b8958a7010",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182860513,
     "length": 43,
     "sha256": "4374665e8d57a3c93397459052c1fe78713b3221eeb70493eb4ab2b8958a7010",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173893309,
     "length": 44,
     "sha256": "66d8d1fa8b4d5fd90232a7fe56e16c880bfa8703b358f03ac2c3564050f9286a",
     "version": "2.1.282",
     "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-d9dpmkhv.js",
     "binary_offset": 176156099,
     "length": 39,
     "sha256": "fd59f4547e408a642399f948d7bee1d8e613c8d4729e7505fe753341954942f8",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173893354,
     "length": 38,
     "sha256": "e4a7c24c1669642b3a5af73c57c475000620ade7d5e6885dadaca25abb44e78d",
     "version": "2.1.282",
     "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-gv28bdvy.js",
     "binary_offset": 186243684,
     "length": 33,
     "sha256": "a62ccdc5e529601dd859977832c843ba4607d219210b43080946b8a65182ae5f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173926849,
     "length": 36,
     "sha256": "7718b89f89f08ea20c9085550eb3094010bda560fd68963bf093cb1347f44fe2",
     "version": "2.1.282",
     "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-06tpgvbt.js",
     "binary_offset": 186330027,
     "length": 31,
     "sha256": "c543d0ff8c90deb30c262dda9df929cd27a00473594d7e7517beb6a4b23c8317",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186336520,
     "length": 31,
     "sha256": "c543d0ff8c90deb30c262dda9df929cd27a00473594d7e7517beb6a4b23c8317",
     "version": "2.1.282",
     "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-06tpgvbt.js` offset 186328650.",
   "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-bkgbm924.js",
     "binary_offset": 173893393,
     "length": 40,
     "sha256": "613822154ce14b95ac78975c6f3e933fd58afd9c237147acdd802089c0e7c847",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-06tpgvbt.js` offset 186328650.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186328650,
     "length": 35,
     "sha256": "0a85c469aaeb097704165cde7d058b220e41374548b4b41477da4a6921fac219",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186331050,
     "length": 35,
     "sha256": "0a85c469aaeb097704165cde7d058b220e41374548b4b41477da4a6921fac219",
     "version": "2.1.282",
     "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-mmffsmbj.js` offset 175994071.",
   "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-bkgbm924.js",
     "binary_offset": 173893434,
     "length": 40,
     "sha256": "7457325cdc99ed7d34f74587c89c00947c377740a6ccf0babc24c2d925e04b79",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mmffsmbj.js` offset 175994071.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 175994071,
     "length": 45,
     "sha256": "3f0763edae4fca372dadd0de5958e0903f6158967bfdf4e61ca8a04a97acac63",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173893475,
     "length": 32,
     "sha256": "d60e6c504e999c4bc245cf11f2a9f5398dc1a8a4988b2fc8b6cb71e6043a4623",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 182301627,
     "length": 27,
     "sha256": "1a7edc8d1ef911d9038d272c19bc83cffd8ea96ccdde418f74a751baf5b12f41",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182301767,
     "length": 27,
     "sha256": "1a7edc8d1ef911d9038d272c19bc83cffd8ea96ccdde418f74a751baf5b12f41",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182302050,
     "length": 27,
     "sha256": "1a7edc8d1ef911d9038d272c19bc83cffd8ea96ccdde418f74a751baf5b12f41",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173893508,
     "length": 40,
     "sha256": "8468539bd2c2f9f8176552816d9c569f1cf91ee700dbd6c9c98ddb2481d6a0bb",
     "version": "2.1.282",
     "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-appb597y.js",
     "binary_offset": 189559904,
     "length": 35,
     "sha256": "a50b2622be3bd8f0e384a239b83c5150d3ad85d93f32767003f26b36fc5a7d1f",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176298975.",
   "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-bkgbm924.js",
     "binary_offset": 173893549,
     "length": 38,
     "sha256": "74151269787719ee31d004eb39f92a1ba64aaca1b2720dd801629b2f6dd84fe1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176298975.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176298975,
     "length": 33,
     "sha256": "72bec8cd0e3e5f3775d72e08d43377e3f3cd2a71847853139d08e03d9dd892f1",
     "version": "2.1.282",
     "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-hj3p6ej4.js` offset 190131907.",
   "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-bkgbm924.js",
     "binary_offset": 173885116,
     "length": 35,
     "sha256": "4ed0cefa7395608df4471a7ebf9bf6e23d0c0530655b96133950337793834f9d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hj3p6ej4.js` offset 190131907.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190131907,
     "length": 30,
     "sha256": "2e0a430f25e5f123f131faa3f5bf484031285851df695eb5d4dd49b5bbe0d7b0",
     "version": "2.1.282",
     "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-hj3p6ej4.js` offset 190131960.",
   "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-bkgbm924.js",
     "binary_offset": 173885152,
     "length": 44,
     "sha256": "80548efe7d13434d6c00a49adc9b77688c61e59f25cc9254a349b93d9770c04c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hj3p6ej4.js` offset 190131960.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190131960,
     "length": 39,
     "sha256": "8acc24f1e1428511e245e573fdd9ca2121b037116638b893591a6664e6fd8413",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913568,
     "length": 32,
     "sha256": "c8604057665c6b40dc19e6a627101a72ed5d52b7f56fd7c64e0af98c4461831e",
     "version": "2.1.282",
     "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-mbd35kwj.js",
      "binary_offset": 174538270,
      "length": 27,
      "sha256": "f6c95e4dbad68752356729faa91b17e33d9f5d4057ee5a1f42320a61ae60cde0",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mbd35kwj.js",
     "binary_offset": 174538270,
     "length": 27,
     "sha256": "f6c95e4dbad68752356729faa91b17e33d9f5d4057ee5a1f42320a61ae60cde0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mbd35kwj.js",
     "binary_offset": 174538316,
     "length": 27,
     "sha256": "f6c95e4dbad68752356729faa91b17e33d9f5d4057ee5a1f42320a61ae60cde0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mbd35kwj.js",
     "binary_offset": 174538415,
     "length": 27,
     "sha256": "f6c95e4dbad68752356729faa91b17e33d9f5d4057ee5a1f42320a61ae60cde0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mbd35kwj.js",
     "binary_offset": 174538451,
     "length": 27,
     "sha256": "f6c95e4dbad68752356729faa91b17e33d9f5d4057ee5a1f42320a61ae60cde0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mbd35kwj.js",
     "binary_offset": 174538511,
     "length": 27,
     "sha256": "f6c95e4dbad68752356729faa91b17e33d9f5d4057ee5a1f42320a61ae60cde0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173893714,
     "length": 30,
     "sha256": "48b30d1b29ed2c2f97231d09d5f7b79c636ea5842c67867d33a8a33b74823f4e",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181804577,
     "length": 35,
     "sha256": "7fef34043e944fefc48d6757921bda6aa0ac4dec640bb31561d636dd37b7be90",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173893745,
     "length": 33,
     "sha256": "34ad952940e6e0fa8c3b21527a0e427068cee04de3b45c3ef9e1628b80ee590d",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181804524,
     "length": 38,
     "sha256": "f396df60037b97d7f70776ae32423b3b6bdd5db29900d48c2b6d609453a6fbab",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913601,
     "length": 39,
     "sha256": "d0d0b56ff0861c8b785580aa4e1910deaf30415c2487411d0e0ff1c45d5ed719",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Timeout in seconds for Glob tool file discovery.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178706293,
     "length": 34,
     "sha256": "3c89eebbaca07338cd527677456f40620b2fd672e7a54d7120431d5ecce4e8aa",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913641,
     "length": 39,
     "sha256": "4bef14a986ed22599dbe5f04ca3c7c1eafeed0cd6b4afb5f44979a4664a0d1a2",
     "version": "2.1.282",
     "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-x7xwfw1m.js",
     "binary_offset": 189060829,
     "length": 34,
     "sha256": "421e5a4bb84d2228c75e65e33ba328652a384232641ed292e94515e174c955a4",
     "version": "2.1.282",
     "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-n4d3xtp1.js` offset 177269905.",
   "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-bkgbm924.js",
     "binary_offset": 173893779,
     "length": 31,
     "sha256": "7bae6099b0ddae25a60af57196256d82b00f28cc05a1c816e0a054ccc0cef722",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n4d3xtp1.js` offset 177269905.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n4d3xtp1.js",
     "binary_offset": 177269905,
     "length": 26,
     "sha256": "5946ea7900fb618d4a37db98736188fc3c039864d2fe843d5bb2558e3f6e645b",
     "version": "2.1.282",
     "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-qv3jr361.js` offset 177799516.",
   "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-bkgbm924.js",
     "binary_offset": 173926886,
     "length": 42,
     "sha256": "94196cc237b7d3c49d9848484c4075438e36991a1b84cbe39432a004a20521bd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qv3jr361.js` offset 177799516.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qv3jr361.js",
     "binary_offset": 177799516,
     "length": 37,
     "sha256": "8dc68f1f8de44ca5ca75e1378417b793822f91fc89798fb219b788ba6394f1c5",
     "version": "2.1.282",
     "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-qv3jr361.js` offset 177799554.",
   "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-bkgbm924.js",
     "binary_offset": 173926929,
     "length": 38,
     "sha256": "5427ef5362f90e5bd272a620df0cabc44457bb7df520ed3432c8196718923dbc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qv3jr361.js` offset 177799554.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qv3jr361.js",
     "binary_offset": 177799554,
     "length": 33,
     "sha256": "bc05e45cfdf1cb6b6eb2c8718ad0278f9008a7c527f0d9918e9ad4214946362c",
     "version": "2.1.282",
     "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-qv3jr361.js` offset 177799384.",
   "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-bkgbm924.js",
     "binary_offset": 173926968,
     "length": 42,
     "sha256": "c7252d2c601ec6216a1b6f173f5521fda45de4e581d571afb958d32c96cf9f3b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qv3jr361.js` offset 177799384.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qv3jr361.js",
     "binary_offset": 177799384,
     "length": 37,
     "sha256": "55a893ae1128ec7c6168b5833d3ee19ba6bbeae9c8a3e6f7afe1e19147b4bbc3",
     "version": "2.1.282",
     "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-nbay5fyz.js` offset 177807817.",
   "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-bkgbm924.js",
     "binary_offset": 173893811,
     "length": 30,
     "sha256": "dd5ec3deffbf738234fac03ec58decd20f6b0b35a2b82356fb8551a68f607ef3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-nbay5fyz.js` offset 177807817.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-nbay5fyz.js",
     "binary_offset": 177807817,
     "length": 25,
     "sha256": "df6ae3c8b0fc7dacd928ba4eca5c758b93a9c21115dd0dac6ae1ac633d801ea8",
     "version": "2.1.282",
     "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-emmmh0qa.js` offset 195885630.",
   "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-bkgbm924.js",
     "binary_offset": 173893842,
     "length": 36,
     "sha256": "6236c288e1984f71993a443ea603c31e0fdda2f95aacbd8563c74f1539de3252",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-emmmh0qa.js` offset 195885630.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-emmmh0qa.js",
     "binary_offset": 195885630,
     "length": 31,
     "sha256": "40c7c424a7b84f65846735b6a44c2d79473c9f5d49bf6d15d7e5b9cfd6dd9826",
     "version": "2.1.282",
     "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-nfwyc0zs.js` offset 177825714.",
   "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-bkgbm924.js",
     "binary_offset": 173893879,
     "length": 41,
     "sha256": "6fdb9db29c9dbc49f5e320c749d53d1d85ce8a87d0bd7082235b2eab4d89cc59",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-nfwyc0zs.js` offset 177825714.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-nfwyc0zs.js",
     "binary_offset": 177825714,
     "length": 36,
     "sha256": "a6b5fd40f43779e2529c80d11e65e56c24c771b7c46e16aa3f2c1e7c03673dbd",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173893921,
     "length": 27,
     "sha256": "0809951e225e93ea38951f8b42be7347e4a2e2bcbfccfb3e12da6ba3fee181bb",
     "version": "2.1.282",
     "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-sb18s3tx.js",
     "binary_offset": 190636116,
     "length": 22,
     "sha256": "ab9166588c85d5e0ac0e18fa3de83db680d80dd00b0d4c376f7d7507e2b61ce6",
     "version": "2.1.282",
     "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-rqp1pwc5.js` offset 173936265.",
   "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-bkgbm924.js",
     "binary_offset": 173913681,
     "length": 37,
     "sha256": "df9da7d740cdbd5008793a1a0d67bff71485428e7905c0596658bec780b25d8f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rqp1pwc5.js` offset 173936265.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rqp1pwc5.js",
     "binary_offset": 173936265,
     "length": 32,
     "sha256": "1e801477152f4cec5a9700cdf847d4ddc2844fa534d193f232406b5c40f66ffc",
     "version": "2.1.282",
     "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-j73fv7a9.js` offset 196918155.",
   "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-bkgbm924.js",
     "binary_offset": 173913719,
     "length": 43,
     "sha256": "bea0e714541da283f8cae1be93297657826fbe75acf47018940f3ea36f552f37",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j73fv7a9.js` offset 196918155.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j73fv7a9.js",
     "binary_offset": 196918155,
     "length": 38,
     "sha256": "65424d2e330e7a7425f16f7085da5a0490fb2863d5423a1e299acc54fa1e00a0",
     "version": "2.1.282",
     "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-y5ehhd9m.js` offset 208102420.",
   "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-bkgbm924.js",
     "binary_offset": 173913763,
     "length": 44,
     "sha256": "ea77cebc2db3c0e42767f112244e68f07dcbb6318040869c978d9d28264f98fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-y5ehhd9m.js` offset 208102420.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y5ehhd9m.js",
     "binary_offset": 208102420,
     "length": 39,
     "sha256": "7cba2278d0f17fd95134464aec5cfb17c886cb3de20bd9f1a63f7742bf9644ad",
     "version": "2.1.282",
     "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-y5ehhd9m.js` offset 208102494.",
   "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-bkgbm924.js",
     "binary_offset": 173913808,
     "length": 47,
     "sha256": "54054749a7c5101d77f31fd8692a20e290248344fb76515127dea8ee5888b246",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-y5ehhd9m.js` offset 208102494.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y5ehhd9m.js",
     "binary_offset": 208102494,
     "length": 42,
     "sha256": "356fd56e166395f4bd9304109bdd7d49a8d8e9d7e07f7ccea4e8522423efbf6f",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182587629.",
   "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-bkgbm924.js",
     "binary_offset": 173893949,
     "length": 36,
     "sha256": "9e239223d35097ed7690249d285c746d507bc8dc281ce74fc4f3bd6246a2cbf6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182587629.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182587629,
     "length": 31,
     "sha256": "7c5f9747be536c55499121c6dfb3e9c323a401e9cbfa91706787637414d88fcf",
     "version": "2.1.282",
     "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-5p8vzr3d.js` offset 177776590.",
   "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-bkgbm924.js",
     "binary_offset": 173882336,
     "length": 36,
     "sha256": "62d3fdf14a535b9b98364e5a8ada980bb3a8bf620c7de6d0b7f1fb30af3c06b0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5p8vzr3d.js` offset 177776590.",
    "description_source": null,
    "raw_truthiness_sites": 4,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176737381,
      "length": 31,
      "sha256": "276463eb87dc005d5cb6f9a1301633c2ccd199958a4101066b82aa5679cbc600",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-5p8vzr3d.js",
      "binary_offset": 177776590,
      "length": 41,
      "sha256": "9866d22028da594afeaa112ed8ea84f5787826b2e60b42e6f82eace36a4b5cde",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wqf6nvvb.js",
      "binary_offset": 174155822,
      "length": 31,
      "sha256": "5df39c9047835b3d9673d7c70f26defe77b0597584e861f917759801acf9aaa4",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wqf6nvvb.js",
      "binary_offset": 174155959,
      "length": 31,
      "sha256": "5df39c9047835b3d9673d7c70f26defe77b0597584e861f917759801acf9aaa4",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177776590,
     "length": 41,
     "sha256": "9866d22028da594afeaa112ed8ea84f5787826b2e60b42e6f82eace36a4b5cde",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176737381,
     "length": 31,
     "sha256": "276463eb87dc005d5cb6f9a1301633c2ccd199958a4101066b82aa5679cbc600",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182890657,
     "length": 31,
     "sha256": "276463eb87dc005d5cb6f9a1301633c2ccd199958a4101066b82aa5679cbc600",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174155822,
     "length": 31,
     "sha256": "5df39c9047835b3d9673d7c70f26defe77b0597584e861f917759801acf9aaa4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174155959,
     "length": 31,
     "sha256": "5df39c9047835b3d9673d7c70f26defe77b0597584e861f917759801acf9aaa4",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197515711.",
   "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-bkgbm924.js",
     "binary_offset": 173882373,
     "length": 47,
     "sha256": "a0a3865a9f35aac5c1e3b4004d6e9539a2160197910daa28da5bee1b7931e153",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197515711.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197515711,
     "length": 52,
     "sha256": "e2898b0c90e797477288d8566707c2510f50838a0a18d23050d6cb65adc9559f",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179440102.",
   "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": 13,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173882421,
     "length": 34,
     "sha256": "08bc2c28fd3aaffd76495681b4775b570a7e6c74a5384dc4929cbf90674ec203",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179440102.",
    "description_source": null,
    "raw_truthiness_sites": 4,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-5ezz9t8y.js",
      "binary_offset": 179440401,
      "length": 29,
      "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-6k4pzp76.js",
      "binary_offset": 178733719,
      "length": 29,
      "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-rqp1pwc5.js",
      "binary_offset": 173934966,
      "length": 29,
      "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182891672,
      "length": 29,
      "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179440102,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179440401,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179440435,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178733719,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178733759,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178733798,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186925885,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186925945,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177721783,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rqp1pwc5.js",
     "binary_offset": 173934966,
     "length": 29,
     "sha256": "c51d450424eb2bb3b49eea3d49bf8c5ae251cb345e25b5afffac70a529f6e107",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176604511.",
   "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-bkgbm924.js",
     "binary_offset": 173913856,
     "length": 32,
     "sha256": "a76158a21bd42330cf096e333790e3000084df4700872ea56bb6c440f62b71b6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176604511.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176604511,
     "length": 37,
     "sha256": "1727d409eda586c09b59ff662417ef679b7c0b6205b71fe641b5c945e257e0d7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173880811,
     "length": 37,
     "sha256": "1727d409eda586c09b59ff662417ef679b7c0b6205b71fe641b5c945e257e0d7",
     "version": "2.1.282",
     "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-rqp1pwc5.js` offset 173938637.",
   "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-bkgbm924.js",
     "binary_offset": 173893986,
     "length": 37,
     "sha256": "1d666eb0eb062558b951c1f1fda6027e83dda0e5da6a0f549abb12de5d0f4a6d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rqp1pwc5.js` offset 173938637.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/agent-sdk/typescript"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rqp1pwc5.js",
     "binary_offset": 173938637,
     "length": 32,
     "sha256": "b89666ecae5c417ff3cd7c2695c4cfb41a7bc78ca9c95133146a80a0dc94b1ba",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176586201.",
   "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-bkgbm924.js",
     "binary_offset": 173913889,
     "length": 34,
     "sha256": "83a801de442b3de4fec7715b797fb1952a43e07677401f05faf1178873714565",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176586201.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176586201,
     "length": 29,
     "sha256": "5970cab5e0c9c43c7df647bce7f9f94948945237d710cb72c43aa177de8704f6",
     "version": "2.1.282",
     "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-06jnz6az.js` offset 185563822.",
   "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-bkgbm924.js",
     "binary_offset": 173894024,
     "length": 29,
     "sha256": "b7e457663433be649f8a5102f0f1074b2202832e86efc99937f7a183314e13ea",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-06jnz6az.js` offset 185563822.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-06jnz6az.js",
     "binary_offset": 185563822,
     "length": 24,
     "sha256": "f2f700a5891895a7ac61633e79dee24714a17cb8bd7cc6a4cbb13ba8a034a0bb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-98ge2jh5.js",
     "binary_offset": 185565425,
     "length": 24,
     "sha256": "f2f700a5891895a7ac61633e79dee24714a17cb8bd7cc6a4cbb13ba8a034a0bb",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181880246.",
   "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-bkgbm924.js",
     "binary_offset": 173894054,
     "length": 33,
     "sha256": "394ae36115337ea0bce51d47a9cb06fcfd1d3ca2748183c24555f641e16bdab3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181880246.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181880246,
     "length": 28,
     "sha256": "7bac3d993fe47e0dc86d08b7c5cd91a09e9d66c9ce98dcfcdcbf380bb00f3396",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181881551,
     "length": 28,
     "sha256": "7bac3d993fe47e0dc86d08b7c5cd91a09e9d66c9ce98dcfcdcbf380bb00f3396",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913924,
     "length": 36,
     "sha256": "ab4de0a2ca8949b78036698dd7bdc50f8454184bb80882e03b9b33598565da32",
     "version": "2.1.282",
     "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-x9fwahqm.js",
      "binary_offset": 184032354,
      "length": 31,
      "sha256": "13c70d6f4dc4a10c1e75fb56f288fcfea8cf5bddf9bd30a5458a1712ace9aef5",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184032354,
     "length": 31,
     "sha256": "13c70d6f4dc4a10c1e75fb56f288fcfea8cf5bddf9bd30a5458a1712ace9aef5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184032393,
     "length": 31,
     "sha256": "13c70d6f4dc4a10c1e75fb56f288fcfea8cf5bddf9bd30a5458a1712ace9aef5",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173894088,
     "length": 40,
     "sha256": "c52072bf2b36d1fba0127fff79497dc23bfc65564aac0e7cd43d8cb1fe6f1af8",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 184031854,
     "length": 35,
     "sha256": "677096709941244a39b13f689591ecaf604ef2c9cfcb1c29c865006517012571",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173894129,
     "length": 39,
     "sha256": "7e6624ddecbf79aea70247c74d6db472ccf9569200c2384cbd1593908ad995b5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to skip validation of IDE lockfile entries during connection.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184024927,
     "length": 34,
     "sha256": "f07ea29081a0f04dc5b1e32366cde0eda386880c2f1fdb31a3cb7bbd1bcfaa1c",
     "version": "2.1.282",
     "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-fbctzhpm.js` offset 200513986.",
   "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-bkgbm924.js",
     "binary_offset": 173913961,
     "length": 41,
     "sha256": "f58d3d8de5ffa974e75bd8647bd389c9846237e3d067ea10be67389214b0b9cb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fbctzhpm.js` offset 200513986.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200513986,
     "length": 46,
     "sha256": "c369462a7e9df8f4994745a84991044e20fd4b81720f5a3d4e4cf91c4af1bb98",
     "version": "2.1.282",
     "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-fbctzhpm.js` offset 200513878.",
   "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-bkgbm924.js",
     "binary_offset": 173914003,
     "length": 39,
     "sha256": "466ede691bc447e8ff25985a6708a1a710fef17f630187bec5eb2996c7467bec",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fbctzhpm.js` offset 200513878.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200513878,
     "length": 44,
     "sha256": "4cb11ebee164b2dec4aefe79a5f01d6c75327d11fe1016081569e29e788ffd1a",
     "version": "2.1.282",
     "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-appb597y.js` offset 189559858.",
   "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-bkgbm924.js",
     "binary_offset": 173894169,
     "length": 43,
     "sha256": "7c29b2fe4ebfb929fbd07cace18ec8302725413ac6fd82de22157b3420560c93",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-appb597y.js` offset 189559858.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189559858,
     "length": 38,
     "sha256": "2ec5d90fc5a7bb927775b76985cd00be55f581e860dc1397026929943b0f6eb6",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176400142.",
   "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-bkgbm924.js",
     "binary_offset": 173894213,
     "length": 31,
     "sha256": "23cae473385fedd621b7df1748d683630ffbb54b066f5d1934a651a2589a6645",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176400142.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176400142,
     "length": 26,
     "sha256": "6c18992e124cc301aad0a3e0f6ef5a22c1f6185303b7e453e76076c4cc2ab675",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176400211,
     "length": 26,
     "sha256": "6c18992e124cc301aad0a3e0f6ef5a22c1f6185303b7e453e76076c4cc2ab675",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176400254,
     "length": 26,
     "sha256": "6c18992e124cc301aad0a3e0f6ef5a22c1f6185303b7e453e76076c4cc2ab675",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182317607.",
   "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-bkgbm924.js",
     "binary_offset": 173894245,
     "length": 30,
     "sha256": "332729af0cf91e687a22b9c119405175896e6b378cdb0b9e2326c293fc2386bd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182317607.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182317607,
     "length": 25,
     "sha256": "698839a24d074ad1a69f227e010165db92aa2cedc629235bed38e25a1cf82714",
     "version": "2.1.282",
     "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-16v2zr31.js` offset 178997126.",
   "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-bkgbm924.js",
     "binary_offset": 173914043,
     "length": 28,
     "sha256": "9eb6c9545ab0e8872d29090ad0074c5ce508ac38892ff04e02ef5e67a3c8cdbd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-16v2zr31.js` offset 178997126.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-16v2zr31.js",
     "binary_offset": 178997126,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205483784,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197437685,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s1t81hd7.js",
     "binary_offset": 207023198,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207235046,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181359152,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182671380,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182671576,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182694254,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182698513,
     "length": 23,
     "sha256": "0de1294469a794b7f3c993ad1eb8e70e47d2316061ef03df1e1217da854e5454",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184072349.",
   "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-bkgbm924.js",
     "binary_offset": 173894276,
     "length": 34,
     "sha256": "7d8425094cb6e44c40ba387deed73c8312ca687eb055f6c67b6eb2d6baf42d99",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184072349.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184072349,
     "length": 29,
     "sha256": "7f21b6547a17d2529405e95d38f5c06694123a0b589edefa0429376714d639cf",
     "version": "2.1.282",
     "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-s8fprj29.js` offset 189944681.",
   "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-bkgbm924.js",
     "binary_offset": 173894311,
     "length": 36,
     "sha256": "ffee1137ac1d4b5bcf69cc4cdb6993c05e93ddae3f7c3cf82843b4a122f2187e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-s8fprj29.js` offset 189944681.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s8fprj29.js",
     "binary_offset": 189944681,
     "length": 31,
     "sha256": "8ed256d2eacd56f6f3d603c474a1b53752095525a043c35d21b92494b8126892",
     "version": "2.1.282",
     "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-y6z91cjt.js` offset 180910366.",
   "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-bkgbm924.js",
     "binary_offset": 173894348,
     "length": 32,
     "sha256": "aece4d5b22ba39c649cbabc8c6eed82b342bfbd26230b28742a9ea49dd5356fd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-y6z91cjt.js` offset 180910366.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-y6z91cjt.js",
     "binary_offset": 180910366,
     "length": 27,
     "sha256": "318044d23ea830a8509743b9ea6552c7e59ebe4828bc501f499c9e31a9cd914d",
     "version": "2.1.282",
     "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-n4d3xtp1.js` offset 177270174.",
   "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-bkgbm924.js",
     "binary_offset": 173894381,
     "length": 32,
     "sha256": "f26a1ad830c82d52734ed1e30b1e3d601f2eaef4777fde04009ac6962ffc55bf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n4d3xtp1.js` offset 177270174.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n4d3xtp1.js",
     "binary_offset": 177270174,
     "length": 27,
     "sha256": "5502383a6ae6088b7a0e12dddcaebbd47acc714bbdfe2fe3f11728158131812b",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 180107816.",
   "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-bkgbm924.js",
     "binary_offset": 173914072,
     "length": 32,
     "sha256": "2eedc6c338302d2d0b93a1b57b9cceb7f54d0459f3f58cc1b5ea3910687cb42a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 180107816.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 180107816,
     "length": 27,
     "sha256": "c3a383e39c55a966066218c704cca3fcf4e0c4a9838eac9d51f81291189e298a",
     "version": "2.1.282",
     "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-hdbcr762.js` offset 187999589.",
   "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-bkgbm924.js",
     "binary_offset": 173914105,
     "length": 33,
     "sha256": "43070d8904d51c5f88ecbfe325f35e87426f3529ebe313fe95a113eced925657",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hdbcr762.js` offset 187999589.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hdbcr762.js",
     "binary_offset": 187999589,
     "length": 28,
     "sha256": "0cb997e517509178053dd79a3c75890efb29fd73bd0e2d2ed2a3f6530f7443d8",
     "version": "2.1.282",
     "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-7kfaecww.js` offset 204814576.",
   "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-bkgbm924.js",
     "binary_offset": 173914139,
     "length": 34,
     "sha256": "47737651751c3efaeaffbd6af46af7d2414a8aa0d42134d4554a7ebb2fedf5b2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-7kfaecww.js` offset 204814576.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7kfaecww.js",
     "binary_offset": 204814576,
     "length": 29,
     "sha256": "e29219328a480ea0c6929236b258c5d1702a65a717236592c54cd8da18168322",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914215,
     "length": 43,
     "sha256": "e3d413542a3d80ec959dad38ae2878b1cf1296fc1b30a022513e2baab9d93879",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 182202156,
     "length": 38,
     "sha256": "482fa86803b9412f2b0a6ff6652ff67e53d73cf01784bbf5c4f2a4665903480b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173927011,
     "length": 37,
     "sha256": "f63371d0f0ecb54210e1d4e3c87a9f48d77a7abf92252bd6a3d4c42dda7ffa88",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176512939,
     "length": 32,
     "sha256": "3237e39a1cea14f2ee3b65883d6aefa0ab4cb7999b14527c6af3c762ac444970",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176513264,
     "length": 32,
     "sha256": "3237e39a1cea14f2ee3b65883d6aefa0ab4cb7999b14527c6af3c762ac444970",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189517671,
     "length": 32,
     "sha256": "3237e39a1cea14f2ee3b65883d6aefa0ab4cb7999b14527c6af3c762ac444970",
     "version": "2.1.282",
     "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-76kv9jbg.js` offset 177243460.",
   "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-bkgbm924.js",
     "binary_offset": 173925507,
     "length": 38,
     "sha256": "4135e65a0c66ca60e728d0bc1243da1455e4cf88dca9ad2b73388b2e26734a47",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-76kv9jbg.js` offset 177243460.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-76kv9jbg.js",
     "binary_offset": 177243460,
     "length": 33,
     "sha256": "cf1ec2912213fea7405ba5ab911c61e7420d63d9420eeb92d9a0fd044907ae4a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914259,
     "length": 45,
     "sha256": "639ec78522f6d11e9f64feac25c2f437260d5562af6c1accae724f9a3aa7bb3c",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 182427610,
     "length": 40,
     "sha256": "bc6c35a85a93549776ed0dbcf9095a26870c38e4fad6a688f16ae72ff6535c5b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173927049,
     "length": 36,
     "sha256": "5785a6f8e03894bbed1ed6f4eda95e7a082649cee83af6d7302e67b91d88214c",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 183040802,
     "length": 41,
     "sha256": "bf917afe645ee9dd2228e8d1e82d7b587e75ca1f6d4468e8405561155587601a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173927086,
     "length": 30,
     "sha256": "1c0551d06084f40f747fa2ef8d18cb0b662be1cd1f6885136b69542299e81fbf",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 182908819,
     "length": 25,
     "sha256": "7979c44be91c99616ed1556b23c616b8ebf3457ae8856887749d804dc13e05cb",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914305,
     "length": 43,
     "sha256": "2901e8ffa9611e24485ad83a2147e4b8b6d61d9d5efe283c76dfa304f99a5b10",
     "version": "2.1.282",
     "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-47syxenb.js",
     "binary_offset": 180289052,
     "length": 38,
     "sha256": "6fc57800c8b14c1e52a057e6b21c3e5b5bce624d026518753aa05c6d17f6057f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173927117,
     "length": 43,
     "sha256": "7ed405919bb2a0294c2ed27a9b364599c4a6943eb08e04d51dc8953775f96073",
     "version": "2.1.282",
     "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-4pwy8jq4.js",
     "binary_offset": 187760747,
     "length": 38,
     "sha256": "984edcae05475770744fde2b07adc1f71b5e9bc91d6ed0f779a1c96b8bb0478d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173927161,
     "length": 28,
     "sha256": "235881ab5da1153a01b72e58370042bfa43d38a7eeb8527bcf2a37ee3dff088b",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173711238,
     "length": 33,
     "sha256": "a023beee2f65f60b1e1b5e83f0afe2b265ef8c4c424f37c0c9358edcd1479a89",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914349,
     "length": 47,
     "sha256": "0857798ea83c97ae0cc0a799341f001901b3abc2ff73a9c230d0c03fab91f78d",
     "version": "2.1.282",
     "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-ke8dqefp.js",
     "binary_offset": 180348580,
     "length": 42,
     "sha256": "c068574d36850af6606b907bd57388c4b17e73b875ec09577afd9b156a2b5192",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914397,
     "length": 36,
     "sha256": "5f154d189043d24fff03d5ad8b0e113243ddbcb8253f1e97b2c5b24d2601bdd6",
     "version": "2.1.282",
     "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-xbqxyc9r.js",
     "binary_offset": 175918969,
     "length": 41,
     "sha256": "f9e0beea955ccaa94a1bce1bf29ea1294e0b29a8415d4eb09b3ff4357a17c1ae",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181375777.",
   "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-bkgbm924.js",
     "binary_offset": 173914434,
     "length": 32,
     "sha256": "0a413b6d50f87d1309663fb6072fe515163ba9b437f8701a0668c6507f69b475",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181375777.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181375777,
     "length": 27,
     "sha256": "ac766569293f55a77e3e43b9ddb89ad164d555dc0e5cb1dd2d383232e3506fd8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175917284,
     "length": 27,
     "sha256": "ac766569293f55a77e3e43b9ddb89ad164d555dc0e5cb1dd2d383232e3506fd8",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914467,
     "length": 41,
     "sha256": "20d75003f2590d41437e4d6720c2cdb86ce3a7895ec8c56ac9948d63f58fd133",
     "version": "2.1.282",
     "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-fq31dggx.js",
     "binary_offset": 212365112,
     "length": 36,
     "sha256": "92c1abd040cc77223f079329e9906a28c3ff74fde89caa92efad1cfeb7921f95",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197302246.",
   "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-bkgbm924.js",
     "binary_offset": 173914509,
     "length": 43,
     "sha256": "4e00bf63c4ebc6b34a8f38b0e2a2681fe5c5cce17b467150d9fd698f1f037e3b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197302246.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197302246,
     "length": 38,
     "sha256": "47172fe3de7c23f8421ade32463ab12f9feb7ea73f4a7a377de849779d815375",
     "version": "2.1.282",
     "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-rcyb2rab.js` offset 174621051.",
   "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-bkgbm924.js",
     "binary_offset": 173914553,
     "length": 36,
     "sha256": "5901ad91c0295c867af74b2d0aa007741043419b29db7ae19ff4d2522a358cca",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rcyb2rab.js` offset 174621051.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rcyb2rab.js",
     "binary_offset": 174621051,
     "length": 31,
     "sha256": "e5f058229b1e2a074d1fd715a2deebdfae1cc5e73ab6b6cc765977e4c0063190",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914590,
     "length": 38,
     "sha256": "bc6ce00ff5b33690556f51c3eaa261d804b1c11d64138381f5005bbb90791b43",
     "version": "2.1.282",
     "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-rtgjjsce.js",
     "binary_offset": 197302367,
     "length": 33,
     "sha256": "63fb2b7c2017adf9a4f63f9ef632be66b9ad9360138916ea42e128d63dfa6949",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175917238,
     "length": 33,
     "sha256": "63fb2b7c2017adf9a4f63f9ef632be66b9ad9360138916ea42e128d63dfa6949",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914629,
     "length": 40,
     "sha256": "84731b3b38dacc41bf4647f8c8527b4036b29d6531c90d16f8866397039fefd3",
     "version": "2.1.282",
     "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-s1t81hd7.js",
     "binary_offset": 206947906,
     "length": 35,
     "sha256": "cc6c8538770043892f9e836e3b27d9638eb858d655ba2fba9ef1298bb1444472",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207175891,
     "length": 35,
     "sha256": "cc6c8538770043892f9e836e3b27d9638eb858d655ba2fba9ef1298bb1444472",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179340932.",
   "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-bkgbm924.js",
     "binary_offset": 173894414,
     "length": 42,
     "sha256": "48c574efea7f15d998c900f0df263907b1eb731177009eea0968003fb669930e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179340932.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179340932,
     "length": 37,
     "sha256": "d1dd7dc7cd7d15225db4127caad2c2bae64fe4869fa1963d91408486e4a86518",
     "version": "2.1.282",
     "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-s6jke8mm.js",
     "binary_offset": 191633280,
     "length": 34,
     "sha256": "624f343a845df435fde5a7800fd245cca99cacda32a4398b2b54ebabaf49827a",
     "version": "2.1.282",
     "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-bkffv23j.js",
      "binary_offset": 208296474,
      "length": 31,
      "sha256": "c9fb8f2a69653bac47752bbbc12e92b741c0a538d149ecc94213404ac05b79aa",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176583654,
     "length": 31,
     "sha256": "c9fb8f2a69653bac47752bbbc12e92b741c0a538d149ecc94213404ac05b79aa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189578408,
     "length": 31,
     "sha256": "c9fb8f2a69653bac47752bbbc12e92b741c0a538d149ecc94213404ac05b79aa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkffv23j.js",
     "binary_offset": 208296357,
     "length": 31,
     "sha256": "c9fb8f2a69653bac47752bbbc12e92b741c0a538d149ecc94213404ac05b79aa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkffv23j.js",
     "binary_offset": 208296425,
     "length": 31,
     "sha256": "c9fb8f2a69653bac47752bbbc12e92b741c0a538d149ecc94213404ac05b79aa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkffv23j.js",
     "binary_offset": 208296474,
     "length": 31,
     "sha256": "c9fb8f2a69653bac47752bbbc12e92b741c0a538d149ecc94213404ac05b79aa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jd7mbf40.js",
     "binary_offset": 176172780,
     "length": 31,
     "sha256": "c9fb8f2a69653bac47752bbbc12e92b741c0a538d149ecc94213404ac05b79aa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-nfwyc0zs.js",
     "binary_offset": 177835092,
     "length": 31,
     "sha256": "c9fb8f2a69653bac47752bbbc12e92b741c0a538d149ecc94213404ac05b79aa",
     "version": "2.1.282",
     "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-mrrt6yj3.js` offset 175006261.",
   "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-bkgbm924.js",
     "binary_offset": 173894457,
     "length": 37,
     "sha256": "f7a9841c9244395260c142f8ec449e6ceb89d22399b88d5a45c2e3c8accbdd5f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mrrt6yj3.js` offset 175006261.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mrrt6yj3.js",
     "binary_offset": 175006261,
     "length": 32,
     "sha256": "a04a0c59a913ac619f70d252d724b9773fa8083fcee6650986995ad58d91d3f0",
     "version": "2.1.282",
     "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-pa508sej.js` offset 188240992.",
   "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-bkgbm924.js",
     "binary_offset": 173925546,
     "length": 32,
     "sha256": "5df9f87a1889eca9512bd1428136da6131307e751ca2eb56a89f1a7d4925af14",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-pa508sej.js` offset 188240992.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pa508sej.js",
     "binary_offset": 188240992,
     "length": 27,
     "sha256": "dce6abf9036c20b96689e43fb3ba0073e733bb77a64fe2baf8cc62b3486410b5",
     "version": "2.1.282",
     "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-shy8w3k1.js` offset 188522222.",
   "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-bkgbm924.js",
     "binary_offset": 173925579,
     "length": 36,
     "sha256": "2ce71cbef90040d0d27055da54fc5b7faa8e95baa53cb09a16d320c685bf7b6a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-shy8w3k1.js` offset 188522222.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-shy8w3k1.js",
     "binary_offset": 188522222,
     "length": 31,
     "sha256": "0a1f41883d0862821164f2334301eaeab2560e82d510dd9da28a08f1a674dcf6",
     "version": "2.1.282",
     "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-6k4pzp76.js` offset 178693692.",
   "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-bkgbm924.js",
     "binary_offset": 173894495,
     "length": 34,
     "sha256": "89bf4ce3523027896a575ae1397f6f28cad161f34e862309a1d42a373f45d1d9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6k4pzp76.js` offset 178693692.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178693692,
     "length": 29,
     "sha256": "62f600b158fb1879f22a64674e362d029b0c886dc70d982e832c9dd5f4c8b056",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173894530,
     "length": 32,
     "sha256": "074ab5808df52e36cf02469665b476f9c9a95b45c52b6d2fc80353f25f047a53",
     "version": "2.1.282",
     "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-ye4x3h8k.js",
     "binary_offset": 186733037,
     "length": 27,
     "sha256": "9973481dd7dca868eea44d32479be7ebb3b869a7aa93122e3fed5d86e98ef0fc",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173894563,
     "length": 27,
     "sha256": "2ee912dfeb9deb2f8d87124d3c1a301d743f1ff9d4861255c896669b2737bf31",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 183665260,
     "length": 22,
     "sha256": "3988e65d7275be2cefa40359b6fea1cdd108903126ad76a20dede3ca1649612d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183689062,
     "length": 22,
     "sha256": "3988e65d7275be2cefa40359b6fea1cdd108903126ad76a20dede3ca1649612d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173894629,
     "length": 29,
     "sha256": "9dc9e0a7066708be09e4de95b22bfbe8374af4d7b000450d1773e7f22cfd9478",
     "version": "2.1.282",
     "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-c0bqgt2a.js",
     "binary_offset": 180268547,
     "length": 24,
     "sha256": "ffde9f689ed4400e5c9c7c7f2db7fd1f924c0035144335ae162f0b10f64c9656",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c0bqgt2a.js",
     "binary_offset": 180269028,
     "length": 24,
     "sha256": "ffde9f689ed4400e5c9c7c7f2db7fd1f924c0035144335ae162f0b10f64c9656",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c0bqgt2a.js",
     "binary_offset": 180269855,
     "length": 24,
     "sha256": "ffde9f689ed4400e5c9c7c7f2db7fd1f924c0035144335ae162f0b10f64c9656",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c0bqgt2a.js",
     "binary_offset": 180270167,
     "length": 24,
     "sha256": "ffde9f689ed4400e5c9c7c7f2db7fd1f924c0035144335ae162f0b10f64c9656",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c0bqgt2a.js",
     "binary_offset": 180271169,
     "length": 24,
     "sha256": "ffde9f689ed4400e5c9c7c7f2db7fd1f924c0035144335ae162f0b10f64c9656",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c0bqgt2a.js",
     "binary_offset": 180271213,
     "length": 24,
     "sha256": "ffde9f689ed4400e5c9c7c7f2db7fd1f924c0035144335ae162f0b10f64c9656",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176498231.",
   "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-bkgbm924.js",
     "binary_offset": 173925616,
     "length": 36,
     "sha256": "3e6d1ad9a9dbb46627bd4b9a6e67e6a271a6c359606730c02f55350657bc2e02",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176498231.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176498231,
     "length": 31,
     "sha256": "9a948e34a308f0cf7064436c4888f0d1afb5dfdcd0e29cb02370391f25980b15",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173894591,
     "length": 37,
     "sha256": "e3cf9bc87bd46bc8d6f069f41aeeebeef0355c6eecd3a71df5b6f0ae3a0f0003",
     "version": "2.1.282",
     "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-ye4x3h8k.js",
     "binary_offset": 186688003,
     "length": 32,
     "sha256": "7e045e30f815b84b58e918909af18e5637dc56513e8c284b2c68280cbc205a70",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176771528.",
   "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-bkgbm924.js",
     "binary_offset": 173882456,
     "length": 36,
     "sha256": "95f8456baadedcb4a8f4acce3864b29746c166944958a46e880a168228e06826",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176771528.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176771528,
     "length": 31,
     "sha256": "adf8c8427d986dac823a2d3f006f9c9e78edfffb2822a4bdcc49e0cfa0eee10d",
     "version": "2.1.282",
     "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-3za4pz3m.js` offset 196737980.",
   "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-bkgbm924.js",
     "binary_offset": 173882493,
     "length": 34,
     "sha256": "da995e5c0493329b5c47f1a7d1a6dc362db50a28a7f5a142e1cb28b3a5f86b2f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3za4pz3m.js` offset 196737980.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3za4pz3m.js",
     "binary_offset": 196737980,
     "length": 39,
     "sha256": "bd32389ea4aaaeb4b53d5d6b1f2320ed3a9dfc33d913e11532941a8786cd9235",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xhkeyvpy.js",
     "binary_offset": 173806132,
     "length": 39,
     "sha256": "bd32389ea4aaaeb4b53d5d6b1f2320ed3a9dfc33d913e11532941a8786cd9235",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173882528,
     "length": 38,
     "sha256": "5ba68bb8dc1f66b21c5d19692fbd506708ccf5269be51cf8e6ac05250f5817e6",
     "version": "2.1.282",
     "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-3za4pz3m.js",
     "binary_offset": 196737457,
     "length": 43,
     "sha256": "546b7627041f8c69293c0bcc4e480f5625202f4f3203739fb645d5d17f8d6222",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173882567,
     "length": 31,
     "sha256": "554f4f9feb2c4fa6e21ba34b67790230db52d2d4ac40b2a8b29cf7d7e5b6b220",
     "version": "2.1.282",
     "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-3za4pz3m.js",
     "binary_offset": 196737513,
     "length": 36,
     "sha256": "f3d74416f735f201904ef60dc433950e90502ae3be183d642a608db640df52c5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176766173,
     "length": 26,
     "sha256": "e977da12558c5ff12be470294c29581a5047a1e3c8e2558faa411f809182762c",
     "version": "2.1.282",
     "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": 40,
    "read_paths": [
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173882599,
     "length": 30,
     "sha256": "df5f18bb5a2b02810d063ae1860431b2b41c04b2e801f6590993268064e95e8d",
     "version": "2.1.282",
     "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-13z2dj1j.js",
      "binary_offset": 186273744,
      "length": 35,
      "sha256": "12619147466c04c42e2e68713e1fc5a9803f9662acba9ac5c1619c46ac55cfce",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176741332,
      "length": 25,
      "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176742298,
      "length": 25,
      "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176745441,
      "length": 25,
      "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176766359,
      "length": 25,
      "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-13z2dj1j.js",
     "binary_offset": 186273744,
     "length": 35,
     "sha256": "12619147466c04c42e2e68713e1fc5a9803f9662acba9ac5c1619c46ac55cfce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176773514,
     "length": 35,
     "sha256": "12619147466c04c42e2e68713e1fc5a9803f9662acba9ac5c1619c46ac55cfce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ha9skvk.js",
     "binary_offset": 179227341,
     "length": 35,
     "sha256": "12619147466c04c42e2e68713e1fc5a9803f9662acba9ac5c1619c46ac55cfce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-z7gm5v14.js",
     "binary_offset": 196350639,
     "length": 35,
     "sha256": "12619147466c04c42e2e68713e1fc5a9803f9662acba9ac5c1619c46ac55cfce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176555813,
     "length": 25,
     "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176738314,
     "length": 25,
     "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176741332,
     "length": 25,
     "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176742298,
     "length": 25,
     "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176745441,
     "length": 25,
     "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176766359,
     "length": 25,
     "sha256": "22ddc637c57d886622cebfdff30c357bd4bece66f2193a6bae5e6500977c2b2a",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176745469.",
   "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-bkgbm924.js",
     "binary_offset": 173882630,
     "length": 46,
     "sha256": "6d8bb381e6f042589cc35b9afeec27419307f78565f469ab90ea3cc92604a5a1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176745469.",
    "description_source": null,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176745469,
      "length": 41,
      "sha256": "e23b3439f668309dc71c0006ce06ff164a27631c3c46495d9a6eccb5d085cf3b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176792969,
      "length": 41,
      "sha256": "e23b3439f668309dc71c0006ce06ff164a27631c3c46495d9a6eccb5d085cf3b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 183910410,
      "length": 41,
      "sha256": "e23b3439f668309dc71c0006ce06ff164a27631c3c46495d9a6eccb5d085cf3b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176745469,
     "length": 41,
     "sha256": "e23b3439f668309dc71c0006ce06ff164a27631c3c46495d9a6eccb5d085cf3b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176775150,
     "length": 41,
     "sha256": "e23b3439f668309dc71c0006ce06ff164a27631c3c46495d9a6eccb5d085cf3b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176792969,
     "length": 41,
     "sha256": "e23b3439f668309dc71c0006ce06ff164a27631c3c46495d9a6eccb5d085cf3b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190138005,
     "length": 41,
     "sha256": "e23b3439f668309dc71c0006ce06ff164a27631c3c46495d9a6eccb5d085cf3b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183910410,
     "length": 41,
     "sha256": "e23b3439f668309dc71c0006ce06ff164a27631c3c46495d9a6eccb5d085cf3b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176742389,
     "length": 45,
     "sha256": "3fed0dab62cb7bcc88128e53fcbc80cc0456fbfec2ae6a141f2850ebd0190364",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176794554,
     "length": 45,
     "sha256": "3fed0dab62cb7bcc88128e53fcbc80cc0456fbfec2ae6a141f2850ebd0190364",
     "version": "2.1.282",
     "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-6jyjgx35.js` offset 175934354.",
   "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": 17,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173882677,
     "length": 36,
     "sha256": "eccf1db76941877bbd181a51114a7eb8b496805761dac2e8f1e71b081b03e5a0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6jyjgx35.js` offset 175934354.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-emmmh0qa.js",
      "binary_offset": 195885724,
      "length": 31,
      "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 183910694,
      "length": 31,
      "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175934354,
     "length": 41,
     "sha256": "2ece206583c0a3065bb23478b155c27f92e1587aefd3f8364f40cb7baf32c91d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176634373,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176810847,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176811160,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-473hmktr.js",
     "binary_offset": 187076822,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-72a6bfe4.js",
     "binary_offset": 189265614,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-b4y911xg.js",
     "binary_offset": 177169636,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-emmmh0qa.js",
     "binary_offset": 195885724,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201340071,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pa508sej.js",
     "binary_offset": 188241778,
     "length": 31,
     "sha256": "9c1ee23f3f25795886eafb7b64ccd0167cd51395cf30f1564034019a273f6b9a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173894659,
     "length": 46,
     "sha256": "e00afeb30cee5fc01cf63b734d71fa9982ca60d021d6cd6f4ac468f3801faff0",
     "version": "2.1.282",
     "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-xs2at0tc.js",
     "binary_offset": 190721545,
     "length": 51,
     "sha256": "66dea6e8af032cfd833f8cfef7dafb3ff5689e64d1195f09824ee9800dd91ffe",
     "version": "2.1.282",
     "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-n4d3xtp1.js` offset 177270926.",
   "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-bkgbm924.js",
     "binary_offset": 173894706,
     "length": 33,
     "sha256": "ac6952ae23c108c5f69de08c487e44a6751b54e11230611e108e683e041f50b4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n4d3xtp1.js` offset 177270926.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n4d3xtp1.js",
     "binary_offset": 177270926,
     "length": 28,
     "sha256": "6a5be7ab07a4b610e29d88acdbaaea9b304fababa98e9de9607c2cf318576095",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197399188.",
   "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-bkgbm924.js",
     "binary_offset": 173914773,
     "length": 44,
     "sha256": "096ad3dc229b02fd488e32c2f4615eb4c5ebfb1ca718881e737b09dee6fa62eb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197399188.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197399188,
     "length": 39,
     "sha256": "580b35b6905f7c12d7ee88247ee8e422d0c04d97d94936526d8d4b7f0d72b737",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197399450.",
   "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-bkgbm924.js",
     "binary_offset": 173914818,
     "length": 42,
     "sha256": "358b5e9fa45757b3bd59c5d7ebf042f4f0d23751ff6335bc80245218402c93d2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197399450.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197399450,
     "length": 37,
     "sha256": "6cf05dad4484a89026f80672001dfa73d0eccf734b5dcec338d60babfbfe7a45",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197399400.",
   "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-bkgbm924.js",
     "binary_offset": 173914861,
     "length": 38,
     "sha256": "ae47450c5abc40c6f50694599b93e2ad0a1d13f28090916905cdba690a985ce4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197399400.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197399400,
     "length": 33,
     "sha256": "2c52ce2be8a4156e3a24837872806a6f18f077bfb74e7175333db1148e2bb6ee",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184673971.",
   "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-bkgbm924.js",
     "binary_offset": 173894740,
     "length": 32,
     "sha256": "22afd6e436a87bad805a6de1bf6f51c5ad04d8a012fbfc98c5a1bd7b0c20902a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184673971.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184673971,
     "length": 27,
     "sha256": "3f4b28daf0a9f86b79a0314cbab777ba763bf8c5fb6bfbd4ab3834aaaa9953c6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914900,
     "length": 32,
     "sha256": "820be191fd6b3b5aae25018655330ecef6dae4a163ebe2ef9d6f543acff0cfce",
     "version": "2.1.282",
     "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-h3gt2hy4.js",
     "binary_offset": 174549467,
     "length": 27,
     "sha256": "2c8ec14a9fc79c7bdfe1e264ebb40d8b23006a02db4ffbff8f1a50f493ed9a79",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181566924,
     "length": 27,
     "sha256": "2c8ec14a9fc79c7bdfe1e264ebb40d8b23006a02db4ffbff8f1a50f493ed9a79",
     "version": "2.1.282",
     "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-3c5hzrx8.js` offset 180744732.",
   "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-bkgbm924.js",
     "binary_offset": 173894773,
     "length": 29,
     "sha256": "ad6f8478c793a57a5444c1bd38cb911009787a8d5dc572c3eda6df973de11e48",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3c5hzrx8.js` offset 180744732.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3c5hzrx8.js",
     "binary_offset": 180744732,
     "length": 24,
     "sha256": "5eab3bfa558ddc2596fbcb817496a4e4dcff47f2ba92fda8308e08cae7829c62",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3c5hzrx8.js",
     "binary_offset": 180744773,
     "length": 24,
     "sha256": "5eab3bfa558ddc2596fbcb817496a4e4dcff47f2ba92fda8308e08cae7829c62",
     "version": "2.1.282",
     "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-3c5hzrx8.js` offset 180744927.",
   "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-bkgbm924.js",
     "binary_offset": 173894803,
     "length": 34,
     "sha256": "1051edb0fd99874d025324d9b65a15c2488f1e27f7f3ca235d6b777973979284",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3c5hzrx8.js` offset 180744927.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3c5hzrx8.js",
     "binary_offset": 180744927,
     "length": 29,
     "sha256": "c8b4a78355821795a52c12f68025b300a5e8f08dba49f383918172ed3086ff62",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3c5hzrx8.js",
     "binary_offset": 180744973,
     "length": 29,
     "sha256": "c8b4a78355821795a52c12f68025b300a5e8f08dba49f383918172ed3086ff62",
     "version": "2.1.282",
     "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-d9dpmkhv.js` offset 176157411.",
   "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-bkgbm924.js",
     "binary_offset": 173894838,
     "length": 37,
     "sha256": "6669e5dc6a82bec1e446641e4263a9f39e0b5f1ad0effc1992f8628f3bbdd2e0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-d9dpmkhv.js` offset 176157411.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-d9dpmkhv.js",
     "binary_offset": 176157411,
     "length": 32,
     "sha256": "446af310160d004cfedca656bb62d63e2e26143cdca3a73421560916dab65275",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184643774.",
   "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-bkgbm924.js",
     "binary_offset": 173914933,
     "length": 38,
     "sha256": "e9e30d6aeaa289ce6b439ad634e1a14aa529f922d7cb578a2f2d9207b4d39135",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184643774.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184643774,
     "length": 33,
     "sha256": "145ff3688f4b1d4bf5255092a87d8712779e2787fea3d621a87afe9d2e4a606e",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184643984.",
   "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-bkgbm924.js",
     "binary_offset": 173914972,
     "length": 46,
     "sha256": "4b7d3517727cd9daa8742c439850b78b8b0953aa45ca680683ad9007b862e8b2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184643984.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184643984,
     "length": 41,
     "sha256": "c08f81b3b76541436fca167ae2d1b844776af7d7dd72ac578f65f5868089e031",
     "version": "2.1.282",
     "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-05dh5rjs.js` offset 177300259.",
   "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-bkgbm924.js",
     "binary_offset": 173915019,
     "length": 37,
     "sha256": "0b87fc948753844b8e04b67c2491565783fc009d4bcb96ff96c89ddc02cdf6a0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-05dh5rjs.js` offset 177300259.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-05dh5rjs.js",
     "binary_offset": 177300259,
     "length": 32,
     "sha256": "77a1c90e8b0c36386d619e9a0c10d4c286ef8eaca3e4166a931bd2c2c7573b3f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175916897,
     "length": 32,
     "sha256": "77a1c90e8b0c36386d619e9a0c10d4c286ef8eaca3e4166a931bd2c2c7573b3f",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184246160.",
   "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-bkgbm924.js",
     "binary_offset": 173894876,
     "length": 39,
     "sha256": "c1c1baeaafd6a4b985668d3d955c5ecf8225432234e1151a21c1959e16b0a7e2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184246160.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184246160,
     "length": 34,
     "sha256": "c60f17b1451c5aa3250591e48787b9931a9d8a087cb34f0d5b1238af1f231b97",
     "version": "2.1.282",
     "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": 3,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173915057,
     "length": 35,
     "sha256": "4e4bfeb388c7cc4ab6b9138c781e2980982be8a505c893dd1e372b8835fa86a1",
     "version": "2.1.282",
     "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": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-fbctzhpm.js",
      "binary_offset": 200633703,
      "length": 30,
      "sha256": "59ec7dd9640bcfbfa048b2915b44c8348ca7c73fa417ddc2bcc4d0648bd1fac0",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-15vmrxn8.js",
     "binary_offset": 177334635,
     "length": 30,
     "sha256": "59ec7dd9640bcfbfa048b2915b44c8348ca7c73fa417ddc2bcc4d0648bd1fac0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200633703,
     "length": 30,
     "sha256": "59ec7dd9640bcfbfa048b2915b44c8348ca7c73fa417ddc2bcc4d0648bd1fac0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181172246,
     "length": 30,
     "sha256": "59ec7dd9640bcfbfa048b2915b44c8348ca7c73fa417ddc2bcc4d0648bd1fac0",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181441733.",
   "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-bkgbm924.js",
     "binary_offset": 173894947,
     "length": 35,
     "sha256": "af717051b53744634ebcb0e25aeb6524523d407bfbdd073e265b4a7f03383d83",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181441733.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181441733,
     "length": 30,
     "sha256": "08a1ca6e3b22f7d8883b799c9d7da85fbdbf6569a0dbd0cd7ada5587bc1f4130",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173894916,
     "length": 30,
     "sha256": "8a87cf8a20f8543f90cbe9d92219c8ef4612d445ec85a1bdc154bd50ad6ea0c1",
     "version": "2.1.282",
     "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-k0gb8rhx.js",
      "binary_offset": 186926285,
      "length": 25,
      "sha256": "be0843c04b51cc30bed4a35cc502403eab775762181c95302b13cf4731a1d808",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-baarrj8h.js",
     "binary_offset": 186995449,
     "length": 25,
     "sha256": "be0843c04b51cc30bed4a35cc502403eab775762181c95302b13cf4731a1d808",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-baarrj8h.js",
     "binary_offset": 186995750,
     "length": 25,
     "sha256": "be0843c04b51cc30bed4a35cc502403eab775762181c95302b13cf4731a1d808",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186926285,
     "length": 25,
     "sha256": "be0843c04b51cc30bed4a35cc502403eab775762181c95302b13cf4731a1d808",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186926337,
     "length": 25,
     "sha256": "be0843c04b51cc30bed4a35cc502403eab775762181c95302b13cf4731a1d808",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915093,
     "length": 40,
     "sha256": "6493b0272954bf60969831377d12bba151688017ef63ccddef7fdf41d93d70a7",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 184171534,
     "length": 35,
     "sha256": "443f2a02bbe9d27e30a700f954d202cb346d3a3bfac60310778b8c1dfc123b1a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173894983,
     "length": 53,
     "sha256": "a6ff3064fe3ea98ab85b54146145b3c146c1532c494428d5c2ea0a0dfd98ecab",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 184176341,
     "length": 48,
     "sha256": "9144e4f92b01155786a5d99d0368e9d3d3a580bdb457e5700d59dc3a9d25938c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173895037,
     "length": 38,
     "sha256": "f32f533b8e11d2605d18fd12608d8bb88e0006cabee8c13f75559b751ca2a359",
     "version": "2.1.282",
     "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-rcyb2rab.js",
     "binary_offset": 174613258,
     "length": 33,
     "sha256": "6ede7fcb608e617a7a3d6f8e3a8cbe2fd2d15971c4130fe250081158d6f54db1",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915134,
     "length": 34,
     "sha256": "43a42349f2eba1629dcdd8addcb7ab452d5a301df5e1141addff5b6d85431a1d",
     "version": "2.1.282",
     "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-15vmrxn8.js",
     "binary_offset": 177334723,
     "length": 29,
     "sha256": "dd28fbd598a781572a0998f2909b5d9afbc1763340108d70d6f37d201dbd90b6",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181172174.",
   "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-bkgbm924.js",
     "binary_offset": 173895076,
     "length": 39,
     "sha256": "74a559dc17c7156f78c79e83abb7df2d835d673f51cb0626b114fa850ad6573f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181172174.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181172174,
     "length": 34,
     "sha256": "a6a394344d2c975db357f74c296e03334b3492324696901a86355bb47cb6dc5a",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182857439.",
   "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-bkgbm924.js",
     "binary_offset": 173895116,
     "length": 35,
     "sha256": "0230e9e81aca88e7d9d32aedf1cdfef4e7935eac649d372ab8907382d7b938ce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182857439.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182857439,
     "length": 30,
     "sha256": "b3bc3546d09f64c2ea9bdb6a0ce2ced882d11d599926153dc3797c353c38949b",
     "version": "2.1.282",
     "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-x8y263xy.js` offset 179181394.",
   "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-bkgbm924.js",
     "binary_offset": 173895152,
     "length": 30,
     "sha256": "00c36c8cbdc523a487216e0cd09cb3877d3404802696a7e6c81bb5a826de3a1d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x8y263xy.js` offset 179181394.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x8y263xy.js",
     "binary_offset": 179181394,
     "length": 25,
     "sha256": "481b54c467a77eb7b136ee8edd5d0c024a195a0e68527b5296ca4d1b4514f6cd",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176641985.",
   "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-bkgbm924.js",
     "binary_offset": 173915169,
     "length": 35,
     "sha256": "1c7a7d9c8e7692dc8e530a6e88df31212260d9c30265f08d6d220ab61642e6fc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176641985.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176641985,
     "length": 30,
     "sha256": "9cf5c70a380a1008a03bd739d01854dd3c3421e64a5b19b208925c9aeef760d9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a7qwvs4z.js",
     "binary_offset": 188863363,
     "length": 30,
     "sha256": "9cf5c70a380a1008a03bd739d01854dd3c3421e64a5b19b208925c9aeef760d9",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176642078.",
   "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-bkgbm924.js",
     "binary_offset": 173915205,
     "length": 42,
     "sha256": "36af8afe286196c3f90a69f3839691b1f4c35bf9021351c721ef75bf247ee40f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176642078.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176642078,
     "length": 37,
     "sha256": "d68b016fc26527ac72db40b4d0b02e8430ca6a9473309de407e297422a2e95a0",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176642153.",
   "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-bkgbm924.js",
     "binary_offset": 173915248,
     "length": 40,
     "sha256": "41cec92cf7b683cd55edf9c21deabd0c28d639b0d9c09c63a17507c14d113d67",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176642153.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176642153,
     "length": 35,
     "sha256": "fc4fcde6854575c8d73ac868f2c1c65a8f6cb76b024ebcef8b3b844d7a92caf6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173895183,
     "length": 54,
     "sha256": "fa2f3cef0cda8137a5061d639ab5977365e7c9d509cb460899765f1753892d4e",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181492359,
     "length": 49,
     "sha256": "605a09773d221837929c1b1a302216bcb89682199e3797ccf1b2db8f7532b46f",
     "version": "2.1.282",
     "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-hj3p6ej4.js` offset 190122687.",
   "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-bkgbm924.js",
     "binary_offset": 173915289,
     "length": 37,
     "sha256": "47543f68f0ecc787d3ee51194918b7eafa4a965d5e2adf4e3db324d1611e9085",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hj3p6ej4.js` offset 190122687.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190122687,
     "length": 32,
     "sha256": "55266f2b7e73ba7a70abfd1746c68dbd5793197f675bee34d7740f17eaba8385",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190122732,
     "length": 32,
     "sha256": "55266f2b7e73ba7a70abfd1746c68dbd5793197f675bee34d7740f17eaba8385",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k2fxx5h0.js",
     "binary_offset": 199818680,
     "length": 32,
     "sha256": "55266f2b7e73ba7a70abfd1746c68dbd5793197f675bee34d7740f17eaba8385",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173927190,
     "length": 43,
     "sha256": "f2fac705934670cc31fe7bcbeabb890b07f5eae0dacd09c63ea310017d87dfc8",
     "version": "2.1.282",
     "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-rtgjjsce.js",
     "binary_offset": 197272910,
     "length": 38,
     "sha256": "d53154984db0ce0db85243e08590e9262322ded07bea92c15306f7c13828c706",
     "version": "2.1.282",
     "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-fbctzhpm.js` offset 201991191.",
   "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-bkgbm924.js",
     "binary_offset": 173895238,
     "length": 28,
     "sha256": "1c14262017d81e66899b46857b1d5ddfee2185c768bb151382206f14e1a993cb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fbctzhpm.js` offset 201991191.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201991191,
     "length": 23,
     "sha256": "b4a14159956ea1a460f6a6a4303eb9b305e6444258242e760121102a3536eb64",
     "version": "2.1.282",
     "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-0f8gw3qn.js",
     "binary_offset": 177767526,
     "length": 15,
     "sha256": "9deba9bddb2ad8ee076a8e7376644ba59a95a75b23335980a9147fd3f872bfd0",
     "version": "2.1.282",
     "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-520ct9jk.js` offset 174740487.",
   "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-bkgbm924.js",
     "binary_offset": 173885491,
     "length": 34,
     "sha256": "e15d3714358fe4ca3210065d2b5d7bcde4304e30066bc782d0b8805824fe4697",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-520ct9jk.js` offset 174740487.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-520ct9jk.js",
     "binary_offset": 174740487,
     "length": 29,
     "sha256": "4809014343f59147674cce1a50d8d616f2d37cddb25fd588da98f90e406826f3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-520ct9jk.js",
     "binary_offset": 174742468,
     "length": 29,
     "sha256": "4809014343f59147674cce1a50d8d616f2d37cddb25fd588da98f90e406826f3",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915327,
     "length": 35,
     "sha256": "82c7ac25f89bfe4f087465b4b967dcde68933efe10ec6c30c2be50a9cd10a592",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173710622,
     "length": 40,
     "sha256": "46ee95ac9fbf788399a982fefae8026ca9e953b5b2303fe964fa96b11808264e",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182273418.",
   "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-bkgbm924.js",
     "binary_offset": 173895267,
     "length": 35,
     "sha256": "feddb389af861c2ed3a4cbfaa8a22b40898ac5d0e8d0310f7903d5c627abbc87",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182273418.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182273418,
     "length": 30,
     "sha256": "109b7ab573858586c1c7dda987f905bc145d55ac379cd37bd8dede13a371f570",
     "version": "2.1.282",
     "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": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173895339,
     "length": 40,
     "sha256": "41aec85a1c7772477e868d4b0ec9f8564796880b98355af73764a88bedfa23de",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 182917697,
     "length": 45,
     "sha256": "8c13cedca367af50ade86715b694142231cf5eb082affcba163691f50467b11a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mrrt6yj3.js",
     "binary_offset": 175012989,
     "length": 35,
     "sha256": "9c27f60b4cebeb01dad513a95a9622608a0bf517a2e65b0706f59ec83b5161fe",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173929998,
     "length": 43,
     "sha256": "22d06b2e0b8194b34410d7ec90eda5e9198e346f8dcc7395bd5265d609b37d01",
     "version": "2.1.282",
     "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-5p8vzr3d.js",
     "binary_offset": 177776464,
     "length": 48,
     "sha256": "55abb6ea97f3e508cc8f89587e3793443dab38c2e4035b936e9fbe6d9ac33247",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0anwyrjk.js",
     "binary_offset": 174837503,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176221963,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176726350,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176731311,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176733332,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176797400,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176801018,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-53wazwdn.js",
     "binary_offset": 175014055,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175930932,
     "length": 38,
     "sha256": "aa9362fcc8c16d70e56b1426adc6718706a8d33d4f2968c2dc4ffa63ff8c79c7",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181470124.",
   "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-bkgbm924.js",
     "binary_offset": 173915363,
     "length": 40,
     "sha256": "80fb1084d27f91f4e549ff4100b375fa861d1fd9b6af712ab36a8c512f0a6470",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181470124.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181470124,
     "length": 35,
     "sha256": "941d165a3c1f659526d775fc7b16855f7ce07f7523c1936ddd54bb358a988346",
     "version": "2.1.282",
     "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-hj3p6ej4.js` offset 190139227.",
   "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-bkgbm924.js",
     "binary_offset": 173915404,
     "length": 36,
     "sha256": "542e2b68a6b6d612ad8493ee46fbb02bff190434eb00c6256c58c1c6e8745676",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hj3p6ej4.js` offset 190139227.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190139227,
     "length": 31,
     "sha256": "431f146e7756ce3bfcb999971d978ec3e24c24168cc6b7a13e22fd7e0b6d9f03",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175916984,
     "length": 31,
     "sha256": "431f146e7756ce3bfcb999971d978ec3e24c24168cc6b7a13e22fd7e0b6d9f03",
     "version": "2.1.282",
     "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-hj3p6ej4.js` offset 190139273.",
   "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-bkgbm924.js",
     "binary_offset": 173915441,
     "length": 49,
     "sha256": "63f99ada01c68ea0d931aa5f05d12097b8a29153212cdd3f6a18e90485694950",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hj3p6ej4.js` offset 190139273.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190139273,
     "length": 44,
     "sha256": "b41183a05795d8b463bf55265dac8d7ad79c1ad1dbcb9b0eb136044d52b41790",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175917017,
     "length": 44,
     "sha256": "b41183a05795d8b463bf55265dac8d7ad79c1ad1dbcb9b0eb136044d52b41790",
     "version": "2.1.282",
     "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-hj3p6ej4.js` offset 190138961.",
   "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-bkgbm924.js",
     "binary_offset": 173915491,
     "length": 42,
     "sha256": "7d6b895dd3cd5a94ee1a5bad388398fbc838a535daf9d123b009f3301501ebed",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hj3p6ej4.js` offset 190138961.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190138961,
     "length": 37,
     "sha256": "b0ac376e5539e46c4c88cc09514be1aa77ee5ea6a9ba9e62988ed951848607bc",
     "version": "2.1.282",
     "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-xbqxyc9r.js` offset 175916610.",
   "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-bkgbm924.js",
     "binary_offset": 173882758,
     "length": 34,
     "sha256": "fb02be824314101420a180e174c5029d46050dff748dc89663833525c5c19ec2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xbqxyc9r.js` offset 175916610.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175916610,
     "length": 39,
     "sha256": "ecac5ea0e5381cadda67022dc885060e8e2cdce1de01950f6c9030ad4e2e772a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176766544,
     "length": 29,
     "sha256": "00550974f4a44055755749d14439cdbdeb5dd014a492595b68d421003788d195",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176766738,
     "length": 29,
     "sha256": "00550974f4a44055755749d14439cdbdeb5dd014a492595b68d421003788d195",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179744589.",
   "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-bkgbm924.js",
     "binary_offset": 173895380,
     "length": 45,
     "sha256": "e7de10cc5815ecab1e269228db7f24f90f10bf6a587669dc37f529db7536fef8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179744589.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179744589,
     "length": 50,
     "sha256": "864b4300010d5fac53d0fa0eaa3572d6515d8319c664a55aa9a524db41f8a640",
     "version": "2.1.282",
     "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-pja62pnw.js` offset 186858667.",
   "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-bkgbm924.js",
     "binary_offset": 173915534,
     "length": 41,
     "sha256": "0803816dc6246b3c5ad61365f65a4378498671abccf2a2e880a325264d30a281",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-pja62pnw.js` offset 186858667.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pja62pnw.js",
     "binary_offset": 186858667,
     "length": 36,
     "sha256": "d2231367e0bbdfbda8d419ee9e84d27eae4fc9c35b6793e47c710053d3981360",
     "version": "2.1.282",
     "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": 170,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173915576,
     "length": 25,
     "sha256": "a99eaf7e4ce0e77a0e06b8a5db0cff913b9ae5b811d8ee563419ce60602947e5",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176604773,
     "length": 30,
     "sha256": "9bf28f963d87e6af0ea0fbda2b3bc56f18cc5a05b574fb6da4008f2ab07c876e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ha9skvk.js",
     "binary_offset": 179232987,
     "length": 30,
     "sha256": "9bf28f963d87e6af0ea0fbda2b3bc56f18cc5a05b574fb6da4008f2ab07c876e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ax07v2zx.js",
     "binary_offset": 189722785,
     "length": 30,
     "sha256": "9bf28f963d87e6af0ea0fbda2b3bc56f18cc5a05b574fb6da4008f2ab07c876e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205337521,
     "length": 30,
     "sha256": "9bf28f963d87e6af0ea0fbda2b3bc56f18cc5a05b574fb6da4008f2ab07c876e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s9mmpr6r.js",
     "binary_offset": 175890938,
     "length": 30,
     "sha256": "9bf28f963d87e6af0ea0fbda2b3bc56f18cc5a05b574fb6da4008f2ab07c876e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182917357,
     "length": 30,
     "sha256": "9bf28f963d87e6af0ea0fbda2b3bc56f18cc5a05b574fb6da4008f2ab07c876e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-16v2zr31.js",
     "binary_offset": 178997095,
     "length": 20,
     "sha256": "4eb145294d1e55c030471a8613d22852f34d61dccb92d92740d1c93e83fd3198",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1sw7c4v4.js",
     "binary_offset": 188881296,
     "length": 20,
     "sha256": "4eb145294d1e55c030471a8613d22852f34d61dccb92d92740d1c93e83fd3198",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175496033,
     "length": 20,
     "sha256": "4eb145294d1e55c030471a8613d22852f34d61dccb92d92740d1c93e83fd3198",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175496122,
     "length": 20,
     "sha256": "4eb145294d1e55c030471a8613d22852f34d61dccb92d92740d1c93e83fd3198",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176604904.",
   "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-bkgbm924.js",
     "binary_offset": 173915602,
     "length": 42,
     "sha256": "9b711978db2e10abec87d11a4662cb3c3019e4adab1443fe0f17f9fd8b54bedb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176604904.",
    "description_source": null,
    "raw_truthiness_sites": 8,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176604904,
      "length": 47,
      "sha256": "36b0bea4170219c2b5990179952ce601867717493d199631357348d3b22c5e95",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-4pwy8jq4.js",
      "binary_offset": 187865534,
      "length": 37,
      "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-6byj4mss.js",
      "binary_offset": 204597529,
      "length": 37,
      "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-ee6f9xs4.js",
      "binary_offset": 188047567,
      "length": 37,
      "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-n9t4p55b.js",
      "binary_offset": 204581971,
      "length": 37,
      "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176604904,
     "length": 47,
     "sha256": "36b0bea4170219c2b5990179952ce601867717493d199631357348d3b22c5e95",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176604976,
     "length": 47,
     "sha256": "36b0bea4170219c2b5990179952ce601867717493d199631357348d3b22c5e95",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4pwy8jq4.js",
     "binary_offset": 187865534,
     "length": 37,
     "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6byj4mss.js",
     "binary_offset": 204597529,
     "length": 37,
     "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ee6f9xs4.js",
     "binary_offset": 188047567,
     "length": 37,
     "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n9t4p55b.js",
     "binary_offset": 204581971,
     "length": 37,
     "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qhwrhn74.js",
     "binary_offset": 180264715,
     "length": 37,
     "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181379575,
     "length": 37,
     "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184455185,
     "length": 37,
     "sha256": "150104d5aac5f8317191a13179cf13ce1a72b6f83e32369408ca1a50d7a1344b",
     "version": "2.1.282",
     "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-eqt7s7tj.js` offset 177772082.",
   "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-bkgbm924.js",
     "binary_offset": 173915645,
     "length": 39,
     "sha256": "d84adf463fbcad60fb2f3a751d05b958b1f29c571f78c9408f859bcc5d94d259",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-eqt7s7tj.js` offset 177772082.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-eqt7s7tj.js",
     "binary_offset": 177772082,
     "length": 34,
     "sha256": "3d74f7c14cf98e2d0e12ca4ecca602a1d2e811c88475a326c8dfe62144b58776",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176644749.",
   "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-bkgbm924.js",
     "binary_offset": 173915685,
     "length": 36,
     "sha256": "8866177d8d04ee712e347720063c1c493554430c165adb0447a3aa279445547d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176644749.",
    "description_source": null,
    "raw_truthiness_sites": 4,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176644749,
      "length": 41,
      "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176645351,
      "length": 41,
      "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-qehhcpvf.js",
      "binary_offset": 177659170,
      "length": 41,
      "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-qehhcpvf.js",
      "binary_offset": 177661379,
      "length": 41,
      "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176644749,
     "length": 41,
     "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176645351,
     "length": 41,
     "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176645400,
     "length": 41,
     "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177659170,
     "length": 41,
     "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177659222,
     "length": 41,
     "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177661379,
     "length": 41,
     "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177661431,
     "length": 41,
     "sha256": "e165e4bd74fbb7da3572d07a0505511c5b1e6b4639eb3f56e174f5f6094b9f4c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177581212,
     "length": 31,
     "sha256": "9c900a7859101283c987c452c0404ba11b62dee02bebc5af792cdc76def73d79",
     "version": "2.1.282",
     "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-13cb3nra.js` offset 180703998.",
   "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-bkgbm924.js",
     "binary_offset": 173915764,
     "length": 41,
     "sha256": "fa762e3a627737d5b5f78dbbc7b882df95cc448df4b66664510a0b67c22a1e54",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-13cb3nra.js` offset 180703998.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-13cb3nra.js",
     "binary_offset": 180703998,
     "length": 36,
     "sha256": "26e703b958f4bdec4f96cfeb46d29af5af3070206a825ce132eb83e0fab2dd2a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-13cb3nra.js",
     "binary_offset": 180704629,
     "length": 36,
     "sha256": "26e703b958f4bdec4f96cfeb46d29af5af3070206a825ce132eb83e0fab2dd2a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183063181,
     "length": 36,
     "sha256": "26e703b958f4bdec4f96cfeb46d29af5af3070206a825ce132eb83e0fab2dd2a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183446544,
     "length": 36,
     "sha256": "26e703b958f4bdec4f96cfeb46d29af5af3070206a825ce132eb83e0fab2dd2a",
     "version": "2.1.282",
     "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": 47,
    "read_paths": [
     "injected-env",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173915806,
     "length": 36,
     "sha256": "7e0eb8f409fa18029e9d2e496f7277664a63367877120f39f02c9fc65cc3528e",
     "version": "2.1.282",
     "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-315erwnk.js",
      "binary_offset": 191372296,
      "length": 31,
      "sha256": "09aacf4817d244b9179e8c234d23d57721325fdcc2cb5cdf660a57e5709a6430",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176605136,
      "length": 41,
      "sha256": "66c81362047a55f09715bed67a093b8411255455475ac2068c88fbb9f744fc76",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176771263,
      "length": 31,
      "sha256": "09aacf4817d244b9179e8c234d23d57721325fdcc2cb5cdf660a57e5709a6430",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-4pwy8jq4.js",
      "binary_offset": 187865492,
      "length": 31,
      "sha256": "09aacf4817d244b9179e8c234d23d57721325fdcc2cb5cdf660a57e5709a6430",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-a90kkmza.js",
      "binary_offset": 188201935,
      "length": 31,
      "sha256": "09aacf4817d244b9179e8c234d23d57721325fdcc2cb5cdf660a57e5709a6430",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176605136,
     "length": 41,
     "sha256": "66c81362047a55f09715bed67a093b8411255455475ac2068c88fbb9f744fc76",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176605206,
     "length": 41,
     "sha256": "66c81362047a55f09715bed67a093b8411255455475ac2068c88fbb9f744fc76",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179762558,
     "length": 41,
     "sha256": "66c81362047a55f09715bed67a093b8411255455475ac2068c88fbb9f744fc76",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189562647,
     "length": 41,
     "sha256": "66c81362047a55f09715bed67a093b8411255455475ac2068c88fbb9f744fc76",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ceeyzz98.js",
     "binary_offset": 173590642,
     "length": 41,
     "sha256": "66c81362047a55f09715bed67a093b8411255455475ac2068c88fbb9f744fc76",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205337619,
     "length": 41,
     "sha256": "66c81362047a55f09715bed67a093b8411255455475ac2068c88fbb9f744fc76",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-315erwnk.js",
     "binary_offset": 191372296,
     "length": 31,
     "sha256": "09aacf4817d244b9179e8c234d23d57721325fdcc2cb5cdf660a57e5709a6430",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176771263,
     "length": 31,
     "sha256": "09aacf4817d244b9179e8c234d23d57721325fdcc2cb5cdf660a57e5709a6430",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4pwy8jq4.js",
     "binary_offset": 187865492,
     "length": 31,
     "sha256": "09aacf4817d244b9179e8c234d23d57721325fdcc2cb5cdf660a57e5709a6430",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-520ct9jk.js",
     "binary_offset": 174747191,
     "length": 31,
     "sha256": "09aacf4817d244b9179e8c234d23d57721325fdcc2cb5cdf660a57e5709a6430",
     "version": "2.1.282",
     "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-6jyjgx35.js` offset 175925215.",
   "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-bkgbm924.js",
     "binary_offset": 173915843,
     "length": 40,
     "sha256": "73824593df6a439879b50d07ce4b8f001191769f2c59b96a33b41a9597ee4283",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6jyjgx35.js` offset 175925215.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175925215,
     "length": 35,
     "sha256": "bb0ef76019e9bd011a14de2ffa92a34b89c556bef7dd81da0aca0e8855fa25e8",
     "version": "2.1.282",
     "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-p3en2qbk.js` offset 179263049.",
   "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-bkgbm924.js",
     "binary_offset": 173915991,
     "length": 33,
     "sha256": "71f915e3a03fdeddbb18c8400582de5f111310bcfe4ab565fbb61de9df27c09e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-p3en2qbk.js` offset 179263049.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-p3en2qbk.js",
      "binary_offset": 179277675,
      "length": 28,
      "sha256": "ed0db98478940983c282776094f1ba13249b8257463eb76fe086bb9f99ff97df",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-z4xzrs5j.js",
      "binary_offset": 207569038,
      "length": 28,
      "sha256": "ed0db98478940983c282776094f1ba13249b8257463eb76fe086bb9f99ff97df",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-p3en2qbk.js",
     "binary_offset": 179263049,
     "length": 28,
     "sha256": "ed0db98478940983c282776094f1ba13249b8257463eb76fe086bb9f99ff97df",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-p3en2qbk.js",
     "binary_offset": 179277675,
     "length": 28,
     "sha256": "ed0db98478940983c282776094f1ba13249b8257463eb76fe086bb9f99ff97df",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-z4xzrs5j.js",
     "binary_offset": 207569038,
     "length": 28,
     "sha256": "ed0db98478940983c282776094f1ba13249b8257463eb76fe086bb9f99ff97df",
     "version": "2.1.282",
     "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-h6kcgy06.js` offset 188629889.",
   "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-bkgbm924.js",
     "binary_offset": 173895426,
     "length": 34,
     "sha256": "a1bfabf9168c505f781682bcd1fbbfa6bdbe22a2cc3605c322b0dffce5ded3e0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-h6kcgy06.js` offset 188629889.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-h6kcgy06.js",
     "binary_offset": 188629889,
     "length": 29,
     "sha256": "83bab3f4ff61ceb4306a662f2c2931a33c18d565c7a4f269b4f10deed9e118bc",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916025,
     "length": 29,
     "sha256": "7ea7e54e3b9d30b8294d06d57d411e741f0aa09c2ef2bf974c147fa212c80818",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173711701,
     "length": 34,
     "sha256": "34ebe303ed674e0e6f98ee1bc9dbbd172ba768fe5f413e5e8dcec81196351ae9",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197699084.",
   "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-bkgbm924.js",
     "binary_offset": 173916055,
     "length": 38,
     "sha256": "fd97b4d04332b34ec2c24d6ea4c4b99a4c2b496aab5acde227953d8fb509a976",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197699084.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197699084,
     "length": 33,
     "sha256": "8de15ab627bbcd83ec5c297b1c3791c961c53d65a1b6b94b0c9fa829ca7a8805",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916094,
     "length": 42,
     "sha256": "1815aec536acf42093a06b746dc34bf9b267f9d0a403c91e4a7f74a5cc867d1d",
     "version": "2.1.282",
     "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-j73fv7a9.js",
     "binary_offset": 196918195,
     "length": 37,
     "sha256": "51a22bee9c7c3dcc269d3d805d89a71a9456a71dfb7303e9f343d550d1ba48de",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-peybsqgn.js",
     "binary_offset": 189247679,
     "length": 37,
     "sha256": "51a22bee9c7c3dcc269d3d805d89a71a9456a71dfb7303e9f343d550d1ba48de",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197399277,
     "length": 37,
     "sha256": "51a22bee9c7c3dcc269d3d805d89a71a9456a71dfb7303e9f343d550d1ba48de",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197522652,
     "length": 37,
     "sha256": "51a22bee9c7c3dcc269d3d805d89a71a9456a71dfb7303e9f343d550d1ba48de",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197603971,
     "length": 37,
     "sha256": "51a22bee9c7c3dcc269d3d805d89a71a9456a71dfb7303e9f343d550d1ba48de",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183784276,
     "length": 37,
     "sha256": "51a22bee9c7c3dcc269d3d805d89a71a9456a71dfb7303e9f343d550d1ba48de",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916137,
     "length": 53,
     "sha256": "5400173d0d3e749ca62fe57a061198cbcf70710be636e65991aa6916b0c42f2f",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 183781353,
     "length": 48,
     "sha256": "368abfd7fdb8ddd726a5eea0cc1df171e4d9c143051169e79fe9d8620f7427ea",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916191,
     "length": 32,
     "sha256": "13ffd9d748e447fda4d27a5fb8e97be457dfca28c8eb5cf9d600cda521c0b36f",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 183780972,
     "length": 27,
     "sha256": "6d26b33b37b2b84d4f1f7d0098d08c1ff14bf465899468749bb6b88716babdfc",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 183781074.",
   "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-bkgbm924.js",
     "binary_offset": 173916224,
     "length": 32,
     "sha256": "43484dbe8ec456dc2f914c00491c7995c71e8dbcb2be908c2287bb9631c454a2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 183781074.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183781074,
     "length": 27,
     "sha256": "86742cd529bd0cc53875eb6a9a06f85741accf5a03b3b7044096c370b1fa1af2",
     "version": "2.1.282",
     "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-3efg76ka.js` offset 202872716.",
   "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-bkgbm924.js",
     "binary_offset": 173916257,
     "length": 38,
     "sha256": "f0158327715f0f8131f2ca4cbaec9f64ad228fc33260691e79e576698f7037fe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3efg76ka.js` offset 202872716.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3efg76ka.js",
     "binary_offset": 202872716,
     "length": 33,
     "sha256": "18c89164cd2c394cfdca5e895b4c88cab9da2f0bdb3a266f92737a236fa551f7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jexm3yxd.js",
     "binary_offset": 200015717,
     "length": 33,
     "sha256": "18c89164cd2c394cfdca5e895b4c88cab9da2f0bdb3a266f92737a236fa551f7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sts5a1pb.js",
     "binary_offset": 197014451,
     "length": 33,
     "sha256": "18c89164cd2c394cfdca5e895b4c88cab9da2f0bdb3a266f92737a236fa551f7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183796473,
     "length": 33,
     "sha256": "18c89164cd2c394cfdca5e895b4c88cab9da2f0bdb3a266f92737a236fa551f7",
     "version": "2.1.282",
     "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-fbctzhpm.js` offset 200728066.",
   "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-bkgbm924.js",
     "binary_offset": 173916296,
     "length": 43,
     "sha256": "2dddb7511b5b68c3b831c825c5f4374d696bec29ba290ac7474d8ff4d7e07e16",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fbctzhpm.js` offset 200728066.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200728066,
     "length": 38,
     "sha256": "560978fe1e0514da9f08034556840a13995d5399473b089a43ada1b846cc2f70",
     "version": "2.1.282",
     "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-fbctzhpm.js` offset 200728111.",
   "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-bkgbm924.js",
     "binary_offset": 173916340,
     "length": 41,
     "sha256": "bb6a233a5bf0229a45a90496e9c6f651f0af13799f7dcfd042360df0709cacd9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fbctzhpm.js` offset 200728111.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200728111,
     "length": 36,
     "sha256": "4856fb83ec09ad1951e76958e445280a372db097bc30098772f5c6784d45d086",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197399512.",
   "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-bkgbm924.js",
     "binary_offset": 173916382,
     "length": 51,
     "sha256": "cbef9b4e94159cc358814936efb198ccac52e5cb27846353cd7d2a0f577e27af",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197399512.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197399512,
     "length": 46,
     "sha256": "07bb30dc3bf9516b322038e414074a3052a3275a6091176cb4842be61c5592a5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183783568,
     "length": 46,
     "sha256": "07bb30dc3bf9516b322038e414074a3052a3275a6091176cb4842be61c5592a5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184674500,
     "length": 46,
     "sha256": "07bb30dc3bf9516b322038e414074a3052a3275a6091176cb4842be61c5592a5",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173927234,
     "length": 33,
     "sha256": "c2c87d3f1c02437236e6dfa07aee09d2840db3a915646abbc4b9a92248d8dfb6",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 182893102,
     "length": 28,
     "sha256": "cfbe77988b654f0688be153ce24a36cf2b31e6ede98b16b665a5b30013acbe76",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182859827.",
   "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-bkgbm924.js",
     "binary_offset": 173895461,
     "length": 33,
     "sha256": "88250a141273d715ba0bed4f2e189c46b56cec375821238eb3d93339611fcbf1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182859827.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182859827,
     "length": 28,
     "sha256": "bd7707c32f40dfc1d836d375a9d450dc12d3d1164a4c5a8c8f7a6b44552ad5ba",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916434,
     "length": 28,
     "sha256": "1b10157d8cd8d6fb16f86908140ad268c9f5c946382363203ff9e8be916ca30a",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173711624,
     "length": 33,
     "sha256": "470f14bb7bd6ed111f0cd9b4fb4aed0e30f60da6a00f7a1f1e5f8b822286363e",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176662590.",
   "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-bkgbm924.js",
     "binary_offset": 173916463,
     "length": 28,
     "sha256": "24d36fb82a6dc359fffee23cde5252a239ac69c08ccdbe82116ebc26ed953896",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176662590.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176662590,
     "length": 23,
     "sha256": "1891ad2e6def949ed2c6dafbc3842c4f0f98cb05e34f58c27a575025ff498d9b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176663579,
     "length": 23,
     "sha256": "1891ad2e6def949ed2c6dafbc3842c4f0f98cb05e34f58c27a575025ff498d9b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6t226mc0.js",
     "binary_offset": 207675392,
     "length": 23,
     "sha256": "1891ad2e6def949ed2c6dafbc3842c4f0f98cb05e34f58c27a575025ff498d9b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186884717,
     "length": 23,
     "sha256": "1891ad2e6def949ed2c6dafbc3842c4f0f98cb05e34f58c27a575025ff498d9b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177578224,
     "length": 23,
     "sha256": "1891ad2e6def949ed2c6dafbc3842c4f0f98cb05e34f58c27a575025ff498d9b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916492,
     "length": 30,
     "sha256": "bdc7e802fe8e60fc5fd6583b15167bb1ec32e0d78d04e523906d390f411ea13d",
     "version": "2.1.282",
     "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-xbqxyc9r.js",
     "binary_offset": 175913671,
     "length": 35,
     "sha256": "271d89416114559fc73a44f8544d8372607832d23a14d78ce031fae8e93af0db",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916523,
     "length": 31,
     "sha256": "f81a22b3f75c6e93848c1251dd8d69670cfbe17f28b1f2118ca8ec98233ef9d4",
     "version": "2.1.282",
     "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-96abcgyx.js",
     "binary_offset": 209755774,
     "length": 14,
     "sha256": "7ff1728b1c0ae4b1b50da235c7cfed5fe8d622b888707c3210932268b5647692",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186335430,
     "length": 26,
     "sha256": "ef850d1a816cdd683f9b6bbf426ce4ba9cacd6d50902681bdf3d3a89d0756330",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186336059,
     "length": 26,
     "sha256": "ef850d1a816cdd683f9b6bbf426ce4ba9cacd6d50902681bdf3d3a89d0756330",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197515654.",
   "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-bkgbm924.js",
     "binary_offset": 173882793,
     "length": 44,
     "sha256": "d9c62aacef90144e378782ad67a3949c4d539d2908406db68ff93c4ee04c77bc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197515654.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197515654,
     "length": 39,
     "sha256": "44e72a15408ddf759531cead869895c7a01892576eb3636d0657b4d70f09ec86",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176740079.",
   "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-bkgbm924.js",
     "binary_offset": 173882838,
     "length": 40,
     "sha256": "1aeb40bd3821f62bd04bbb09635c36b6b75c9ce83b625682ae6be156c3b5ef95",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176740079.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176740079,
     "length": 35,
     "sha256": "3d742d83f9b1b1f60df5e327bd53c30fc2d033f0e5a7ef9056b39a24077a6207",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175917065,
     "length": 35,
     "sha256": "3d742d83f9b1b1f60df5e327bd53c30fc2d033f0e5a7ef9056b39a24077a6207",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173895495,
     "length": 32,
     "sha256": "a21ff273562ccb0d2dd1538874cb543ca6b2b5e8d53a16a8869eb79f604281d8",
     "version": "2.1.282",
     "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-b8eb0vvf.js",
     "binary_offset": 188045554,
     "length": 27,
     "sha256": "95ea570479d3996e26ba9eae204872dbe41bb522517a4d51324fa7017d27dd1c",
     "version": "2.1.282",
     "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": 10,
    "read_paths": [
     "env-object-param",
     "injected-env",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173882879,
     "length": 39,
     "sha256": "f88aac4ba96200a491b39deb770d791ec5841e5574379e8fa7b97add5f1d9762",
     "version": "2.1.282",
     "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-6jyjgx35.js",
      "binary_offset": 175933819,
      "length": 44,
      "sha256": "ba44bc9b7e617d474233693c1639d84e0d0fc6e573169e62859c9fc2be3b3d5f",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-cycj0g4z.js",
      "binary_offset": 190238366,
      "length": 34,
      "sha256": "524d9e251c402ebeadd2ef155b32ff4b9b8fe6e1981b84e7cb99a4dd30f8502e",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-j73fv7a9.js",
      "binary_offset": 196896651,
      "length": 34,
      "sha256": "524d9e251c402ebeadd2ef155b32ff4b9b8fe6e1981b84e7cb99a4dd30f8502e",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175933819,
     "length": 44,
     "sha256": "ba44bc9b7e617d474233693c1639d84e0d0fc6e573169e62859c9fc2be3b3d5f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175934144,
     "length": 44,
     "sha256": "ba44bc9b7e617d474233693c1639d84e0d0fc6e573169e62859c9fc2be3b3d5f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185354744,
     "length": 44,
     "sha256": "ba44bc9b7e617d474233693c1639d84e0d0fc6e573169e62859c9fc2be3b3d5f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cycj0g4z.js",
     "binary_offset": 190238366,
     "length": 34,
     "sha256": "524d9e251c402ebeadd2ef155b32ff4b9b8fe6e1981b84e7cb99a4dd30f8502e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190138713,
     "length": 34,
     "sha256": "524d9e251c402ebeadd2ef155b32ff4b9b8fe6e1981b84e7cb99a4dd30f8502e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j73fv7a9.js",
     "binary_offset": 196895329,
     "length": 34,
     "sha256": "524d9e251c402ebeadd2ef155b32ff4b9b8fe6e1981b84e7cb99a4dd30f8502e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j73fv7a9.js",
     "binary_offset": 196896651,
     "length": 34,
     "sha256": "524d9e251c402ebeadd2ef155b32ff4b9b8fe6e1981b84e7cb99a4dd30f8502e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182249723,
     "length": 34,
     "sha256": "524d9e251c402ebeadd2ef155b32ff4b9b8fe6e1981b84e7cb99a4dd30f8502e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ktmz3h3x.js",
     "binary_offset": 177078397,
     "length": 34,
     "sha256": "34a4a04d2bcc6dacc92972c1d3284bb87d9824334d491a966fea4be13d57009c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w2qtrgj6.js",
     "binary_offset": 177060671,
     "length": 38,
     "sha256": "e39735f4866a3c46d4c8c7edd9ad0b3381fe12d34d8658a6fb2797c83d31a5bd",
     "version": "2.1.282",
     "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-rqp1pwc5.js` offset 173938382.",
   "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-bkgbm924.js",
     "binary_offset": 173895528,
     "length": 35,
     "sha256": "9019fb368e036e2e9e86a15147e6335102ba389e03a8b7f5e44fbad73b264545",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rqp1pwc5.js` offset 173938382.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rqp1pwc5.js",
     "binary_offset": 173938382,
     "length": 30,
     "sha256": "5f1f30e97dd721a1fcc083f4ec1b1b80b275dcba0ad8023661c3b350f93fd7a1",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916602,
     "length": 29,
     "sha256": "7621843bc925d09bc786f325016b23e9e70f65345d7d468a7e61852e1200aca7",
     "version": "2.1.282",
     "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-dpc3wbsa.js",
     "binary_offset": 179032879,
     "length": 24,
     "sha256": "b85d590a58267ec88166a2e558e7fe74058da9fd768b78dc54b9f69eea206a5d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qwg2k7a1.js",
     "binary_offset": 193509121,
     "length": 24,
     "sha256": "b85d590a58267ec88166a2e558e7fe74058da9fd768b78dc54b9f69eea206a5d",
     "version": "2.1.282",
     "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-tpkb36bk.js` offset 173514445.",
   "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-bkgbm924.js",
     "binary_offset": 173916632,
     "length": 31,
     "sha256": "91e21be2984cdf7046888261bf70b8abfcc2090f44742d80d80ae0b2b9c915ba",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-tpkb36bk.js` offset 173514445.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-tpkb36bk.js",
     "binary_offset": 173514445,
     "length": 36,
     "sha256": "ca22b404e7c885b8684c051c18256864adb2cd70336d7bba58c07e6d6ce9f985",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186328399,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186328484,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186328565,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186328732,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176580582,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189504484,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189505082,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189505162,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189527758,
     "length": 26,
     "sha256": "9fb5d2317d8c1c3803343821758678959f074920c9ddf3ef11f1c3b9ff29ccb9",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176583783.",
   "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-bkgbm924.js",
     "binary_offset": 173885526,
     "length": 30,
     "sha256": "08b5be33a5f27ac30985628734942062f50dcd1096efff778661ec23166416b0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176583783.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176583783,
     "length": 25,
     "sha256": "0a5415fc78e99d3a75541799fc5313eab24255e14c2aee10465efc14766fd85f",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176582510.",
   "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-bkgbm924.js",
     "binary_offset": 173916664,
     "length": 31,
     "sha256": "5c204d32a80670a25aef8a09a3d00495b3685c3079277c692eadfbe13097639c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176582510.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176582510,
      "length": 26,
      "sha256": "25e3352ab4106bfa9fddf15c8edb7a6584fd9e94a4bc3364723972a60adade2b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176582510,
     "length": 26,
     "sha256": "25e3352ab4106bfa9fddf15c8edb7a6584fd9e94a4bc3364723972a60adade2b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176582540,
     "length": 26,
     "sha256": "25e3352ab4106bfa9fddf15c8edb7a6584fd9e94a4bc3364723972a60adade2b",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176634245.",
   "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-bkgbm924.js",
     "binary_offset": 173916696,
     "length": 33,
     "sha256": "fd430fc9ec8d47eb6c19c199349a0f2e2f4fe00c75bf3426abee1424cb89319e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176634245.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176634245,
     "length": 28,
     "sha256": "89e071e5fb72aa9b958e006f7f2f25f30a85496aa79e99c016410ee3715462a4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mtjx43e9.js",
     "binary_offset": 195237286,
     "length": 28,
     "sha256": "89e071e5fb72aa9b958e006f7f2f25f30a85496aa79e99c016410ee3715462a4",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197428690.",
   "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-bkgbm924.js",
     "binary_offset": 173916730,
     "length": 60,
     "sha256": "e4698758486711fb4ff47507f13239ab8863ecd96b73dbad497e573964e09131",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197428690.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197428690,
     "length": 55,
     "sha256": "bea7922819223d4b68fec0b3862f229d8f7b7b2e9271be3388977f9f8f9ce6e8",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916555,
     "length": 46,
     "sha256": "20864a92cd021d4d623f57ca928c479e23ecd0ad38a87da1af299068258194f8",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 183094878,
     "length": 41,
     "sha256": "adf97071b4142ed5557bd41fce7f7344c414e1778ed5c5a51a595447ca36b6ac",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183094946,
     "length": 41,
     "sha256": "adf97071b4142ed5557bd41fce7f7344c414e1778ed5c5a51a595447ca36b6ac",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916791,
     "length": 24,
     "sha256": "1752aff83dc41a70693d16479d768157f3948679704af5b9b0e9191ed69a4b89",
     "version": "2.1.282",
     "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-x9fwahqm.js",
      "binary_offset": 184629248,
      "length": 29,
      "sha256": "31413206143fab78ebe6dda3b8d09fe74dd85f0325b3078652efe210e65a9db4",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 184631091,
      "length": 29,
      "sha256": "31413206143fab78ebe6dda3b8d09fe74dd85f0325b3078652efe210e65a9db4",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184629248,
     "length": 29,
     "sha256": "31413206143fab78ebe6dda3b8d09fe74dd85f0325b3078652efe210e65a9db4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184631091,
     "length": 29,
     "sha256": "31413206143fab78ebe6dda3b8d09fe74dd85f0325b3078652efe210e65a9db4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181744552,
     "length": 19,
     "sha256": "60073f682ff38c38a8942ce4048718c571f48f50fb52f5b9d3e615935d092385",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916816,
     "length": 31,
     "sha256": "e8cb8460b2442de2ea514ee9e5a43a048265b54a0674d25b326aaa0cabe6ab4b",
     "version": "2.1.282",
     "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-s1t81hd7.js",
      "binary_offset": 206977050,
      "length": 26,
      "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-wk2pyghc.js",
      "binary_offset": 207199950,
      "length": 26,
      "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 181737395,
      "length": 26,
      "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s1t81hd7.js",
     "binary_offset": 206977010,
     "length": 26,
     "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s1t81hd7.js",
     "binary_offset": 206977050,
     "length": 26,
     "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207199910,
     "length": 26,
     "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207199950,
     "length": 26,
     "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181737395,
     "length": 26,
     "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181740142,
     "length": 26,
     "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183109425,
     "length": 26,
     "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183121662,
     "length": 26,
     "sha256": "2d9e653ffbd1a3f9c3fdf5ca7f3944ac485f31da1d165a982824a801d396a127",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184065281.",
   "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-bkgbm924.js",
     "binary_offset": 173895564,
     "length": 39,
     "sha256": "b95063da1524bbcdeea3f511b74c3fc12ce273a566a0c7ce25bf81c940f60037",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184065281.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184065281,
     "length": 34,
     "sha256": "4d7a230eac34456f8dcfa3d99d91eb3a09fac48f8d0fd0e352131789e3cb3226",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184065067.",
   "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-bkgbm924.js",
     "binary_offset": 173895604,
     "length": 44,
     "sha256": "3d9d390cb5b49bee2cb7ca653251aa357a2608472874cbe7195e4a9a1d82b200",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184065067.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184065067,
     "length": 39,
     "sha256": "bfa469d47286ca1953b7468d1cf34ee7fa0bfa4de0b867201da914ecbcecb06d",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184065431.",
   "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-bkgbm924.js",
     "binary_offset": 173895649,
     "length": 45,
     "sha256": "5c59f673c253594df531b9000442ff8ad7032a42454cb1b3fdc27080edbba03f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184065431.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184065431,
     "length": 40,
     "sha256": "3bfef62d973a489a1836fc4fff4cdaa8c4eff39f742c4af3c1ba803264924162",
     "version": "2.1.282",
     "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": 15,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173916848,
     "length": 25,
     "sha256": "02b8f2d2de2f4e41dc364bec347c1ef3f2d266e7cde6cbc4193ceb91b5ad5878",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173711555,
     "length": 30,
     "sha256": "e71395458d5d3f3228b858b6521f3592843be0452c2c94fec9d1069984a76257",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176644680,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179904566,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-93pxbayn.js",
     "binary_offset": 180437312,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-93pxbayn.js",
     "binary_offset": 180438989,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-93pxbayn.js",
     "binary_offset": 180439439,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199863812,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n4d3xtp1.js",
     "binary_offset": 177270682,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v8p447v2.js",
     "binary_offset": 188190825,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181786873,
     "length": 20,
     "sha256": "29c7c48eea91c8b5754b55341c3734d591a75f6db7856d6f3bf6f0534ce6ec0d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916874,
     "length": 39,
     "sha256": "710e417728cc5cd676929de0ed0ccb7302b355c6efc456216c98b112b94b894f",
     "version": "2.1.282",
     "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-n4d3xtp1.js",
     "binary_offset": 177271445,
     "length": 34,
     "sha256": "cf484739c2191183150015b625fd1be17b1cdc05322aa70c186add4ec766c3c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n4d3xtp1.js",
     "binary_offset": 177271496,
     "length": 34,
     "sha256": "cf484739c2191183150015b625fd1be17b1cdc05322aa70c186add4ec766c3c7",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181241878.",
   "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-bkgbm924.js",
     "binary_offset": 173916914,
     "length": 36,
     "sha256": "9bc0f1644d34fce1c3c850853532aac6274d8f1420ce3caa8627e1414cc8a670",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181241878.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181241878,
     "length": 31,
     "sha256": "ae0e1afb9e75eed718964104a96ecf97a53de376ef96d95663b22a8515bf0627",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175916940,
     "length": 31,
     "sha256": "ae0e1afb9e75eed718964104a96ecf97a53de376ef96d95663b22a8515bf0627",
     "version": "2.1.282",
     "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-6byj4mss.js` offset 204597486.",
   "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-bkgbm924.js",
     "binary_offset": 173895695,
     "length": 34,
     "sha256": "274199ca71d41a1ef3c6c513de333433b6b0906dbea4c4064174e7f5d6d596e9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6byj4mss.js` offset 204597486.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6byj4mss.js",
     "binary_offset": 204597486,
     "length": 29,
     "sha256": "0b60af6fa2b77adf1ea4f55d7432eed1711c2a21b934897fcdf702fffc0aa6f2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6byj4mss.js",
     "binary_offset": 204597580,
     "length": 29,
     "sha256": "0b60af6fa2b77adf1ea4f55d7432eed1711c2a21b934897fcdf702fffc0aa6f2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6byj4mss.js",
     "binary_offset": 204597663,
     "length": 29,
     "sha256": "0b60af6fa2b77adf1ea4f55d7432eed1711c2a21b934897fcdf702fffc0aa6f2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181575482,
     "length": 29,
     "sha256": "0b60af6fa2b77adf1ea4f55d7432eed1711c2a21b934897fcdf702fffc0aa6f2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173925653,
     "length": 48,
     "sha256": "bb7595a6034d3512cc6d4b64015db49f037d509b816e3b725c1fe9be638e2c50",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176410524,
     "length": 43,
     "sha256": "9bd83e9962362d08f36a8f55463d9b7e6d5ae5a32c506eebca0ae2fcc8fc2bc5",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173925702,
     "length": 43,
     "sha256": "ad7a51d7c355c6ea33f40e5bbcaa53f1404c77efb8f94ccf222091cf3406c6d0",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176408845,
     "length": 38,
     "sha256": "518199827b836e510c63880c6e4b1bf71fe6721b9cefd7b3a20bee71580e55c0",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181367047.",
   "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-bkgbm924.js",
     "binary_offset": 173895730,
     "length": 42,
     "sha256": "82a7d84adfc11f380bee2d4c34ab4bbaea606599df67543e8a37789e464129d7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181367047.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181367047,
     "length": 37,
     "sha256": "322d3de041d445d84d3c51753afcc44daff3271a6dfd26bf204718260d7a9cf5",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181366772.",
   "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-bkgbm924.js",
     "binary_offset": 173895773,
     "length": 49,
     "sha256": "66c3d157a50fb88a8266d8f5461b12b80232cfbd341a97b63d9112c67538a594",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181366772.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181366772,
     "length": 44,
     "sha256": "ac1ed8d9fcc6f273494342f72b656aadbc15ea7b396f9808c17234b16af9607c",
     "version": "2.1.282",
     "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": 3,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173895864,
     "length": 38,
     "sha256": "4887b4d212972258b7b815316b3c786ce68d549b565bf3348fbeb1d4b3b6095d",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179693832,
     "length": 43,
     "sha256": "dfa39084232d6a6ef307a767e437c067e02dada526260d47490fd5b69f30603b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-d9dpmkhv.js",
     "binary_offset": 176156511,
     "length": 33,
     "sha256": "17125de1c659f81554ceb8fb5ab15844c846d4c82baba15a7e44a770062da50c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184820284,
     "length": 33,
     "sha256": "17125de1c659f81554ceb8fb5ab15844c846d4c82baba15a7e44a770062da50c",
     "version": "2.1.282",
     "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-fexek9zd.js` offset 173758952.",
   "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-bkgbm924.js",
     "binary_offset": 173927268,
     "length": 46,
     "sha256": "68863006d166b9ec3b1276452fe3614bcf13e7643c9696d3cec40383e1569364",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fexek9zd.js` offset 173758952.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fexek9zd.js",
     "binary_offset": 173758952,
     "length": 51,
     "sha256": "2d40a3a52c9e191228801cbee0a8c0e6e38923099b7f4d605c4e05cd0dccc697",
     "version": "2.1.282",
     "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-520ct9jk.js` offset 174740019.",
   "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-bkgbm924.js",
     "binary_offset": 173916951,
     "length": 37,
     "sha256": "7dd2cfe39521c3fccabb26c225e993e9db9c3b819b72b44fe46d537518af967e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-520ct9jk.js` offset 174740019.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-520ct9jk.js",
     "binary_offset": 174740019,
     "length": 42,
     "sha256": "484bfa9fdc765473b3f724c1f92853a61cc8c58fc427638af45a1cbbe8a071fc",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184674051.",
   "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-bkgbm924.js",
     "binary_offset": 173895939,
     "length": 31,
     "sha256": "a5f6f7af556ba5ef5a9a901188b104e1dda3de5d21dd26c711a04a8786f677b1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184674051.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184674051,
     "length": 26,
     "sha256": "593678e1cd667dc1274f74c0fc80d48b80be5b9440900f49857103096edd5d9c",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184021076.",
   "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-bkgbm924.js",
     "binary_offset": 173916989,
     "length": 27,
     "sha256": "badc536d1f5ba9a396a854f17dd27f6694b279f43a5571b88b6a71d17d469d7d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184021076.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184021076,
     "length": 22,
     "sha256": "3c3064ab9c95a64012c76c73622417646b7ab358825742060d70c198081e2dfd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184024743,
     "length": 22,
     "sha256": "3c3064ab9c95a64012c76c73622417646b7ab358825742060d70c198081e2dfd",
     "version": "2.1.282",
     "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-ff7x3n92.js` offset 185082755.",
   "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-bkgbm924.js",
     "binary_offset": 173917017,
     "length": 47,
     "sha256": "bfbc24c9893f59d3615e9c99237738a92494fbdabf06c7b1b0f749c21816e5f9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ff7x3n92.js` offset 185082755.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ff7x3n92.js",
     "binary_offset": 185082755,
     "length": 42,
     "sha256": "d1de753e0f977d4e9b6e0145b4b55696fda82b6957096a6a73c42112dd1a82d6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917065,
     "length": 42,
     "sha256": "2ac64ebcfeedd3bab6ef3a9970e519e5477bef2483a940afe71f268845dabfcf",
     "version": "2.1.282",
     "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-qksbay0t.js",
     "binary_offset": 177084389,
     "length": 47,
     "sha256": "829fede0433229b60fa4dd7fbbf06e9df7c01bbb35cb9aadb5614577130f5569",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181871814.",
   "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-bkgbm924.js",
     "binary_offset": 173895971,
     "length": 32,
     "sha256": "bc802436f47a8f20fefe47d7666a2265a2b99c54d2305f68b9564ec02f4f149c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181871814.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181871814,
     "length": 27,
     "sha256": "fd80c4e25665930188dcbf874b10b2201e5b332879b1feef371517d94345cea9",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917108,
     "length": 38,
     "sha256": "6f1e1943de92b9ea0ac66ec27f22162e7095f6257a9e14c680e7acb403a789eb",
     "version": "2.1.282",
     "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-x7xwfw1m.js",
     "binary_offset": 189180543,
     "length": 33,
     "sha256": "679999c74e770e88c3f7d8c1fd1f84f6fdbd6e08e5293f9c40f444f2b152ae3b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173925746,
     "length": 33,
     "sha256": "7dad5bc51179a96fcf37e2f5c89aa6e697c057756722ecc3adf92b6c8dddf81d",
     "version": "2.1.282",
     "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-4pwy8jq4.js",
     "binary_offset": 187803955,
     "length": 28,
     "sha256": "a4e439aa70cb55b655b7d8db5b2104a1d1625d7b4ed2b40baaee006de2701af6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173925780,
     "length": 39,
     "sha256": "c42e1c50e667acd39ecc3ea3c1ef17408943e451d74a5125b36c2128a58bc642",
     "version": "2.1.282",
     "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-4pwy8jq4.js",
     "binary_offset": 187805727,
     "length": 34,
     "sha256": "1f181030da3daa9cab2dfb3ab8392c542a402a9280663135d03dd18f4eb566c1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-93pxbayn.js",
     "binary_offset": 180440907,
     "length": 34,
     "sha256": "1f181030da3daa9cab2dfb3ab8392c542a402a9280663135d03dd18f4eb566c1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-b6y7k20e.js",
     "binary_offset": 187902889,
     "length": 34,
     "sha256": "1f181030da3daa9cab2dfb3ab8392c542a402a9280663135d03dd18f4eb566c1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cqwprb6w.js",
     "binary_offset": 204765584,
     "length": 34,
     "sha256": "1f181030da3daa9cab2dfb3ab8392c542a402a9280663135d03dd18f4eb566c1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cqwprb6w.js",
     "binary_offset": 204766015,
     "length": 34,
     "sha256": "1f181030da3daa9cab2dfb3ab8392c542a402a9280663135d03dd18f4eb566c1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gajx20pg.js",
     "binary_offset": 192663399,
     "length": 34,
     "sha256": "1f181030da3daa9cab2dfb3ab8392c542a402a9280663135d03dd18f4eb566c1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rjcd3r0e.js",
     "binary_offset": 202939441,
     "length": 34,
     "sha256": "1f181030da3daa9cab2dfb3ab8392c542a402a9280663135d03dd18f4eb566c1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184052954,
     "length": 34,
     "sha256": "1f181030da3daa9cab2dfb3ab8392c542a402a9280663135d03dd18f4eb566c1",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917147,
     "length": 39,
     "sha256": "8b667abf4df71c66c8a45118870acceb96993a7c348c279da70b89c4cbd0c62d",
     "version": "2.1.282",
     "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-0anwyrjk.js",
     "binary_offset": 174777864,
     "length": 44,
     "sha256": "32d884096527ec5475a6101259713375955dd814ac5c09b4e6cae35636d373bc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175912315,
     "length": 44,
     "sha256": "32d884096527ec5475a6101259713375955dd814ac5c09b4e6cae35636d373bc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175912436,
     "length": 44,
     "sha256": "32d884096527ec5475a6101259713375955dd814ac5c09b4e6cae35636d373bc",
     "version": "2.1.282",
     "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-xbqxyc9r.js` offset 175916558.",
   "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-bkgbm924.js",
     "binary_offset": 173883199,
     "length": 36,
     "sha256": "095747969910591859c343a358a71afc59c439889bfca942f19806d5e5cce6bb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xbqxyc9r.js` offset 175916558.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175916558,
     "length": 41,
     "sha256": "3bac6f0296b914de0633754be07fab2399658234d5b429cae449dfdffb194533",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176766492,
     "length": 31,
     "sha256": "876d54af2e83e8380014f709ce1ef2d6c0e85dd83757a77645f793d462b5d7be",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176766686,
     "length": 31,
     "sha256": "876d54af2e83e8380014f709ce1ef2d6c0e85dd83757a77645f793d462b5d7be",
     "version": "2.1.282",
     "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-mfzs2r1w.js` offset 173711946.",
   "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-bkgbm924.js",
     "binary_offset": 173917187,
     "length": 29,
     "sha256": "390971f7665ab10d8c4dbc96b0adf5ae1ce0086b003fdd3758fe4b08f0271634",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mfzs2r1w.js` offset 173711946.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mfzs2r1w.js",
     "binary_offset": 173711946,
     "length": 34,
     "sha256": "ca2a97fca8150c20cffe784fb36fb9a84d590d5a75dc7fc2a1a8b3134b584124",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181831499.",
   "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-bkgbm924.js",
     "binary_offset": 173896089,
     "length": 47,
     "sha256": "c7097bd9d1464de0a7a79b6521cf55e7c76171659c79866a45a3470e0266a9e4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181831499.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181831499,
     "length": 42,
     "sha256": "5d00e83b3c47bd1ed187dd1826e6b3e95c0e33328cc09546198421093a2457ed",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173896169,
     "length": 38,
     "sha256": "c5bb99c0d3bb28123215899f2dace31e30efb92d67fe40f5c12c06328dcf81dc",
     "version": "2.1.282",
     "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-appb597y.js",
     "binary_offset": 189507089,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqqy0nss.js",
     "binary_offset": 202406734,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190164327,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197301095,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197569805,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197570370,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184435194,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184435452,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184439076,
     "length": 33,
     "sha256": "6542867810cee5fa539a3d194a4835bcc67ffe8802963252fae13ef5e35d2b4b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917415,
     "length": 49,
     "sha256": "bef76d81dec9e05fdfdd2db56a9198ba2498c19aa29574e7b50d5e7b87277e72",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Timeout in milliseconds for synchronous plugin installation.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197570142,
     "length": 44,
     "sha256": "289123bcd14c5080b95cb4976b234f57eda26e907a136effffde222e8ae83593",
     "version": "2.1.282",
     "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-dpc3wbsa.js` offset 179032601.",
   "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-bkgbm924.js",
     "binary_offset": 173896137,
     "length": 31,
     "sha256": "06f05f276ae25f0caaf29b6f91a2378138f5244461788fe97b279541f6b01440",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-dpc3wbsa.js` offset 179032601.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-dpc3wbsa.js",
     "binary_offset": 179032601,
     "length": 26,
     "sha256": "0d015816a24627dd03c6a6d82fc02af8be9d991193095db4508563f336db4697",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181196163,
     "length": 26,
     "sha256": "0d015816a24627dd03c6a6d82fc02af8be9d991193095db4508563f336db4697",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181204857,
     "length": 26,
     "sha256": "0d015816a24627dd03c6a6d82fc02af8be9d991193095db4508563f336db4697",
     "version": "2.1.282",
     "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-dpc3wbsa.js` offset 179038140.",
   "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-bkgbm924.js",
     "binary_offset": 173917217,
     "length": 49,
     "sha256": "9fc0b05caf0041130165435ec4f7c1b1d9190f1e3ab0c261c69605724fff49b5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-dpc3wbsa.js` offset 179038140.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-dpc3wbsa.js",
     "binary_offset": 179038140,
     "length": 44,
     "sha256": "9f9c61c921517aec9a7e81088ea092412c107c4711d7ea8559c1bf1c0f1e0a7f",
     "version": "2.1.282",
     "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-dpc3wbsa.js` offset 179036469.",
   "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-bkgbm924.js",
     "binary_offset": 173917267,
     "length": 49,
     "sha256": "3b48e5e78c0042cef40ab63a34c61bd99ef3a2591f94ada2a734160dbe890cd7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-dpc3wbsa.js` offset 179036469.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-dpc3wbsa.js",
     "binary_offset": 179036469,
     "length": 44,
     "sha256": "7bb68b8700a092c78d097845b52c7933f64277a2c835f8a621ef2f10b3467ebf",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181196256.",
   "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-bkgbm924.js",
     "binary_offset": 173917317,
     "length": 50,
     "sha256": "1601250d9cb243453bac99883d1db443b06b07273369c1136cf5961fd61f0bac",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181196256.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181196256,
     "length": 45,
     "sha256": "52621edc7c47be1671ba1dd1da4c8ce4bdc19c84630af6ae37ec6bd877eb6885",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181196331.",
   "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-bkgbm924.js",
     "binary_offset": 173917368,
     "length": 46,
     "sha256": "1b386699744137515182b41d91f21b90e31f2b5daa315e6c467a782b8ec38de1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181196331.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181196331,
     "length": 41,
     "sha256": "ee1187e2424fe29d7f084e281cad637b3f8731f9614b912742af59a87a2ea112",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181193538.",
   "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-bkgbm924.js",
     "binary_offset": 173917465,
     "length": 39,
     "sha256": "b76a800f7ff60cd838f9967e77e20b62ff2cea1dd2ee821714ea5793b12e68ab",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181193538.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181193538,
     "length": 34,
     "sha256": "10976ffae6248399270ce914cfa8bba9a9f7fea686fa1c9689aed4ed7487e55d",
     "version": "2.1.282",
     "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-dpc3wbsa.js` offset 179032629.",
   "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-bkgbm924.js",
     "binary_offset": 173917505,
     "length": 36,
     "sha256": "3a37b6e6ac4a3c3cab82b13397294aee07b6cd85bbe93b5a6b54e60f04c416ad",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-dpc3wbsa.js` offset 179032629.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-dpc3wbsa.js",
     "binary_offset": 179032629,
     "length": 31,
     "sha256": "ffd902d267cdaba1e74da233cd6cd7ecd0875f6fe7e2bfc76c8ef478558342ae",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dpc3wbsa.js",
     "binary_offset": 179033125,
     "length": 31,
     "sha256": "ffd902d267cdaba1e74da233cd6cd7ecd0875f6fe7e2bfc76c8ef478558342ae",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181325275,
     "length": 31,
     "sha256": "ffd902d267cdaba1e74da233cd6cd7ecd0875f6fe7e2bfc76c8ef478558342ae",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173896208,
     "length": 30,
     "sha256": "d2cda816b8c9c50e07c3b7e2fb38cc27d535765254b27374f768e60989269d57",
     "version": "2.1.282",
     "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-6byj4mss.js",
     "binary_offset": 204597712,
     "length": 25,
     "sha256": "86fc596078c2e2feb8eed77992cedba56880501ed090003d833f7d6a77cd9538",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x7xwfw1m.js",
     "binary_offset": 189206226,
     "length": 25,
     "sha256": "86fc596078c2e2feb8eed77992cedba56880501ed090003d833f7d6a77cd9538",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181323859,
     "length": 25,
     "sha256": "86fc596078c2e2feb8eed77992cedba56880501ed090003d833f7d6a77cd9538",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181325248,
     "length": 25,
     "sha256": "86fc596078c2e2feb8eed77992cedba56880501ed090003d833f7d6a77cd9538",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917542,
     "length": 49,
     "sha256": "652300cd4b4b28ec5c8886d43203485fc9a7107c271411553db28d5815ed4844",
     "version": "2.1.282",
     "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-x7xwfw1m.js",
     "binary_offset": 189195016,
     "length": 44,
     "sha256": "6b53f45451ec3e41a6bed1efdbb843c4f8dae05036efd91c2d33448baec465b5",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917592,
     "length": 46,
     "sha256": "344e18ee738ac5037d232c15322dca87818ae9be0e0ac4cf4ebe7239752803da",
     "version": "2.1.282",
     "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-x7xwfw1m.js",
     "binary_offset": 189194932,
     "length": 41,
     "sha256": "de00dd5e9bd7242b1f783253cc43051e45bca9a100fedb53820d845797c1bd1d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917639,
     "length": 35,
     "sha256": "a2f969cc9c0df891bfa004b26f3058a30f94c90143ef9050933c9065c81ae30c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Set to `false` to disable syntax highlighting in diff output.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-071pvr3y.js",
     "binary_offset": 196161400,
     "length": 30,
     "sha256": "ef3cce710f579acd13333f7d66301288c233548a06bc08d9f190eb7393f19445",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dzbw5hkq.js",
     "binary_offset": 202253796,
     "length": 30,
     "sha256": "ef3cce710f579acd13333f7d66301288c233548a06bc08d9f190eb7393f19445",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197561812.",
   "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-bkgbm924.js",
     "binary_offset": 173917675,
     "length": 43,
     "sha256": "155eb6bf5015673848da27f050952f8e9866e7dbb4491f2a208febe9fef009a7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197561812.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197561812,
     "length": 38,
     "sha256": "5ca808994a5761ed87fda0a94b583a6c7c79da55b2b06a29137c24f86f669759",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176605252.",
   "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-bkgbm924.js",
     "binary_offset": 173917719,
     "length": 23,
     "sha256": "f4fe68d8e132befbfec02d3342c868e46cc970e207d71f19260993c0b70c577a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176605252.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176605252,
      "length": 28,
      "sha256": "aa86fbdced1c9f4a005c0cb2664fd995b16ac37ccf0d48a70e538644d91491de",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176605252,
     "length": 28,
     "sha256": "aa86fbdced1c9f4a005c0cb2664fd995b16ac37ccf0d48a70e538644d91491de",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176605288,
     "length": 28,
     "sha256": "aa86fbdced1c9f4a005c0cb2664fd995b16ac37ccf0d48a70e538644d91491de",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917743,
     "length": 31,
     "sha256": "0c9c42ef402cc40c6bc39ed0e2c5b8d457fa0416f4675fad7fe53dcaf2c0b93b",
     "version": "2.1.282",
     "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-ydpwyy0x.js",
      "binary_offset": 180625769,
      "length": 26,
      "sha256": "8ea2a4a3aa1320e3b84a51e59a7d0634bbc9d02d323b46f3f50690fce6fb8252",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200527416,
     "length": 26,
     "sha256": "8ea2a4a3aa1320e3b84a51e59a7d0634bbc9d02d323b46f3f50690fce6fb8252",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ydpwyy0x.js",
     "binary_offset": 180625769,
     "length": 26,
     "sha256": "8ea2a4a3aa1320e3b84a51e59a7d0634bbc9d02d323b46f3f50690fce6fb8252",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ydpwyy0x.js",
     "binary_offset": 180625803,
     "length": 26,
     "sha256": "8ea2a4a3aa1320e3b84a51e59a7d0634bbc9d02d323b46f3f50690fce6fb8252",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917775,
     "length": 48,
     "sha256": "0da533b62c744499f46f4e0534f57ca7bcd1981ae5a38d8821fb442c79bf3773",
     "version": "2.1.282",
     "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-rtgjjsce.js",
     "binary_offset": 197506230,
     "length": 43,
     "sha256": "701641f94ed145c363654d643d0ae04d2ec0d3ade312e26a83de67630ee6a083",
     "version": "2.1.282",
     "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-j73fv7a9.js` offset 196900802.",
   "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-bkgbm924.js",
     "binary_offset": 173885557,
     "length": 33,
     "sha256": "5cd76aec7555946ac3767bd3ac0ae9cd91ff752b0e0f1a459725ebbd95995db7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j73fv7a9.js` offset 196900802.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j73fv7a9.js",
     "binary_offset": 196900802,
     "length": 38,
     "sha256": "3b7d3d72e05ffe7526de9ca258e0128bac69c303105aaeeb8d75705ed321aeff",
     "version": "2.1.282",
     "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-3efg76ka.js` offset 202857961.",
   "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-bkgbm924.js",
     "binary_offset": 173917824,
     "length": 37,
     "sha256": "bb7df29cb42f94a84185de1d0d98946d19100e8ba6e6585834bbcc8eefad7d56",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3efg76ka.js` offset 202857961.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3efg76ka.js",
     "binary_offset": 202857961,
     "length": 32,
     "sha256": "eb007c407dd13cd297be7b7045fcadf4d7e84fc3fc60bd4f88d3a38299623006",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183773175,
     "length": 32,
     "sha256": "eb007c407dd13cd297be7b7045fcadf4d7e84fc3fc60bd4f88d3a38299623006",
     "version": "2.1.282",
     "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-2393h2ax.js` offset 175484254.",
   "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-bkgbm924.js",
     "binary_offset": 173917862,
     "length": 42,
     "sha256": "9773b345c8ed68b08ae0370afc5415b01eabcb4b4736bb17113413aa658e778b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2393h2ax.js` offset 175484254.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175484254,
     "length": 47,
     "sha256": "32d7e817e5f4ae5ecf2739f3995b1c6fefb002e32131b98b78c7a30d6a0a5a36",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181625870.",
   "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-bkgbm924.js",
     "binary_offset": 173917905,
     "length": 37,
     "sha256": "1476539151a859ab544a83ef99a85bb1841536d579be9c70cb4e7ee6bc7acc7d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181625870.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181625870,
     "length": 32,
     "sha256": "e061786ea63c428fff18ded7a6122416ff391717c2ef77a61c5e76f45993df19",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181626398,
     "length": 32,
     "sha256": "e061786ea63c428fff18ded7a6122416ff391717c2ef77a61c5e76f45993df19",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182815779.",
   "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-bkgbm924.js",
     "binary_offset": 173896278,
     "length": 43,
     "sha256": "dc6a4561ac2a3f4a4425a035a070f2e1917326e7e6ef0d847ea0c9224a1d5932",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182815779.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182815779,
     "length": 38,
     "sha256": "6c6cabb4367b56abeef486c7455c72d21f9005ed39978944bb0e97adce5d151c",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176283508.",
   "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-bkgbm924.js",
     "binary_offset": 173896322,
     "length": 32,
     "sha256": "0499cb3e4250449362fb6615a56204cbded1c6b8a7b82292ed58a5a768d1d1b4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176283508.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176283508,
     "length": 27,
     "sha256": "da23ea8a9155be189529410a6598c45bdfaf936639c29525e7810b8da6069f66",
     "version": "2.1.282",
     "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-n4d3xtp1.js` offset 177269309.",
   "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-bkgbm924.js",
     "binary_offset": 173896355,
     "length": 32,
     "sha256": "75f561fa82b039daf37f6930dfb0984b29d1511498d0c8a67e97574083d9f93d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n4d3xtp1.js` offset 177269309.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n4d3xtp1.js",
     "binary_offset": 177269309,
     "length": 27,
     "sha256": "ea9dc2eda9afcba63ea2ff620391fe691bc07806bae4b23f429dd13947c7800d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n4d3xtp1.js",
     "binary_offset": 177269353,
     "length": 27,
     "sha256": "ea9dc2eda9afcba63ea2ff620391fe691bc07806bae4b23f429dd13947c7800d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918046,
     "length": 25,
     "sha256": "e6608bdf4e1dab52358a9c82d198000930aa2927ab2938536aa396cfa49b999a",
     "version": "2.1.282",
     "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-3psz8crg.js",
      "binary_offset": 211206617,
      "length": 20,
      "sha256": "55c69adaf6996979c34fabdca6825e319bb876244be5fbaae548f134b266952b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178558193,
     "length": 30,
     "sha256": "299a7e9672339d8a1b27c004e7f451fa736bcc7ba2590445a6106b9c055b7a94",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1dz0jjmx.js",
     "binary_offset": 174098321,
     "length": 20,
     "sha256": "55c69adaf6996979c34fabdca6825e319bb876244be5fbaae548f134b266952b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211206617,
     "length": 20,
     "sha256": "55c69adaf6996979c34fabdca6825e319bb876244be5fbaae548f134b266952b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211206645,
     "length": 20,
     "sha256": "55c69adaf6996979c34fabdca6825e319bb876244be5fbaae548f134b266952b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211206705,
     "length": 20,
     "sha256": "55c69adaf6996979c34fabdca6825e319bb876244be5fbaae548f134b266952b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211220600,
     "length": 20,
     "sha256": "55c69adaf6996979c34fabdca6825e319bb876244be5fbaae548f134b266952b",
     "version": "2.1.282",
     "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-gd42n4hm.js` offset 199900387.",
   "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-bkgbm924.js",
     "binary_offset": 173918072,
     "length": 30,
     "sha256": "eb6f0f16943b99d5ffa9f79b30fd849464efd80ea3ea9b03d6d2c3464dae7d04",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gd42n4hm.js` offset 199900387.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199900387,
     "length": 25,
     "sha256": "f3917ec9c693276518df975f8564d7c5a13e44bf8f0cb7f847547d2b8c90d72f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199900416,
     "length": 25,
     "sha256": "f3917ec9c693276518df975f8564d7c5a13e44bf8f0cb7f847547d2b8c90d72f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199900481,
     "length": 25,
     "sha256": "f3917ec9c693276518df975f8564d7c5a13e44bf8f0cb7f847547d2b8c90d72f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199900513,
     "length": 25,
     "sha256": "f3917ec9c693276518df975f8564d7c5a13e44bf8f0cb7f847547d2b8c90d72f",
     "version": "2.1.282",
     "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-gd42n4hm.js` offset 199900348.",
   "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-bkgbm924.js",
     "binary_offset": 173918103,
     "length": 40,
     "sha256": "1171a5dac48f5ba4315273791a3f8a42327351a6e2524f393e99c3989668a7a4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gd42n4hm.js` offset 199900348.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199900348,
     "length": 35,
     "sha256": "d3dc1e92e0cd9d3c67fc7fe3f69b58ef19a24830a6edceeabdc3537f4d2def43",
     "version": "2.1.282",
     "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-aqqy0nss.js` offset 202415918.",
   "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-bkgbm924.js",
     "binary_offset": 173918144,
     "length": 31,
     "sha256": "060c28dc7e4a0d38a31fb2c7269e8b272627b3fd7bf46f0e0d29a5336afabdb8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-aqqy0nss.js` offset 202415918.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-aqqy0nss.js",
      "binary_offset": 202415918,
      "length": 26,
      "sha256": "c0a56997e722184022fe6ab58384de73090ba9a7e5034c08dae678e68f40b520",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-gd42n4hm.js",
      "binary_offset": 199900226,
      "length": 26,
      "sha256": "c0a56997e722184022fe6ab58384de73090ba9a7e5034c08dae678e68f40b520",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-aqqy0nss.js",
     "binary_offset": 202415918,
     "length": 26,
     "sha256": "c0a56997e722184022fe6ab58384de73090ba9a7e5034c08dae678e68f40b520",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkffv23j.js",
     "binary_offset": 208295012,
     "length": 26,
     "sha256": "c0a56997e722184022fe6ab58384de73090ba9a7e5034c08dae678e68f40b520",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199900226,
     "length": 26,
     "sha256": "c0a56997e722184022fe6ab58384de73090ba9a7e5034c08dae678e68f40b520",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199900297,
     "length": 26,
     "sha256": "c0a56997e722184022fe6ab58384de73090ba9a7e5034c08dae678e68f40b520",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918176,
     "length": 33,
     "sha256": "4461cee48d51aa43fb471f1f5a921f772cf7e3541e7721dec29920767814b995",
     "version": "2.1.282",
     "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-m30ajd2b.js",
      "binary_offset": 175279732,
      "length": 28,
      "sha256": "1caa1ae1d7a6325f3884035baa0d2c6ba3b10ec9e2cce60bc29c41e397bc5698",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m30ajd2b.js",
     "binary_offset": 175279732,
     "length": 28,
     "sha256": "1caa1ae1d7a6325f3884035baa0d2c6ba3b10ec9e2cce60bc29c41e397bc5698",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184071992.",
   "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-bkgbm924.js",
     "binary_offset": 173896422,
     "length": 37,
     "sha256": "702ae666ac014c35eee46088ebbb37e417cf6c2d42b17cc78c2433b4f9a3b670",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184071992.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184071992,
     "length": 32,
     "sha256": "5abe0e33cca5ce6b3ea0cd8ba0ae0a3a6e1604ccc9833d0732c3248e681f69d7",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918210,
     "length": 45,
     "sha256": "f3df2c3c526a1b3796ff471858cca93c5ea38785ae6ac430f88bbe777bcbc806",
     "version": "2.1.282",
     "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-rcyb2rab.js",
     "binary_offset": 174620759,
     "length": 40,
     "sha256": "5b70bef76617b25f0616690862b6425e7afae6ba1270c2f5f0c8b3114f7ed120",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918256,
     "length": 36,
     "sha256": "0bd0a7f064b315a31531f5a5ed6ef37a228e00e74c0131d153124649d639453e",
     "version": "2.1.282",
     "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-rcyb2rab.js",
     "binary_offset": 174619009,
     "length": 31,
     "sha256": "1f539dfd08e48b67f399bc77a7291971d0cd3b415181eb7b6f7cb97b3349c39f",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182297992.",
   "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-bkgbm924.js",
     "binary_offset": 173896460,
     "length": 40,
     "sha256": "dbe1b8a703e42a100e1aff9e8d1c9d4ad6230adf2cc3718ebe4cb127d480668d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182297992.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182297992,
     "length": 35,
     "sha256": "ffe6d7cedf390716e078045c0d55ce5f3d27def3da7de9a7b716c3dc2e5f2a42",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182298814.",
   "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-bkgbm924.js",
     "binary_offset": 173896501,
     "length": 56,
     "sha256": "65a5ee1106493b0960f343e44d155b7b1a2fd8942fe156609a6af8a07c86683c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182298814.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182298814,
     "length": 51,
     "sha256": "ddd4b616311363fea1e815371021207f4aba4994c4c0dbbe50d690a982253a94",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182298379.",
   "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-bkgbm924.js",
     "binary_offset": 173896558,
     "length": 47,
     "sha256": "869177f5d0773bff8ee6d8a41da76d6a2016a98b69ccf98c4f1be0d5ea357cef",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182298379.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182298379,
     "length": 42,
     "sha256": "606df25d8dadf3002326e5acd2e7184134c658a9a09ef3fbf168825a43ce52c5",
     "version": "2.1.282",
     "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-j73fv7a9.js` offset 196879005.",
   "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-bkgbm924.js",
     "binary_offset": 173896606,
     "length": 38,
     "sha256": "9e1618e87b11a0069baae9785684a4c4bfd1f569e543b7b2b742856e37aed5d2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j73fv7a9.js` offset 196879005.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j73fv7a9.js",
     "binary_offset": 196879005,
     "length": 33,
     "sha256": "3ecaf12b6e6d9b7f7d7bbd2fbdabdc94a2b89f8fc4955fcde2ac88adfcebd48b",
     "version": "2.1.282",
     "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-aqqy0nss.js` offset 202415839.",
   "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-bkgbm924.js",
     "binary_offset": 173918293,
     "length": 29,
     "sha256": "8b1b4f0ccdf8e0852d7f15d3c047622e5069f488ebd421e9e3fce01ebc18391f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-aqqy0nss.js` offset 202415839.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-aqqy0nss.js",
     "binary_offset": 202415839,
     "length": 24,
     "sha256": "e89ecb6ea7dfccaf09c473cc4d25231a8f109cf3c9295ddf3f2cc326589bec11",
     "version": "2.1.282",
     "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-fbctzhpm.js` offset 200503406.",
   "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-bkgbm924.js",
     "binary_offset": 173918323,
     "length": 36,
     "sha256": "9127ffc3da607eb948d9769fda0523fdcd3f322186b1be756df6ef4093a538c4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fbctzhpm.js` offset 200503406.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200503406,
     "length": 31,
     "sha256": "4aa0a02808114be1da52ae2fb8f29b8792bbc9494bfa78168002094b05325b28",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199865925,
     "length": 31,
     "sha256": "4aa0a02808114be1da52ae2fb8f29b8792bbc9494bfa78168002094b05325b28",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199904346,
     "length": 31,
     "sha256": "4aa0a02808114be1da52ae2fb8f29b8792bbc9494bfa78168002094b05325b28",
     "version": "2.1.282",
     "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-c0bqgt2a.js` offset 180267741.",
   "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-bkgbm924.js",
     "binary_offset": 173918360,
     "length": 28,
     "sha256": "1a57ef41178d344506add4cc4ab03db1f7d3f3b8f3753499c793ae03ed76d844",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-c0bqgt2a.js` offset 180267741.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-c0bqgt2a.js",
     "binary_offset": 180267741,
     "length": 23,
     "sha256": "f52b2d890839d2d859f9177f561f8f8ebebe4910d10bb6ed4611195e034940ba",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182305912.",
   "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-bkgbm924.js",
     "binary_offset": 173896645,
     "length": 31,
     "sha256": "1a749b6ac950f0d614a6f31e6a6b21b3894f5c6abbd1ee5e5d26a228d5c01193",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182305912.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182305912,
     "length": 26,
     "sha256": "924dab7685a6651cff8cef7652d6e3e1455ae0a1cb9327d80e275ed851f813fb",
     "version": "2.1.282",
     "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-5abkkjjj.js` offset 193119080.",
   "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-bkgbm924.js",
     "binary_offset": 173918389,
     "length": 48,
     "sha256": "2572d56dd30e5cf3e54fc7dc4e06f3552f4102e4e258e735fb8a58a06fc18a4d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5abkkjjj.js` offset 193119080.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5abkkjjj.js",
     "binary_offset": 193119080,
     "length": 43,
     "sha256": "d80da8392e43925220ee8e7b7c47c317f5d98b1416506bba042c9237136a10d3",
     "version": "2.1.282",
     "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-688a6cba.js` offset 188510555.",
   "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-bkgbm924.js",
     "binary_offset": 173918438,
     "length": 44,
     "sha256": "d18c5c46682e3a90172beb39bc91550c4dc349262079e0e3977cc3975a2860c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-688a6cba.js` offset 188510555.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-688a6cba.js",
     "binary_offset": 188510555,
     "length": 39,
     "sha256": "4abb04e77a8b25111d58e8d0cf9b55d01d63c2c37bd325bd1159f0e309b2e509",
     "version": "2.1.282",
     "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-15vmrxn8.js` offset 177334564.",
   "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-bkgbm924.js",
     "binary_offset": 173896717,
     "length": 37,
     "sha256": "fdcf9bc07168579f82a64ab466246b6d44aac80994599ba452150701beb2b611",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-15vmrxn8.js` offset 177334564.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-15vmrxn8.js",
     "binary_offset": 177334564,
     "length": 32,
     "sha256": "225ab54c099133cadee2798a9bafb1884053f06212f6ee8ec1f714d66cb3db7d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174477464,
     "length": 32,
     "sha256": "225ab54c099133cadee2798a9bafb1884053f06212f6ee8ec1f714d66cb3db7d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173896797,
     "length": 38,
     "sha256": "1672cd3efa5f120bca72bf6dbd3592b2b137f35af0bb56a84180cfac70e14e58",
     "version": "2.1.282",
     "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-czgc1rqs.js",
     "binary_offset": 189326620,
     "length": 43,
     "sha256": "0bf9df8a5ba2d15ed9878410e755594fa5caad01bda4b563d08056977eaf6974",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ga64084q.js",
     "binary_offset": 187721243,
     "length": 33,
     "sha256": "832dea8447d2eed33439674222ce6b41060d496415523adb884e208bccc7ed9e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h2jpx4xr.js",
     "binary_offset": 179301165,
     "length": 33,
     "sha256": "832dea8447d2eed33439674222ce6b41060d496415523adb884e208bccc7ed9e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918483,
     "length": 41,
     "sha256": "cab3bbf84ed12be39a3f9499b2ee2aa3daa66cfd6d6c194a81c7477b44b7089d",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179741171,
     "length": 36,
     "sha256": "46d08d18c8aec3eaece40eae6564dbfcdf50b35953549e5c8f775064ca97e178",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176811133.",
   "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-bkgbm924.js",
     "binary_offset": 173883236,
     "length": 29,
     "sha256": "9ce7a73bd4b07138955de88567a5caf8308ab37e8831144c94c5aaa8847f4c24",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176811133.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176811133,
     "length": 24,
     "sha256": "2347c88b7b7fca68a28594e598fef098ff0bd077a4f6b6a6dd0cfd116a30b52b",
     "version": "2.1.282",
     "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-ytxfsn4b.js` offset 206124860.",
   "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-bkgbm924.js",
     "binary_offset": 173918525,
     "length": 47,
     "sha256": "fd76ce8e03fb25a2714acbfcfb529fa0c728084d0eec50b1c527ef15a95bb0a2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ytxfsn4b.js` offset 206124860.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ytxfsn4b.js",
     "binary_offset": 206124860,
     "length": 42,
     "sha256": "b4c3c91f0bf022bc5d0a500b3ca08c4cddbfa9b5613bd205bdf6d2629f9b2f82",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182284244.",
   "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-bkgbm924.js",
     "binary_offset": 173897046,
     "length": 34,
     "sha256": "837d111717ead31ed7d8ce5bd6693d7d5f7f5f9abbe03d896cab9bc1f291d72f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182284244.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182284244,
     "length": 29,
     "sha256": "cbf3526cfa9327976126dd27680817562182920237d3faa7953ebb0b1df4c70a",
     "version": "2.1.282",
     "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-ke8dqefp.js` offset 180343313.",
   "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-bkgbm924.js",
     "binary_offset": 173897081,
     "length": 38,
     "sha256": "c26cf064df03c4b5d46d82a03642a3279ebb6ab66f77c7b055b5ba2bc079a8e7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ke8dqefp.js` offset 180343313.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ke8dqefp.js",
     "binary_offset": 180343313,
     "length": 33,
     "sha256": "3c325b899de1da034444ac18e0274c7dcb3710868563b3bf948d822834a24976",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ke8dqefp.js",
     "binary_offset": 180343365,
     "length": 33,
     "sha256": "3c325b899de1da034444ac18e0274c7dcb3710868563b3bf948d822834a24976",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173896836,
     "length": 40,
     "sha256": "3c5899bc9b2cb8e289c3d6eeaa0c65e7431f201ec8eb3d2972bda677f97b32dd",
     "version": "2.1.282",
     "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-s2pfxs9q.js",
     "binary_offset": 180488660,
     "length": 35,
     "sha256": "8d500e833b184ff4fed3e490071ba380459b5436c8c8688abd421fea62c6da7c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173896877,
     "length": 39,
     "sha256": "d01ba4baf938bbdd09c74f79733bbbb5b14b6989db687ffa2a7b7e61bc65e501",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 182255375,
     "length": 34,
     "sha256": "792638646c3ba82c5bcb0a6cf41be5f47e77216c2b983a8208380e8f1437e85b",
     "version": "2.1.282",
     "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-cycj0g4z.js` offset 190238403.",
   "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-bkgbm924.js",
     "binary_offset": 173883266,
     "length": 49,
     "sha256": "68dbaafbeb45a679622c610052bfdcbdb9c762e9da3808adcfeab90fba348ddb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cycj0g4z.js` offset 190238403.",
    "description_source": null,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-cycj0g4z.js",
      "binary_offset": 190238403,
      "length": 44,
      "sha256": "3df5ab6a44bf9cbe0e44a6e0d945e87ee49f0872843d58459adcb332833d3dfa",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-cycj0g4z.js",
      "binary_offset": 190239519,
      "length": 44,
      "sha256": "3df5ab6a44bf9cbe0e44a6e0d945e87ee49f0872843d58459adcb332833d3dfa",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-hj3p6ej4.js",
      "binary_offset": 190138221,
      "length": 44,
      "sha256": "3df5ab6a44bf9cbe0e44a6e0d945e87ee49f0872843d58459adcb332833d3dfa",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cycj0g4z.js",
     "binary_offset": 190238403,
     "length": 44,
     "sha256": "3df5ab6a44bf9cbe0e44a6e0d945e87ee49f0872843d58459adcb332833d3dfa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cycj0g4z.js",
     "binary_offset": 190239519,
     "length": 44,
     "sha256": "3df5ab6a44bf9cbe0e44a6e0d945e87ee49f0872843d58459adcb332833d3dfa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190138221,
     "length": 44,
     "sha256": "3df5ab6a44bf9cbe0e44a6e0d945e87ee49f0872843d58459adcb332833d3dfa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190138749,
     "length": 48,
     "sha256": "f447b8367b647d63aceab2bf7660884fa9481c5b9f21c8db90eba8e67b7a9467",
     "version": "2.1.282",
     "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-n4d3xtp1.js` offset 177270474.",
   "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-bkgbm924.js",
     "binary_offset": 173897120,
     "length": 30,
     "sha256": "7bb8404257475e91ee2ae6f7aea6526e61d76f8d7c5bd3f7fc7bebada8641961",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-n4d3xtp1.js` offset 177270474.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-n4d3xtp1.js",
     "binary_offset": 177270474,
     "length": 25,
     "sha256": "4be21696cfb2dbf0c4536b3e31ba755f5e3b319e7647d018f7f3550000a9ed0e",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181930297.",
   "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-bkgbm924.js",
     "binary_offset": 173897151,
     "length": 29,
     "sha256": "b473dda7c7b8f6605c41500bb254d52aebb71fdc8d44cf5a4a13bf4da39ab3fd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181930297.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181930297,
     "length": 24,
     "sha256": "05978c0d9888ee768534886f2ddf389f0e41e53e7e6c71e61e5c2e34ebc21fa8",
     "version": "2.1.282",
     "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-rtgjjsce.js` offset 197611439.",
   "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-bkgbm924.js",
     "binary_offset": 173918573,
     "length": 31,
     "sha256": "c41e18158f980ae021a7222f84b08100624a76a5f7723369ebcf952f13ff1ab2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rtgjjsce.js` offset 197611439.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197611439,
     "length": 36,
     "sha256": "325e02bb307badf9be03fb8a4178cad212b5082265f08a3b721694a8d5ddc6ec",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179636332,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 208016254,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8g9hs322.js",
     "binary_offset": 193045999,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8g9hs322.js",
     "binary_offset": 193046174,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8g9hs322.js",
     "binary_offset": 193046735,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189435612,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-d22ynrh5.js",
     "binary_offset": 195918328,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197524654,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197597579,
     "length": 26,
     "sha256": "6577ba5e134f16187d3f283c818f20b726a6dea2cb9cce959ec158a499bada0f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173897210,
     "length": 49,
     "sha256": "426dc0266cd9e06b0c1b512a53ffaed346ed5c2c8eeb0d8842f46f833ca09ab0",
     "version": "2.1.282",
     "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-gajx20pg.js",
     "binary_offset": 192660462,
     "length": 44,
     "sha256": "74e013c48fc6a158dc2d66b1de22df7aea84b40ccf1b79ae00cdd4815c36d084",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gajx20pg.js",
     "binary_offset": 192660514,
     "length": 44,
     "sha256": "74e013c48fc6a158dc2d66b1de22df7aea84b40ccf1b79ae00cdd4815c36d084",
     "version": "2.1.282",
     "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-fbctzhpm.js` offset 200815902.",
   "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-bkgbm924.js",
     "binary_offset": 173897306,
     "length": 47,
     "sha256": "bab22fc2aee3a304919c0f04967a8f6afb009cb8d8b104b0a8f5a847837a1fd6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fbctzhpm.js` offset 200815902.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200815902,
     "length": 42,
     "sha256": "27d03ba320200ebe590e2426511fd1cbe89c28686b4d35f4cea23da6e3157af0",
     "version": "2.1.282",
     "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-fbctzhpm.js` offset 200815983.",
   "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-bkgbm924.js",
     "binary_offset": 173897354,
     "length": 47,
     "sha256": "4c3ee16c5f45be5313bafef6de2c9953ea10ecd0c187900e564549e286a6f34a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fbctzhpm.js` offset 200815983.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200815983,
     "length": 42,
     "sha256": "cb3ff7f849d0556d81b6a288c71c2d3692fc6547848f00dc2c11a465e702ca7f",
     "version": "2.1.282",
     "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-mw9espfa.js` offset 177240508.",
   "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-bkgbm924.js",
     "binary_offset": 173897181,
     "length": 28,
     "sha256": "6929ab5160a630f7073dfbae238d366a1c4085a2c0ba9582d2e2760dfea474ba",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mw9espfa.js` offset 177240508.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mw9espfa.js",
     "binary_offset": 177240508,
     "length": 23,
     "sha256": "9f5433380cbce912324e3aa69afbae7629dc6f0bc731f31b5fd99cf86031495c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mw9espfa.js",
     "binary_offset": 177240632,
     "length": 23,
     "sha256": "9f5433380cbce912324e3aa69afbae7629dc6f0bc731f31b5fd99cf86031495c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mw9espfa.js",
     "binary_offset": 177240735,
     "length": 23,
     "sha256": "9f5433380cbce912324e3aa69afbae7629dc6f0bc731f31b5fd99cf86031495c",
     "version": "2.1.282",
     "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-pzrchwpx.js` offset 178877132.",
   "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-bkgbm924.js",
     "binary_offset": 173918605,
     "length": 39,
     "sha256": "a98b40e54c6e56bb56991f384e0172390dff98156012d2b4084aefe20ecc0b37",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-pzrchwpx.js` offset 178877132.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pzrchwpx.js",
     "binary_offset": 178877132,
     "length": 34,
     "sha256": "30722e3d2031db6682f859aa351ac990f2d1fda350e450deb28e7a852313728d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918645,
     "length": 24,
     "sha256": "0bbfdc46b12a08d54103430f169c5ac0bd921adfc7dbb4b09d015c6d99002b8e",
     "version": "2.1.282",
     "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-13z2dj1j.js",
      "binary_offset": 186322977,
      "length": 29,
      "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-mfv918z3.js",
      "binary_offset": 190257635,
      "length": 29,
      "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-nm5efynm.js",
      "binary_offset": 190432663,
      "length": 29,
      "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-nm5efynm.js",
      "binary_offset": 190434919,
      "length": 29,
      "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-v0pn6eja.js",
      "binary_offset": 175969079,
      "length": 29,
      "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-13z2dj1j.js",
     "binary_offset": 186322005,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-13z2dj1j.js",
     "binary_offset": 186322977,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78zg616t.js",
     "binary_offset": 193405961,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78zg616t.js",
     "binary_offset": 193419289,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78zg616t.js",
     "binary_offset": 193440267,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78zg616t.js",
     "binary_offset": 193452423,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173872270,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185243055,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j6wm1bba.js",
     "binary_offset": 206040333,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mfv918z3.js",
     "binary_offset": 190257635,
     "length": 29,
     "sha256": "8c4b69f4c60beedb98380f06fd376a1dc0bcca247b550da8d26c09a2d7565502",
     "version": "2.1.282",
     "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-qehhcpvf.js` offset 177662213.",
   "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-bkgbm924.js",
     "binary_offset": 173918670,
     "length": 44,
     "sha256": "391871170eadf3139d80de2f77e2fb3c04b05b8a07edadd8d66f03e0d9cb0dda",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qehhcpvf.js` offset 177662213.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177662213,
     "length": 49,
     "sha256": "4ad6dc1e986f7efd5bd0ac67122f715b4fc15971266a0608de8ab234b2c25fcd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177654491,
     "length": 39,
     "sha256": "846ee5f2d645705e8646742a4ddbc934a3666b4a945deba02cdd35c034e42ae7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177658951,
     "length": 39,
     "sha256": "846ee5f2d645705e8646742a4ddbc934a3666b4a945deba02cdd35c034e42ae7",
     "version": "2.1.282",
     "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-qehhcpvf.js` offset 177581261.",
   "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-bkgbm924.js",
     "binary_offset": 173918715,
     "length": 38,
     "sha256": "866f82fdc8d12536b6aba6adfe21cf4507e844dd4a06179338fbda8f26352c08",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qehhcpvf.js` offset 177581261.",
    "description_source": null,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-qehhcpvf.js",
      "binary_offset": 177638424,
      "length": 33,
      "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 181607840,
      "length": 33,
      "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 181612696,
      "length": 33,
      "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177581261,
     "length": 33,
     "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177638424,
     "length": 33,
     "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177654311,
     "length": 33,
     "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177658869,
     "length": 33,
     "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181607840,
     "length": 33,
     "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181612696,
     "length": 33,
     "sha256": "3ca2d6e841245599daa96126a62f62bbd40084c75db6445ddb9c342790bba4c2",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181543898.",
   "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-bkgbm924.js",
     "binary_offset": 173918754,
     "length": 41,
     "sha256": "53d0324f446573b7e5eb74411ea9df97c918449ff5ab955bca73b017e70a9a44",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181543898.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181543898,
     "length": 46,
     "sha256": "d01657be605890956652122a47e9997eac5fa1d0c5123e7639b21136eb04a585",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181607742,
     "length": 46,
     "sha256": "d01657be605890956652122a47e9997eac5fa1d0c5123e7639b21136eb04a585",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184121563,
     "length": 46,
     "sha256": "d01657be605890956652122a47e9997eac5fa1d0c5123e7639b21136eb04a585",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176644793.",
   "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-bkgbm924.js",
     "binary_offset": 173918796,
     "length": 41,
     "sha256": "392e224a99eec3125f7f31e60089bb9ab02df1a9c700869e6fcc8b7bcb914dfa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176644793.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176644793,
      "length": 36,
      "sha256": "7bd8665525c0e338aeec30464c59b56ef754db10f110bc9d3c2577cb4537da23",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176644793,
     "length": 36,
     "sha256": "7bd8665525c0e338aeec30464c59b56ef754db10f110bc9d3c2577cb4537da23",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176645977,
     "length": 36,
     "sha256": "7bd8665525c0e338aeec30464c59b56ef754db10f110bc9d3c2577cb4537da23",
     "version": "2.1.282",
     "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-hj3p6ej4.js` offset 190137531.",
   "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-bkgbm924.js",
     "binary_offset": 173885629,
     "length": 19,
     "sha256": "f0cce749934fa96488286a01953d628faa01a69e10d3b82c3f7b055693c7642c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hj3p6ej4.js` offset 190137531.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190137531,
     "length": 14,
     "sha256": "96be69e5e58daa6dd56d655730406bc48c81424fb3df35f624aa33d6464971b9",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173897402,
     "length": 27,
     "sha256": "ffb3fa729e80ddc4eff623598b45ac374233839ce4d33718930850ec81ea483e",
     "version": "2.1.282",
     "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-tgmfehrp.js",
     "binary_offset": 188944022,
     "length": 22,
     "sha256": "d04f1eb4921deb936115e32bbad7e949b4575ccfeb9f8e8e2705f006a4f44607",
     "version": "2.1.282",
     "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": 2,
    "read_paths": [
     "process.env"
    ],
    "schema_type": "triBool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173927315,
     "length": 34,
     "sha256": "416eb305218d012d2edca52cca769a2c13aebba8aaac50a81c24094dac5b43bb",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179777750,
     "length": 39,
     "sha256": "fb062a20fcf130530b2d86b021c54b96006843a5c03c11475db9d8519e65a106",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179777806,
     "length": 39,
     "sha256": "fb062a20fcf130530b2d86b021c54b96006843a5c03c11475db9d8519e65a106",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173927393,
     "length": 36,
     "sha256": "dbac084d49f923d2bcc2afa3991fa69c9b26d48994b6d9ce13db1dd4e6a6578e",
     "version": "2.1.282",
     "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-4pwy8jq4.js",
     "binary_offset": 187840295,
     "length": 31,
     "sha256": "806c8256eb48186c7a83b88350218ec89509d421a3882146f093112d73b06a2f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182995382,
     "length": 31,
     "sha256": "806c8256eb48186c7a83b88350218ec89509d421a3882146f093112d73b06a2f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918838,
     "length": 22,
     "sha256": "5852633b7532a8ecab6694203f901800c628adee778001a6358a20f96ed385a0",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181462304,
     "length": 17,
     "sha256": "2b00ca24bf5ed8b6b72679b64cc616517e733e85e238a72b6a9a15839e15befd",
     "version": "2.1.282",
     "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-fbctzhpm.js` offset 201327771.",
   "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-bkgbm924.js",
     "binary_offset": 173918861,
     "length": 34,
     "sha256": "1d75a6ddd39b2b712d3c192d99d5c687d71f14705a5a22d3dccda5fef61b8538",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fbctzhpm.js` offset 201327771.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201327771,
     "length": 39,
     "sha256": "7b164eac5e6b844d8a5af1dc3d844ec83993fad5cc66e7c9298d1453e88d6a64",
     "version": "2.1.282",
     "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-fkphyqy2.js` offset 196602736.",
   "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-bkgbm924.js",
     "binary_offset": 173897430,
     "length": 34,
     "sha256": "63270b2585aca0be21fd380e4264d072bfe43dc781d5e98ee5b1ed1eb837f567",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fkphyqy2.js` offset 196602736.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fkphyqy2.js",
     "binary_offset": 196602736,
     "length": 29,
     "sha256": "1f18d8e8a47c826d8cb4113afe99ee015a8d7154f586ea5646c962d4c4eb9fd5",
     "version": "2.1.282",
     "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-fcpqbbc3.js` offset 202737634.",
   "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-bkgbm924.js",
     "binary_offset": 173918896,
     "length": 42,
     "sha256": "0df1233c695ed17f331da2a947350e5d15027542048f0b8b3d687c73efb1e3a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fcpqbbc3.js` offset 202737634.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fcpqbbc3.js",
     "binary_offset": 202737634,
     "length": 47,
     "sha256": "9739119ee035aa023fdc903aa64a19ca5f3132dfb665529150476607f4661774",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176632967.",
   "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-bkgbm924.js",
     "binary_offset": 173918939,
     "length": 35,
     "sha256": "4de0e002045bc86d347da405aaf822f7fdc1236445dbd6d7b278b8028451cfff",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176632967.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176632967,
     "length": 30,
     "sha256": "12927d553702328236bb9e0bbd23a3c9aa6273e3286ce864d6a5fecfb9e58cf9",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918975,
     "length": 21,
     "sha256": "ab58e0bce9e7850f6bdc9e6f526869b403e2b276f5e8829702f2aa216c28a7e7",
     "version": "2.1.282",
     "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-ydeh6z2g.js",
      "binary_offset": 189780803,
      "length": 16,
      "sha256": "47a9750d9ffa1107fb60da7602ff1bc9846f5081765ac6db36f06df25b60328e",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ehtt630t.js",
     "binary_offset": 173713802,
     "length": 26,
     "sha256": "153cf60ae17d452cc7c2130e5bf91ac553b1db21bf39567d45a660dab9a9214e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ehtt630t.js",
     "binary_offset": 173713895,
     "length": 26,
     "sha256": "153cf60ae17d452cc7c2130e5bf91ac553b1db21bf39567d45a660dab9a9214e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201758765,
     "length": 26,
     "sha256": "153cf60ae17d452cc7c2130e5bf91ac553b1db21bf39567d45a660dab9a9214e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201769638,
     "length": 26,
     "sha256": "153cf60ae17d452cc7c2130e5bf91ac553b1db21bf39567d45a660dab9a9214e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177724181,
     "length": 26,
     "sha256": "153cf60ae17d452cc7c2130e5bf91ac553b1db21bf39567d45a660dab9a9214e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176580859,
     "length": 16,
     "sha256": "47a9750d9ffa1107fb60da7602ff1bc9846f5081765ac6db36f06df25b60328e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176583851,
     "length": 16,
     "sha256": "47a9750d9ffa1107fb60da7602ff1bc9846f5081765ac6db36f06df25b60328e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176583871,
     "length": 16,
     "sha256": "47a9750d9ffa1107fb60da7602ff1bc9846f5081765ac6db36f06df25b60328e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9mgm1204.js",
     "binary_offset": 190741359,
     "length": 16,
     "sha256": "47a9750d9ffa1107fb60da7602ff1bc9846f5081765ac6db36f06df25b60328e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201924726,
     "length": 16,
     "sha256": "47a9750d9ffa1107fb60da7602ff1bc9846f5081765ac6db36f06df25b60328e",
     "version": "2.1.282",
     "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-xhkeyvpy.js` offset 173804178.",
   "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-bkgbm924.js",
     "binary_offset": 173883316,
     "length": 34,
     "sha256": "8cdf1ce65ecec4d62b0a66be551bc5af5ec22fe733b13312dc9d0187989b953b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xhkeyvpy.js` offset 173804178.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xhkeyvpy.js",
     "binary_offset": 173804178,
     "length": 39,
     "sha256": "25070d021b5cf42b610a1d0af8f1581a66934197ac9db1c830a037298b670117",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cr7pb212.js",
     "binary_offset": 195315478,
     "length": 29,
     "sha256": "4033d1876f2fa8367b4d02aea137626d9a13646ace8bb5cd31a6e8573069af4a",
     "version": "2.1.282",
     "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-xhkeyvpy.js` offset 173804264.",
   "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-bkgbm924.js",
     "binary_offset": 173883351,
     "length": 35,
     "sha256": "782aba678603de0ca8b7d3fb2cb06895e7ae359ee606d8139db00d3f5eafbfa1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xhkeyvpy.js` offset 173804264.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xhkeyvpy.js",
     "binary_offset": 173804264,
     "length": 40,
     "sha256": "92a2b48d741ef6aec210eb4fe024c965aa38444526547855bc3b671680120763",
     "version": "2.1.282",
     "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-xhkeyvpy.js` offset 173804351.",
   "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-bkgbm924.js",
     "binary_offset": 173883387,
     "length": 38,
     "sha256": "1c8dedb06b0f7e89762c37d982d2c564e35c06a34fd9283e62097008b51e71f1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xhkeyvpy.js` offset 173804351.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xhkeyvpy.js",
     "binary_offset": 173804351,
     "length": 43,
     "sha256": "dd40e55a03cadea89e99b105837b32927eac41bf18380765b380ace0fe928185",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176644965.",
   "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-bkgbm924.js",
     "binary_offset": 173918997,
     "length": 27,
     "sha256": "1f302ae8dcf71f82b277ca77e7bf4bd7bd12cab3c1053e4a6a20247518393f6c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176644965.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "raw_truthiness_sites": 8,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176644965,
      "length": 32,
      "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-5ezz9t8y.js",
      "binary_offset": 179423166,
      "length": 22,
      "sha256": "9872378bc3501a73f75a68fcda2800a13ceb97d00dd89396f2b2904fa45f834b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-5ezz9t8y.js",
      "binary_offset": 179423420,
      "length": 22,
      "sha256": "9872378bc3501a73f75a68fcda2800a13ceb97d00dd89396f2b2904fa45f834b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-5ezz9t8y.js",
      "binary_offset": 179428687,
      "length": 22,
      "sha256": "9872378bc3501a73f75a68fcda2800a13ceb97d00dd89396f2b2904fa45f834b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-5ezz9t8y.js",
      "binary_offset": 179436134,
      "length": 22,
      "sha256": "9872378bc3501a73f75a68fcda2800a13ceb97d00dd89396f2b2904fa45f834b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176644965,
     "length": 32,
     "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177522012,
     "length": 32,
     "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177531864,
     "length": 32,
     "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177540312,
     "length": 32,
     "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177633055,
     "length": 32,
     "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qehhcpvf.js",
     "binary_offset": 177658335,
     "length": 32,
     "sha256": "69001abe3f8c4a3eaaa810ba98433c7a76f351f8ee1bc9d805755e2a2bf6f823",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179423166,
     "length": 22,
     "sha256": "9872378bc3501a73f75a68fcda2800a13ceb97d00dd89396f2b2904fa45f834b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179423420,
     "length": 22,
     "sha256": "9872378bc3501a73f75a68fcda2800a13ceb97d00dd89396f2b2904fa45f834b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179426367,
     "length": 22,
     "sha256": "9872378bc3501a73f75a68fcda2800a13ceb97d00dd89396f2b2904fa45f834b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179428687,
     "length": 22,
     "sha256": "9872378bc3501a73f75a68fcda2800a13ceb97d00dd89396f2b2904fa45f834b",
     "version": "2.1.282",
     "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-hx42srvp.js` offset 204480850.",
   "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-bkgbm924.js",
     "binary_offset": 173919025,
     "length": 26,
     "sha256": "267f175cb38d72c600933521549f34a861896ca4c929c74a7879ccafe4f0a68f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-hx42srvp.js` offset 204480850.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-wtrbfnsd.js",
      "binary_offset": 195343782,
      "length": 21,
      "sha256": "fac36c80c579dcd1ab3c0b0a9799280392da6bd8b84d00260796ab36ff21fdc6",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-hx42srvp.js",
     "binary_offset": 204480850,
     "length": 21,
     "sha256": "fac36c80c579dcd1ab3c0b0a9799280392da6bd8b84d00260796ab36ff21fdc6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wtrbfnsd.js",
     "binary_offset": 195343782,
     "length": 21,
     "sha256": "fac36c80c579dcd1ab3c0b0a9799280392da6bd8b84d00260796ab36ff21fdc6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wtrbfnsd.js",
     "binary_offset": 195344253,
     "length": 21,
     "sha256": "fac36c80c579dcd1ab3c0b0a9799280392da6bd8b84d00260796ab36ff21fdc6",
     "version": "2.1.282",
     "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-j98pk437.js` offset 191024217.",
   "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-bkgbm924.js",
     "binary_offset": 173919052,
     "length": 30,
     "sha256": "744361454e49c38420d67945e0f2b562535872d9d601936302348cb5f2b47e37",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j98pk437.js` offset 191024217.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j98pk437.js",
     "binary_offset": 191024217,
     "length": 35,
     "sha256": "104db1003f65d31cad877079c2dddfedc5447b8d4aa56244c031762011e8e3cc",
     "version": "2.1.282",
     "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-j98pk437.js` offset 191020750.",
   "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-bkgbm924.js",
     "binary_offset": 173919083,
     "length": 27,
     "sha256": "b91c98f7851598bb9df44d3bd22eeb7c4603bc171404a48c7bc4330da108cd3b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j98pk437.js` offset 191020750.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j98pk437.js",
     "binary_offset": 191020750,
     "length": 32,
     "sha256": "da907461b67c6f0adfa611addf0bab956a2bd7009fac55d0a3acb3d6487abbed",
     "version": "2.1.282",
     "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-j98pk437.js` offset 191024448.",
   "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-bkgbm924.js",
     "binary_offset": 173919111,
     "length": 33,
     "sha256": "3dd41005d0b8b3ef30be313ce7f24aebb4fdf0ba5f6c6b28e5a0bf0070421a95",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j98pk437.js` offset 191024448.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j98pk437.js",
     "binary_offset": 191024448,
     "length": 38,
     "sha256": "58aef34614562231522d0029f51d046295777d268be9a9d7780a849c81b061d5",
     "version": "2.1.282",
     "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-j98pk437.js` offset 191021317.",
   "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-bkgbm924.js",
     "binary_offset": 173885649,
     "length": 24,
     "sha256": "80bf9a1b998c96578dfbcc0b43000a4a1f8de327201bf4964f46eacbe94c58e5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j98pk437.js` offset 191021317.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j98pk437.js",
     "binary_offset": 191021317,
     "length": 29,
     "sha256": "7b0a5f6fbfead6f3ede574d8c1b1aaa712637c396c060d87648fbaaecafb7528",
     "version": "2.1.282",
     "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-appb597y.js` offset 189504795.",
   "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-bkgbm924.js",
     "binary_offset": 173919145,
     "length": 39,
     "sha256": "c5960589cdae7c649ada5ee9676687a06a7eca09f88feeacc8de037b570329ef",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-appb597y.js` offset 189504795.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189504795,
     "length": 34,
     "sha256": "77664f78d4fabe188e19922fedf2bbe2a2b77ab148deb80c1051d4352d22492b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919185,
     "length": 48,
     "sha256": "e98ad9997f3a7606738d22457a1bb8579ad028e8d33cfd61d41035adfc2eef43",
     "version": "2.1.282",
     "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-3w93y61p.js",
     "binary_offset": 180794243,
     "length": 53,
     "sha256": "2067b8e546e1676df8e8f504b820605cbce7badc8af616c71639f1a00a74b1ca",
     "version": "2.1.282",
     "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-gq4x0s67.js` offset 192728323.",
   "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-bkgbm924.js",
     "binary_offset": 173919234,
     "length": 34,
     "sha256": "605a729638177c1578ab59d58fd3d318f63b36eaf9f6823f1fd92a4b72f04cfe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gq4x0s67.js` offset 192728323.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gq4x0s67.js",
     "binary_offset": 192728323,
     "length": 29,
     "sha256": "679ff90d0c3be76909f5468c44db37371cf4e2b112cff1f7fb16118c038bf58e",
     "version": "2.1.282",
     "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-gq4x0s67.js` offset 192728031.",
   "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-bkgbm924.js",
     "binary_offset": 173919269,
     "length": 36,
     "sha256": "3466c276c4023d4c59a25f78ea6300f1373a1ab36b5b255649a172d761902a11",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gq4x0s67.js` offset 192728031.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gq4x0s67.js",
     "binary_offset": 192728031,
     "length": 31,
     "sha256": "f5aa6e96dcd300264a63c07181ada4c5f7e80badbfb22fa27db9c8c11b2f5fbc",
     "version": "2.1.282",
     "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-j73fv7a9.js` offset 196900848.",
   "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-bkgbm924.js",
     "binary_offset": 173919306,
     "length": 32,
     "sha256": "61c82c68a9cbd749d628e93637516ddf200afe2475bdf2eda859543878283fd3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j73fv7a9.js` offset 196900848.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j73fv7a9.js",
     "binary_offset": 196900848,
     "length": 37,
     "sha256": "4d11426e1c3c800a81933853a1236933f5a0dacfb87c75ca10605bf5d14a0a12",
     "version": "2.1.282",
     "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-w2qtrgj6.js",
     "binary_offset": 177060766,
     "length": 32,
     "sha256": "bed6faf5220ee7b8900ba79899d3d0aeeac1a6791cab5096f73ecbbb7fa45c45",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185339291.",
   "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-bkgbm924.js",
     "binary_offset": 173897465,
     "length": 53,
     "sha256": "90ffcbcc6919235e41d532e33fa036b6e874f7956a186219fd60b86ad3fd0825",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-brqj61g3.js` offset 185339291.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185339291,
     "length": 48,
     "sha256": "ea910ff41102a931c12492abb605487c0b1c7d780a8f63d575ccf5a3bd563f51",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919339,
     "length": 32,
     "sha256": "3be0c2d389dbbf71a4c36927601b2ef98602c235cb730144709fba06043abcca",
     "version": "2.1.282",
     "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-dkpg3yz5.js",
     "binary_offset": 185193286,
     "length": 27,
     "sha256": "9d2ceecac2fc060eb2e921707cfa1785486b54c43fe168b76f043f8f4cb2233b",
     "version": "2.1.282",
     "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-w2qtrgj6.js",
     "binary_offset": 177060609,
     "length": 30,
     "sha256": "b7ce016ccb3866f5148c9928355502fb93922bb9b7fb0241830f9c75d21e6f58",
     "version": "2.1.282",
     "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-f5fzjk49.js",
     "binary_offset": 185135176,
     "length": 41,
     "sha256": "21df957f29b2fb1e45631caa020f045c739e4793df66ca8ef339c1ad4006ffb4",
     "version": "2.1.282",
     "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-cqwprb6w.js` offset 204765340.",
   "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-bkgbm924.js",
     "binary_offset": 173919372,
     "length": 38,
     "sha256": "22f17ea9861b888c7a5be22f7f3ac0374cd745de817ec7cdd8d58b89b4aa0dc3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cqwprb6w.js` offset 204765340.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cqwprb6w.js",
     "binary_offset": 204765340,
     "length": 43,
     "sha256": "d7b491423cfed5276ed998d19d9d35b6979c49a33531bb6d5b566adc52f62dcd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v0pn6eja.js",
     "binary_offset": 175968879,
     "length": 43,
     "sha256": "d7b491423cfed5276ed998d19d9d35b6979c49a33531bb6d5b566adc52f62dcd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v0pn6eja.js",
     "binary_offset": 175969018,
     "length": 43,
     "sha256": "d7b491423cfed5276ed998d19d9d35b6979c49a33531bb6d5b566adc52f62dcd",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173883426,
     "length": 40,
     "sha256": "b29d695580ffa37de56f06efa8fb252d3fa111c3bfce6b7de65fb5a9565dc648",
     "version": "2.1.282",
     "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-6jyjgx35.js",
     "binary_offset": 175933643,
     "length": 45,
     "sha256": "5fa5ddd77f5b9e2f185602b7791ee52fc5ebebddbcd12ce0ae1c3386f4fa5133",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175933959,
     "length": 45,
     "sha256": "5fa5ddd77f5b9e2f185602b7791ee52fc5ebebddbcd12ce0ae1c3386f4fa5133",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a964g0vn.js",
     "binary_offset": 208118962,
     "length": 35,
     "sha256": "e1b93133c3283f049d5e4d72dea24686c128f35cf96f5d6248526a8c4853729b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cycj0g4z.js",
     "binary_offset": 190238281,
     "length": 35,
     "sha256": "e1b93133c3283f049d5e4d72dea24686c128f35cf96f5d6248526a8c4853729b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190138799,
     "length": 35,
     "sha256": "e1b93133c3283f049d5e4d72dea24686c128f35cf96f5d6248526a8c4853729b",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182986971.",
   "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-bkgbm924.js",
     "binary_offset": 173927464,
     "length": 32,
     "sha256": "45a9e03edbbd3763cca134a01399943b0fbf4de1edd52af957c0ec78dd106dff",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182986971.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182986971,
     "length": 37,
     "sha256": "cc4e40d349a343420544021d51c10fd88cc49cc39e1ba7fbd5a5f69e4a6f199c",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179321930.",
   "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-bkgbm924.js",
     "binary_offset": 173919524,
     "length": 29,
     "sha256": "95f37dfed32836cdd84ffbb9204c1502f431c3b30e9f95d7ed588d8dcd9034f0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179321930.",
    "description_source": null,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-n1vbqtry.js",
      "binary_offset": 207660825,
      "length": 24,
      "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-n1vbqtry.js",
      "binary_offset": 207661322,
      "length": 24,
      "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-n1vbqtry.js",
      "binary_offset": 207662054,
      "length": 24,
      "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179321930,
     "length": 24,
     "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n1vbqtry.js",
     "binary_offset": 207660825,
     "length": 24,
     "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n1vbqtry.js",
     "binary_offset": 207661322,
     "length": 24,
     "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n1vbqtry.js",
     "binary_offset": 207662054,
     "length": 24,
     "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ryz9c4gx.js",
     "binary_offset": 203490019,
     "length": 24,
     "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ryz9c4gx.js",
     "binary_offset": 203490677,
     "length": 24,
     "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-z9qc71xa.js",
     "binary_offset": 177114187,
     "length": 24,
     "sha256": "37979d75d1155e9209fc3f8159477956fc29c8f3371853eb75d16dc5be7e5d30",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173927497,
     "length": 42,
     "sha256": "85f9405bdb3e0e3d4173c7581cd2066528afe227e3819fab730af0b771edd845",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179773194,
     "length": 37,
     "sha256": "74df571c46955d88d3fe3184b33aa094007ef0d5a682fe593fe72aed80d4b418",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173927540,
     "length": 36,
     "sha256": "f8a25c0a053fced48f533f27c59ad4213daabe9fc6e43ea9548ae3e7f96ca8de",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179772706,
     "length": 41,
     "sha256": "590260fd1263016653448a52ebef5aa0162011ad195ef7e124c53b2acdd34bc2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179772905,
     "length": 41,
     "sha256": "590260fd1263016653448a52ebef5aa0162011ad195ef7e124c53b2acdd34bc2",
     "version": "2.1.282",
     "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-6k4pzp76.js` offset 178558225.",
   "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-bkgbm924.js",
     "binary_offset": 173919554,
     "length": 20,
     "sha256": "1e474aef20150325f85675c2a43dfbb7631dbaa50d89e321958b727933fb94c2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6k4pzp76.js` offset 178558225.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 181753227,
      "length": 15,
      "sha256": "dd4f50584269aeb7e038646bb6fc60640983e14d8ce0cc28541d062a622057cb",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178558225,
     "length": 25,
     "sha256": "3b749fcd7f97381f13ae15b3f9aaeeaf8834f9c0658c868f195c98fe1040739e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181753227,
     "length": 15,
     "sha256": "dd4f50584269aeb7e038646bb6fc60640983e14d8ce0cc28541d062a622057cb",
     "version": "2.1.282",
     "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-9b202kne.js` offset 178975786.",
   "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-bkgbm924.js",
     "binary_offset": 173883467,
     "length": 34,
     "sha256": "08d179d7a36c060b053b03aa4d743cb2e0c3c457c21c43cd54f71c6e98ce4c4a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-9b202kne.js` offset 178975786.",
    "description_source": null,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-9b202kne.js",
      "binary_offset": 178975127,
      "length": 29,
      "sha256": "66444c1c43273ca3c5d41bab22e118ac08896082dcc27925dc2b2ff162f13c0d",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-9b202kne.js",
      "binary_offset": 178978170,
      "length": 39,
      "sha256": "e362b7c460e70a29af4b3a8cc1be8bc02566fde688f84d862933cbc63d8a9488",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-y5dydfxm.js",
      "binary_offset": 196084060,
      "length": 29,
      "sha256": "66444c1c43273ca3c5d41bab22e118ac08896082dcc27925dc2b2ff162f13c0d",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-9b202kne.js",
     "binary_offset": 178975786,
     "length": 39,
     "sha256": "e362b7c460e70a29af4b3a8cc1be8bc02566fde688f84d862933cbc63d8a9488",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9b202kne.js",
     "binary_offset": 178978170,
     "length": 39,
     "sha256": "e362b7c460e70a29af4b3a8cc1be8bc02566fde688f84d862933cbc63d8a9488",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9b202kne.js",
     "binary_offset": 178975127,
     "length": 29,
     "sha256": "66444c1c43273ca3c5d41bab22e118ac08896082dcc27925dc2b2ff162f13c0d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-y5dydfxm.js",
     "binary_offset": 196084060,
     "length": 29,
     "sha256": "66444c1c43273ca3c5d41bab22e118ac08896082dcc27925dc2b2ff162f13c0d",
     "version": "2.1.282",
     "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-f9z8ad4t.js` offset 192612206.",
   "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-bkgbm924.js",
     "binary_offset": 173897519,
     "length": 32,
     "sha256": "7df2eabd70225289262496325dc9cd96f0c3c9eb1acd694bf9d8c86a2b8e2a25",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-f9z8ad4t.js` offset 192612206.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-f9z8ad4t.js",
     "binary_offset": 192612206,
     "length": 27,
     "sha256": "b910c4191bf5ee60bb3d19d59916fa21bf7d90c7ea86a1b2c89ec3ddbeb74764",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909153,
     "length": 17,
     "sha256": "56a31658cb41cc9aee93afadd50d9033f01918366efa48ecd270a402cc6d00f3",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179479414,
     "length": 12,
     "sha256": "a9cd3cb6f73a250fc5ec1721f562a40bfacb46b731f710f0b9a733b9bf63ff25",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189523844,
     "length": 12,
     "sha256": "a9cd3cb6f73a250fc5ec1721f562a40bfacb46b731f710f0b9a733b9bf63ff25",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-d9dpmkhv.js",
     "binary_offset": 176156482,
     "length": 12,
     "sha256": "a9cd3cb6f73a250fc5ec1721f562a40bfacb46b731f710f0b9a733b9bf63ff25",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rqp1pwc5.js",
     "binary_offset": 173938536,
     "length": 12,
     "sha256": "a9cd3cb6f73a250fc5ec1721f562a40bfacb46b731f710f0b9a733b9bf63ff25",
     "version": "2.1.282",
     "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-dvf5gp1q.js` offset 180274168.",
   "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-dvf5gp1q.js` offset 180274168.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-dvf5gp1q.js",
      "binary_offset": 180274168,
      "length": 36,
      "sha256": "08bacc2c3a6319ab9a37856281cce6c168737417512e6a546a9d9e263c126699",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-dvf5gp1q.js",
     "binary_offset": 180274168,
     "length": 36,
     "sha256": "08bacc2c3a6319ab9a37856281cce6c168737417512e6a546a9d9e263c126699",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dvf5gp1q.js",
     "binary_offset": 180274221,
     "length": 36,
     "sha256": "08bacc2c3a6319ab9a37856281cce6c168737417512e6a546a9d9e263c126699",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176580127.",
   "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-bkgbm924.js",
     "binary_offset": 173903433,
     "length": 36,
     "sha256": "396a7e04e59d2fdf8967e8b9f91a6918befe977e2442cf13704b3d48bdabd2b8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176580127.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176580127,
     "length": 31,
     "sha256": "9f0f77c0a8bf7aac62d7dfc6d01f2f02f9264f73f5d214bb72b9abad34d1dcc6",
     "version": "2.1.282",
     "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-j6wm1bba.js` offset 205984485.",
   "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-bkgbm924.js",
     "binary_offset": 173885687,
     "length": 29,
     "sha256": "3b85e4939845f4fa41cd9534f3d4503010bdd0b58ad301fa452dbacdc1af6c53",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j6wm1bba.js` offset 205984485.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j6wm1bba.js",
     "binary_offset": 205984485,
     "length": 29,
     "sha256": "4cf7cef82059d8acf75596283174024da092ac994788b5e57b928193846984b6",
     "version": "2.1.282",
     "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-fexek9zd.js` offset 173749792.",
   "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-bkgbm924.js",
     "binary_offset": 173885717,
     "length": 16,
     "sha256": "bec8abdf97971a931e5e5fcbd7422498a54b243e81f1465fa56b4bbdabd7de4b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fexek9zd.js` offset 173749792.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fexek9zd.js",
     "binary_offset": 173749792,
     "length": 15,
     "sha256": "4c7983f1c7bb69bfa9a26ed81e6d73a293469d257e3c1cc4c89e63fb843f3c42",
     "version": "2.1.282",
     "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-gd42n4hm.js` offset 199873494.",
   "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-bkgbm924.js",
     "binary_offset": 173903604,
     "length": 19,
     "sha256": "1b3a283b09bba18f0812699e7008e6b78fba418b7765bcd73fb4565d7cc95df0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gd42n4hm.js` offset 199873494.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-sb18s3tx.js",
      "binary_offset": 190636033,
      "length": 14,
      "sha256": "aa2ade842757b7a4c18a010c23a7aa99fb0f992ac02703068a6bfa143e659a16",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199873494,
     "length": 14,
     "sha256": "aa2ade842757b7a4c18a010c23a7aa99fb0f992ac02703068a6bfa143e659a16",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sb18s3tx.js",
     "binary_offset": 190635517,
     "length": 14,
     "sha256": "aa2ade842757b7a4c18a010c23a7aa99fb0f992ac02703068a6bfa143e659a16",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sb18s3tx.js",
     "binary_offset": 190636033,
     "length": 14,
     "sha256": "aa2ade842757b7a4c18a010c23a7aa99fb0f992ac02703068a6bfa143e659a16",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173897579,
     "length": 27,
     "sha256": "05f58c7393751cea7df61d744d043663781be88e4cc81eb0199dd0df80ad87bf",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181929620,
     "length": 22,
     "sha256": "958ef69ab81d94f6d5aae2b6bc2f2e96c64dd83fd1d99eb797a36bb20b345401",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173897552,
     "length": 26,
     "sha256": "b707b75b49cbb813940ffd138af96bf3d6146d1789f48c222a285f8c5ee74ee0",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176701811,
     "length": 31,
     "sha256": "5ab2aa30405754b068fa319ba3badeb35f5808d483f9bf91b247dc4b93329258",
     "version": "2.1.282",
     "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-x7xwfw1m.js` offset 189071588.",
   "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-bkgbm924.js",
     "binary_offset": 173897607,
     "length": 35,
     "sha256": "9e54fd06be3a187e543b8442ea059c3b2ecef7d19212aa4053841da2cf5ae117",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x7xwfw1m.js` offset 189071588.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x7xwfw1m.js",
     "binary_offset": 189071588,
     "length": 30,
     "sha256": "f348af560aee05da70e2e4db283c8123b654468a06237dca53dda81e3c23130d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173897643,
     "length": 26,
     "sha256": "919d4208a2c4a4ac477f184968dc24b0b6055285273fbbbad95c50e2731f7560",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179743738,
     "length": 21,
     "sha256": "f52f99379cf8ca859ef24b455778601c1ef5148d523cf863b2f73a9e809fe697",
     "version": "2.1.282",
     "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-3jbsfg5n.js",
     "binary_offset": 210597972,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3jbsfg5n.js",
     "binary_offset": 210600762,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176511761,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176512903,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-60k1w3rk.js",
     "binary_offset": 187041992,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-60k1w3rk.js",
     "binary_offset": 187042149,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-a8m99xf2.js",
     "binary_offset": 199590370,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201109137,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181929590,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181974598,
     "length": 27,
     "sha256": "6c34486ba7208cd811312c499db67e8fcb2e3178cbfe8cc6628f3413f84f5ba4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173897670,
     "length": 28,
     "sha256": "699f2e03dba05c741b47dba3b04203eb9a4a55b9601fa07f70c739276d40942d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to disable cost warning messages",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179716899,
     "length": 23,
     "sha256": "8ac37cb39eac5f28f8a9b1e26b8bc042d76cb48dd36a9917ddd128af05cbee94",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173897699,
     "length": 29,
     "sha256": "89a04cb4fa4c82da63f7d197a340706bc34ca20fa52c0a33d4c4e28cb952a7ec",
     "version": "2.1.282",
     "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-h6kcgy06.js",
     "binary_offset": 188707080,
     "length": 24,
     "sha256": "ee7207c38a5c4dd78a393a6211bc41984545ec1086c7ec57e78080d01ea59d91",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173897729,
     "length": 30,
     "sha256": "81986caad5eb919836dce234b1f4fc0312e8051cbb971eed088f1a76c06b846b",
     "version": "2.1.282",
     "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-d2s7v24q.js",
      "binary_offset": 180240489,
      "length": 35,
      "sha256": "1aa9728e9e6c87a1194e8640de7db9ae675dd1b7395d50ebfb90c5a495649fc0",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185330791,
     "length": 35,
     "sha256": "1aa9728e9e6c87a1194e8640de7db9ae675dd1b7395d50ebfb90c5a495649fc0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-d2s7v24q.js",
     "binary_offset": 180240489,
     "length": 35,
     "sha256": "1aa9728e9e6c87a1194e8640de7db9ae675dd1b7395d50ebfb90c5a495649fc0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vnyh2jpk.js",
     "binary_offset": 173795995,
     "length": 35,
     "sha256": "1aa9728e9e6c87a1194e8640de7db9ae675dd1b7395d50ebfb90c5a495649fc0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173897760,
     "length": 34,
     "sha256": "e4a4a78988c23fb960847709ecfa194afc0b14ae30e8d4af8d047026439c745b",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176786092,
     "length": 29,
     "sha256": "b9b14308a15f1bc4f2a282c0b2a75272eb490ffa35359509218b1fa19ab02340",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173897795,
     "length": 31,
     "sha256": "5297d053364c4f73e30be524b32b6af64168cdc112548e9eec3fa51039417939",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179743623,
     "length": 26,
     "sha256": "5e33f8be04fde4644792155f8dd3ad2b25edfdf8fc5c68a85824845e81666ca6",
     "version": "2.1.282",
     "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": 6,
    "read_paths": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173897827,
     "length": 25,
     "sha256": "1d6c0a59e986a5979709f761013784e050477f9346e98415f8e62804c20565c3",
     "version": "2.1.282",
     "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-5ha9skvk.js",
     "binary_offset": 179227728,
     "length": 30,
     "sha256": "a0cfeb1ed97db61a304d743ece4138a31170cadf80b5e297c545cc06545a5856",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185330846,
     "length": 30,
     "sha256": "a0cfeb1ed97db61a304d743ece4138a31170cadf80b5e297c545cc06545a5856",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176633879,
     "length": 20,
     "sha256": "cf29a3fab3a6f70400e320df6bcbd95069c2e49ec03e41c33ab7744994fefcc3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176633976,
     "length": 20,
     "sha256": "cf29a3fab3a6f70400e320df6bcbd95069c2e49ec03e41c33ab7744994fefcc3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ha9skvk.js",
     "binary_offset": 179225090,
     "length": 20,
     "sha256": "cf29a3fab3a6f70400e320df6bcbd95069c2e49ec03e41c33ab7744994fefcc3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ha9skvk.js",
     "binary_offset": 179228114,
     "length": 20,
     "sha256": "cf29a3fab3a6f70400e320df6bcbd95069c2e49ec03e41c33ab7744994fefcc3",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173897853,
     "length": 41,
     "sha256": "da0f1fe68c8aa8efc50a5ca91c70d34721a4ea4c6d81997904e4ac36645902dc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to hide the `/install-github-app` command.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183690870,
     "length": 36,
     "sha256": "3316960dbfce863b6e258626be3e435e5c2fb42c5265e03aa9562726b9cd1e4a",
     "version": "2.1.282",
     "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-fbctzhpm.js",
     "binary_offset": 201884840,
     "length": 39,
     "sha256": "4c27a2ddb793f10f991a41c62e607fecb072aa93c70b1d2cbcff42fbbdabe613",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ff7x3n92.js",
     "binary_offset": 185113204,
     "length": 39,
     "sha256": "4c27a2ddb793f10f991a41c62e607fecb072aa93c70b1d2cbcff42fbbdabe613",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rbc4affh.js",
     "binary_offset": 185065282,
     "length": 39,
     "sha256": "4c27a2ddb793f10f991a41c62e607fecb072aa93c70b1d2cbcff42fbbdabe613",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xs2at0tc.js",
     "binary_offset": 190704912,
     "length": 39,
     "sha256": "4c27a2ddb793f10f991a41c62e607fecb072aa93c70b1d2cbcff42fbbdabe613",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173897895,
     "length": 35,
     "sha256": "9e1238b293997a7d6aa4d66622384e684c468a362e38f6010935e2bb98a3627c",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176523205,
     "length": 30,
     "sha256": "e341ccff0d2337583308831d863a5e20b2be13a014bc0d519874c6f9a39e564b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173897931,
     "length": 28,
     "sha256": "45c18cbe75aed095293d1d934f194fa468de8ecbe9856cc2ef4cf13fb2b50d50",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to hide the `/login` command.",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183690404,
     "length": 23,
     "sha256": "9de9e197171efa69336e4fa7a3628f0fafb2350c9f46859138d9153133ef779a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173897960,
     "length": 29,
     "sha256": "ba7a5538de8564ff3d873751dbd82928ecc6408f33121b1bbd4aeb921d5f9cc0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to hide the `/logout` command",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183690572,
     "length": 24,
     "sha256": "ddc0075c103a6c51a076320b2ccac219678a0469b3267e48c8b308192080e421",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173898226,
     "length": 22,
     "sha256": "c8e4f8da7d3679d9f5db6e6659a4ae8b96421c5379c0347b23f26d9531e1d3ae",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176701743,
     "length": 17,
     "sha256": "3a3c9989bae4b822de2c0f901c69f191957c36b998fb53c9e6bc8744a9e974ce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ayhp58x6.js",
     "binary_offset": 196522690,
     "length": 17,
     "sha256": "3a3c9989bae4b822de2c0f901c69f191957c36b998fb53c9e6bc8744a9e974ce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hwfn3851.js",
     "binary_offset": 196671562,
     "length": 17,
     "sha256": "3a3c9989bae4b822de2c0f901c69f191957c36b998fb53c9e6bc8744a9e974ce",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173898249,
     "length": 30,
     "sha256": "34902cf5518dccabd646141ecad42a6e7d37c8bbccf6b5234b0f16b743928ff2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Set to `1` to hide the `/upgrade` command",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179697241,
     "length": 25,
     "sha256": "4885b0e3c057c2a5aa679cd4e414649691af6f69332728ccb3ed6b6029bb8999",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173898345,
     "length": 34,
     "sha256": "3d8b21c362e0a3ac71c659e73b51a68a51e8ea4210d9a2a1089f4dc8a82a541b",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181378410,
     "length": 39,
     "sha256": "a8b4022d42d12121bb87932702a842a9a252a48f45e385936f004f72ec836071",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h6h9xjht.js",
     "binary_offset": 205093666,
     "length": 29,
     "sha256": "9f27a0e29f8d2cdb2216d200c39ceea20e1481b84575d55320114dd6ce4bc63d",
     "version": "2.1.282",
     "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-s1t81hd7.js` offset 207044067.",
   "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-bkgbm924.js",
     "binary_offset": 173898472,
     "length": 36,
     "sha256": "8646a642d482143b037eba61badf7f6aa92a5fe0ffcc25d8a71071a617924846",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-s1t81hd7.js` offset 207044067.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s1t81hd7.js",
     "binary_offset": 207044067,
     "length": 31,
     "sha256": "9b7436ef7b37359eed68c5e850be84167039cb664420aeab5868ff5da61f6dd7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207255726,
     "length": 31,
     "sha256": "9b7436ef7b37359eed68c5e850be84167039cb664420aeab5868ff5da61f6dd7",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173898691,
     "length": 25,
     "sha256": "631ada82e856f25b732eda1c37aee33b6ff9c78b2899cc1ae1941ba1661e5382",
     "version": "2.1.282",
     "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-tap9kqr6.js",
      "binary_offset": 177508262,
      "length": 20,
      "sha256": "7c067ba20bd15748b576698ed98ce3e815205ba2822ab132cffbc5f248114dc6",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-tap9kqr6.js",
     "binary_offset": 177506753,
     "length": 30,
     "sha256": "7f68bf8dc0104665a9a59e2194ee8d63561e04672efc42f643183f6d53b0fae1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182415332,
     "length": 30,
     "sha256": "7f68bf8dc0104665a9a59e2194ee8d63561e04672efc42f643183f6d53b0fae1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tap9kqr6.js",
     "binary_offset": 177508211,
     "length": 20,
     "sha256": "7c067ba20bd15748b576698ed98ce3e815205ba2822ab132cffbc5f248114dc6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tap9kqr6.js",
     "binary_offset": 177508262,
     "length": 20,
     "sha256": "7c067ba20bd15748b576698ed98ce3e815205ba2822ab132cffbc5f248114dc6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tap9kqr6.js",
     "binary_offset": 177508696,
     "length": 20,
     "sha256": "7c067ba20bd15748b576698ed98ce3e815205ba2822ab132cffbc5f248114dc6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173925820,
     "length": 38,
     "sha256": "69a88a02edf184c06e24edac4c13ed7bd4595d2651def90788d1bf64a16f7849",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 182899880,
     "length": 33,
     "sha256": "78f6ad2cfa6055d8cf788d591264417a04470fd3ed03484dae2ec2a2af9e77a2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173898717,
     "length": 31,
     "sha256": "4cce37a20e21773a3d4ca3317cb8260bfe06b0ce0e4137da86000cccd2238e55",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176701552,
     "length": 26,
     "sha256": "531c9c291e51197e2a03bde762b74e8f9926758cc94374097e1a1329a74a5e11",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-homeshare",
   "title": "HOMESHARE",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179469516.",
   "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-bkgbm924.js",
     "binary_offset": 173904738,
     "length": 16,
     "sha256": "184719340837418f3b1a14b6de970befc9d02c01bd433dc0d09b7c9bd076bd9d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179469516.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179469516,
     "length": 15,
     "sha256": "6858935726a4693b75ecb4e5af60a5db09a8804db45cabd9d1452be8525ef999",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179472512,
     "length": 15,
     "sha256": "6858935726a4693b75ecb4e5af60a5db09a8804db45cabd9d1452be8525ef999",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173904887,
     "length": 14,
     "sha256": "92615d731cbe71f25c7bef586d1028012dd6ec959d616e151e2de5fc548eb8b1",
     "version": "2.1.282",
     "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-gd42n4hm.js",
      "binary_offset": 199882043,
      "length": 9,
      "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-s6pgcgaj.js",
      "binary_offset": 196716847,
      "length": 9,
      "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-s6pgcgaj.js",
      "binary_offset": 196716934,
      "length": 9,
      "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-s6pgcgaj.js",
      "binary_offset": 196717551,
      "length": 9,
      "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-s6pgcgaj.js",
      "binary_offset": 196717738,
      "length": 9,
      "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199882043,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gd42n4hm.js",
     "binary_offset": 199906379,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190122180,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196716847,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196716934,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196717551,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196717738,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196717986,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196718061,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196720515,
     "length": 9,
     "sha256": "98b8eb2bef88f2c8ffdf5a158c9803f5f4debaf9db7992799d69d2617fd343b8",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176397584.",
   "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-bkgbm924.js",
     "binary_offset": 173904902,
     "length": 17,
     "sha256": "c2e7e6eca2ed67384d0a1e570b1961ba339b68c5b2d090c86fc1e3a477ff7de3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176397584.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182900235,
      "length": 12,
      "sha256": "09ff87b792397333936c2f1c8f2f399c4868a747632cd93c65f4462bb8dae4b5",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176397584,
     "length": 22,
     "sha256": "56348ca3880d1a0731158152ad4d1dccba4e35af2073680c02086e8935709614",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-aqqy0nss.js",
     "binary_offset": 202416592,
     "length": 22,
     "sha256": "56348ca3880d1a0731158152ad4d1dccba4e35af2073680c02086e8935709614",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176580282,
     "length": 12,
     "sha256": "09ff87b792397333936c2f1c8f2f399c4868a747632cd93c65f4462bb8dae4b5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178775891,
     "length": 12,
     "sha256": "09ff87b792397333936c2f1c8f2f399c4868a747632cd93c65f4462bb8dae4b5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182900235,
     "length": 12,
     "sha256": "09ff87b792397333936c2f1c8f2f399c4868a747632cd93c65f4462bb8dae4b5",
     "version": "2.1.282",
     "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-td4b4vhw.js` offset 191386194.",
   "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-bkgbm924.js",
     "binary_offset": 173919575,
     "length": 19,
     "sha256": "1c973cd42d481138e000dabe18a6976bf4c3065a75c51578c22e057850a9ebe8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-td4b4vhw.js` offset 191386194.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-td4b4vhw.js",
     "binary_offset": 191386194,
     "length": 14,
     "sha256": "357e1b70f8703aa1b8d10d8a67af5b3311fcc1f1f2fa0b02031d19abcfa13b83",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-td4b4vhw.js",
     "binary_offset": 191386393,
     "length": 14,
     "sha256": "357e1b70f8703aa1b8d10d8a67af5b3311fcc1f1f2fa0b02031d19abcfa13b83",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173927614,
     "length": 28,
     "sha256": "111aba10fd0c7114771a901dfc3fa1daa1f717a4fc8ce79fbcf0f06d3eb3f363",
     "version": "2.1.282",
     "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-wq3ev8bt.js",
     "binary_offset": 199518330,
     "length": 23,
     "sha256": "8c5ef5cdb98ca915b82e3fc5075292b9fd65cff6be7ab3fae4ca151ea1bde6c3",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173927643,
     "length": 36,
     "sha256": "46ea7d7193011c366b784d23c90b6af8286f6592a9fbb22f6c5e9542666e7c7a",
     "version": "2.1.282",
     "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-gajx20pg.js",
     "binary_offset": 192679486,
     "length": 31,
     "sha256": "d2c05d1d1ee067643c3be6097a9b0f64271c87de374233c88f68d1456fd6ce44",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rtgjjsce.js",
     "binary_offset": 197448524,
     "length": 31,
     "sha256": "d2c05d1d1ee067643c3be6097a9b0f64271c87de374233c88f68d1456fd6ce44",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173927680,
     "length": 26,
     "sha256": "14cfc56dde49ac05d301986d6dfceedf708569b264437f681c31eff141872c51",
     "version": "2.1.282",
     "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-3kj78r2m.js",
      "binary_offset": 176519457,
      "length": 31,
      "sha256": "25a11b542c7217acdd9e49f74f3579496a12afaa24bd655587a116416f6a485f",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-appb597y.js",
      "binary_offset": 189589094,
      "length": 31,
      "sha256": "25a11b542c7217acdd9e49f74f3579496a12afaa24bd655587a116416f6a485f",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176519457,
     "length": 31,
     "sha256": "25a11b542c7217acdd9e49f74f3579496a12afaa24bd655587a116416f6a485f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176519499,
     "length": 31,
     "sha256": "25a11b542c7217acdd9e49f74f3579496a12afaa24bd655587a116416f6a485f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189589094,
     "length": 31,
     "sha256": "25a11b542c7217acdd9e49f74f3579496a12afaa24bd655587a116416f6a485f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189589129,
     "length": 31,
     "sha256": "25a11b542c7217acdd9e49f74f3579496a12afaa24bd655587a116416f6a485f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173883567,
     "length": 24,
     "sha256": "c975f47a0de240422816b2ebab71cdc9728e3eca5bf5ee63e823a9747ded9194",
     "version": "2.1.282",
     "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-4w10rj35.js",
     "binary_offset": 206898259,
     "length": 29,
     "sha256": "380934131c5da223c94f6742f1d74149b647a026a11d62510781d6cfd7156917",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gprk0qve.js",
     "binary_offset": 207125697,
     "length": 29,
     "sha256": "380934131c5da223c94f6742f1d74149b647a026a11d62510781d6cfd7156917",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919629,
     "length": 29,
     "sha256": "5bb01deb5f899bf69614a249fa536e9f12c64c055c8bf8d400d3e96ddfc696da",
     "version": "2.1.282",
     "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-gn2fxcfy.js",
     "binary_offset": 180868024,
     "length": 24,
     "sha256": "49ffbd08e94c6ad024dac9a42e9e42992b8917374ef420f50f367fc2dbe2ed68",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919595,
     "length": 33,
     "sha256": "4468a5831545cf0aa05976f8e8c5444f930837c298490c0f7667adf4037c5fe0",
     "version": "2.1.282",
     "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-v1f3xa4y.js",
     "binary_offset": 190073930,
     "length": 28,
     "sha256": "55b6fd6e50eb41971750a539992a17f58bfb72888f3ea35a3009e26b8b42a96d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919659,
     "length": 26,
     "sha256": "c1507f12a63d1bb2a738d6da0a8c47ee60506feee0224fef0345643200dac7cb",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 184055550,
     "length": 21,
     "sha256": "f3c1c20e3d2c808bb44a51e397218d27ce625619a8227aaba5669a2c841611ab",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184055654,
     "length": 21,
     "sha256": "f3c1c20e3d2c808bb44a51e397218d27ce625619a8227aaba5669a2c841611ab",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919686,
     "length": 38,
     "sha256": "08dfb620f7af015be00dffb699bd617e7de3d7b9f8d11ecfa5aedec2094801d7",
     "version": "2.1.282",
     "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-ynq58qzj.js",
     "binary_offset": 188905758,
     "length": 33,
     "sha256": "6075690de283d906bf8dc45a420ddeccf14dd8c4f9134033690a126cad8c6234",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919725,
     "length": 34,
     "sha256": "d49719a9f0c1ae8ceeebfafd9aa624e9a336f62309d6b92ace1fc8a86f31c6d0",
     "version": "2.1.282",
     "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-ynq58qzj.js",
     "binary_offset": 188905121,
     "length": 29,
     "sha256": "d71a3eb955fa68c2bc3eba825069d81a73d592032e3cae9f2d3585d70936abcb",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919760,
     "length": 32,
     "sha256": "de3cadb3c9aeee7a05f87efd0b77780fe5ebae2e542e1231c44e0030e18ae42f",
     "version": "2.1.282",
     "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-ynq58qzj.js",
     "binary_offset": 188905669,
     "length": 27,
     "sha256": "ebb2b99ab84afb9976e5cbff496f9bb28f4444f8dc8787fd74b8b443133fb43e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919793,
     "length": 30,
     "sha256": "58103a81fd1218460fd0db77b29984c6b46304691cb5c53318844560f47a89e7",
     "version": "2.1.282",
     "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-bwfdqz43.js",
     "binary_offset": 206809916,
     "length": 25,
     "sha256": "63af4c007a22c4d92ff9bc30b657cce55cf67836c916b6d744b5480f51a1c884",
     "version": "2.1.282",
     "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-4w10rj35.js` offset 206856204.",
   "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-bkgbm924.js",
     "binary_offset": 173919824,
     "length": 36,
     "sha256": "764c1abb2cbdcb3809f5c850387af89cb8574adb3f68734bdad3f934e7c9dbb0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-4w10rj35.js` offset 206856204.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-4w10rj35.js",
     "binary_offset": 206856204,
     "length": 31,
     "sha256": "801a0e592f3c2719bc14d3778d5c85ae98d7e3bc69f6f9b16843c5b9345d39d4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gprk0qve.js",
     "binary_offset": 207087141,
     "length": 31,
     "sha256": "801a0e592f3c2719bc14d3778d5c85ae98d7e3bc69f6f9b16843c5b9345d39d4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919861,
     "length": 31,
     "sha256": "61f0925de7b6ab62233d30c6df057f149dd69580b897dd69ab0e81b32c168754",
     "version": "2.1.282",
     "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-s1t81hd7.js",
     "binary_offset": 206966643,
     "length": 26,
     "sha256": "536099b731158ca3d9586f92989371c79265d0fbb01dba5146bbfcf70b671f49",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919893,
     "length": 46,
     "sha256": "3ed6a400200436ede9f2ea2951215a45c88cbd8d006c5b933ad24e73321a8bb5",
     "version": "2.1.282",
     "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-s1t81hd7.js",
     "binary_offset": 206963089,
     "length": 41,
     "sha256": "153f3a1d3dbe380e76dee9ba80be2617a975f10b3df2090f0faa49ab8a141947",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207190664,
     "length": 41,
     "sha256": "153f3a1d3dbe380e76dee9ba80be2617a975f10b3df2090f0faa49ab8a141947",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919940,
     "length": 25,
     "sha256": "18d7ee950b5676831b0c54d6ef4f2bc9dc304a847b9e5a209ea34d3fa2bdb1d3",
     "version": "2.1.282",
     "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-jz3vcrcg.js",
     "binary_offset": 180574635,
     "length": 20,
     "sha256": "231a32e247563a890c63f8d70e2dcd1852c9eac2f9d94305cf608619f98ded73",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919966,
     "length": 39,
     "sha256": "1c7877cc20fc40164c4a9ed253a1d7516f96c2a186e05c357f945f2a592cf496",
     "version": "2.1.282",
     "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-s1t81hd7.js",
     "binary_offset": 206963030,
     "length": 34,
     "sha256": "7d6d913c3507b18b6d372aa1bd0e460984c86c086242fd7c1a79f8e960c86ecb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207190605,
     "length": 34,
     "sha256": "7d6d913c3507b18b6d372aa1bd0e460984c86c086242fd7c1a79f8e960c86ecb",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173920006,
     "length": 18,
     "sha256": "c8fa3462317fe33e729e0777eb3695f2c91941431cc65f4093a89a05f40b603a",
     "version": "2.1.282",
     "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-gn2fxcfy.js",
     "binary_offset": 180867946,
     "length": 13,
     "sha256": "b9a490831c59c661645555edb2244961415e3ab0f277fb38274dc9436464afe1",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173920025,
     "length": 23,
     "sha256": "0b769b8ed3b889827827a4c621b67ca4627e7141ee80fa9fd00c7c447fe97caa",
     "version": "2.1.282",
     "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-s1t81hd7.js",
     "binary_offset": 206947716,
     "length": 18,
     "sha256": "4002a2b8030a6f0834b9ea54c7531057e4f745aa8403073ba6d8edbde053f61c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s1t81hd7.js",
     "binary_offset": 206962171,
     "length": 18,
     "sha256": "4002a2b8030a6f0834b9ea54c7531057e4f745aa8403073ba6d8edbde053f61c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207175701,
     "length": 18,
     "sha256": "4002a2b8030a6f0834b9ea54c7531057e4f745aa8403073ba6d8edbde053f61c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207189746,
     "length": 18,
     "sha256": "4002a2b8030a6f0834b9ea54c7531057e4f745aa8403073ba6d8edbde053f61c",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182244239.",
   "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-bkgbm924.js",
     "binary_offset": 173920049,
     "length": 37,
     "sha256": "bdc013cf88a9ff94d871448a116f03e1c41dfb66ddb84b5ba051ae436bea2e7c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182244239.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182244239,
     "length": 32,
     "sha256": "f467df8268a4c50062169d776089e866aea6a6d0896edad8cb4d34b35bda178f",
     "version": "2.1.282",
     "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-pjjp1ddn.js` offset 202610510.",
   "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-bkgbm924.js",
     "binary_offset": 173883592,
     "length": 32,
     "sha256": "e4a0870df33b803ca3427c8e21c6b51c4cebda04b101342b1e1b1399531bfafb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-pjjp1ddn.js` offset 202610510.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-pjjp1ddn.js",
     "binary_offset": 202610510,
     "length": 27,
     "sha256": "f2acd65ac0f05de5b9901b95a46ec6d8ea4cfb894344f819932ad9549fb4d312",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176606580.",
   "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-bkgbm924.js",
     "binary_offset": 173905652,
     "length": 25,
     "sha256": "75f08fcac6ddfe02831ee435b61fa3e91181e096b5b592bed84aa8d2ee364479",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176606580.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176606580,
     "length": 30,
     "sha256": "1c7f10fde786c8f21b72070a9449d3324991a8b9299bcd49f4b2fda7ed5b6e86",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176606633.",
   "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-bkgbm924.js",
     "binary_offset": 173905678,
     "length": 16,
     "sha256": "7e53498fb0f44b701c969a252949e59596b893b2ec8cc926f9ee217809b63931",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176606633.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176606633,
     "length": 21,
     "sha256": "4febb421b2c1096f7ddd9d5f4e7f3839fae7882d4bc7efb8895ebccb7fee796c",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185435365.",
   "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-brqj61g3.js` offset 185435365.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185435365,
     "length": 33,
     "sha256": "7cd461dd0ff52f2e8bc412322905f55ce2a73d2910d4c1ad00306fc3c014cf5c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-safeuser",
   "title": "SAFEUSER",
   "group": "Claude Code and Anthropic",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-x9fwahqm.js` offset 183655960.",
   "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-bkgbm924.js",
     "binary_offset": 173905695,
     "length": 15,
     "sha256": "63e5f0881e65c0b15064eab3951003d455a4205c8ead8a4fffa7d4fe5f39ce44",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 183655960.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183655960,
     "length": 10,
     "sha256": "7cf0f1565936d3193b457aa5f9e0793d64de9772ed5bca1b808a5cb9173e1d93",
     "version": "2.1.282",
     "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-j6wm1bba.js` offset 206003073.",
   "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-bkgbm924.js",
     "binary_offset": 173920087,
     "length": 21,
     "sha256": "1fdc8aaa1b399f87dd57c4d479c6c1291ec042d0a5f500dfc9118e111edb6e80",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-j6wm1bba.js` offset 206003073.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-j6wm1bba.js",
     "binary_offset": 206003073,
     "length": 26,
     "sha256": "74660f5380411e9a65dde0d2fc562507547c9729ea47a12eff6febc96d02df9f",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185402048.",
   "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-brqj61g3.js` offset 185402048.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185402048,
     "length": 39,
     "sha256": "b47724258566f19d738790ed7a47aca71853e0dade098ef5dcf7b34505567f8e",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185334986,
     "length": 43,
     "sha256": "40f0eca2bc385018a54e8d6f2f0f79135ea218cdc4aa3239ff4b10645d848012",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185438688,
     "length": 88,
     "sha256": "6eb4008c9f74c6a832606505418d3afd41a7fb6685c9e89a400d01e304429f46",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185402499.",
   "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-brqj61g3.js` offset 185402499.",
    "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-brqj61g3.js",
     "binary_offset": 185402499,
     "length": 43,
     "sha256": "177e08fb43ce6d3e295fcf995ec7e8822b43a9f1798dc16f612e2cdc02c60ac1",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185402681.",
   "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-brqj61g3.js` offset 185402681.",
    "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-brqj61g3.js",
     "binary_offset": 185402681,
     "length": 44,
     "sha256": "452ab2bbe889cd5a530f7eb8e35c0c31f4fc5072fc6e02b113c4303998de0607",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185403056.",
   "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-brqj61g3.js` offset 185403056.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185403056,
     "length": 52,
     "sha256": "77b9796c4d6462e36e69573bd6a662abf22f1917133548828adc92fb6cad1e53",
     "version": "2.1.282",
     "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-59qfemv2.js` offset 185534470.",
   "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-59qfemv2.js` offset 185534470.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-59qfemv2.js",
     "binary_offset": 185534470,
     "length": 40,
     "sha256": "b1e11b3a1719cc3c3dafdd6f66ee19d6261b46901f3aeca3f5e9eef8fa75f4b4",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185402377.",
   "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-brqj61g3.js` offset 185402377.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185402377,
     "length": 46,
     "sha256": "15e6ba3b30fb11fc2d0e8d9fa282b614470d66cd01444fee96452a8fd073cf21",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185436467.",
   "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-brqj61g3.js` offset 185436467.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185436467,
     "length": 46,
     "sha256": "2410627ea0a6452abe128a4941af65a83fcd2429b033295c2784d0314b6c0d60",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185438595,
     "length": 72,
     "sha256": "7d7f3d0a5528cb1251ccd6fc295e6da071fdeb35681509160069401fee58170b",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185357101.",
   "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-brqj61g3.js` offset 185357101.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185357101,
     "length": 39,
     "sha256": "8860157da767fe6cb65126a5facaeb2bf0a7879904ac47aebd576e743af22d70",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185357313,
     "length": 39,
     "sha256": "8860157da767fe6cb65126a5facaeb2bf0a7879904ac47aebd576e743af22d70",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185443667,
     "length": 39,
     "sha256": "8860157da767fe6cb65126a5facaeb2bf0a7879904ac47aebd576e743af22d70",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185453092,
     "length": 39,
     "sha256": "8860157da767fe6cb65126a5facaeb2bf0a7879904ac47aebd576e743af22d70",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185400143.",
   "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-brqj61g3.js` offset 185400143.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185400143,
     "length": 48,
     "sha256": "4808daa9c182ac6640a3e019ce72052b4a22eb2404942a751efd140b893799ee",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185438911,
     "length": 48,
     "sha256": "4808daa9c182ac6640a3e019ce72052b4a22eb2404942a751efd140b893799ee",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185399880.",
   "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-brqj61g3.js` offset 185399880.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185399880,
     "length": 47,
     "sha256": "76404884c470d9f36d4cea5c4223e3063984f07e410ea227890bfccdbe228573",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185399770.",
   "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-brqj61g3.js` offset 185399770.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185399770,
     "length": 44,
     "sha256": "9a8c372833904d5488f9eb057ae943c2d660a0c9c9b2d2d8d3520de85a73bbea",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185399841,
     "length": 38,
     "sha256": "324503a9bd5ac16273158675684680463cc4674348692f5cbe90f5b8724be5e1",
     "version": "2.1.282",
     "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-59qfemv2.js` offset 185559399.",
   "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-59qfemv2.js` offset 185559399.",
    "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-59qfemv2.js",
     "binary_offset": 185559399,
     "length": 49,
     "sha256": "13476adc7ed83532a4170e8705ca470fb458232222d796ed714f4eb43d93701b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185411916,
     "length": 49,
     "sha256": "13476adc7ed83532a4170e8705ca470fb458232222d796ed714f4eb43d93701b",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185402189.",
   "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-brqj61g3.js` offset 185402189.",
    "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-brqj61g3.js",
     "binary_offset": 185402189,
     "length": 40,
     "sha256": "c75ae78f624ca2793b46d99b254829297b1eb95da0c275aefc6d45cd7eb6d2fa",
     "version": "2.1.282",
     "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-59qfemv2.js` offset 185534311.",
   "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-59qfemv2.js` offset 185534311.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-59qfemv2.js",
     "binary_offset": 185534311,
     "length": 42,
     "sha256": "114335bbc0587823b8898d0d357dc38182bb0529e7deeb88f025ad0a1963d663",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185402316,
     "length": 42,
     "sha256": "114335bbc0587823b8898d0d357dc38182bb0529e7deeb88f025ad0a1963d663",
     "version": "2.1.282",
     "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-59qfemv2.js` offset 185534204.",
   "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-59qfemv2.js` offset 185534204.",
    "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-59qfemv2.js",
      "binary_offset": 185534204,
      "length": 40,
      "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-brqj61g3.js",
      "binary_offset": 185403210,
      "length": 40,
      "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-59qfemv2.js",
     "binary_offset": 185534204,
     "length": 40,
     "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-59qfemv2.js",
     "binary_offset": 185534248,
     "length": 40,
     "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185286451,
     "length": 40,
     "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185403210,
     "length": 40,
     "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185403295,
     "length": 40,
     "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185434191,
     "length": 40,
     "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185439483,
     "length": 40,
     "sha256": "b0459dbf2f799dbf38bb918edb8a81f544987a121b4729bfa8d06336fc44ca04",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185243007,
     "length": 46,
     "sha256": "6bdd2e041dd43323f53bee1ac77d48f558d1784d8cfac31d821c8284e0a4a4af",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185244697,
     "length": 46,
     "sha256": "6bdd2e041dd43323f53bee1ac77d48f558d1784d8cfac31d821c8284e0a4a4af",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185403132.",
   "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-brqj61g3.js` offset 185403132.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185403132,
     "length": 51,
     "sha256": "41e1b2bcee4112d4621f8e03a6b1bd352a6086bc07391e04ffd23b5a71911090",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185438508.",
   "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-brqj61g3.js` offset 185438508.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185438508,
     "length": 63,
     "sha256": "45f9293795596dcba35abd2e833759a3d03376e63ac9eaa1efe802af10275406",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185453047,
     "length": 41,
     "sha256": "1b093f9b105498711e10e1496df4ad796f9658794e6402b1aa69e549f7389419",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185402440.",
   "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-brqj61g3.js` offset 185402440.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185402440,
     "length": 46,
     "sha256": "f387d2ff8f8d4f8bf48fc583cb4cdcfd130bd2fe2d1e27984b3800c3166f3bbe",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185402254.",
   "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-brqj61g3.js` offset 185402254.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185402254,
     "length": 39,
     "sha256": "bed345b68a0215c14eada55ef1ecafac8c3f009bb41de668298ba8b6fb1b62c0",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185334159,
     "length": 46,
     "sha256": "19db4d5806e4888f9305330c29b28083c7c2468e48a652291b6dc681c99af757",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185334099.",
   "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-brqj61g3.js` offset 185334099.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185334099,
     "length": 40,
     "sha256": "8eb256667d0cb3750a862c0ba6e6af0f370c54ad8545a7ec54507ecd239d02d7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185438422,
     "length": 66,
     "sha256": "91419dee0cfec08b79daca9ed6b9fe09db6ebabc96ad50169b7a84ea665dc858",
     "version": "2.1.282",
     "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-59qfemv2.js` offset 185559476.",
   "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-59qfemv2.js` offset 185559476.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-59qfemv2.js",
     "binary_offset": 185559476,
     "length": 42,
     "sha256": "fc39e47286d807355fb95f4fe2c20dc1e88fb838045820ad4d5c9be1d1dc682b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185411993,
     "length": 42,
     "sha256": "fc39e47286d807355fb95f4fe2c20dc1e88fb838045820ad4d5c9be1d1dc682b",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185435863.",
   "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-brqj61g3.js` offset 185435863.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185435863,
     "length": 53,
     "sha256": "9397313c28c8a446e6e750f204d2fa7127a8d68183cdc5c9c6fd8a0af4175b44",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185452127,
     "length": 53,
     "sha256": "9397313c28c8a446e6e750f204d2fa7127a8d68183cdc5c9c6fd8a0af4175b44",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185335037,
     "length": 44,
     "sha256": "1468cfc398788b2035eb13cadf19c98d8c86bed415263b5f2a1b50cda044c6db",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185438798,
     "length": 90,
     "sha256": "b627d60e9f741c692a2234a6f3d43498738bfb0ff7f408ab5a8d1937d1e838d4",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185402751.",
   "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-brqj61g3.js` offset 185402751.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185402751,
     "length": 54,
     "sha256": "ab9e00d56c362cf8c0e362673480ff7e09b52184ed8ed5d10dfb158dc05ed72b",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185435399.",
   "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-brqj61g3.js` offset 185435399.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185435399,
     "length": 45,
     "sha256": "854a99a1820aeb164d8dd48079ff7bf3e218746c68f0883c8258d933e8d5469e",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185402977.",
   "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-brqj61g3.js` offset 185402977.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185402977,
     "length": 51,
     "sha256": "804b6083aabbf77fd218e0faaa981c4419bcad688173f98216f1c90648def7ea",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185399948.",
   "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-brqj61g3.js` offset 185399948.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185399948,
     "length": 40,
     "sha256": "b92e6ac9815110cce1a48924fd4c47ab8892b6f3483274e056437dd818293570",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185435445.",
   "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-brqj61g3.js` offset 185435445.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185435445,
     "length": 37,
     "sha256": "d0b6f6af37af01a35ef34a955b8b899b6ccd69856f06437748e047622ae72f87",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185436516.",
   "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-brqj61g3.js` offset 185436516.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185436516,
     "length": 40,
     "sha256": "f0511ba495942da79870ba52168b4bc42b823efb629c9f3ee3b358756cf5a0df",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185438240,
     "length": 68,
     "sha256": "ad652e5a80809d99b6fddb2636447511ae955faa9ae330a08861d4c9a10d59b4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185453135,
     "length": 40,
     "sha256": "f0511ba495942da79870ba52168b4bc42b823efb629c9f3ee3b358756cf5a0df",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185435483.",
   "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-brqj61g3.js` offset 185435483.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185435483,
     "length": 37,
     "sha256": "d5c3bc8787f391a5fe23c08ce52f4a356caae929d8764110b3aedced9a80b339",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185334382.",
   "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-brqj61g3.js` offset 185334382.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185334382,
     "length": 46,
     "sha256": "5522f20fe6adcad64a06f5712116067d68906fdaea851d73f8d6f6c78560f84d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185435812,
     "length": 46,
     "sha256": "5522f20fe6adcad64a06f5712116067d68906fdaea851d73f8d6f6c78560f84d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185452074,
     "length": 46,
     "sha256": "5522f20fe6adcad64a06f5712116067d68906fdaea851d73f8d6f6c78560f84d",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185334243,
     "length": 41,
     "sha256": "ebf97824194916038ab23aa7fdcf379a892a15b96f6d9668769c7e9d934d1002",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185434998.",
   "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-brqj61g3.js` offset 185434998.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185434998,
     "length": 49,
     "sha256": "79e46d6b757404730be078477b89e694684829272585d6b718c18402824c6629",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185341836.",
   "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-brqj61g3.js` offset 185341836.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185341836,
     "length": 49,
     "sha256": "8252795b03c747d0724100021278e5cd6c2b44b0cd62d881892a9099e13f9d41",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185341915,
     "length": 43,
     "sha256": "4b92f6152529df947dbbc40bbf297cd13e0b1552a80a3dc1fe17433c904f30d2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185438329,
     "length": 69,
     "sha256": "ff70f17cf3feb0fe7af1665ec9bfdc45704962117ed1a208596790b71d6ef4c7",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185402862.",
   "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-brqj61g3.js` offset 185402862.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185402862,
     "length": 46,
     "sha256": "6405b7e1da84d2676c20e520901714f7f24e0f5c448821fb7204fc1296bdd9b8",
     "version": "2.1.282",
     "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-s9mmpr6r.js` offset 175890716.",
   "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": [
     "injected-env",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173920109,
     "length": 26,
     "sha256": "53c1db4e765f0c829df0888bdd14cf1db30efe2a10326af297e6cca635828361",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-s9mmpr6r.js` offset 175890716.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s9mmpr6r.js",
     "binary_offset": 175890716,
     "length": 31,
     "sha256": "37709674a813ce9d19df5834a71bf2307a17ba1690d6f811480435650b5e6e2a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183753781,
     "length": 31,
     "sha256": "37709674a813ce9d19df5834a71bf2307a17ba1690d6f811480435650b5e6e2a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201032827,
     "length": 21,
     "sha256": "2f16bb27cb588f056885bc94f3abb9743cd787a72721315ce7c058247c138134",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mawsqy5g.js",
     "binary_offset": 200171339,
     "length": 21,
     "sha256": "2f16bb27cb588f056885bc94f3abb9743cd787a72721315ce7c058247c138134",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mvk1zgwg.js",
     "binary_offset": 203440897,
     "length": 21,
     "sha256": "2f16bb27cb588f056885bc94f3abb9743cd787a72721315ce7c058247c138134",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181831694,
     "length": 21,
     "sha256": "2f16bb27cb588f056885bc94f3abb9743cd787a72721315ce7c058247c138134",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183954262,
     "length": 21,
     "sha256": "2f16bb27cb588f056885bc94f3abb9743cd787a72721315ce7c058247c138134",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183956546,
     "length": 21,
     "sha256": "2f16bb27cb588f056885bc94f3abb9743cd787a72721315ce7c058247c138134",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w2qtrgj6.js",
     "binary_offset": 177060739,
     "length": 25,
     "sha256": "75414898ad5c97b38e460ecd449de41b02704b0e83bc661f0c518092655f2d37",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173920136,
     "length": 37,
     "sha256": "f301376b5316a81178d5ba29dbaa64d7f01f67fa082e024b9758c3bc2283c63c",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 182346597,
     "length": 42,
     "sha256": "d34c78d339f8c2a37e4b6ffc3976b33f0e3388a5f5588d3ed61cecb5b39e3d7f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182346911,
     "length": 42,
     "sha256": "d34c78d339f8c2a37e4b6ffc3976b33f0e3388a5f5588d3ed61cecb5b39e3d7f",
     "version": "2.1.282",
     "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-gmvgfayd.js` offset 177866329.",
   "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-gmvgfayd.js` offset 177866329.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-gmvgfayd.js",
      "binary_offset": 177866329,
      "length": 21,
      "sha256": "a3a90306d69ec7bab100e628f23094cd2261a3d5c4fb4c7355c4d2a5414ec136",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gmvgfayd.js",
     "binary_offset": 177866329,
     "length": 21,
     "sha256": "a3a90306d69ec7bab100e628f23094cd2261a3d5c4fb4c7355c4d2a5414ec136",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176608459.",
   "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-3kj78r2m.js` offset 176608459.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176608459,
     "length": 33,
     "sha256": "92750357d5d785d080646daee4ed1ff46ae7ae74ff316763e4a96f0510e0f10e",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176608407.",
   "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-3kj78r2m.js` offset 176608407.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176608407,
     "length": 28,
     "sha256": "b371b98c2d930b6e9561703659129f773e7e24daf4b2d896cdaad2a329a26759",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176608512.",
   "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-3kj78r2m.js` offset 176608512.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176608512,
     "length": 29,
     "sha256": "1acfb3923ad492dcb205392978be82196f913137eca3054b484d8370cd9e8cd4",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 180997654.",
   "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-bkgbm924.js",
     "binary_offset": 173920174,
     "length": 37,
     "sha256": "de6c1bdd9e6591f84a51d1faa7ee7f457453da575728560acddeb6830a15fe15",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 180997654.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 180997654,
     "length": 32,
     "sha256": "0fd4c0b371e758fd5528bb0be1f9374d222be520373d3d5188a1bafc7151ec9b",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184820197.",
   "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-bkgbm924.js",
     "binary_offset": 173920212,
     "length": 38,
     "sha256": "de5543ee2e7f82eb7cf93cf634139f785af44ebde6042e62cdc19a71ab9c0886",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184820197.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184820197,
     "length": 33,
     "sha256": "80869434834a8e39ad474f9bad6cf7d6e85dc02036f7a52bfdbf9ca9e86131d9",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176523537.",
   "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-bkgbm924.js",
     "binary_offset": 173898849,
     "length": 33,
     "sha256": "5cafa81582f3d21e4906334897ac0a3ea7232b7378b8b00c034f34786207c699",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176523537.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176523537,
     "length": 28,
     "sha256": "1cdd37f814b8cca77343facc484cade0ab86d19f101f41e1ec014291c82f8720",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173906297,
     "length": 26,
     "sha256": "cf8123d299eba8a3174ed69fe157ee9a4e96d2d0d2b88c9ad70e7c99cffcd45e",
     "version": "2.1.282",
     "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-6k4pzp76.js",
     "binary_offset": 178695680,
     "length": 21,
     "sha256": "b64426c919c1b6c1c59d956ad4155ffcefc64d75fccbcd40895fdefbf065afa1",
     "version": "2.1.282",
     "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-td4b4vhw.js` offset 191386175.",
   "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-bkgbm924.js",
     "binary_offset": 173883625,
     "length": 22,
     "sha256": "8a1e945274c4bdaebb26b7c0f9e4efab16f5c43dd1f1e44c06076b22f86aa0f7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-td4b4vhw.js` offset 191386175.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-td4b4vhw.js",
     "binary_offset": 191386175,
     "length": 17,
     "sha256": "859f5930308442d4eeceef170851bc73868c8c9fa386001f2e1a91bf3b9a329d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-td4b4vhw.js",
     "binary_offset": 191386374,
     "length": 17,
     "sha256": "859f5930308442d4eeceef170851bc73868c8c9fa386001f2e1a91bf3b9a329d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cr7pb212.js",
     "binary_offset": 195315440,
     "length": 17,
     "sha256": "36ca0dfc655a3344cb7b613bab5ce11d017cc48824c1ca28ec968556ebd3e560",
     "version": "2.1.282",
     "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-td4b4vhw.js` offset 191386240.",
   "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-bkgbm924.js",
     "binary_offset": 173883648,
     "length": 24,
     "sha256": "486397d5d6774e438fa2af193849d3acecbf1a57e1df44fead9b05dd3c063ee2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-td4b4vhw.js` offset 191386240.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-td4b4vhw.js",
     "binary_offset": 191386240,
     "length": 19,
     "sha256": "474ca94d4fa2a724054c6765255ee2562d4f9a56b7783f3b704d1c6e7afc72ff",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cr7pb212.js",
     "binary_offset": 195315458,
     "length": 19,
     "sha256": "9836fc9f5b244eb7f4c83c0f75fa3224eeb23ac92f6bb1bf3b33abbb9af01af7",
     "version": "2.1.282",
     "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-ktqhvvap.js` offset 185183021.",
   "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-bkgbm924.js",
     "binary_offset": 173920298,
     "length": 25,
     "sha256": "5c7ccb5929a6f8d7ed99a9e049d8aabcdc18db49f8ce1ddb2ea78b64559371f3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ktqhvvap.js` offset 185183021.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ktqhvvap.js",
     "binary_offset": 185183021,
     "length": 20,
     "sha256": "173e4cd454b93721fd90135228c43c7455299a0926fb90c5376e49482e6f990b",
     "version": "2.1.282",
     "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-ytxfsn4b.js` offset 206125484.",
   "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-bkgbm924.js",
     "binary_offset": 173920324,
     "length": 28,
     "sha256": "dca0e36dc4659fc1d4aa762a47c3e143ddcb8cb04eb7de6099db03d34bd5d4dd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ytxfsn4b.js` offset 206125484.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ytxfsn4b.js",
      "binary_offset": 206125586,
      "length": 23,
      "sha256": "20d7f7cbd7b5e09d9607d14efa7046064adfed929555971aa2a133ff12f4d6fa",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ytxfsn4b.js",
     "binary_offset": 206125484,
     "length": 23,
     "sha256": "20d7f7cbd7b5e09d9607d14efa7046064adfed929555971aa2a133ff12f4d6fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ytxfsn4b.js",
     "binary_offset": 206125586,
     "length": 23,
     "sha256": "20d7f7cbd7b5e09d9607d14efa7046064adfed929555971aa2a133ff12f4d6fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ytxfsn4b.js",
     "binary_offset": 206125668,
     "length": 23,
     "sha256": "20d7f7cbd7b5e09d9607d14efa7046064adfed929555971aa2a133ff12f4d6fa",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173881454,
     "length": 28,
     "sha256": "c49af3f8120e2fbc1992bd8eeddf26aa15b3a980a568ee373af40d0572571e62",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
      "binary_offset": 179766781,
      "length": 33,
      "sha256": "e97fa43719d4d6b4ff50f2e35396e748572b0a440c2fb3befcf034b69b2372d5",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179766781,
     "length": 33,
     "sha256": "e97fa43719d4d6b4ff50f2e35396e748572b0a440c2fb3befcf034b69b2372d5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8sw267qa.js",
     "binary_offset": 198832934,
     "length": 33,
     "sha256": "e97fa43719d4d6b4ff50f2e35396e748572b0a440c2fb3befcf034b69b2372d5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h89m0z5t.js",
     "binary_offset": 195807859,
     "length": 26,
     "sha256": "650c0961feb899b25a78d7311b26a8acd620f8ebfdbdf96acba952ed1ddf36e3",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173928423,
     "length": 29,
     "sha256": "2f4f4842d8bdad14243f9d48f01e7b73c5c3103c84bffe1860d24d1ef4c1ef64",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
      "binary_offset": 179778058,
      "length": 34,
      "sha256": "0a7a75f07da6ebf7f0876aeab905cc2b7f124fe93b19ebe2b9f0321b0a09bf61",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179771305,
     "length": 34,
     "sha256": "0a7a75f07da6ebf7f0876aeab905cc2b7f124fe93b19ebe2b9f0321b0a09bf61",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179778058,
     "length": 34,
     "sha256": "0a7a75f07da6ebf7f0876aeab905cc2b7f124fe93b19ebe2b9f0321b0a09bf61",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0rj8ys6x.js",
     "binary_offset": 188227422,
     "length": 24,
     "sha256": "dab4b2c8dab637e7e525e4414d548ec4738ff08001cee9dbe97d13d55b547dbd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176522876,
     "length": 24,
     "sha256": "dab4b2c8dab637e7e525e4414d548ec4738ff08001cee9dbe97d13d55b547dbd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196719572,
     "length": 24,
     "sha256": "dab4b2c8dab637e7e525e4414d548ec4738ff08001cee9dbe97d13d55b547dbd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181946514,
     "length": 24,
     "sha256": "dab4b2c8dab637e7e525e4414d548ec4738ff08001cee9dbe97d13d55b547dbd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183449348,
     "length": 24,
     "sha256": "dab4b2c8dab637e7e525e4414d548ec4738ff08001cee9dbe97d13d55b547dbd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h89m0z5t.js",
     "binary_offset": 195807544,
     "length": 27,
     "sha256": "79bdeef6e17f81083af6d7c3a13f896ce407283684ea3990f566f6ab123e03c4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173928453,
     "length": 33,
     "sha256": "470bac5d1ebbc18dddc17bf7b3f48ac3794059603a874b1d5ff672b19c87679c",
     "version": "2.1.282",
     "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-s6pgcgaj.js",
     "binary_offset": 196719669,
     "length": 28,
     "sha256": "6cf298c71ac5512f97b2de1492ee8161e7433acb72b07018106f0db555371fb5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h89m0z5t.js",
     "binary_offset": 195807903,
     "length": 31,
     "sha256": "76b24e867beb2f5510e13b21c709580792df42c4d4b703480f0677c3e835a5a8",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173928513,
     "length": 33,
     "sha256": "1799dd73b4152aeef8e4d1dc34ef48517cac635001aa3e6684120154c5b1b587",
     "version": "2.1.282",
     "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-3kj78r2m.js",
      "binary_offset": 176216766,
      "length": 28,
      "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176217660,
      "length": 28,
      "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 181863608,
      "length": 28,
      "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179771077,
     "length": 38,
     "sha256": "befad766860eb6e002169251173dfc665f3516b68e163845b2ce9944353850ac",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176216673,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176216766,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176216806,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176217559,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176217660,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176217700,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8bak7p17.js",
     "binary_offset": 196313840,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196718663,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s7hqhfky.js",
     "binary_offset": 202522248,
     "length": 28,
     "sha256": "cccb1e515f72babb92675215354ecdd74a5a799da7b8dd5b38277fbfaa4474e6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173928547,
     "length": 40,
     "sha256": "7bcdd485b3af92d30f73ec6a810067a5d417d60756df1989e8dea3529648bfb8",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179771188,
     "length": 45,
     "sha256": "bfdce09885e6e7cf94d404cc57752a33b1d304a0ade61cd697de5b5a3cb63f93",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dczxy899.js",
     "binary_offset": 205500601,
     "length": 35,
     "sha256": "18e1504c4f7089f1e867dad8ecbf5d8c7a263a3ad8526f45e27dc0604cc2f634",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196720615,
     "length": 35,
     "sha256": "18e1504c4f7089f1e867dad8ecbf5d8c7a263a3ad8526f45e27dc0604cc2f634",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181946452,
     "length": 35,
     "sha256": "18e1504c4f7089f1e867dad8ecbf5d8c7a263a3ad8526f45e27dc0604cc2f634",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182924174,
     "length": 35,
     "sha256": "18e1504c4f7089f1e867dad8ecbf5d8c7a263a3ad8526f45e27dc0604cc2f634",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183449176,
     "length": 35,
     "sha256": "18e1504c4f7089f1e867dad8ecbf5d8c7a263a3ad8526f45e27dc0604cc2f634",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44sfjc4n.js",
     "binary_offset": 195463890,
     "length": 38,
     "sha256": "2d5c8e0c78caae5c91e00a898bab7d312547b564645af1fa9f0451402c082573",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173928588,
     "length": 38,
     "sha256": "31a339e9921ec027dfb48158a196f5a1e70dec61e6d2099cb7cade3b8d4d6af4",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176219874,
     "length": 33,
     "sha256": "6e9f466d79302e673763b10985062ef4cdace3b55afcc1802a6fda80d3ce2cb4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173928627,
     "length": 37,
     "sha256": "0f58e61f7353d5982fbbbcc3363705bec6e05de3f72f77d53eb7d5e470b4c16a",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
      "binary_offset": 179764761,
      "length": 42,
      "sha256": "b387382a8acae443e95eb76823e376d9a5aa4bb9040f34543ef31bc0504f5d53",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179764761,
     "length": 42,
     "sha256": "b387382a8acae443e95eb76823e376d9a5aa4bb9040f34543ef31bc0504f5d53",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179764836,
     "length": 42,
     "sha256": "b387382a8acae443e95eb76823e376d9a5aa4bb9040f34543ef31bc0504f5d53",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196718788,
     "length": 32,
     "sha256": "be97a0e7ec5bcd85b26f583c5585894ab2423b0f73d6858198736cc4257f4f21",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173928892,
     "length": 44,
     "sha256": "8af5f769ed9d7daba64b1b8df40337132e4ac25fd5311a4ae417d06220d1c616",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179771722,
     "length": 39,
     "sha256": "5c5cdacf3352dbac8d85d440d68575c8f0e0f4ed8ddfdbfc59965cd7318d8147",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s7hqhfky.js",
     "binary_offset": 202522134,
     "length": 39,
     "sha256": "5c5cdacf3352dbac8d85d440d68575c8f0e0f4ed8ddfdbfc59965cd7318d8147",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192097998.",
   "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-bkgbm924.js",
     "binary_offset": 173929034,
     "length": 24,
     "sha256": "51c7964294d8c2298f70bd3ac2b45eb898975eeb67feb29623bbae1d8f3d3a74",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ebbt6t1j.js` offset 192097998.",
    "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-ebbt6t1j.js",
      "binary_offset": 192097998,
      "length": 29,
      "sha256": "0734f87e3e55f2b861a21b613622b90eba5eb65e275a7e9affc1c3cfe92f1374",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-qk8de39x.js",
      "binary_offset": 192155395,
      "length": 16,
      "sha256": "7bbfe78a24b57e7134c99c4ab67b966c94150ee12ecbb70ade061a102e5236d1",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192097998,
     "length": 29,
     "sha256": "0734f87e3e55f2b861a21b613622b90eba5eb65e275a7e9affc1c3cfe92f1374",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192098082,
     "length": 29,
     "sha256": "0734f87e3e55f2b861a21b613622b90eba5eb65e275a7e9affc1c3cfe92f1374",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qk8de39x.js",
     "binary_offset": 192153752,
     "length": 16,
     "sha256": "7bbfe78a24b57e7134c99c4ab67b966c94150ee12ecbb70ade061a102e5236d1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qk8de39x.js",
     "binary_offset": 192155395,
     "length": 16,
     "sha256": "7bbfe78a24b57e7134c99c4ab67b966c94150ee12ecbb70ade061a102e5236d1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176734379,
     "length": 19,
     "sha256": "d9d10472a1fc0101280eeebcc02c5b62e00842685643d5da9dc50f5ef34f4395",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5mhpnfhw.js",
     "binary_offset": 209184977,
     "length": 19,
     "sha256": "d9d10472a1fc0101280eeebcc02c5b62e00842685643d5da9dc50f5ef34f4395",
     "version": "2.1.282",
     "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": 10,
    "read_paths": [
     "helper",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173881676,
     "length": 31,
     "sha256": "05ca69f458905af8b9afc0c1531107dad152d35241c22a3fe7c7d3bf81121df7",
     "version": "2.1.282",
     "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"
    ],
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176217093,
      "length": 26,
      "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176217987,
      "length": 26,
      "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179764884,
     "length": 36,
     "sha256": "4790d6c3816c2c02c592e91ee6e0db04de6335b1eabe7855d93406b72d161400",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179768127,
     "length": 36,
     "sha256": "4790d6c3816c2c02c592e91ee6e0db04de6335b1eabe7855d93406b72d161400",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176217093,
     "length": 26,
     "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176217987,
     "length": 26,
     "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5mhpnfhw.js",
     "binary_offset": 209184950,
     "length": 26,
     "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8bak7p17.js",
     "binary_offset": 196314353,
     "length": 26,
     "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dczxy899.js",
     "binary_offset": 205500683,
     "length": 26,
     "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s7hqhfky.js",
     "binary_offset": 202522330,
     "length": 26,
     "sha256": "ba91e36fd2123295aac4e8c10a854a772b4bcf1977e94eeb58c86c7e8e7523f5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44sfjc4n.js",
     "binary_offset": 195459315,
     "length": 29,
     "sha256": "efdf30ed52fdbee4c9f88e60e5cb4534ed5f38d73bb6077c3ac223810026895d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44sfjc4n.js",
     "binary_offset": 195464429,
     "length": 29,
     "sha256": "efdf30ed52fdbee4c9f88e60e5cb4534ed5f38d73bb6077c3ac223810026895d",
     "version": "2.1.282",
     "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-zkzemj1p.js` offset 191740237.",
   "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-bkgbm924.js",
     "binary_offset": 173929059,
     "length": 22,
     "sha256": "23a70bd6bff6fc5e11e0be9427bdcc7b1eb0ab9c6e54d665abe671755533a402",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-zkzemj1p.js` offset 191740237.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-wqf6nvvb.js",
      "binary_offset": 174156033,
      "length": 17,
      "sha256": "77311c26c84e487eb808587713ce29329609e29312e9c35ef64fa27265efedb3",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-zkzemj1p.js",
     "binary_offset": 191740237,
     "length": 15,
     "sha256": "1d9540145c3bbeb1a3fa34844b03a2be65895d1d554507649ae2b13e3aa2d250",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175488918,
     "length": 17,
     "sha256": "690aea9ab6c1bb4db768471ddb2a60ee862a385409cf27fd6c15e73119b7746c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176734472,
     "length": 17,
     "sha256": "690aea9ab6c1bb4db768471ddb2a60ee862a385409cf27fd6c15e73119b7746c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174156033,
     "length": 17,
     "sha256": "77311c26c84e487eb808587713ce29329609e29312e9c35ef64fa27265efedb3",
     "version": "2.1.282",
     "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-6mqmpjzk.js` offset 206161854.",
   "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-bkgbm924.js",
     "binary_offset": 173881708,
     "length": 41,
     "sha256": "3762541b405698cd6aff0afe83ccd497335b2b88058aa640f1c44300dbf449c6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6mqmpjzk.js` offset 206161854.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-6mqmpjzk.js",
      "binary_offset": 206161854,
      "length": 14,
      "sha256": "56d7cc2ffd21ddf4d3f66c2b3d9b2c68b864e2c198a3251c3e0a379a0cd910a6",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6mqmpjzk.js",
     "binary_offset": 206161854,
     "length": 14,
     "sha256": "56d7cc2ffd21ddf4d3f66c2b3d9b2c68b864e2c198a3251c3e0a379a0cd910a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6mqmpjzk.js",
     "binary_offset": 206161879,
     "length": 14,
     "sha256": "56d7cc2ffd21ddf4d3f66c2b3d9b2c68b864e2c198a3251c3e0a379a0cd910a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cxhrq28h.js",
     "binary_offset": 206176454,
     "length": 14,
     "sha256": "8a04c7875306677b967e569cba23a634f0a3feb58a9e4fb9f7ed0a3a437da006",
     "version": "2.1.282",
     "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-6mqmpjzk.js` offset 206161796.",
   "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-bkgbm924.js",
     "binary_offset": 173881750,
     "length": 45,
     "sha256": "059dd4205e0a046d7b0ff79e8b0a1da2b372d50b2022b291b885c2d8823b8d31",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6mqmpjzk.js` offset 206161796.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-6mqmpjzk.js",
      "binary_offset": 206161796,
      "length": 14,
      "sha256": "757201c8a0885ee0971829eaaadd8dd37899d29da062dc65c02b15af8d777dad",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6mqmpjzk.js",
     "binary_offset": 206161796,
     "length": 14,
     "sha256": "757201c8a0885ee0971829eaaadd8dd37899d29da062dc65c02b15af8d777dad",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6mqmpjzk.js",
     "binary_offset": 206161835,
     "length": 14,
     "sha256": "757201c8a0885ee0971829eaaadd8dd37899d29da062dc65c02b15af8d777dad",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cxhrq28h.js",
     "binary_offset": 206176403,
     "length": 14,
     "sha256": "cb4cf6877ae7e9f1d1f60f0b62175ef921ae92299728d9d0473e5a55176ccc69",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192097950.",
   "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-bkgbm924.js",
     "binary_offset": 173929082,
     "length": 25,
     "sha256": "0b41f031d61f463a1a6a832c3a40c36523231794989af89a6e7e0928df17afcf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ebbt6t1j.js` offset 192097950.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192097950,
     "length": 30,
     "sha256": "20ee042a86d81d7025c527ac7a1c4909c77606e6a4466fcdefafe2f6c2040c94",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w58ma80r.js",
     "binary_offset": 191913697,
     "length": 15,
     "sha256": "879963f42dd125f96e8ff254052a2623ae28d6c67f59b698981de19f4ff4e5e1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w58ma80r.js",
     "binary_offset": 191913738,
     "length": 15,
     "sha256": "879963f42dd125f96e8ff254052a2623ae28d6c67f59b698981de19f4ff4e5e1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175488833,
     "length": 20,
     "sha256": "63d11fbaa03974d2d098d39eb03c6db5f6acff5ec95a46f3523ed86005e71ec1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175489958,
     "length": 20,
     "sha256": "63d11fbaa03974d2d098d39eb03c6db5f6acff5ec95a46f3523ed86005e71ec1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44sfjc4n.js",
     "binary_offset": 195463861,
     "length": 23,
     "sha256": "25fc0894eabbf8a66f4cc6a8dc863f178e047f6595f7b38736a77ab22fe31e7f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h89m0z5t.js",
     "binary_offset": 195807515,
     "length": 23,
     "sha256": "7da1f39e98f2c65d2217744f0d7909da62463b24a15453f625ee36435dc2a9dc",
     "version": "2.1.282",
     "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-09k8apky.js` offset 175323154.",
   "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-bkgbm924.js",
     "binary_offset": 173929108,
     "length": 23,
     "sha256": "a7c4c5087f43e3c220be59f0311c284abf3512c449b526002ca40fdef1e66153",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-09k8apky.js` offset 175323154.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175323154,
     "length": 18,
     "sha256": "1a0caa05f5d8297323d7f8b8ea32d12fb5def99e64abfe0d88cef295bbd635f0",
     "version": "2.1.282",
     "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-09k8apky.js` offset 175323130.",
   "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-bkgbm924.js",
     "binary_offset": 173929132,
     "length": 27,
     "sha256": "9fcfcc343c7c16daf31fb83df2dcfd6b33ef4275b8cbbe266a03ee569d2a46ce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-09k8apky.js` offset 175323130.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175323130,
     "length": 22,
     "sha256": "31d2a84c3fe806551b273d3496ffb463e9b7ca1387e648351e3ffa76bf4b547f",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173879197.",
   "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-bkgbm924.js",
     "binary_offset": 173903006,
     "length": 24,
     "sha256": "3919d0f6f1032c5f5c215d0d62a28bbc968f62e6af75decc02940a9973562c28",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173879197.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-w58ma80r.js",
      "binary_offset": 191913662,
      "length": 15,
      "sha256": "1d96876dd5fcbd38c9d5a11d083598dae67e0cf9f26337eec36051415f768292",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879197,
     "length": 29,
     "sha256": "981c55361aaed26c56c0ad77a7577467fe7991c37c268f6aba78467ab2f7cf18",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879270,
     "length": 29,
     "sha256": "981c55361aaed26c56c0ad77a7577467fe7991c37c268f6aba78467ab2f7cf18",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w58ma80r.js",
     "binary_offset": 191913662,
     "length": 15,
     "sha256": "1d96876dd5fcbd38c9d5a11d083598dae67e0cf9f26337eec36051415f768292",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173879138.",
   "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-bkgbm924.js",
     "binary_offset": 173903031,
     "length": 31,
     "sha256": "59125b924d423275560ef29831734efaccd4c261ddf6d44a59b0bf0acbf728a5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173879138.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173879138,
      "length": 36,
      "sha256": "18fd0d867df09a34540dfe8a69010a0b75d54b4f60bf99e21ab8f7725e8104a6",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879138,
     "length": 36,
     "sha256": "18fd0d867df09a34540dfe8a69010a0b75d54b4f60bf99e21ab8f7725e8104a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w58ma80r.js",
     "binary_offset": 191779158,
     "length": 15,
     "sha256": "6ca7392d785df0ee22a0e4dc14fb37bbf8c9cd5bce084e20104bc190733c5501",
     "version": "2.1.282",
     "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-xa23xdat.js` offset 192206430.",
   "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-bkgbm924.js",
     "binary_offset": 173929160,
     "length": 18,
     "sha256": "34dbccdac36d62a59d0936569b5ea26a8532ac893167dddc2a0c6ecf419c155a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xa23xdat.js` offset 192206430.",
    "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-wqf6nvvb.js",
      "binary_offset": 174156016,
      "length": 13,
      "sha256": "dd959ec5033cf2556816fc8272819ee467b4d2e16f870f3de2724e11ce134e94",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xa23xdat.js",
     "binary_offset": 192206430,
     "length": 23,
     "sha256": "7afed77f655c47c926c736bc81e1a69db68b8fc2b301ed5a5292ece8457740ce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zkzemj1p.js",
     "binary_offset": 191739882,
     "length": 14,
     "sha256": "53e60fe703ca6791e211537c3eff61f2fb830e17a30860f0ee20cd3524d89406",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175488980,
     "length": 13,
     "sha256": "ac9e81adc5732356190a12b7b62fb03009bc5422c77a269b358fd7620aa5fbc2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176734447,
     "length": 13,
     "sha256": "ac9e81adc5732356190a12b7b62fb03009bc5422c77a269b358fd7620aa5fbc2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176756260,
     "length": 13,
     "sha256": "ac9e81adc5732356190a12b7b62fb03009bc5422c77a269b358fd7620aa5fbc2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5mhpnfhw.js",
     "binary_offset": 209184936,
     "length": 13,
     "sha256": "ac9e81adc5732356190a12b7b62fb03009bc5422c77a269b358fd7620aa5fbc2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174156016,
     "length": 13,
     "sha256": "dd959ec5033cf2556816fc8272819ee467b4d2e16f870f3de2724e11ce134e94",
     "version": "2.1.282",
     "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-7p2rpc7h.js` offset 192195250.",
   "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-bkgbm924.js",
     "binary_offset": 173929179,
     "length": 17,
     "sha256": "3c1fe178da0708f418c14257b804ece439614d3afc61725e90be3247c213c6f8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-7p2rpc7h.js` offset 192195250.",
    "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-7p2rpc7h.js",
     "binary_offset": 192195250,
     "length": 22,
     "sha256": "ccf42d2f641447478d79c6920d4df616bc6f0f878518f9c5d6767ae7bd54be5c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192097926,
     "length": 22,
     "sha256": "ccf42d2f641447478d79c6920d4df616bc6f0f878518f9c5d6767ae7bd54be5c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w58ma80r.js",
     "binary_offset": 191913680,
     "length": 15,
     "sha256": "c366599dbbd245e95c4305e098ccc02474c63c99bf9cb838be1c42c22f593967",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w58ma80r.js",
     "binary_offset": 191913721,
     "length": 15,
     "sha256": "c366599dbbd245e95c4305e098ccc02474c63c99bf9cb838be1c42c22f593967",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175488814,
     "length": 12,
     "sha256": "f97a1e4f10fedea6507f482c329afcf3bc7c5b2013f1b7974a6f10cade138518",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175489944,
     "length": 12,
     "sha256": "f97a1e4f10fedea6507f482c329afcf3bc7c5b2013f1b7974a6f10cade138518",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44sfjc4n.js",
     "binary_offset": 195459189,
     "length": 15,
     "sha256": "4ebc6ca2352ccfea81d7bc413efef9574078208482d7f75f9bdcf57257d9a8bd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44sfjc4n.js",
     "binary_offset": 195463844,
     "length": 15,
     "sha256": "4ebc6ca2352ccfea81d7bc413efef9574078208482d7f75f9bdcf57257d9a8bd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h89m0z5t.js",
     "binary_offset": 195807498,
     "length": 15,
     "sha256": "e75660cd668aaadefcd2d04702b67c2d3bb74e956520bcc0c640a8b0414e878b",
     "version": "2.1.282",
     "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-ta8ptcjk.js` offset 206171803.",
   "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-bkgbm924.js",
     "binary_offset": 173881796,
     "length": 19,
     "sha256": "a33d5bf0650ef077c24f0b221158f0e8352e291072186230de05db956dfc37c9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ta8ptcjk.js` offset 206171803.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ta8ptcjk.js",
     "binary_offset": 206171803,
     "length": 14,
     "sha256": "91a608bcd782c0c2b094da20fd2d5527ac478b4ce59e6bf40ee2eda9262f8813",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192098029.",
   "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-bkgbm924.js",
     "binary_offset": 173929197,
     "length": 28,
     "sha256": "e3501c769d1290ae31f4fc7a8782851e5ec831e25b8d3601444802676e7592c8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ebbt6t1j.js` offset 192098029.",
    "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-ebbt6t1j.js",
     "binary_offset": 192098029,
     "length": 33,
     "sha256": "71df3a7ae57d4cdd1ef46d36b3e3b8b6dc4ab9ea6d64767231d72e2021e60df7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192098128,
     "length": 33,
     "sha256": "71df3a7ae57d4cdd1ef46d36b3e3b8b6dc4ab9ea6d64767231d72e2021e60df7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qk8de39x.js",
     "binary_offset": 192153771,
     "length": 16,
     "sha256": "cfe9de5ada17e71099b1d62361d5cd07a55ffd9d1abe86bc34ebac36c3fda300",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qk8de39x.js",
     "binary_offset": 192155413,
     "length": 16,
     "sha256": "cfe9de5ada17e71099b1d62361d5cd07a55ffd9d1abe86bc34ebac36c3fda300",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176734415,
     "length": 23,
     "sha256": "cc5173735adbc720c22d054dd10d1153beb26900af66e48721d93243c52f0e05",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192098168.",
   "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-bkgbm924.js",
     "binary_offset": 173929226,
     "length": 24,
     "sha256": "5b32e1e3bc7f25f9b4974b087b73ef2ba289492766d8a1e07cf0ff16aec9044d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ebbt6t1j.js` offset 192098168.",
    "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-ebbt6t1j.js",
     "binary_offset": 192098168,
     "length": 29,
     "sha256": "5cdde123507fc83d877a089a12492ac95c719498436d513de2932a7db76362ac",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qk8de39x.js",
     "binary_offset": 192153790,
     "length": 14,
     "sha256": "077b91d9b520835e0f821188a576465ff75b4709f4543b31a4c9015e0813951d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176733794,
     "length": 19,
     "sha256": "2c03bd1965b0ee9761bdf41f5d27f062fc66c1b91b7058b482abdf246e6999bd",
     "version": "2.1.282",
     "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-zkzemj1p.js` offset 191740333.",
   "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-bkgbm924.js",
     "binary_offset": 173929251,
     "length": 34,
     "sha256": "979a060f5d7e425d31a96c21c02657ac25e19a085ce5a8a0d9f4fb58bffc5457",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-zkzemj1p.js` offset 191740333.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/amazon-bedrock"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-wqf6nvvb.js",
      "binary_offset": 174156054,
      "length": 29,
      "sha256": "289432b10ec2ac5f867dc1dc5f640c47009776d7e2bed1be6ebcd1072d55a9cc",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-zkzemj1p.js",
     "binary_offset": 191740333,
     "length": 15,
     "sha256": "aab2cfbda9fa02470a121824a90d1b7ff6a5a5d9eee442e8e8c641cb0eb94949",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175488943,
     "length": 29,
     "sha256": "4f6dae2214bc0f2abb17146b447db831e572a71b53e9773e78d42d2860f2e641",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176734500,
     "length": 29,
     "sha256": "4f6dae2214bc0f2abb17146b447db831e572a71b53e9773e78d42d2860f2e641",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174156054,
     "length": 29,
     "sha256": "289432b10ec2ac5f867dc1dc5f640c47009776d7e2bed1be6ebcd1072d55a9cc",
     "version": "2.1.282",
     "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-8sw267qa.js` offset 198819720.",
   "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-bkgbm924.js",
     "binary_offset": 173929286,
     "length": 28,
     "sha256": "04ab05603e9aad2af5e9b2fcea5a4528eb42bedee3cc5b330bb59a4dfb2db34d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8sw267qa.js` offset 198819720.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8sw267qa.js",
     "binary_offset": 198819720,
     "length": 23,
     "sha256": "76b4ea554f1943ecac7d3f5d1e6b28bd226317837e0438b52765be3edfa8bfd1",
     "version": "2.1.282",
     "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-ta8ptcjk.js` offset 206171774.",
   "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-bkgbm924.js",
     "binary_offset": 173881816,
     "length": 34,
     "sha256": "1fc23193d783ffe8f7f5f969463b5404b8851a47b6ce47a39a3a8e4461cba297",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ta8ptcjk.js` offset 206171774.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ta8ptcjk.js",
     "binary_offset": 206171774,
     "length": 14,
     "sha256": "651dbdfb3d3793dfc98229a8f9973b86ed536d09f58d4bef7a924936de9964c0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ta8ptcjk.js",
     "binary_offset": 206172115,
     "length": 14,
     "sha256": "651dbdfb3d3793dfc98229a8f9973b86ed536d09f58d4bef7a924936de9964c0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173882041,
     "length": 47,
     "sha256": "04167efc34de81c8502016e97ab710fa405bf8489c4c804e384882fc173a9fb4",
     "version": "2.1.282",
     "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-2393h2ax.js",
     "binary_offset": 175495245,
     "length": 42,
     "sha256": "17165e62458f9a7eadd3490533ea52fc132c8bd5b2c4c67adb938552f23c4639",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176755265,
     "length": 42,
     "sha256": "17165e62458f9a7eadd3490533ea52fc132c8bd5b2c4c67adb938552f23c4639",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173890224,
     "length": 55,
     "sha256": "3cd4ebe89fde87ae148e32c427e7b776dc33a2238a1f5844a717bf8febfc746c",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179779751,
     "length": 50,
     "sha256": "d0d6c1870ea3473fbd4a2a8046dce6685e1591dba6cf70c0cbd99990069750af",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173890280,
     "length": 53,
     "sha256": "9bd70838e6215a9561f827e151fa43b1a87bc062ac8544b10d3c74950c044bfc",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179779995,
     "length": 48,
     "sha256": "21e859a3d5dc91965400cb12e3eeae338d8a650efd001451d5fdaa9ec83ec322",
     "version": "2.1.282",
     "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": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173882919,
     "length": 42,
     "sha256": "8589be94947a20a15b4c7867f2e07d9f184fe77fcbd6d952b0e7f6e7cc25d8b2",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179766409,
     "length": 47,
     "sha256": "60464f707c44f811a300da70a12aa22c92947d0a27a9a9af3cd7be3a280e85ad",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189554275,
     "length": 37,
     "sha256": "9bdd4f8f37479659ac10532c5716f82ce33fcbfb50f670ac2de60cc61ada6820",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196719786,
     "length": 37,
     "sha256": "9bdd4f8f37479659ac10532c5716f82ce33fcbfb50f670ac2de60cc61ada6820",
     "version": "2.1.282",
     "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": 11,
    "read_paths": [
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173883014,
     "length": 38,
     "sha256": "e686b29e051fd034fd532ac34701f53e28dbc5a2ca9023ef18c09b406366cb98",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176217308,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176218202,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179765277,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179767043,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179768856,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8sw267qa.js",
     "binary_offset": 198820097,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8sw267qa.js",
     "binary_offset": 198830810,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8sw267qa.js",
     "binary_offset": 198831545,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8sw267qa.js",
     "binary_offset": 198833031,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dczxy899.js",
     "binary_offset": 205501408,
     "length": 33,
     "sha256": "bb5f5050b707c656f2af89140fca4f62a3cb782a245265299972a391a0f963fe",
     "version": "2.1.282",
     "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": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173883053,
     "length": 36,
     "sha256": "d1b4abdd083012cbd1d847ab0e4fc0152ddc654650afdcd8c1d9388361e1bc23",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179764549,
     "length": 41,
     "sha256": "31339e26dfa0d8a2cbb428808523d1735dfbdf2abc27b14c3724073624eb0c49",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176216624,
     "length": 31,
     "sha256": "92a4d50a65f0d9d48563897e44a2fcdd0607909b76ff7612e6d93f94fb8d0da2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176217510,
     "length": 31,
     "sha256": "92a4d50a65f0d9d48563897e44a2fcdd0607909b76ff7612e6d93f94fb8d0da2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189554200,
     "length": 31,
     "sha256": "92a4d50a65f0d9d48563897e44a2fcdd0607909b76ff7612e6d93f94fb8d0da2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189582581,
     "length": 31,
     "sha256": "92a4d50a65f0d9d48563897e44a2fcdd0607909b76ff7612e6d93f94fb8d0da2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196718876,
     "length": 31,
     "sha256": "92a4d50a65f0d9d48563897e44a2fcdd0607909b76ff7612e6d93f94fb8d0da2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s7hqhfky.js",
     "binary_offset": 202522488,
     "length": 31,
     "sha256": "92a4d50a65f0d9d48563897e44a2fcdd0607909b76ff7612e6d93f94fb8d0da2",
     "version": "2.1.282",
     "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": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173883127,
     "length": 35,
     "sha256": "6b6bad94b13f6f176a59dfd03e88b0eddf25c97c1281a12ce7a1cfa69e4d97cd",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179768035,
     "length": 40,
     "sha256": "31c0fe52290005c96ba5d7345fcd2c2c83e62b325049accec388f2d129b550a1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189554349,
     "length": 30,
     "sha256": "f79d4f5c6665ec524ed9696ccfc0383724b8067e58410e7b7e9971c7f8a18aa6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189582648,
     "length": 30,
     "sha256": "f79d4f5c6665ec524ed9696ccfc0383724b8067e58410e7b7e9971c7f8a18aa6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dczxy899.js",
     "binary_offset": 205500841,
     "length": 30,
     "sha256": "f79d4f5c6665ec524ed9696ccfc0383724b8067e58410e7b7e9971c7f8a18aa6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196720776,
     "length": 30,
     "sha256": "f79d4f5c6665ec524ed9696ccfc0383724b8067e58410e7b7e9971c7f8a18aa6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173930164,
     "length": 36,
     "sha256": "6623810660e9f1326f8419ed816f3530705952a4691659d8df648ecf5c826c57",
     "version": "2.1.282",
     "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-vnyh2jpk.js",
     "binary_offset": 173795855,
     "length": 41,
     "sha256": "c6be261e918afef2dd84ddf9335500ea5a4ad27b00aaa16cd7ce3177e6111948",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189554241,
     "length": 31,
     "sha256": "ae92c98afbb41f31da5fbcebee731739ebc95fe9abbdd2857045ba45f61e9ceb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mrrt6yj3.js",
     "binary_offset": 175011651,
     "length": 31,
     "sha256": "ae92c98afbb41f31da5fbcebee731739ebc95fe9abbdd2857045ba45f61e9ceb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182905801,
     "length": 31,
     "sha256": "ae92c98afbb41f31da5fbcebee731739ebc95fe9abbdd2857045ba45f61e9ceb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176731064,
     "length": 31,
     "sha256": "6acd57f9d6df36bba8eca0b0b751e29e98e2b0abac5c4267c0de0434d111c4b6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173930247,
     "length": 30,
     "sha256": "e52359ede6e164539c1386ac0ea3aa69f0f9c3a8ec2007c1b1b41b4aa60a94df",
     "version": "2.1.282",
     "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-vnyh2jpk.js",
     "binary_offset": 173795733,
     "length": 35,
     "sha256": "fd5e84a311730beb17c1244414c23aa163f0e1f9199bace78a0f159fe7abb9b9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189554172,
     "length": 25,
     "sha256": "f2ea7ff3ca81d869bb46ea9c32a43bd24e0ac8211601c44724fb285c47a038fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mrrt6yj3.js",
     "binary_offset": 175011579,
     "length": 25,
     "sha256": "f2ea7ff3ca81d869bb46ea9c32a43bd24e0ac8211601c44724fb285c47a038fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181631858,
     "length": 25,
     "sha256": "f2ea7ff3ca81d869bb46ea9c32a43bd24e0ac8211601c44724fb285c47a038fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182905774,
     "length": 25,
     "sha256": "f2ea7ff3ca81d869bb46ea9c32a43bd24e0ac8211601c44724fb285c47a038fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183693082,
     "length": 25,
     "sha256": "f2ea7ff3ca81d869bb46ea9c32a43bd24e0ac8211601c44724fb285c47a038fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176731012,
     "length": 25,
     "sha256": "2d0328cb9f6b9bcc939ef2f9ed834b5d2995c92cf4fbcfcc34f6b0784a8bf272",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173930340,
     "length": 29,
     "sha256": "31e44b9f9da6cf5a5552320add70bf1add7f5cea955ff23817d10602c6529fc3",
     "version": "2.1.282",
     "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-vnyh2jpk.js",
     "binary_offset": 173795958,
     "length": 34,
     "sha256": "7718029e45e0524ee69e9897f8820e1e68b073fbfa8c7d1257e3676a1ced40c2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189554322,
     "length": 24,
     "sha256": "4607a51c311b12d7a31a1353ced075b8fc401cae6db1e2e887de40b7b86324b1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mrrt6yj3.js",
     "binary_offset": 175011762,
     "length": 24,
     "sha256": "4607a51c311b12d7a31a1353ced075b8fc401cae6db1e2e887de40b7b86324b1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mrrt6yj3.js",
     "binary_offset": 175011991,
     "length": 24,
     "sha256": "4607a51c311b12d7a31a1353ced075b8fc401cae6db1e2e887de40b7b86324b1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182905834,
     "length": 24,
     "sha256": "4607a51c311b12d7a31a1353ced075b8fc401cae6db1e2e887de40b7b86324b1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176731137,
     "length": 24,
     "sha256": "3d63884560dd68ab7607c643419d84be9870acde820def52431dcc680867aaf3",
     "version": "2.1.282",
     "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": [
     "process.env"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173927350,
     "length": 42,
     "sha256": "bb166f60e744b33c9a1e523306008112676f4656297b1a01c264c89f38c11fe0",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179778117,
     "length": 47,
     "sha256": "41bc53406b7656d2d61cdc9d15f9255786e3bb243651767165a992a4d2d1957a",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179771425.",
   "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-bkgbm924.js",
     "binary_offset": 173928733,
     "length": 38,
     "sha256": "f53bf37a865e733da727d219f9fe60700038b6c8f3cfacd951bc898a63e1727b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179771425.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179771425,
     "length": 33,
     "sha256": "99675c8d6a6d7ce0f9cd0019dbcc09b30559e3986c132e1bc4603ee8a1b9ff61",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196719920,
     "length": 33,
     "sha256": "99675c8d6a6d7ce0f9cd0019dbcc09b30559e3986c132e1bc4603ee8a1b9ff61",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181946573,
     "length": 33,
     "sha256": "99675c8d6a6d7ce0f9cd0019dbcc09b30559e3986c132e1bc4603ee8a1b9ff61",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182924486,
     "length": 33,
     "sha256": "99675c8d6a6d7ce0f9cd0019dbcc09b30559e3986c132e1bc4603ee8a1b9ff61",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183449411,
     "length": 33,
     "sha256": "99675c8d6a6d7ce0f9cd0019dbcc09b30559e3986c132e1bc4603ee8a1b9ff61",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ms1rtzya.js",
     "binary_offset": 195812826,
     "length": 36,
     "sha256": "40a57d876683357e089ee96465b4258f02343318bbd96dec9b7b454791c5a55c",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179767270.",
   "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-bkgbm924.js",
     "binary_offset": 173928772,
     "length": 38,
     "sha256": "8bf973b41f3a63e195ec288a1805852044f9b2612cedc9339e6a16f7075fead1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179767270.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179767270,
     "length": 33,
     "sha256": "50d42c5b0db697783cac9893e05b9bccfe5271d482df48aa7d7ae013bbd26d35",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196720261,
     "length": 33,
     "sha256": "50d42c5b0db697783cac9893e05b9bccfe5271d482df48aa7d7ae013bbd26d35",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ms1rtzya.js",
     "binary_offset": 195812947,
     "length": 36,
     "sha256": "e7e0a0429b1d5f03949191d9211463bbe3ec8b52f33d0f04dcfeb3e7b8335816",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176757310.",
   "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-bkgbm924.js",
     "binary_offset": 173928811,
     "length": 37,
     "sha256": "58ce1d728b0ce0ae5b838a26d66ebf4663e7be3831314b17bd2736e1c5597b6f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176757310.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176757310,
     "length": 32,
     "sha256": "b0231252e118eceaca624d2597b2a4caf7dc0ff6561ee0ea5c2328fcfb60a4f0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179767199,
     "length": 32,
     "sha256": "b0231252e118eceaca624d2597b2a4caf7dc0ff6561ee0ea5c2328fcfb60a4f0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196720123,
     "length": 32,
     "sha256": "b0231252e118eceaca624d2597b2a4caf7dc0ff6561ee0ea5c2328fcfb60a4f0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ms1rtzya.js",
     "binary_offset": 195812873,
     "length": 35,
     "sha256": "737c16a368337840abfe2b8808d249efa65510a3d8558c40a852e78815dd92d7",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179767346.",
   "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-bkgbm924.js",
     "binary_offset": 173928849,
     "length": 42,
     "sha256": "9ce33e79a4af062edc54e33f1dff559070b56574b871ca5a181751fe0f43e8a9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179767346.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179767346,
     "length": 37,
     "sha256": "719be76f35ab497baaaaa3f3124618d531480c5475cd64252cd586da99d8dcfe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196720035,
     "length": 37,
     "sha256": "719be76f35ab497baaaaa3f3124618d531480c5475cd64252cd586da99d8dcfe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ms1rtzya.js",
     "binary_offset": 195812998,
     "length": 40,
     "sha256": "bf52beabfb89833188f1cf4631c4daa001b099b43f0e93bd75f4b5efe890791c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173928966,
     "length": 32,
     "sha256": "8d5b6adc1316d17b8ef97136f3fc15aec6c52fadd2509cb4f85854664adb0651",
     "version": "2.1.282",
     "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-x9fwahqm.js",
      "binary_offset": 181863531,
      "length": 27,
      "sha256": "7817b8fbb788cdb665431119881e5439534ce4da7aa3aa269ad63a6cd129dfc4",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179771512,
     "length": 37,
     "sha256": "b34e64599e011675c59f30ee1c81153ac6ed891ad90e1042cf7de8f2654dcac7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-f7gew1d1.js",
     "binary_offset": 202530073,
     "length": 27,
     "sha256": "7817b8fbb788cdb665431119881e5439534ce4da7aa3aa269ad63a6cd129dfc4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kyg7c6n4.js",
     "binary_offset": 196336385,
     "length": 27,
     "sha256": "7817b8fbb788cdb665431119881e5439534ce4da7aa3aa269ad63a6cd129dfc4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196718971,
     "length": 27,
     "sha256": "7817b8fbb788cdb665431119881e5439534ce4da7aa3aa269ad63a6cd129dfc4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181863531,
     "length": 27,
     "sha256": "7817b8fbb788cdb665431119881e5439534ce4da7aa3aa269ad63a6cd129dfc4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181946627,
     "length": 27,
     "sha256": "7817b8fbb788cdb665431119881e5439534ce4da7aa3aa269ad63a6cd129dfc4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182924117,
     "length": 27,
     "sha256": "7817b8fbb788cdb665431119881e5439534ce4da7aa3aa269ad63a6cd129dfc4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183449236,
     "length": 27,
     "sha256": "7817b8fbb788cdb665431119881e5439534ce4da7aa3aa269ad63a6cd129dfc4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9a8p6jwg.js",
     "binary_offset": 195819016,
     "length": 30,
     "sha256": "de892bfe2733f36cd0c59033621a93132714bdc90ccf5a0b3fdaece5f6cede13",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173928999,
     "length": 34,
     "sha256": "c81138f4d5fbd855a03b21b7084c0627f5a77247a7d671ca523c65014b80c390",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176757137,
     "length": 29,
     "sha256": "7d0f0ea1b10bf697d39bb2a62c7fe8d92188ef8bf527cbcee0f3b81f1edcb373",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5mhpnfhw.js",
     "binary_offset": 209184884,
     "length": 29,
     "sha256": "7d0f0ea1b10bf697d39bb2a62c7fe8d92188ef8bf527cbcee0f3b81f1edcb373",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196719055,
     "length": 29,
     "sha256": "7d0f0ea1b10bf697d39bb2a62c7fe8d92188ef8bf527cbcee0f3b81f1edcb373",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9a8p6jwg.js",
     "binary_offset": 195819095,
     "length": 32,
     "sha256": "2cb0e4bfcc590317c3fea2dfe318bb13dc24b1a57bad8c0c8448c138f2844f37",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179767568.",
   "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-bkgbm924.js",
     "binary_offset": 173882962,
     "length": 51,
     "sha256": "cbd1a6fdb67709513882630945b2e07941f827a80345ad7326ca7dde669fce63",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179767568.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179767568,
     "length": 46,
     "sha256": "9beecc05a6cafc347d1f51bd96659fa233ead51f43556278f0102c91b184b9bb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189554499,
     "length": 46,
     "sha256": "9beecc05a6cafc347d1f51bd96659fa233ead51f43556278f0102c91b184b9bb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196720307,
     "length": 46,
     "sha256": "9beecc05a6cafc347d1f51bd96659fa233ead51f43556278f0102c91b184b9bb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181981322,
     "length": 46,
     "sha256": "9beecc05a6cafc347d1f51bd96659fa233ead51f43556278f0102c91b184b9bb",
     "version": "2.1.282",
     "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": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173883163,
     "length": 35,
     "sha256": "f7976d010ea853e1722a278afaad0c771ff2cf253d2314a76464968225b143d7",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179768979,
     "length": 40,
     "sha256": "8f5764b48cc774d231a9bebaaca5e03dd443f0b7c9985c384ca9b5d07e1b63a5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189554416,
     "length": 30,
     "sha256": "3897a5fc2786b36d88d4407fd342bfcb936589f8c3dd05a4156426edf6884631",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189582615,
     "length": 30,
     "sha256": "3897a5fc2786b36d88d4407fd342bfcb936589f8c3dd05a4156426edf6884631",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-f7gew1d1.js",
     "binary_offset": 202529786,
     "length": 30,
     "sha256": "3897a5fc2786b36d88d4407fd342bfcb936589f8c3dd05a4156426edf6884631",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196719176,
     "length": 30,
     "sha256": "3897a5fc2786b36d88d4407fd342bfcb936589f8c3dd05a4156426edf6884631",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181981291,
     "length": 30,
     "sha256": "3897a5fc2786b36d88d4407fd342bfcb936589f8c3dd05a4156426edf6884631",
     "version": "2.1.282",
     "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-vnyh2jpk.js` offset 173795902.",
   "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-bkgbm924.js",
     "binary_offset": 173930201,
     "length": 45,
     "sha256": "f009e8ce95f6dd824ce0e68ecc98d4f49ecfb3a1060b3d2a08b7b07c388e2e29",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-vnyh2jpk.js` offset 173795902.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-vnyh2jpk.js",
     "binary_offset": 173795902,
     "length": 50,
     "sha256": "95ef3a64b0be6f29218cf34533335f2cd637e720dc0a84d79d2cbe3334d37a5d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189554456,
     "length": 40,
     "sha256": "2ec6f88f8bc46d9fd14834e9010703e314267602524127a7b5b953f82f8d5f18",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mrrt6yj3.js",
     "binary_offset": 175011698,
     "length": 40,
     "sha256": "2ec6f88f8bc46d9fd14834e9010703e314267602524127a7b5b953f82f8d5f18",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181950944,
     "length": 40,
     "sha256": "2ec6f88f8bc46d9fd14834e9010703e314267602524127a7b5b953f82f8d5f18",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176731096,
     "length": 40,
     "sha256": "b1676faa2be2e0470b8df929792e13cfd95716d35a67cae66804368422909e79",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173930370,
     "length": 29,
     "sha256": "36fed7c6a7a7f0720af51db229840833b9a3121517e888b0f51adad1033b007c",
     "version": "2.1.282",
     "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-vnyh2jpk.js",
     "binary_offset": 173795774,
     "length": 34,
     "sha256": "9d4aaeb03e3db76bd4b55794ceb90ee21eed2666d112d272a23b79de57029aa3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189554389,
     "length": 24,
     "sha256": "ef6ee8b47b88c1f1e487b758ca058245032829fb1159806e37ddbe73bf24498b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mrrt6yj3.js",
     "binary_offset": 175011796,
     "length": 24,
     "sha256": "ef6ee8b47b88c1f1e487b758ca058245032829fb1159806e37ddbe73bf24498b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181631805,
     "length": 24,
     "sha256": "ef6ee8b47b88c1f1e487b758ca058245032829fb1159806e37ddbe73bf24498b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181631885,
     "length": 24,
     "sha256": "ef6ee8b47b88c1f1e487b758ca058245032829fb1159806e37ddbe73bf24498b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181950918,
     "length": 24,
     "sha256": "ef6ee8b47b88c1f1e487b758ca058245032829fb1159806e37ddbe73bf24498b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183693268,
     "length": 24,
     "sha256": "ef6ee8b47b88c1f1e487b758ca058245032829fb1159806e37ddbe73bf24498b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176731162,
     "length": 24,
     "sha256": "bf56e3ffabc624845fa40bd2e4f79ff141243b1183e753e0655c003048863a37",
     "version": "2.1.282",
     "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-mfzs2r1w.js` offset 173712255.",
   "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-bkgbm924.js",
     "binary_offset": 173930555,
     "length": 22,
     "sha256": "3dc5a8d2c03a80bcc99e04e6a34c9639915c4856e220fa2f45caf45a38c445df",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mfzs2r1w.js` offset 173712255.",
    "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-mfzs2r1w.js",
     "binary_offset": 173712255,
     "length": 27,
     "sha256": "d14e27f010017be1854ad72472fbc709e37a0b00f5f66472cb89bf89a26ae7da",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-9a8p6jwg.js",
     "binary_offset": 195819056,
     "length": 20,
     "sha256": "4cdf32829d1ea38059eeda51f05aa74a338a70db9a78d661c2e584346e777c04",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192034200.",
   "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-bkgbm924.js",
     "binary_offset": 173903260,
     "length": 22,
     "sha256": "b4788325272e18c3056e33f64e996d42fa0b7c0af53122add73253798350b4c6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ebbt6t1j.js` offset 192034200.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192034200,
     "length": 27,
     "sha256": "a53236c818f6a00449837cc0417b0cb29b8e113b8dd6a6fa5b26c46b38056866",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kyg7c6n4.js",
     "binary_offset": 196338868,
     "length": 17,
     "sha256": "77dfee664df71c42f79dfd1025e9598b7c65b2bf220b9d5629a191d2a70908aa",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192120023.",
   "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-bkgbm924.js",
     "binary_offset": 173906760,
     "length": 21,
     "sha256": "ca1673ecc2f682d91250c4b9554a59c52c16921ca0b319ef6b5569ff48a30775",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ebbt6t1j.js` offset 192120023.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192120023,
     "length": 26,
     "sha256": "232389f73edb9bc3da682a7b850da1a6e257f593de4dee50c2dad47e7ac4e4cd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176757095,
     "length": 16,
     "sha256": "8c8230e1d36f417ab34af1139f6e8f3a3d99eb70a5debd0319e1d327d1af6f6a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179767493,
     "length": 16,
     "sha256": "8c8230e1d36f417ab34af1139f6e8f3a3d99eb70a5debd0319e1d327d1af6f6a",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192119961.",
   "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-bkgbm924.js",
     "binary_offset": 173903747,
     "length": 21,
     "sha256": "42ec67b4e8e61e4ad2700b8553d20a50d91ad7f4329717d8dfcf7e68a3de986b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ebbt6t1j.js` offset 192119961.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/google-vertex-ai"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192119961,
     "length": 26,
     "sha256": "3d9c3b376ff5c58851265049c05dd50e3dd191cb8b2db53174f794956f007bb3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176757053,
     "length": 16,
     "sha256": "7f4127405ab2920d6773441bc7b5c15dd970abc1b86cfc9649282d071b1acf28",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179767405,
     "length": 16,
     "sha256": "7f4127405ab2920d6773441bc7b5c15dd970abc1b86cfc9649282d071b1acf28",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192116129.",
   "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-bkgbm924.js",
     "binary_offset": 173906782,
     "length": 37,
     "sha256": "81c3d3b32f55325ba531b7d2af48c139ee2e13c286b72292768aa6b05b1d913a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ebbt6t1j.js` offset 192116129.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192116129,
     "length": 42,
     "sha256": "b73615be56a5eba805eec2a935a3f857f1571a62f0f1d089452cafac4116a4ce",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192116085.",
   "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-bkgbm924.js",
     "binary_offset": 173904514,
     "length": 37,
     "sha256": "abf8f718675bb4c9afe0e5fe924a84a1698d76c88e3ba245c33a648a33fe975b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ebbt6t1j.js` offset 192116085.",
    "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-ebbt6t1j.js",
     "binary_offset": 192116085,
     "length": 42,
     "sha256": "c2e788090a8470262ff3760ee96d85111616c07626c60d0d83d772184a6b4f14",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5mhpnfhw.js",
     "binary_offset": 209184997,
     "length": 32,
     "sha256": "bc5e953fa7ee335628948fb84925b1e4a14b730d73d82a99a5b8c0300dd197c5",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192120051.",
   "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-bkgbm924.js",
     "binary_offset": 173906820,
     "length": 27,
     "sha256": "8a8b84e79899cc2049b534fdb49bd36bc970844c620a002730bfe88c49b58bda",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ebbt6t1j.js` offset 192120051.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192120051,
     "length": 32,
     "sha256": "b763364f575e6c1f371b31e7c991209264fb6d2898c07398891b1078da1f563b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176757113,
     "length": 22,
     "sha256": "df120b6659b8b77aa928b110f51f30387df75762beb18b395d255668b91d8dd2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179767537,
     "length": 22,
     "sha256": "df120b6659b8b77aa928b110f51f30387df75762beb18b395d255668b91d8dd2",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173879438.",
   "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-bkgbm924.js",
     "binary_offset": 173904552,
     "length": 27,
     "sha256": "577a93fd75656423bc383a43c445ca570e6ce426ce863edbc5000663ac8a86a8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173879438.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/google-vertex-ai"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173879438,
      "length": 32,
      "sha256": "17e9b02217d12f0b84e40071bf346147c1a850fc3820e2c0a5193632889c13aa",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879438,
     "length": 32,
     "sha256": "17e9b02217d12f0b84e40071bf346147c1a850fc3820e2c0a5193632889c13aa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192119989,
     "length": 32,
     "sha256": "17e9b02217d12f0b84e40071bf346147c1a850fc3820e2c0a5193632889c13aa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176757071,
     "length": 22,
     "sha256": "23a6f1943f1a8cbdbce7f56b1d0aadeb6397ef273a727e57f76ba258e4014276",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179767449,
     "length": 22,
     "sha256": "23a6f1943f1a8cbdbce7f56b1d0aadeb6397ef273a727e57f76ba258e4014276",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196720157,
     "length": 22,
     "sha256": "23a6f1943f1a8cbdbce7f56b1d0aadeb6397ef273a727e57f76ba258e4014276",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ms1rtzya.js",
     "binary_offset": 195812910,
     "length": 25,
     "sha256": "7ef78ff2c70dad49709a8c716c9e822fd9214bec7aad95c7f7c8d5f578a34092",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878469.",
   "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-bkgbm924.js",
     "binary_offset": 173904580,
     "length": 32,
     "sha256": "0a01a3e0185dd6247ab53c2ffd6b9b4c3748e0c9d8d4cfd60619d14faad8e64e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173878469.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878469,
     "length": 37,
     "sha256": "05ba04cc9b03dcb8f4b332b4fd90852280fc70a96bc69a623ff39321daf314c1",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173709540,
     "length": 32,
     "sha256": "f4a42187a1b24777c4924eb2b1513175be35cee144423cfec15bb50e1615aad0",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173709317,
     "length": 33,
     "sha256": "b016330475e3228ce813d3650bb7e0b81e31969e3a21b992df860e642569db51",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173709373,
     "length": 33,
     "sha256": "9058fadb721ae996ca70996553fd3127730fa48aea7d961414122080b90e8001",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173710167,
     "length": 31,
     "sha256": "1f4dbfd4998df3b4baaf217164d1532896a367b5dee6412b876b2fc1ee1ff44d",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173710013,
     "length": 33,
     "sha256": "17ff206072755284c24a33ac8865b2e6fc6c4082d2de45a3393d1bb843b8a2ae",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173709701,
     "length": 31,
     "sha256": "26ffeba1b9e851139f65929566fc6a9e589e737a922e1716ef501fc710b3dedc",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173709753,
     "length": 31,
     "sha256": "ba882f9114a463b76dc2bd4e516db2930508fcbbca9979ecae92755100efc7ce",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173709429,
     "length": 33,
     "sha256": "7fe0e77c1894f282c152f73554878afe75c058534864afd9888cb811813cf543",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173709805,
     "length": 31,
     "sha256": "73a23bda8b159c6ac678710a0748176127259dacd3f42c6cf11edd87a257c74c",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173709485,
     "length": 33,
     "sha256": "120c20669bbaf1a3e011fa97909c5cf394aa797d03ac468104a237fd7a42aaff",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173709857,
     "length": 31,
     "sha256": "364310a01fa589404fb4c4ce4cb0c0ac963017abd2fe24ed756b4739981ccdbc",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173709909,
     "length": 31,
     "sha256": "3b69250d5927f766988c81ed7cfe1ee7222cf611db1b1d09ee281060f9c2fc37",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173709961,
     "length": 31,
     "sha256": "58a45cb7930d4559889eb7f479d56b56ccdc4f4b8680cf5798149041041835dd",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173710217,
     "length": 29,
     "sha256": "8e8c242176f5b295756f1496086c5218d22cfe2113f598703eb387cd694d1fc8",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173710067,
     "length": 31,
     "sha256": "1a6f9b02da0dce83b1fd789ba4711167e0894826b59970836a0847ad6892116e",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173710118,
     "length": 30,
     "sha256": "ef732c7f35c73ffe3a59c8869bef1557e33e76a2254c61fd5583cc003484bec7",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173709594,
     "length": 32,
     "sha256": "0e9c53752941521c91dff79d944fba6a72c15e80638d6f1917768834a4fb118e",
     "version": "2.1.282",
     "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-mfzs2r1w.js",
     "binary_offset": 173709648,
     "length": 32,
     "sha256": "bdaa39373d7701639f9f5d96875b7d01ae74c660b17e62f142681015b1ebcb10",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173881519,
     "length": 32,
     "sha256": "989259476eb1b8262ee528087dbf69e17897cd1de96466aa90f4ac4eea49aea3",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
      "binary_offset": 179765690,
      "length": 37,
      "sha256": "6edea27f3ec58d3d6bfa0e3c12ecddc898e6440fded6972958bdb3981b4956f5",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179765690,
     "length": 37,
     "sha256": "6edea27f3ec58d3d6bfa0e3c12ecddc898e6440fded6972958bdb3981b4956f5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1d54at2q.js",
     "binary_offset": 195467434,
     "length": 30,
     "sha256": "36015fe35fb3df033836634ccdaa1914caa50d624091f3469e27dd4ea9f6d585",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173881552,
     "length": 35,
     "sha256": "413fa7207ba99927e570f4fdca4a443f4d5ddc63f34a92b8a235033319891476",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
      "binary_offset": 179765603,
      "length": 30,
      "sha256": "072afdc43f662e5b166a0665ac914dea2784d94663ba7d25dfba64f5366eac54",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179765603,
     "length": 30,
     "sha256": "072afdc43f662e5b166a0665ac914dea2784d94663ba7d25dfba64f5366eac54",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179765646,
     "length": 30,
     "sha256": "072afdc43f662e5b166a0665ac914dea2784d94663ba7d25dfba64f5366eac54",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173928665,
     "length": 33,
     "sha256": "bfa9830eb6aa9a0d6f22fc5596e22218110a8424b1596b9ebc86849143d9616d",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179758577,
     "length": 28,
     "sha256": "42cda74f4de332b1bcdc4599ac60fd73fb327412416df238aeeb4468590e58c8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196719271,
     "length": 28,
     "sha256": "42cda74f4de332b1bcdc4599ac60fd73fb327412416df238aeeb4468590e58c8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181946676,
     "length": 28,
     "sha256": "42cda74f4de332b1bcdc4599ac60fd73fb327412416df238aeeb4468590e58c8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182924414,
     "length": 28,
     "sha256": "42cda74f4de332b1bcdc4599ac60fd73fb327412416df238aeeb4468590e58c8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183449289,
     "length": 28,
     "sha256": "42cda74f4de332b1bcdc4599ac60fd73fb327412416df238aeeb4468590e58c8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1d54at2q.js",
     "binary_offset": 195467393,
     "length": 31,
     "sha256": "b64fe86872ff98a9a87edc9b1335ba8ddfd8c8817f9224b81151e3239feb1a6e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173928699,
     "length": 33,
     "sha256": "9551a6d5c327c9f521ea4f7aceb28ffb3eeb70cc7727f385866c8ac0e2ca447a",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
      "binary_offset": 179758608,
      "length": 28,
      "sha256": "3630aefc5253c267a221db36e7143731171f51410f33b3b8353e556b3582be9b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179758608,
     "length": 28,
     "sha256": "3630aefc5253c267a221db36e7143731171f51410f33b3b8353e556b3582be9b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179758648,
     "length": 28,
     "sha256": "3630aefc5253c267a221db36e7143731171f51410f33b3b8353e556b3582be9b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196719367,
     "length": 28,
     "sha256": "3630aefc5253c267a221db36e7143731171f51410f33b3b8353e556b3582be9b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-1d54at2q.js",
     "binary_offset": 195467476,
     "length": 31,
     "sha256": "521f12ecc9176ceda8b47f943fc5fca08f420f8d057f3b96e2f675ca4d36c963",
     "version": "2.1.282",
     "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-8embznbx.js",
     "binary_offset": 195772935,
     "length": 27,
     "sha256": "be8e8739fc57c1a70e32f5e1afb2024a1eae2ce6ff10cf205c483bc086d65ac2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195775611,
     "length": 17,
     "sha256": "e32d87f13f9f72a4c18cc0cefff30dc0a4e404f2e32fda308ad0b6276ee121ff",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195796986,
     "length": 27,
     "sha256": "be8e8739fc57c1a70e32f5e1afb2024a1eae2ce6ff10cf205c483bc086d65ac2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195798958,
     "length": 27,
     "sha256": "be8e8739fc57c1a70e32f5e1afb2024a1eae2ce6ff10cf205c483bc086d65ac2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195799628,
     "length": 27,
     "sha256": "be8e8739fc57c1a70e32f5e1afb2024a1eae2ce6ff10cf205c483bc086d65ac2",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173879570.",
   "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-bkgbm924.js",
     "binary_offset": 173903063,
     "length": 34,
     "sha256": "612a76d9821b36412ec7ee20e0b7265fe6ba0ae8c627991bc4c477bb4cbbb47c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173879570.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173879570,
      "length": 39,
      "sha256": "0fa1ac420f58acaa637d60072b1df654c61c97bb71298016f5a728d5384901f5",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879570,
     "length": 39,
     "sha256": "0fa1ac420f58acaa637d60072b1df654c61c97bb71298016f5a728d5384901f5",
     "version": "2.1.282",
     "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-8embznbx.js",
     "binary_offset": 195772893,
     "length": 27,
     "sha256": "b705b6d3016e5a6f6091ec20c4c38fad36a6db78fd93cf0bb83683cebb1216fd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195775631,
     "length": 17,
     "sha256": "a988174c06672f05c0907cda0d8482e678a569c90ad56874fe1ccba234529b8c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195776004,
     "length": 27,
     "sha256": "b705b6d3016e5a6f6091ec20c4c38fad36a6db78fd93cf0bb83683cebb1216fd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195796956,
     "length": 27,
     "sha256": "b705b6d3016e5a6f6091ec20c4c38fad36a6db78fd93cf0bb83683cebb1216fd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195799235,
     "length": 27,
     "sha256": "b705b6d3016e5a6f6091ec20c4c38fad36a6db78fd93cf0bb83683cebb1216fd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195799847,
     "length": 27,
     "sha256": "b705b6d3016e5a6f6091ec20c4c38fad36a6db78fd93cf0bb83683cebb1216fd",
     "version": "2.1.282",
     "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": [
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "bool",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173883090,
     "length": 36,
     "sha256": "f9ab74c7cea90a1f8a907d7d4c327a4f253f8eee33f2a5153aaa6709e5d10b4e",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179765734,
     "length": 41,
     "sha256": "721233968717dd058d9fd66a1e4dead936944be3dc6c3678a856cc2eb05d2027",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196719457,
     "length": 31,
     "sha256": "42d8ec8b98755a38802bc33b72bb540f8ef1603198b9433ce4c5603d77e994c7",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173930278,
     "length": 30,
     "sha256": "87d6b13925685f408c4f1e8601c73649bb59232e40cbf21e320e7ca64cdda9a8",
     "version": "2.1.282",
     "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-vnyh2jpk.js",
     "binary_offset": 173795814,
     "length": 35,
     "sha256": "d289ae80e405ce5a51a2810ccac6d73bcfd8a974a1d379439521f8400b1dca3c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mrrt6yj3.js",
     "binary_offset": 175011615,
     "length": 25,
     "sha256": "538479d713209db9b2082f4ec021a1ee200616f169926175aec614990e63b4ac",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176731038,
     "length": 25,
     "sha256": "80fd5ded8886fcb95794326cbf270568fdeb9f9e2d2593c7979cab33725ceb6e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173929781,
     "length": 49,
     "sha256": "1dd0450c30c414a17ac2fd539b15ed072cade76ae61caf61f3cbc1e94df2b1c0",
     "version": "2.1.282",
     "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-0rj8ys6x.js",
     "binary_offset": 188228552,
     "length": 44,
     "sha256": "e51b98ead76ca2c203ba85a951dda7cd7c668b0482f13e8a83a0b1f7c95b2170",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176448866,
     "length": 44,
     "sha256": "e51b98ead76ca2c203ba85a951dda7cd7c668b0482f13e8a83a0b1f7c95b2170",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176450286,
     "length": 44,
     "sha256": "e51b98ead76ca2c203ba85a951dda7cd7c668b0482f13e8a83a0b1f7c95b2170",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173893588,
     "length": 39,
     "sha256": "5659609baaf948ae6f3f59d0393a1703de0bc7490d467bdd4e2f4d8b4df08aea",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179760559,
     "length": 34,
     "sha256": "e72abd5608c7f936b8f830718001174cf2602c08da4ff87e0f1b5884285c669b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173929831,
     "length": 53,
     "sha256": "810f7d68b1287de92c94fc08cce41baab37a39f446c8301fe17c9b9a740a8f44",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176450615,
     "length": 48,
     "sha256": "07d66406b27b4a178887668c63b62167dec29a7808427d420f4fd9511e160cbe",
     "version": "2.1.282",
     "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-6jyjgx35.js` offset 175932717.",
   "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-bkgbm924.js",
     "binary_offset": 173882251,
     "length": 48,
     "sha256": "86386b30795a08dbffadc7d9f7b67908ebe9a4474959d3c1993609400c937e8c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6jyjgx35.js` offset 175932717.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-hj3p6ej4.js",
      "binary_offset": 190138122,
      "length": 43,
      "sha256": "c4cff9028c7d923475fac958900616f33c84fd399be4057c6b3c1b3f9b471912",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175932717,
     "length": 43,
     "sha256": "c4cff9028c7d923475fac958900616f33c84fd399be4057c6b3c1b3f9b471912",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190138122,
     "length": 43,
     "sha256": "c4cff9028c7d923475fac958900616f33c84fd399be4057c6b3c1b3f9b471912",
     "version": "2.1.282",
     "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-rqp1pwc5.js` offset 173934928.",
   "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-bkgbm924.js",
     "binary_offset": 173929958,
     "length": 39,
     "sha256": "81cd91373328eb7ad6fbaa57087df82640eb2f383e18bc16c2b8bc58c4925249",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-rqp1pwc5.js` offset 173934928.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rqp1pwc5.js",
     "binary_offset": 173934928,
     "length": 34,
     "sha256": "8d70ffb219d3cfdfde8bf57915cb96912569bb242911d163551fc27b43b7fbdf",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176725707.",
   "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-bkgbm924.js",
     "binary_offset": 173930309,
     "length": 30,
     "sha256": "8968a5129ec713de1f55d5b181d04e1d44e0ca3128e4ec6ab7574534a354bd22",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176725707.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176725707,
     "length": 25,
     "sha256": "3c6159ee88f331135651612d000ec2d6f3c8e780b3a276f74644cf47f144a008",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176740207,
     "length": 25,
     "sha256": "3c6159ee88f331135651612d000ec2d6f3c8e780b3a276f74644cf47f144a008",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rqp1pwc5.js",
     "binary_offset": 173934810,
     "length": 25,
     "sha256": "3c6159ee88f331135651612d000ec2d6f3c8e780b3a276f74644cf47f144a008",
     "version": "2.1.282",
     "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-8sw267qa.js` offset 198797860.",
   "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-bkgbm924.js",
     "binary_offset": 173930400,
     "length": 36,
     "sha256": "2121b1417babb1190870337c399979e08f3dd8d53c5765143413dbbe4c34a21d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8sw267qa.js` offset 198797860.",
    "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-8sw267qa.js",
     "binary_offset": 198797860,
     "length": 31,
     "sha256": "e63dfe37ef97c65613b0c913a1ebfdcdaeefce832ba627396f9aea8eeaf6411d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8sw267qa.js",
     "binary_offset": 198798892,
     "length": 31,
     "sha256": "e63dfe37ef97c65613b0c913a1ebfdcdaeefce832ba627396f9aea8eeaf6411d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8sw267qa.js",
     "binary_offset": 198799218,
     "length": 31,
     "sha256": "e63dfe37ef97c65613b0c913a1ebfdcdaeefce832ba627396f9aea8eeaf6411d",
     "version": "2.1.282",
     "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-ca518wc5.js` offset 196792918.",
   "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-bkgbm924.js",
     "binary_offset": 173930437,
     "length": 38,
     "sha256": "109ffadb225d9172a73a747603e2672a01d10e5e1f5233598d5e6507c2e6e6e5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ca518wc5.js` offset 196792918.",
    "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-ca518wc5.js",
     "binary_offset": 196792918,
     "length": 33,
     "sha256": "4cc46a4b8e6dbe650fe1084d626e802d243e50bd6377330070655d776949d86b",
     "version": "2.1.282",
     "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-km0c6gev.js` offset 196788335.",
   "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-bkgbm924.js",
     "binary_offset": 173930476,
     "length": 31,
     "sha256": "f2ef63f046882c0b8c3136d09accf2f640d44bf511cc85177bf420acaa247db6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-km0c6gev.js` offset 196788335.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/claude-apps-gateway-deploy"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-km0c6gev.js",
     "binary_offset": 196788335,
     "length": 26,
     "sha256": "de2a0fcd59ce55f872e6c6009bd4b45108c13168082d264f8435d0506238a4f1",
     "version": "2.1.282",
     "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-8sw267qa.js` offset 198797551.",
   "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-bkgbm924.js",
     "binary_offset": 173930508,
     "length": 46,
     "sha256": "50a5a0b98535673696924171bf19c1d1e0cd37695d2fee813a224a652f51f908",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8sw267qa.js` offset 198797551.",
    "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-8sw267qa.js",
     "binary_offset": 198797551,
     "length": 41,
     "sha256": "8ab0e5dacb30634e25ec7911d891e0957623a15e886cbf63880909a9a124446e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173884729,
     "length": 28,
     "sha256": "c147ee319b3d1dc424eee8d13e9a95ac3dbe21e95e9963203af629c6960f36d7",
     "version": "2.1.282",
     "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-8w1k6a7d.js",
      "binary_offset": 178885786,
      "length": 33,
      "sha256": "0b8e008650e4af30529149bd0b152cb31dca847c0716086a813fb14f617493a6",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8w1k6a7d.js",
     "binary_offset": 178885786,
     "length": 33,
     "sha256": "0b8e008650e4af30529149bd0b152cb31dca847c0716086a813fb14f617493a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205478871,
     "length": 23,
     "sha256": "5b2fc1519620fc7bbf595311f58d76007fb0dc92f41953835fc641e752f176fc",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185330543.",
   "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-bkgbm924.js",
     "binary_offset": 173884795,
     "length": 38,
     "sha256": "6bca4d53606ac4e87aeaa5bfc6bebe39b4c3bd461b8c55f8f7f2f2b52e0f4bdb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-brqj61g3.js` offset 185330543.",
    "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-brqj61g3.js",
     "binary_offset": 185330543,
     "length": 43,
     "sha256": "9657eb087cc782691f97d71c57dfb0b5ed8fbb8c17087b397eba567526e20b98",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-53wazwdn.js",
     "binary_offset": 175014179,
     "length": 33,
     "sha256": "0bb94e64037523cf92fa2b13bf552ad7ff64060f9986f7aca8c8447709a8cd4b",
     "version": "2.1.282",
     "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-ph88dq0z.js` offset 180254824.",
   "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-bkgbm924.js",
     "binary_offset": 173884834,
     "length": 44,
     "sha256": "82d1e8a7e4788aa386373b661d94eac108820453d287f184db0f255426407214",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ph88dq0z.js` offset 180254824.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ph88dq0z.js",
     "binary_offset": 180254824,
     "length": 39,
     "sha256": "f59cfbddab6a80e1205a09cda6fd1615b35b4ea69a33494c6130b68f482c6f23",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173892500,
     "length": 50,
     "sha256": "6632b38936bf25040562dfb80dd1ca0bba8ec1e67555d7d474f0ddadfc4f1856",
     "version": "2.1.282",
     "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-53wazwdn.js",
     "binary_offset": 175014343,
     "length": 45,
     "sha256": "12bbf6964154c7652eacd2f77936e9c21dfaf2fb65d9e21485a224462cb0df33",
     "version": "2.1.282",
     "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-7j6xvzff.js",
     "binary_offset": 205483084,
     "length": 40,
     "sha256": "3b331164c5387a8cc92e572f147f67e710e31d2508720308d2a228f3cd2d4a88",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205483984,
     "length": 40,
     "sha256": "3b331164c5387a8cc92e572f147f67e710e31d2508720308d2a228f3cd2d4a88",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ax07v2zx.js",
     "binary_offset": 189725855,
     "length": 40,
     "sha256": "3b331164c5387a8cc92e572f147f67e710e31d2508720308d2a228f3cd2d4a88",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ax07v2zx.js",
     "binary_offset": 189725998,
     "length": 40,
     "sha256": "3b331164c5387a8cc92e572f147f67e710e31d2508720308d2a228f3cd2d4a88",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190154799,
     "length": 40,
     "sha256": "3b331164c5387a8cc92e572f147f67e710e31d2508720308d2a228f3cd2d4a88",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173885073,
     "length": 42,
     "sha256": "e28ef818f77a7a8705ddb4b73ec0cf48a7df8d435cd9b237ee23ab91942a4bff",
     "version": "2.1.282",
     "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-8w1k6a7d.js",
     "binary_offset": 178892194,
     "length": 47,
     "sha256": "76f8b26a9b59a7715639bf12c5b4123bfd51589e7e43cdcfb1979946fd379fe1",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176633927.",
   "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-bkgbm924.js",
     "binary_offset": 173893628,
     "length": 51,
     "sha256": "900a165ee6af9d46a4cd73e9507465d6e80520032fd0b5ac13b60f1997d5a741",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176633927.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176633927,
     "length": 46,
     "sha256": "a3ff8f93557b76a514b57b863f554c7e80f0bde24a02b347243dcdd66ee1f990",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173885197,
     "length": 42,
     "sha256": "b70d5a5a5595149abfd0a501509ba7f51a8f3674180585f0a8d96ef6edb6dd96",
     "version": "2.1.282",
     "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-8w1k6a7d.js",
     "binary_offset": 178884981,
     "length": 37,
     "sha256": "58cae1fa4168d1a57e8bfe37244e73ec318932591960f45f9b2c30d307bfbac2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173885240,
     "length": 35,
     "sha256": "1a9830f91d24569ca12ac3cbe0f72b43f6ed5f2c80cdba1dee5e515ffb4cb520",
     "version": "2.1.282",
     "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-7q352sm2.js",
     "binary_offset": 185191422,
     "length": 30,
     "sha256": "bc37fcc67cf4c18b972cde4507a4b405d4b7e22dfb2c08d64de427d7b2932196",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173885276,
     "length": 40,
     "sha256": "fc62b8e8fe15b68fe4ac47b981e9e2747aa46d6578df81a650b71891a3b19d47",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Timeout in milliseconds for flushing pending OpenTelemetry spans (default: 5000).",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205487739,
     "length": 35,
     "sha256": "5a408a7fad9aa657c1b9f829edf7fc81478daf7dd738c131356c123be12a11b6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173885317,
     "length": 50,
     "sha256": "6cdf223544bc86e9eb3efe0f673ec81558c177b63c4846fc0597e14828e28809",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176789076,
     "length": 55,
     "sha256": "240e3e9d6027ee4a13058a0cbf0dbcbec8d10b94f6b280cee0a879266a375bf9",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173885368,
     "length": 43,
     "sha256": "52fe9b66646141a3f4343c4f30f87c8bc7defb5cd976375bd370b82a5e063c17",
     "version": "2.1.282",
     "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-7j6xvzff.js",
     "binary_offset": 205467789,
     "length": 38,
     "sha256": "c8cd5ac8427d3bda10de5967e86e0b5d8412b009464460c572d225afad4b664e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205484203,
     "length": 38,
     "sha256": "c8cd5ac8427d3bda10de5967e86e0b5d8412b009464460c572d225afad4b664e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205486452,
     "length": 38,
     "sha256": "c8cd5ac8427d3bda10de5967e86e0b5d8412b009464460c572d225afad4b664e",
     "version": "2.1.282",
     "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-8w1k6a7d.js` offset 178890947.",
   "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-bkgbm924.js",
     "binary_offset": 173885412,
     "length": 33,
     "sha256": "15a0806df2712b70c501f9d302dbc3eb72ea2c4bee2e17a33addab897f4d2c6e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8w1k6a7d.js` offset 178890947.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8w1k6a7d.js",
     "binary_offset": 178890947,
     "length": 28,
     "sha256": "17ecb006c3894b00948b30088e4aa463fb154466e3f5d4a5ef04eb16260d9e7d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173898201,
     "length": 24,
     "sha256": "2454144b6ce74a4144c35628f92fb469dc94801537ec1a8ff969b908d12e3c72",
     "version": "2.1.282",
     "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-vnyh2jpk.js",
      "binary_offset": 173793906,
      "length": 29,
      "sha256": "33ea02278f9b61103e546442d69e21ed48d4430e2809dec57c15cfc1c29eff15",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-vnyh2jpk.js",
      "binary_offset": 173794365,
      "length": 29,
      "sha256": "33ea02278f9b61103e546442d69e21ed48d4430e2809dec57c15cfc1c29eff15",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185330605,
     "length": 29,
     "sha256": "33ea02278f9b61103e546442d69e21ed48d4430e2809dec57c15cfc1c29eff15",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vnyh2jpk.js",
     "binary_offset": 173793906,
     "length": 29,
     "sha256": "33ea02278f9b61103e546442d69e21ed48d4430e2809dec57c15cfc1c29eff15",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vnyh2jpk.js",
     "binary_offset": 173794365,
     "length": 29,
     "sha256": "33ea02278f9b61103e546442d69e21ed48d4430e2809dec57c15cfc1c29eff15",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173903682,
     "length": 19,
     "sha256": "c061d67a50705804185903f6ae840d622a0c2c01e2e40549d696d7576dffa4d2",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185330648,
     "length": 24,
     "sha256": "91dfe981bdd4332b976485512bf3e4a75b9b689f2a6d2190d326c5380c9d0eb0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vnyh2jpk.js",
     "binary_offset": 173793963,
     "length": 24,
     "sha256": "91dfe981bdd4332b976485512bf3e4a75b9b689f2a6d2190d326c5380c9d0eb0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vnyh2jpk.js",
     "binary_offset": 173794427,
     "length": 24,
     "sha256": "91dfe981bdd4332b976485512bf3e4a75b9b689f2a6d2190d326c5380c9d0eb0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173898309,
     "length": 35,
     "sha256": "8556baa65e9c55a76aa5c3058917a38bc4d2559956910378d64f7774e722e7f7",
     "version": "2.1.282",
     "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-8w1k6a7d.js",
     "binary_offset": 178885746,
     "length": 30,
     "sha256": "f081d7850278cfdeb853714dfd2f4ed29c5fa7ffd539d51fabeb4b0b447bd5e2",
     "version": "2.1.282",
     "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-8w1k6a7d.js` offset 178892243.",
   "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-bkgbm924.js",
     "binary_offset": 173898380,
     "length": 37,
     "sha256": "add88e798f693971d222250e3d6142c8099e1a02546a8122db8dd2006d1b3c10",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8w1k6a7d.js` offset 178892243.",
    "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-8w1k6a7d.js",
     "binary_offset": 178892243,
     "length": 42,
     "sha256": "7a82f69cd2ca077ad1323c785f98ee18628237ff95766ee6bae6220df545c56e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173885734,
     "length": 40,
     "sha256": "e9f5ce56adbd721c840dd68cac0e287e13ca84c9ef9dc464b7cf648db2fb8062",
     "version": "2.1.282",
     "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-8w1k6a7d.js",
     "binary_offset": 178885023,
     "length": 35,
     "sha256": "d5f795ab4220ce7da1c1195592483019ba7e05ffb5d603f21c37782bf100d822",
     "version": "2.1.282",
     "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": 3,
    "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-7j6xvzff.js",
     "binary_offset": 205488999,
     "length": 51,
     "sha256": "ac0af5d8f746cfa00db019e11c2b173409cb512257422e89e79ce0e9c65e5628",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205489898,
     "length": 37,
     "sha256": "acb01a2352a27cfbef5ac070201384cab7369a8e2ca9ba7159979f4a74c89b7e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212274636,
     "length": 47,
     "sha256": "a26b6f13dfacb16b212b0b248c929006db633b2affa504e40a2c52d9311da75c",
     "version": "2.1.282",
     "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-7j6xvzff.js",
     "binary_offset": 205491367,
     "length": 36,
     "sha256": "bfe23b7fa630037c131f9ce5005e8f9b98b7f386986548b3739d517800316fc3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212274219,
     "length": 46,
     "sha256": "9d834cf71ecce55d27c5ef997ff9939b0ee43b163de4b47593990fa003700ab7",
     "version": "2.1.282",
     "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-kxywkmbh.js",
     "binary_offset": 212274778,
     "length": 47,
     "sha256": "9c1196e8b2b00ca207c9014cc1c3c5f9ebf7f1f179d2c33d7ebd773b642e1561",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173885775,
     "length": 34,
     "sha256": "0ed180ec870a99f818c4d3b5ed74177ae57204f9b8fd4ead9f5b73a94fa0c870",
     "version": "2.1.282",
     "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-kxywkmbh.js",
     "binary_offset": 212274694,
     "length": 39,
     "sha256": "807d3ae40cfce8e44a8eac00ad0fcfe08e31936d45c9791576c020856a4a9676",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205479910,
     "length": 29,
     "sha256": "db05148e02f57b031e890e610abd40cc74f3c4f648987cb37c2643b8829782c0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205481363,
     "length": 29,
     "sha256": "db05148e02f57b031e890e610abd40cc74f3c4f648987cb37c2643b8829782c0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205489060,
     "length": 29,
     "sha256": "db05148e02f57b031e890e610abd40cc74f3c4f648987cb37c2643b8829782c0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205489831,
     "length": 29,
     "sha256": "db05148e02f57b031e890e610abd40cc74f3c4f648987cb37c2643b8829782c0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173885810,
     "length": 33,
     "sha256": "e97da401d120ff446af41998e9a22777547cd718fe8bc05e754dd885e0e0baa4",
     "version": "2.1.282",
     "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-7j6xvzff.js",
      "binary_offset": 205491335,
      "length": 28,
      "sha256": "4123c4722a50ce8b24ef21264835eb3c0b6b8c1ae534aebaecb223974c61a7c4",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212274276,
     "length": 38,
     "sha256": "bba3c17d96964c17ebe4997dbbe9dc13443d4056570cb1c8faddfc42c0fa4e72",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205488199,
     "length": 28,
     "sha256": "4123c4722a50ce8b24ef21264835eb3c0b6b8c1ae534aebaecb223974c61a7c4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205491335,
     "length": 28,
     "sha256": "4123c4722a50ce8b24ef21264835eb3c0b6b8c1ae534aebaecb223974c61a7c4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173885923,
     "length": 39,
     "sha256": "c295f9fa8e310905763a14d08edabaed8ae8f8b0a325987fb65de3012cc030e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Protocol for logs, overrides general setting",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205481295,
     "length": 34,
     "sha256": "a97eb97858c287cc1f67e6526eda0042665bae171a5a45965876e8695ee9871f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886048,
     "length": 42,
     "sha256": "5ed0628afb01c0f2319e9808a8a7f803eb3e6594dce1d45407d529b043cb7451",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Protocol for metrics, overrides general setting",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205480241,
     "length": 37,
     "sha256": "87f5ee3b0468fe573d9e25f62de9ee651eb43a711838ae255502c3f873d93f45",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886091,
     "length": 56,
     "sha256": "2c6e367788b8824a690140d808daa2766892548acfa277433927da0b0a75c449",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Metrics temporality preference (default: `delta`).",
    "description_source": "docs",
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-7j6xvzff.js",
      "binary_offset": 205476431,
      "length": 51,
      "sha256": "d703ee47cf0c33326f85e9367cb94bac028ec5a4f5faf60e8dc54c4590a5a549",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205476431,
     "length": 51,
     "sha256": "d703ee47cf0c33326f85e9367cb94bac028ec5a4f5faf60e8dc54c4590a5a549",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886148,
     "length": 34,
     "sha256": "96d7a30efec5b418b4a9d7c1784af883432c6b95e796f9c2a90c252f837bb67f",
     "version": "2.1.282",
     "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-7j6xvzff.js",
     "binary_offset": 205479867,
     "length": 29,
     "sha256": "c0b54b6998216435b6bd8332224e2e724399eafa3c0a138146633bb80ee24704",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205480280,
     "length": 29,
     "sha256": "c0b54b6998216435b6bd8332224e2e724399eafa3c0a138146633bb80ee24704",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205481331,
     "length": 29,
     "sha256": "c0b54b6998216435b6bd8332224e2e724399eafa3c0a138146633bb80ee24704",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205482383,
     "length": 29,
     "sha256": "c0b54b6998216435b6bd8332224e2e724399eafa3c0a138146633bb80ee24704",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886183,
     "length": 41,
     "sha256": "bf191e2d9549eff3af9311c9d5f38a1aa5fe8216435e5b8d969e1aecd653d52b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "OTLP traces endpoint, overrides `OTEL_EXPORTER_OTLP_ENDPOINT`",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8w1k6a7d.js",
     "binary_offset": 178890121,
     "length": 36,
     "sha256": "e359194f98d01ae74504784a8a78032e6d863273ad56825d00ea9a51e2ddaeba",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8w1k6a7d.js",
     "binary_offset": 178890431,
     "length": 36,
     "sha256": "e359194f98d01ae74504784a8a78032e6d863273ad56825d00ea9a51e2ddaeba",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886266,
     "length": 41,
     "sha256": "59f8d17580966e058b3f574cb3c4031ada85cec7855070e6712657675f082a55",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Protocol for traces, overrides `OTEL_EXPORTER_OTLP_PROTOCOL`",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205482345,
     "length": 36,
     "sha256": "2ec5a16b31f7e54c331a83da4de5d633a663d06301cd007bb7fbd73aed482954",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886418,
     "length": 35,
     "sha256": "5cdf64c6970d0b10f721832338e7a8e7c6a966f0889f7ba9ed08487a9e278db5",
     "version": "2.1.282",
     "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-pzrchwpx.js",
     "binary_offset": 178876627,
     "length": 30,
     "sha256": "0c8aef2c2847a155ea903be72f8f232c8fb063cb80f36a4df220e61db6c96c8a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886454,
     "length": 32,
     "sha256": "a80237609e6a32a710676c6e01ab5f6920eb7972d12ebf78be651cab5e8ac6a2",
     "version": "2.1.282",
     "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-appb597y.js",
     "binary_offset": 189547370,
     "length": 27,
     "sha256": "05fbc9d58a5e0e31400be2e0ce0eeae36f208baa3e91d2e91bf3589e7f1b108f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886487,
     "length": 30,
     "sha256": "4a8611006783e0caa0b8b6f450e13bc1769c5224bcbef9076a79a6e1524808bb",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 182825494,
     "length": 35,
     "sha256": "c83da7804f35c72b609615b506d7714209d6a41499c9a6b35c1a2fd576326dc8",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886518,
     "length": 28,
     "sha256": "f08b03d7e7403de1fdeb5d523812fba3cc81619aa1066bd81a31d2ade624929b",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176596535,
     "length": 33,
     "sha256": "0697bef6a1b0f4fc6c0cc2ff4be647543cc9182d0f12f0d78cfb4dd1638ffab4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886547,
     "length": 28,
     "sha256": "315f75ff6b64e143472c081837fc55b0f445e65e99cb7e09ff8f603e98a533e9",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176595383,
     "length": 23,
     "sha256": "499d093364ded5dab56a8ee3909b6bd8b6a0c82cca2ef9108866c9147ffe4373",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886576,
     "length": 28,
     "sha256": "8abe0dd057169226cf6706f45734c46d84f2d51c073b98e4adcaf52c3a8c2380",
     "version": "2.1.282",
     "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-8w1k6a7d.js",
     "binary_offset": 178885501,
     "length": 23,
     "sha256": "55cbaa16ae1b304d3aedd62960e0c003e7cca28f4618a465c6edc38a6fd0df91",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8w1k6a7d.js",
     "binary_offset": 178895183,
     "length": 23,
     "sha256": "55cbaa16ae1b304d3aedd62960e0c003e7cca28f4618a465c6edc38a6fd0df91",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pzrchwpx.js",
     "binary_offset": 178876538,
     "length": 23,
     "sha256": "55cbaa16ae1b304d3aedd62960e0c003e7cca28f4618a465c6edc38a6fd0df91",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pzrchwpx.js",
     "binary_offset": 178876659,
     "length": 23,
     "sha256": "55cbaa16ae1b304d3aedd62960e0c003e7cca28f4618a465c6edc38a6fd0df91",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886308,
     "length": 50,
     "sha256": "753e867e3c9c7833ba0df3b4ff34b64215f8e513f5fce729d7843acc09a77ad0",
     "version": "2.1.282",
     "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-8w1k6a7d.js",
     "binary_offset": 178885064,
     "length": 45,
     "sha256": "ead31d61a0080bf7720bddf6109c367f163480b6b3caf6a71853a663794b9af4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886385,
     "length": 32,
     "sha256": "77dc4ed28211ceaaa01cf02a360b5bed728060a4833677b9e36803568b9d6d22",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Logs export interval in milliseconds (default: 5000)",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176629938,
     "length": 37,
     "sha256": "cc3fa137f81c9efcd46f4ad9773bf8c473008f04e0d1533863bd42aae1147736",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205485272,
     "length": 27,
     "sha256": "3b4ba954516768eb244d9362973e5f391ca456fd27064c5e3ee4b117c5f120a4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886359,
     "length": 25,
     "sha256": "05580014aabd6fe9fcec6a979e5b6aee6608be9cc35ee110fa98cf53572cf88d",
     "version": "2.1.282",
     "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-7j6xvzff.js",
     "binary_offset": 205481271,
     "length": 20,
     "sha256": "0ab3e67622db5f776341ddfb1c57eba8a485ae98c57a35db682f165b01f14dfc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ax07v2zx.js",
     "binary_offset": 189725900,
     "length": 20,
     "sha256": "0ab3e67622db5f776341ddfb1c57eba8a485ae98c57a35db682f165b01f14dfc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ax07v2zx.js",
     "binary_offset": 189726081,
     "length": 20,
     "sha256": "0ab3e67622db5f776341ddfb1c57eba8a485ae98c57a35db682f165b01f14dfc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205483582,
     "length": 20,
     "sha256": "4e666ac0f631daa40ff1272b10b04a2e37e56fc472c9b94f308638557d531bb2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886634,
     "length": 34,
     "sha256": "6dd946b53a7c1b1213b55dc1d747ec7d0d0c37fd9fb432d42d8c8fc5dac589b1",
     "version": "2.1.282",
     "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-7j6xvzff.js",
     "binary_offset": 205479758,
     "length": 29,
     "sha256": "3b7d7cea6bfac69d521ac49de7a4ec5a1f4cb551954436d672b6d86b1a75db3f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886605,
     "length": 28,
     "sha256": "0ab9da6992ee3409fd4dd8449f2d10a2d749853bf01f939d7a332ceb75829ed7",
     "version": "2.1.282",
     "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-7j6xvzff.js",
     "binary_offset": 205483879,
     "length": 23,
     "sha256": "55fadc064d1ff4aa7b24b348eb5c836a9c45764dfc802d6baff88548fb2e833e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185329509,
     "length": 23,
     "sha256": "55fadc064d1ff4aa7b24b348eb5c836a9c45764dfc802d6baff88548fb2e833e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205483558,
     "length": 23,
     "sha256": "bab6d2d30d3919c324d378b0bdfe106a451801d3da9ee08aa7df447d18f8289b",
     "version": "2.1.282",
     "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-pzrchwpx.js",
     "binary_offset": 178874534,
     "length": 38,
     "sha256": "a52e5dfb5ed998d2f1bae08fba38534074cb8d78c718ec86374d4be1d1fe22ed",
     "version": "2.1.282",
     "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-pzrchwpx.js",
     "binary_offset": 178874186,
     "length": 36,
     "sha256": "24f0b0cafa12a45fba9b78e44061f5a89b9e86f0651847441fcea68502d44b76",
     "version": "2.1.282",
     "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-pzrchwpx.js",
     "binary_offset": 178874265,
     "length": 36,
     "sha256": "d3ae377788bbdc985c4c99322c8768c62a47208708e26001655e487186e684df",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pzrchwpx.js",
     "binary_offset": 178875841,
     "length": 36,
     "sha256": "d3ae377788bbdc985c4c99322c8768c62a47208708e26001655e487186e684df",
     "version": "2.1.282",
     "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-pzrchwpx.js",
     "binary_offset": 178873337,
     "length": 45,
     "sha256": "641473887a546059b050af9040fb3638f5feb57cc750701b5ed12940de916d6c",
     "version": "2.1.282",
     "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-pzrchwpx.js",
     "binary_offset": 178873508,
     "length": 36,
     "sha256": "c8eb859c27f34a75525e44ba0ef0157026ce0740d36981daa319b401d227d565",
     "version": "2.1.282",
     "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-pzrchwpx.js",
     "binary_offset": 178873654,
     "length": 33,
     "sha256": "5375ab0f6f4f72e40533e069d30169e815db1b908d30f79904adfac862e2612a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886669,
     "length": 31,
     "sha256": "78fe1b3f5fe8a6d47804df94c7fef0c50a436dc17303e29f8431eef055040977",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185329457,
     "length": 26,
     "sha256": "3949d66e5b798140acac076fb2ac1defd1c2719f0c41dce19fcd2950066dd948",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pzrchwpx.js",
     "binary_offset": 178873306,
     "length": 26,
     "sha256": "3949d66e5b798140acac076fb2ac1defd1c2719f0c41dce19fcd2950066dd948",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pzrchwpx.js",
     "binary_offset": 178875881,
     "length": 26,
     "sha256": "3949d66e5b798140acac076fb2ac1defd1c2719f0c41dce19fcd2950066dd948",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886701,
     "length": 45,
     "sha256": "1867d2904c9babbd0626e675dad11e0d663d4169c727a6d17c651dac0627e8f6",
     "version": "2.1.282",
     "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-8w1k6a7d.js",
     "binary_offset": 178885115,
     "length": 40,
     "sha256": "b73a7c57de54f7045e75b4ea3e8bd1ff9f421eeba0c7698400e53942f97880a9",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886775,
     "length": 34,
     "sha256": "8831cec370ad076de1ed4bf93aa326d06b3fad84958375144b836c2da0b2a31c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Span batch export interval in milliseconds (default: 5000)",
    "description_source": "docs",
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205486211,
     "length": 29,
     "sha256": "3104fb4bed6615e5a51bc5a52e5fb4d72a400e3b209b76449c6cf5e695e8045f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173886747,
     "length": 27,
     "sha256": "7156914cc3ecf1439e289928fcda8b2ac66a71aef9e66c212d1e790b82caa987",
     "version": "2.1.282",
     "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-7j6xvzff.js",
     "binary_offset": 205482212,
     "length": 22,
     "sha256": "947cd0a523c507e475eab10878f5a03bbda9ed41aaa41e5943582a9d678c4623",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7j6xvzff.js",
     "binary_offset": 205483603,
     "length": 22,
     "sha256": "0a534bb59c0f5fb602ca38ebce57761571a20b280732f92a49c3da734755b073",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173906213,
     "length": 18,
     "sha256": "0014b6ac5fa221b689273311f32d7c1b6650134657f192ab5768ca2c20f250de",
     "version": "2.1.282",
     "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-8w1k6a7d.js",
     "binary_offset": 178895466,
     "length": 13,
     "sha256": "13183cc6bcd6e9ff47f0abb97254cd40ce372fc9297f9165851dca21f694c4af",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8w1k6a7d.js",
     "binary_offset": 178895517,
     "length": 13,
     "sha256": "13183cc6bcd6e9ff47f0abb97254cd40ce372fc9297f9165851dca21f694c4af",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pzrchwpx.js",
     "binary_offset": 178876824,
     "length": 13,
     "sha256": "13183cc6bcd6e9ff47f0abb97254cd40ce372fc9297f9165851dca21f694c4af",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pzrchwpx.js",
     "binary_offset": 178876871,
     "length": 13,
     "sha256": "13183cc6bcd6e9ff47f0abb97254cd40ce372fc9297f9165851dca21f694c4af",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-tracestate",
   "title": "TRACESTATE",
   "group": "Telemetry and observability",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-8w1k6a7d.js` offset 178895542.",
   "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-bkgbm924.js",
     "binary_offset": 173906232,
     "length": 17,
     "sha256": "176d5f5f0c578340ea0a62824512b944db03b632e73d52aef1f40111b4c4c249",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8w1k6a7d.js` offset 178895542.",
    "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-8w1k6a7d.js",
     "binary_offset": 178895542,
     "length": 12,
     "sha256": "d8947714f386eb51fffc2bd243f2981808072bad980306ea964846284c879d03",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pzrchwpx.js",
     "binary_offset": 178876896,
     "length": 12,
     "sha256": "d8947714f386eb51fffc2bd243f2981808072bad980306ea964846284c879d03",
     "version": "2.1.282",
     "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-m7zbtchd.js` offset 205337050.",
   "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-bkgbm924.js",
     "binary_offset": 173881371,
     "length": 29,
     "sha256": "cb294dafe7d13db538c18df628f5f646ba13c09ba4d3147bf76362087cdccdce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m7zbtchd.js` offset 205337050.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205337050,
     "length": 34,
     "sha256": "df0eedcf18f019a357daff9c1a40adf9de02af48256706726e7feeb665dac17b",
     "version": "2.1.282",
     "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-m7zbtchd.js` offset 205337020.",
   "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-bkgbm924.js",
     "binary_offset": 173928400,
     "length": 22,
     "sha256": "9da2b29a189bb4c0557427ba6d4d669d315c77b58cd2c522970cc200d436df8c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m7zbtchd.js` offset 205337020.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205337020,
     "length": 27,
     "sha256": "798ebf6ee26a5f12303b199b75f48417b96bc054400ca371f1408d9eda730130",
     "version": "2.1.282",
     "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-78x61bcs.js` offset 207786912.",
   "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-bkgbm924.js",
     "binary_offset": 173927723,
     "length": 16,
     "sha256": "10b9229a956ab11ea48e303a154eb2d808fb190a93ff9264da31d744c5b44ff8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-78x61bcs.js` offset 207786912.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207786912,
     "length": 21,
     "sha256": "9fcdc46663b534b5a177157651d95eed062f78274272048df5ca1d8030207d23",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185384184,
     "length": 21,
     "sha256": "9fcdc46663b534b5a177157651d95eed062f78274272048df5ca1d8030207d23",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dkpg3yz5.js",
     "binary_offset": 185212823,
     "length": 21,
     "sha256": "9fcdc46663b534b5a177157651d95eed062f78274272048df5ca1d8030207d23",
     "version": "2.1.282",
     "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-78x61bcs.js` offset 207786889.",
   "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-bkgbm924.js",
     "binary_offset": 173926312,
     "length": 16,
     "sha256": "153b36de2eefc6812256da18e0f35fc97c1ade9677521e5df0bb6c49bb50a0ff",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-78x61bcs.js` offset 207786889.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-deploy"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207786889,
     "length": 21,
     "sha256": "728ff8d8bab831b85de765ed1c5eb0ba7e9fcb87062e38ad51c2d7f15984b857",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185384161,
     "length": 21,
     "sha256": "728ff8d8bab831b85de765ed1c5eb0ba7e9fcb87062e38ad51c2d7f15984b857",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dkpg3yz5.js",
     "binary_offset": 185212800,
     "length": 21,
     "sha256": "728ff8d8bab831b85de765ed1c5eb0ba7e9fcb87062e38ad51c2d7f15984b857",
     "version": "2.1.282",
     "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-m7zbtchd.js` offset 205337572.",
   "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-bkgbm924.js",
     "binary_offset": 173929315,
     "length": 30,
     "sha256": "6700317a41654cd270b63dbb39ecb2ffbe899152da9b3c58074c6171bd87896a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m7zbtchd.js` offset 205337572.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205337572,
     "length": 25,
     "sha256": "04bb26abd3c85a8a63e5bb9c6a2e5e16e65eea1b939556df9a1e8358b4caa91f",
     "version": "2.1.282",
     "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-qxsxbr7c.js` offset 180399239.",
   "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-bkgbm924.js",
     "binary_offset": 173929346,
     "length": 34,
     "sha256": "ea755841a53ff931aee7454f440cad191d12d40d8620b49ff20950957f6eb71c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-qxsxbr7c.js` offset 180399239.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qxsxbr7c.js",
     "binary_offset": 180399239,
     "length": 29,
     "sha256": "6f52e4fb7a626ddf67669d5a7e0f6a40cac1cc179506c30d4ad092f5ae4337c0",
     "version": "2.1.282",
     "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-m7zbtchd.js` offset 205337183.",
   "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-bkgbm924.js",
     "binary_offset": 173929381,
     "length": 36,
     "sha256": "2344754bae3c611979a4ee27975005aecb4bb3e53d4ccd55e127f799598d7e70",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m7zbtchd.js` offset 205337183.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205337183,
     "length": 31,
     "sha256": "80a96f80a6fcbdb3a784eac072d76d3689f86998b53c4f8a98209a51c433acc0",
     "version": "2.1.282",
     "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-m7zbtchd.js` offset 205337300.",
   "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-bkgbm924.js",
     "binary_offset": 173929418,
     "length": 42,
     "sha256": "66753a3e7aac496d9018cb62fb0e452e0356e1ffad781d64e54e9310383f2047",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m7zbtchd.js` offset 205337300.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205337300,
     "length": 37,
     "sha256": "ff80511a9ec5ff8bf86ae8b8fb7b731cca2ac33a1c9acc35ab0ddd7c3d7d9844",
     "version": "2.1.282",
     "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-m7zbtchd.js` offset 205337217.",
   "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-bkgbm924.js",
     "binary_offset": 173929461,
     "length": 44,
     "sha256": "d1fb64ef243d7a5d8a012f7ca84c9fb51a96228393e72fa05423f184c6ba760a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m7zbtchd.js` offset 205337217.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205337217,
     "length": 39,
     "sha256": "8d75b5391e1c4c74f3f8e79af1168c9df9356bccf0c8ac76ae1227a436cd561d",
     "version": "2.1.282",
     "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-m7zbtchd.js` offset 205337152.",
   "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-bkgbm924.js",
     "binary_offset": 173929506,
     "length": 33,
     "sha256": "47d2a8e90446cffabd881e7d2fa531b1a13b1af7b10ceecbb41380b5d9b013e9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m7zbtchd.js` offset 205337152.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205337152,
     "length": 28,
     "sha256": "f05f27c73e602bf145640eabe72859f677cdae33303703dcbf7d8b7c210622ac",
     "version": "2.1.282",
     "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-m7zbtchd.js` offset 205337259.",
   "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-bkgbm924.js",
     "binary_offset": 173929540,
     "length": 43,
     "sha256": "72483fccf0797f49c6f66acde723e2d32d744f734ae61994043d1eabff40e991",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m7zbtchd.js` offset 205337259.",
    "description_source": null,
    "also_written": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205337259,
     "length": 38,
     "sha256": "32e23461738834f549cc07fc4fa79da367700e8576f1ca9fa880595d85e9185d",
     "version": "2.1.282",
     "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-m7zbtchd.js` offset 205342063.",
   "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-bkgbm924.js",
     "binary_offset": 173929668,
     "length": 38,
     "sha256": "0edecad6888dc16e5696e632c17223d1b343f82d733bacf3b008268fbee55b43",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m7zbtchd.js` offset 205342063.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205342063,
     "length": 33,
     "sha256": "6ddbb8571d47314d90d3dfda9f34d8348f1a8c383d3c5c06bc4ece13550611ba",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205345908,
     "length": 33,
     "sha256": "6ddbb8571d47314d90d3dfda9f34d8348f1a8c383d3c5c06bc4ece13550611ba",
     "version": "2.1.282",
     "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-m7zbtchd.js` offset 205341853.",
   "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-bkgbm924.js",
     "binary_offset": 173929707,
     "length": 41,
     "sha256": "1b521525036c4e5400f08060be9c7931c11bfb81387e70004bfe3717b8fe6b30",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m7zbtchd.js` offset 205341853.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205341853,
     "length": 36,
     "sha256": "15597b8e741e15c47ad240da8f0bd174e1a47a88852ce93dac7eeaf9c020bf12",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205345870,
     "length": 36,
     "sha256": "15597b8e741e15c47ad240da8f0bd174e1a47a88852ce93dac7eeaf9c020bf12",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173926516,
     "length": 29,
     "sha256": "4e019458200ba42c9a30db633847ad38f0f7f33c79adbca4d1a260846606e4e4",
     "version": "2.1.282",
     "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-hj3p6ej4.js",
      "binary_offset": 190192369,
      "length": 24,
      "sha256": "5cf5391357b8054c3f6bb67700263109b606a21061f6d867dbe68bd92f3030c6",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175307075,
     "length": 24,
     "sha256": "5cf5391357b8054c3f6bb67700263109b606a21061f6d867dbe68bd92f3030c6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177794153,
     "length": 24,
     "sha256": "5cf5391357b8054c3f6bb67700263109b606a21061f6d867dbe68bd92f3030c6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177794654,
     "length": 24,
     "sha256": "5cf5391357b8054c3f6bb67700263109b606a21061f6d867dbe68bd92f3030c6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190192369,
     "length": 24,
     "sha256": "5cf5391357b8054c3f6bb67700263109b606a21061f6d867dbe68bd92f3030c6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190192407,
     "length": 24,
     "sha256": "5cf5391357b8054c3f6bb67700263109b606a21061f6d867dbe68bd92f3030c6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183060103,
     "length": 24,
     "sha256": "15deca3c35173bc9d1ed5f53490bbd63498ab3ec27c95a05cc52562c1663b07e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173926546,
     "length": 30,
     "sha256": "c445e5192bad22fa7bffc0beebdd9785810765f95c70f11372f0d7c37450e64e",
     "version": "2.1.282",
     "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-hj3p6ej4.js",
      "binary_offset": 190192219,
      "length": 25,
      "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 181945792,
      "length": 25,
      "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 182894131,
      "length": 25,
      "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175311184,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175311974,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177794197,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177794564,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177794744,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ax07v2zx.js",
     "binary_offset": 189719551,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190192219,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196721132,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196721197,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181945792,
     "length": 25,
     "sha256": "cc37bcd5de5bbf19f2af8ef5edbf7cd89ddb10178e0a1d1d42e6cc6cb6f44c2d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173926577,
     "length": 29,
     "sha256": "7856a7bd1da3e7f964d8842f0772143b2bac57a8fa41687977c71b39d29353b8",
     "version": "2.1.282",
     "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-09k8apky.js",
     "binary_offset": 175311212,
     "length": 24,
     "sha256": "d552242db5ae5f8dc371af7cb4a838cd6de022269a5520738d8ab3d3d71a938b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175312175,
     "length": 24,
     "sha256": "d552242db5ae5f8dc371af7cb4a838cd6de022269a5520738d8ab3d3d71a938b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177794225,
     "length": 24,
     "sha256": "d552242db5ae5f8dc371af7cb4a838cd6de022269a5520738d8ab3d3d71a938b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177794595,
     "length": 24,
     "sha256": "d552242db5ae5f8dc371af7cb4a838cd6de022269a5520738d8ab3d3d71a938b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177794775,
     "length": 24,
     "sha256": "d552242db5ae5f8dc371af7cb4a838cd6de022269a5520738d8ab3d3d71a938b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ax07v2zx.js",
     "binary_offset": 189719578,
     "length": 24,
     "sha256": "d552242db5ae5f8dc371af7cb4a838cd6de022269a5520738d8ab3d3d71a938b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196721235,
     "length": 24,
     "sha256": "d552242db5ae5f8dc371af7cb4a838cd6de022269a5520738d8ab3d3d71a938b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s6pgcgaj.js",
     "binary_offset": 196721298,
     "length": 24,
     "sha256": "d552242db5ae5f8dc371af7cb4a838cd6de022269a5520738d8ab3d3d71a938b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183060154,
     "length": 24,
     "sha256": "2823b5b9bf4faec1bde3c8e3aca04727e82878acc924e8d412b76156cb8ae262",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173926607,
     "length": 40,
     "sha256": "0d17720b4f60e6c40c27ca44de7dd818e94fd5b3f76927a6195862253e9c2db4",
     "version": "2.1.282",
     "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-09k8apky.js",
      "binary_offset": 175310110,
      "length": 35,
      "sha256": "0357f9e0b3a8196b850f7643cb1f2390cff76df905e3247cc7ba5e76ccae36b8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175310110,
     "length": 35,
     "sha256": "0357f9e0b3a8196b850f7643cb1f2390cff76df905e3247cc7ba5e76ccae36b8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175310159,
     "length": 35,
     "sha256": "0357f9e0b3a8196b850f7643cb1f2390cff76df905e3247cc7ba5e76ccae36b8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175312360,
     "length": 35,
     "sha256": "0357f9e0b3a8196b850f7643cb1f2390cff76df905e3247cc7ba5e76ccae36b8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183060179,
     "length": 35,
     "sha256": "74ed94e310008f0acdf94d483dbf7f0ce18e7005afe12325136b36191a7731d6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173926648,
     "length": 58,
     "sha256": "71d4c84ee5185343fcdf1853e08d9ed334b36ef687f5279e512d28b51a667c2b",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 182894158,
     "length": 53,
     "sha256": "3a589ab6ebce5b9e640847efabb0850968a1cceb02a1feb964b89d9b5d16c36b",
     "version": "2.1.282",
     "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-f5fzjk49.js` offset 185175308.",
   "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-bkgbm924.js",
     "binary_offset": 173882167,
     "length": 43,
     "sha256": "9614fd97d4c83e07513d6dbd047f507dba882bda136aa9cadf1e9107a415e22e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-f5fzjk49.js` offset 185175308.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-f5fzjk49.js",
     "binary_offset": 185175308,
     "length": 48,
     "sha256": "bba7fbe6bc7384255d682e451824e932d0b7e4576fd2e858602eda68d0523fba",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175320326,
     "length": 38,
     "sha256": "97d1a69c1f8d8ef52c2fff38fc395c02f44b82dbd7efc83350c081bb961b60f8",
     "version": "2.1.282",
     "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-xbqxyc9r.js` offset 175908797.",
   "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-xbqxyc9r.js` offset 175908797.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175908797,
     "length": 24,
     "sha256": "5dbec935078baec0b58dbeeb24a353aec77aa84f739089a6e12c3bca1d4126d1",
     "version": "2.1.282",
     "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-xbqxyc9r.js` offset 175908854.",
   "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-xbqxyc9r.js` offset 175908854.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175908854,
     "length": 25,
     "sha256": "48b35a6e9a3410ae33f9b6b06d2da2eb462c3eede8d7981e89575a0cef58863d",
     "version": "2.1.282",
     "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-09k8apky.js` offset 175320513.",
   "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-bkgbm924.js",
     "binary_offset": 173882714,
     "length": 43,
     "sha256": "b622ad8b1ebf5cd6133f4e9baa80569d07672ffa46e122db9ab41c46466dfbf4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-09k8apky.js` offset 175320513.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175320513,
     "length": 38,
     "sha256": "eab3e77a32dda7f5f5ecbe4f9517c23d8032fd2a404e81ff44a862ff32ff8dfe",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173930042,
     "length": 39,
     "sha256": "1aa17539c82f802cc6ebc5ce8efcc5ff057476b33b681cfb257cff0c762212f0",
     "version": "2.1.282",
     "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-09k8apky.js",
     "binary_offset": 175319698,
     "length": 34,
     "sha256": "153503792f7e82599a457318f79a4162888edcb95357aee9618cb73b2fa28c99",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182879396.",
   "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-bkgbm924.js",
     "binary_offset": 173930082,
     "length": 39,
     "sha256": "f0fb3086651d62ff5c28727949e58e711989c1defb59d65111ccce3f3b49d02f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182879396.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182879396,
     "length": 34,
     "sha256": "8836efb4f705ef72e647c477fc4c3f8156c57942b89464a334e813fd379525da",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182945073,
     "length": 34,
     "sha256": "8836efb4f705ef72e647c477fc4c3f8156c57942b89464a334e813fd379525da",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182956717,
     "length": 34,
     "sha256": "8836efb4f705ef72e647c477fc4c3f8156c57942b89464a334e813fd379525da",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182958286,
     "length": 34,
     "sha256": "8836efb4f705ef72e647c477fc4c3f8156c57942b89464a334e813fd379525da",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183037506,
     "length": 34,
     "sha256": "8836efb4f705ef72e647c477fc4c3f8156c57942b89464a334e813fd379525da",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 182249102.",
   "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-bkgbm924.js",
     "binary_offset": 173896917,
     "length": 41,
     "sha256": "ed4284dd614b77d80ce5b25a57342db8af4d1322911c7736ced27cb2378ef1c1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 182249102.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 182249102,
     "length": 36,
     "sha256": "808a71340b637619ec34d98592f4de506bc6d2f6df07953fdc0843eabf0a6bb1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-claude-code-websearch-ccr-proxy-fast",
   "title": "CLAUDE_CODE_WEBSEARCH_CCR_PROXY_FAST",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-ke8dqefp.js` offset 180343242.",
   "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-bkgbm924.js",
     "binary_offset": 173896959,
     "length": 43,
     "sha256": "fe26e00bb87b16f68453b8b2806ebbc85721527c33339f0cbd77af42d1fc5239",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ke8dqefp.js` offset 180343242.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ke8dqefp.js",
     "binary_offset": 180343242,
     "length": 38,
     "sha256": "52bc97b626f74c9a7341a292ba76323c16b8fe3f9ffd3d7e53159478c7df84c4",
     "version": "2.1.282",
     "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-ke8dqefp.js` offset 180343202.",
   "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-bkgbm924.js",
     "binary_offset": 173897003,
     "length": 42,
     "sha256": "15c1276c0600d9ff0d34729914566514ed7d0af0265894ad1f863f23e4231f4c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ke8dqefp.js` offset 180343202.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ke8dqefp.js",
     "binary_offset": 180343202,
     "length": 37,
     "sha256": "9aacb5ad12bce1364aaff7295ebbfb965e10c02c50ff7620cd39dd4552fcf2d1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-v8p447v2.js",
     "binary_offset": 188092325,
     "length": 37,
     "sha256": "9aacb5ad12bce1364aaff7295ebbfb965e10c02c50ff7620cd39dd4552fcf2d1",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185402624.",
   "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-brqj61g3.js` offset 185402624.",
    "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-brqj61g3.js",
     "binary_offset": 185402624,
     "length": 39,
     "sha256": "6dfb3f7139460abe525245d65c506d1ca364e79321db9401c2c56e7b5c2dd8c8",
     "version": "2.1.282",
     "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-kxywkmbh.js` offset 211895503.",
   "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-bkgbm924.js",
     "binary_offset": 173904613,
     "length": 39,
     "sha256": "eab44ede42b106977a4352d890931b3f7af912913c41579dff4aae7591ce2962",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-kxywkmbh.js` offset 211895503.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 211895503,
     "length": 44,
     "sha256": "af68cb3b949936fa17e9b8a0c28eb6eff5fcc88f248b1b49b0667d4ff2105a6c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-hostaliases",
   "title": "HOSTALIASES",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-x9fwahqm.js` offset 183060260.",
   "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-x9fwahqm.js` offset 183060260.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183060260,
     "length": 13,
     "sha256": "ebc96d9635f06f4c359d8e10b1fe49d2d1f27e168e5e2af88faf28d60921acd9",
     "version": "2.1.282",
     "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-78x61bcs.js` offset 207786864.",
   "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": [
     "env-object-param",
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173927740,
     "length": 17,
     "sha256": "3f1047c4dc07fdee51b20f41fa82b6f1b3e97c41870d967f5214cd895835df38",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-78x61bcs.js` offset 207786864.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/network-config"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-kxywkmbh.js",
      "binary_offset": 212096943,
      "length": 22,
      "sha256": "846b41dfb401ec693430870fd653caa22fc9357faa997e3009ef3397f4ac9c4a",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207786864,
     "length": 22,
     "sha256": "846b41dfb401ec693430870fd653caa22fc9357faa997e3009ef3397f4ac9c4a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 191987989,
     "length": 24,
     "sha256": "13b6d0103edb212f8c93ca3a210c60be1ed64530ccb29f2757015d0153db6b90",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gmvgfayd.js",
     "binary_offset": 177866747,
     "length": 22,
     "sha256": "846b41dfb401ec693430870fd653caa22fc9357faa997e3009ef3397f4ac9c4a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212096943,
     "length": 22,
     "sha256": "846b41dfb401ec693430870fd653caa22fc9357faa997e3009ef3397f4ac9c4a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212096983,
     "length": 22,
     "sha256": "846b41dfb401ec693430870fd653caa22fc9357faa997e3009ef3397f4ac9c4a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ax07v2zx.js",
     "binary_offset": 189719512,
     "length": 12,
     "sha256": "b3cc5f3279e2f3fc8b21f80d3cd5c2167b166f981ad9d811e78c5e7ffb7877e7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ktqhvvap.js",
     "binary_offset": 185186498,
     "length": 12,
     "sha256": "b3cc5f3279e2f3fc8b21f80d3cd5c2167b166f981ad9d811e78c5e7ffb7877e7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175908783,
     "length": 12,
     "sha256": "6e2849bb91f482e57ea4305a7db978e491020775e8030d7cb74b9d0ea7fa481a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175317968,
     "length": 12,
     "sha256": "9b4933d553c55376e63319f254685d97d8ce841b15f483a9271b915338dfb951",
     "version": "2.1.282",
     "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": 9,
    "read_paths": [
     "env-object-param",
     "list-iteration",
     "process.env",
     "typed-accessor"
    ],
    "schema_type": "str",
    "schema_provenance": {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173927596,
     "length": 17,
     "sha256": "364ee8ebc1686b4f0f7d6d8a95383466bf41807bc72777afbcf90cb60690fa94",
     "version": "2.1.282",
     "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-78x61bcs.js",
     "binary_offset": 207786840,
     "length": 22,
     "sha256": "aa98c1d066db2ebf60dc2ad9672675d5b4cfbe7c019901e0e55e58c5284908f5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 191987963,
     "length": 24,
     "sha256": "724f796e297d55dcb4a1f9a3478d6a8747de73e3c9fff6ece80a6b12aba4bddf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gmvgfayd.js",
     "binary_offset": 177866723,
     "length": 22,
     "sha256": "aa98c1d066db2ebf60dc2ad9672675d5b4cfbe7c019901e0e55e58c5284908f5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ax07v2zx.js",
     "binary_offset": 189719498,
     "length": 12,
     "sha256": "aaf7cb2ef3a7a4bc6fdd80a2ee379ab13593622bae04e0f154dc14a2f3f561fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ktqhvvap.js",
     "binary_offset": 185186474,
     "length": 12,
     "sha256": "aaf7cb2ef3a7a4bc6fdd80a2ee379ab13593622bae04e0f154dc14a2f3f561fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s1t81hd7.js",
     "binary_offset": 206973429,
     "length": 12,
     "sha256": "aaf7cb2ef3a7a4bc6fdd80a2ee379ab13593622bae04e0f154dc14a2f3f561fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207196437,
     "length": 12,
     "sha256": "aaf7cb2ef3a7a4bc6fdd80a2ee379ab13593622bae04e0f154dc14a2f3f561fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175908769,
     "length": 12,
     "sha256": "4907a98bde070fc7a2fd12fc69e6542b35ce274198ff49603baf2af1db877499",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175317981,
     "length": 12,
     "sha256": "960010c970cd3cb64b860bff28030ad58ec59557db4718d1e7c5d05a3f4cdfdb",
     "version": "2.1.282",
     "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-78x61bcs.js` offset 207786805.",
   "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-bkgbm924.js",
     "binary_offset": 173927758,
     "length": 18,
     "sha256": "9295eb5514f26472d831b4b0f25073c8de2abcf748c9b8eab0dbfada5501930e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-78x61bcs.js` offset 207786805.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/network-config"
    ],
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-kxywkmbh.js",
      "binary_offset": 212096869,
      "length": 23,
      "sha256": "33d51f7d7ef4c94ac23e2fb30dc491697c3afcf58e94e466e3bf91e9e4748314",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207786805,
     "length": 23,
     "sha256": "33d51f7d7ef4c94ac23e2fb30dc491697c3afcf58e94e466e3bf91e9e4748314",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185384136,
     "length": 23,
     "sha256": "33d51f7d7ef4c94ac23e2fb30dc491697c3afcf58e94e466e3bf91e9e4748314",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dkpg3yz5.js",
     "binary_offset": 185212775,
     "length": 23,
     "sha256": "33d51f7d7ef4c94ac23e2fb30dc491697c3afcf58e94e466e3bf91e9e4748314",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 191987936,
     "length": 25,
     "sha256": "60af903f78a6ccfc7bfc41214fed3e454a2fdc706c5a81baef75818356e88a60",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gmvgfayd.js",
     "binary_offset": 177866815,
     "length": 23,
     "sha256": "33d51f7d7ef4c94ac23e2fb30dc491697c3afcf58e94e466e3bf91e9e4748314",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212096869,
     "length": 23,
     "sha256": "33d51f7d7ef4c94ac23e2fb30dc491697c3afcf58e94e466e3bf91e9e4748314",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212096911,
     "length": 23,
     "sha256": "33d51f7d7ef4c94ac23e2fb30dc491697c3afcf58e94e466e3bf91e9e4748314",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ax07v2zx.js",
     "binary_offset": 189719483,
     "length": 13,
     "sha256": "8d9febeb679a6d7878d7b7446d0887a599dd5e36275c5f453d824940017bde45",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ktqhvvap.js",
     "binary_offset": 185186449,
     "length": 13,
     "sha256": "8d9febeb679a6d7878d7b7446d0887a599dd5e36275c5f453d824940017bde45",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175908839,
     "length": 13,
     "sha256": "3ba3316cf35c7abeb6b9789fd1461487b45891cd7dbb12a0cd385564a30418ce",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173927577,
     "length": 18,
     "sha256": "cc44d1fb1b0a384d1c16b06b6302f33decdf176266e5123e714dab5b45a66ee3",
     "version": "2.1.282",
     "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-m7zbtchd.js",
      "binary_offset": 205344653,
      "length": 23,
      "sha256": "3ac3671f578cc4ab00a1a40b26f26da056a18d6dced995d404ea92e92d1195b7",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207786780,
     "length": 23,
     "sha256": "3ac3671f578cc4ab00a1a40b26f26da056a18d6dced995d404ea92e92d1195b7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185384111,
     "length": 23,
     "sha256": "3ac3671f578cc4ab00a1a40b26f26da056a18d6dced995d404ea92e92d1195b7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dkpg3yz5.js",
     "binary_offset": 185212750,
     "length": 23,
     "sha256": "3ac3671f578cc4ab00a1a40b26f26da056a18d6dced995d404ea92e92d1195b7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 191987909,
     "length": 25,
     "sha256": "aa543d1459198cf3721257c1cc6811b2882eb84a05eacecd3cfd185ff2bfb6b8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gmvgfayd.js",
     "binary_offset": 177866790,
     "length": 23,
     "sha256": "3ac3671f578cc4ab00a1a40b26f26da056a18d6dced995d404ea92e92d1195b7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205344653,
     "length": 23,
     "sha256": "3ac3671f578cc4ab00a1a40b26f26da056a18d6dced995d404ea92e92d1195b7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ax07v2zx.js",
     "binary_offset": 189719468,
     "length": 13,
     "sha256": "e112f4a6e682950219ab2d83219dd5ae44a6d7e517f61f38867be50d349146e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ktqhvvap.js",
     "binary_offset": 185186423,
     "length": 13,
     "sha256": "e112f4a6e682950219ab2d83219dd5ae44a6d7e517f61f38867be50d349146e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s1t81hd7.js",
     "binary_offset": 206973469,
     "length": 13,
     "sha256": "e112f4a6e682950219ab2d83219dd5ae44a6d7e517f61f38867be50d349146e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207196477,
     "length": 13,
     "sha256": "e112f4a6e682950219ab2d83219dd5ae44a6d7e517f61f38867be50d349146e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-localdomain",
   "title": "LOCALDOMAIN",
   "group": "Network, proxy and TLS",
   "kind": "env-var",
   "text": null,
   "when": "Undocumented; read at `chunk-x9fwahqm.js` offset 183060246.",
   "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-x9fwahqm.js` offset 183060246.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183060246,
     "length": 13,
     "sha256": "4df19f9dcabc2aa7ae460cd15c553010153c870e476dd8dd93951b7b83ba9a8b",
     "version": "2.1.282",
     "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-09k8apky.js` offset 175318824.",
   "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-bkgbm924.js",
     "binary_offset": 173927777,
     "length": 15,
     "sha256": "9a062f3df694400e45515fe4c2aed14eebca4889e9942a21c49cb74b26744995",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-09k8apky.js` offset 175318824.",
    "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-09k8apky.js",
     "binary_offset": 175318824,
     "length": 10,
     "sha256": "27268c74511e329290641a4bb6232a3a544f3476bc9c3288f4014291920d4cab",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8sw267qa.js",
     "binary_offset": 198797490,
     "length": 20,
     "sha256": "da21c898d855e5a9cd478f75d0d103781b310fa60da4a94818a03fd6fde4bc66",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 191985551,
     "length": 20,
     "sha256": "da21c898d855e5a9cd478f75d0d103781b310fa60da4a94818a03fd6fde4bc66",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-f5fzjk49.js",
     "binary_offset": 185173279,
     "length": 10,
     "sha256": "27268c74511e329290641a4bb6232a3a544f3476bc9c3288f4014291920d4cab",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gmvgfayd.js",
     "binary_offset": 177866878,
     "length": 20,
     "sha256": "da21c898d855e5a9cd478f75d0d103781b310fa60da4a94818a03fd6fde4bc66",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212097649,
     "length": 20,
     "sha256": "da21c898d855e5a9cd478f75d0d103781b310fa60da4a94818a03fd6fde4bc66",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sz70d38s.js",
     "binary_offset": 175239733,
     "length": 20,
     "sha256": "da21c898d855e5a9cd478f75d0d103781b310fa60da4a94818a03fd6fde4bc66",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175319961,
     "length": 10,
     "sha256": "209cbdc79a75113d008f1787d62b9a8b4ef079a4df3fe0f841c1e1c993284dda",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ktqhvvap.js",
     "binary_offset": 185186540,
     "length": 10,
     "sha256": "209cbdc79a75113d008f1787d62b9a8b4ef079a4df3fe0f841c1e1c993284dda",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173927707,
     "length": 15,
     "sha256": "bd27b4de99a49201c9df00687f5635cdf1f9461962c8928627805ca2a4bdce04",
     "version": "2.1.282",
     "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-09k8apky.js",
     "binary_offset": 175318842,
     "length": 10,
     "sha256": "c44a526e128ee94f63489363c2bdfe7ac836c33d230ea7d58c00d0a6a8d42145",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8sw267qa.js",
     "binary_offset": 198797468,
     "length": 20,
     "sha256": "516bafd40364207d420c05ea154d3365260d4373cd0cf485e0ec23820fbb42b1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 191985529,
     "length": 20,
     "sha256": "516bafd40364207d420c05ea154d3365260d4373cd0cf485e0ec23820fbb42b1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-f5fzjk49.js",
     "binary_offset": 185173259,
     "length": 10,
     "sha256": "c44a526e128ee94f63489363c2bdfe7ac836c33d230ea7d58c00d0a6a8d42145",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gmvgfayd.js",
     "binary_offset": 177866856,
     "length": 20,
     "sha256": "516bafd40364207d420c05ea154d3365260d4373cd0cf485e0ec23820fbb42b1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sz70d38s.js",
     "binary_offset": 175239755,
     "length": 20,
     "sha256": "516bafd40364207d420c05ea154d3365260d4373cd0cf485e0ec23820fbb42b1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175319981,
     "length": 10,
     "sha256": "6dd616e1b9782699786c04449e793023eef0549aec4b5de0d5a126a376f1d31a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ktqhvvap.js",
     "binary_offset": 185186520,
     "length": 10,
     "sha256": "6dd616e1b9782699786c04449e793023eef0549aec4b5de0d5a126a376f1d31a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s1t81hd7.js",
     "binary_offset": 206973504,
     "length": 10,
     "sha256": "6dd616e1b9782699786c04449e793023eef0549aec4b5de0d5a126a376f1d31a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207196512,
     "length": 10,
     "sha256": "6dd616e1b9782699786c04449e793023eef0549aec4b5de0d5a126a376f1d31a",
     "version": "2.1.282",
     "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-6k4pzp76.js` offset 178563492.",
   "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-bkgbm924.js",
     "binary_offset": 173905215,
     "length": 26,
     "sha256": "4633ea29510901c49985512157d7807857c455a493b243699f2902f8cfb9cb13",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6k4pzp76.js` offset 178563492.",
    "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-09k8apky.js",
      "binary_offset": 175313189,
      "length": 21,
      "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-7h7pvyed.js",
      "binary_offset": 189715620,
      "length": 21,
      "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-hj3p6ej4.js",
      "binary_offset": 190192165,
      "length": 21,
      "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-qv3jr361.js",
      "binary_offset": 177799795,
      "length": 21,
      "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-s6pgcgaj.js",
      "binary_offset": 196721025,
      "length": 21,
      "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178563492,
     "length": 31,
     "sha256": "c69b8df7c8ea1554ca39befc361d31d5084a06d5753d15df03e7e0d2dc209327",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175306588,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175307999,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-09k8apky.js",
     "binary_offset": 175313189,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177794129,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177794537,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177794627,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7h7pvyed.js",
     "binary_offset": 189715620,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190192165,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qv3jr361.js",
     "binary_offset": 177799795,
     "length": 21,
     "sha256": "93d58529168caa9513de06448efd418d29dd6686fd9f6291fa485c50ef73b363",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 183060215.",
   "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-x9fwahqm.js` offset 183060215.",
    "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-x9fwahqm.js",
     "binary_offset": 183060215,
     "length": 30,
     "sha256": "1ec3d3d6f70e9950c66167c32adca5d5d0c69ff0f3629a687e74916bb0d0f18d",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 183060274.",
   "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-x9fwahqm.js` offset 183060274.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183060274,
     "length": 13,
     "sha256": "3e93abd51dffd0121f8291d3f453b7143cd6ccb075b34fdd35049b445408bcc9",
     "version": "2.1.282",
     "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-f5fzjk49.js` offset 185173657.",
   "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-f5fzjk49.js` offset 185173657.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-f5fzjk49.js",
     "binary_offset": 185173657,
     "length": 6,
     "sha256": "49375eec26b0a823b438392e3b0108d19ac68b2cc19498efe560b2f892d03d8d",
     "version": "2.1.282",
     "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-f5fzjk49.js` offset 185173684.",
   "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-f5fzjk49.js` offset 185173684.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-f5fzjk49.js",
     "binary_offset": 185173684,
     "length": 6,
     "sha256": "2725a6177e9cec4752a5c2b8b8a3a728b1486f33cbb792e7fd5c4613bebb9918",
     "version": "2.1.282",
     "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-m7zbtchd.js` offset 205344678.",
   "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-bkgbm924.js",
     "binary_offset": 173905868,
     "length": 20,
     "sha256": "4555bb652fdb58b282d0dede8818356db3d5218460df8da5452539b631eedd76",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m7zbtchd.js` offset 205344678.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205344678,
     "length": 25,
     "sha256": "3612832765e3bac55b64f44b582cf4ece300feec2bc41848db940fcff1011174",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ktqhvvap.js",
     "binary_offset": 185186565,
     "length": 15,
     "sha256": "6a32f876645e27a5ed05d82cb8550c5e611b1c5ea3d4b94a97dba6b5cda9c338",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173874304.",
   "documented": null,
   "details": {
    "read_as": "string",
    "read_as_note": "trimmed; empty is treated as unset",
    "values": [
     "com.conductor.app",
     "com.anthropic.claude-code-url-handler",
     "com.googlecode.iterm2"
    ],
    "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-bkgbm924.js",
     "binary_offset": 173906732,
     "length": 27,
     "sha256": "e1a1cd2f40b78e1cae59add486660dfa42bc972e781d6f3d5868052b41cf7b7d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173874304.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173874304,
     "length": 32,
     "sha256": "a8824fe9d180142883f2ac655e06457428e7b3535b87693432919b91296e7e1a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173874986,
     "length": 32,
     "sha256": "a8824fe9d180142883f2ac655e06457428e7b3535b87693432919b91296e7e1a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190193840,
     "length": 32,
     "sha256": "a8824fe9d180142883f2ac655e06457428e7b3535b87693432919b91296e7e1a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175853331,
     "length": 22,
     "sha256": "abfd2da04bc342af63703a34c2168d47f7e3ef8071c9a44da217a47e3c18c1e2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n5mvv4xt.js",
     "binary_offset": 189802879,
     "length": 22,
     "sha256": "abfd2da04bc342af63703a34c2168d47f7e3ef8071c9a44da217a47e3c18c1e2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183712931,
     "length": 22,
     "sha256": "abfd2da04bc342af63703a34c2168d47f7e3ef8071c9a44da217a47e3c18c1e2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xah5g1vz.js",
     "binary_offset": 197750103,
     "length": 22,
     "sha256": "abfd2da04bc342af63703a34c2168d47f7e3ef8071c9a44da217a47e3c18c1e2",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173875989.",
   "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-bkgbm924.js",
     "binary_offset": 173902867,
     "length": 20,
     "sha256": "bd1565fbf29681c34cab77e45f3107e90e67ec6dd8e6e0e9a09a8f8c3f0606db",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173875989.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173875989,
      "length": 25,
      "sha256": "bfe1befc004d206843f616f8e3547f26f56c8a0f1b087f6c3df7a08b4a48a1c7",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-gv28bdvy.js",
      "binary_offset": 186244019,
      "length": 15,
      "sha256": "9b3cd551f2cacbcdcee9eee1f0b6cbbe8985cb42ecda61a283f4e88605069d18",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173875989,
     "length": 25,
     "sha256": "bfe1befc004d206843f616f8e3547f26f56c8a0f1b087f6c3df7a08b4a48a1c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gv28bdvy.js",
     "binary_offset": 186244019,
     "length": 15,
     "sha256": "9b3cd551f2cacbcdcee9eee1f0b6cbbe8985cb42ecda61a283f4e88605069d18",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179462167.",
   "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-bkgbm924.js",
     "binary_offset": 173902888,
     "length": 22,
     "sha256": "a74226862cc7fde8ba90162eb717b4450053b9eb03b2ef825eb215a63817c394",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179462167.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179462167,
     "length": 21,
     "sha256": "a73593b3fc443a1192978df4b2b5f7e102509fc171a83e358a71ce7e34f96663",
     "version": "2.1.282",
     "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-8djjdfyq.js` offset 205903625.",
   "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-bkgbm924.js",
     "binary_offset": 173902911,
     "length": 19,
     "sha256": "ad15378469b97c99ff7b85126c7b913f5e8063b8d77a938d9e9ee63cf92ae48c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8djjdfyq.js` offset 205903625.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8djjdfyq.js",
     "binary_offset": 205903625,
     "length": 14,
     "sha256": "309f91718969dc8a9d62106274a0bfc3ff9cd0d0b9479f7db6eff41823308084",
     "version": "2.1.282",
     "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-8djjdfyq.js` offset 205903641.",
   "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-bkgbm924.js",
     "binary_offset": 173902931,
     "length": 23,
     "sha256": "5aa1ab17c4a8aa3cc49c9463d0ea7dad8334015fa2bda2435dba24e05e1f2d71",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8djjdfyq.js` offset 205903641.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8djjdfyq.js",
     "binary_offset": 205903641,
     "length": 18,
     "sha256": "58d982c544b6e9e7a4f4c0a2f9cf72599d7ae2a989321accf317608733f72e0e",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173879637.",
   "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-bkgbm924.js",
     "binary_offset": 173902970,
     "length": 14,
     "sha256": "b13d679a5c4221c2bd85c27c32638356853ea2eee87add7abe254fd33d3abcff",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173879637.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879637,
     "length": 19,
     "sha256": "883dc61c3e58779c5de9f601e6b2d295734f72c13b704dcc3b4c4231d305af19",
     "version": "2.1.282",
     "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-3psz8crg.js` offset 211266061.",
   "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-bkgbm924.js",
     "binary_offset": 173902955,
     "length": 14,
     "sha256": "e958abb9db10636180a4043d39d96204bd5aded9287d21f9e43b04f7a46f1c8d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3psz8crg.js` offset 211266061.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211266061,
     "length": 19,
     "sha256": "da8ef70289b358e91e2aa39264ef78f46854ac6d162dc9433ab3fcc87a0accb5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192034243,
     "length": 19,
     "sha256": "da8ef70289b358e91e2aa39264ef78f46854ac6d162dc9433ab3fcc87a0accb5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192116524,
     "length": 19,
     "sha256": "da8ef70289b358e91e2aa39264ef78f46854ac6d162dc9433ab3fcc87a0accb5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179542428,
     "length": 9,
     "sha256": "eb2e727754891b9d951d96f8483f419f6a7b0a08cbb644f4c7bb140d259f2fe2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-b9zxafpj.js",
     "binary_offset": 194194684,
     "length": 9,
     "sha256": "eb2e727754891b9d951d96f8483f419f6a7b0a08cbb644f4c7bb140d259f2fe2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n5mvv4xt.js",
     "binary_offset": 189813053,
     "length": 9,
     "sha256": "eb2e727754891b9d951d96f8483f419f6a7b0a08cbb644f4c7bb140d259f2fe2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184018801,
     "length": 9,
     "sha256": "eb2e727754891b9d951d96f8483f419f6a7b0a08cbb644f4c7bb140d259f2fe2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179440149,
     "length": 13,
     "sha256": "d435daddf6164238f71a564a68f1f9f6782f456b96b0f0459f10e1640bcc0bff",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179442254,
     "length": 13,
     "sha256": "d435daddf6164238f71a564a68f1f9f6782f456b96b0f0459f10e1640bcc0bff",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179469590,
     "length": 13,
     "sha256": "3e41e66b367f12a46cff7835d042f80d5225d1a8f5a3917673145e509bfc75b8",
     "version": "2.1.282",
     "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-5wj6d281.js` offset 186763921.",
   "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-bkgbm924.js",
     "binary_offset": 173903115,
     "length": 14,
     "sha256": "d7b9fe0e6c1ffac10f5188e45589e456acb1be05b38306026b17a2e100ebbb1c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5wj6d281.js` offset 186763921.",
    "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-m3j63tma.js",
      "binary_offset": 186973602,
      "length": 9,
      "sha256": "ad8a905e46e3211f7c87baf4e346f2532ba910013e8f99c6ca2f1d75cc0e0dc4",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5wj6d281.js",
     "binary_offset": 186763921,
     "length": 9,
     "sha256": "ad8a905e46e3211f7c87baf4e346f2532ba910013e8f99c6ca2f1d75cc0e0dc4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jexm3yxd.js",
     "binary_offset": 200017749,
     "length": 9,
     "sha256": "ad8a905e46e3211f7c87baf4e346f2532ba910013e8f99c6ca2f1d75cc0e0dc4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m3j63tma.js",
     "binary_offset": 186973602,
     "length": 9,
     "sha256": "ad8a905e46e3211f7c87baf4e346f2532ba910013e8f99c6ca2f1d75cc0e0dc4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m3j63tma.js",
     "binary_offset": 186973613,
     "length": 9,
     "sha256": "ad8a905e46e3211f7c87baf4e346f2532ba910013e8f99c6ca2f1d75cc0e0dc4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m3j63tma.js",
     "binary_offset": 186973992,
     "length": 9,
     "sha256": "ad8a905e46e3211f7c87baf4e346f2532ba910013e8f99c6ca2f1d75cc0e0dc4",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173879935.",
   "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-bkgbm924.js",
     "binary_offset": 173903130,
     "length": 16,
     "sha256": "0e5bd32a4fb58a4ed0f57379e1d347510504592f5252bf075f06095fad931313",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173879935.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173879935,
      "length": 21,
      "sha256": "9466bfb7545a213ee1769e908ff1fb00deb79df4c0d2357c8a5d8eff863d8368",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879935,
     "length": 21,
     "sha256": "9466bfb7545a213ee1769e908ff1fb00deb79df4c0d2357c8a5d8eff863d8368",
     "version": "2.1.282",
     "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-fc8dtavv.js` offset 188283633.",
   "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-bkgbm924.js",
     "binary_offset": 173903147,
     "length": 22,
     "sha256": "381f74c5c1876b876d580da775b4fa3d86cf001938a3222fd5d16f8f36e3c1be",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-fc8dtavv.js` offset 188283633.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-fc8dtavv.js",
      "binary_offset": 188283633,
      "length": 17,
      "sha256": "497892badaa85e2d749af1977be44b094ac3b3ec3ed7c98be2f3d05ac30fdfdd",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-fc8dtavv.js",
     "binary_offset": 188283633,
     "length": 17,
     "sha256": "497892badaa85e2d749af1977be44b094ac3b3ec3ed7c98be2f3d05ac30fdfdd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fc8dtavv.js",
     "binary_offset": 188283652,
     "length": 17,
     "sha256": "497892badaa85e2d749af1977be44b094ac3b3ec3ed7c98be2f3d05ac30fdfdd",
     "version": "2.1.282",
     "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-jn9et9m1.js` offset 185037524.",
   "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-bkgbm924.js",
     "binary_offset": 173903170,
     "length": 18,
     "sha256": "9cdcc96c7d841b1451d6a6a8e2d05c12dcb374f93d36ec7bfc9a49a04ddc6215",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-jn9et9m1.js` offset 185037524.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-jn9et9m1.js",
     "binary_offset": 185037524,
     "length": 13,
     "sha256": "c3315b28fd71b3e3a2bbf4914db6168af5c97b65ea42a9747cc84bb6423319a6",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878542.",
   "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-bkgbm924.js` offset 173878542.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878542,
     "length": 18,
     "sha256": "e4c27b8d1dc016ed6a5b9c3cd6b035ba257438e0349d69de46f519b3ac5f4ffb",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878562.",
   "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-bkgbm924.js` offset 173878562.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878562,
     "length": 19,
     "sha256": "97e055e62fcb4533b97beb39a1f0cdff330335301e28e03f54bcce2901e03fa6",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173879034.",
   "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-bkgbm924.js",
     "binary_offset": 173903228,
     "length": 15,
     "sha256": "e16ae6aa725c23e0f73b1a5efe166dcf45ed4496c7e79239a6b693b32bf70dcc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173879034.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879034,
     "length": 20,
     "sha256": "d2788c90c0a36b476f61913f1ed94463e141f78fc608ba02b19d806625d83372",
     "version": "2.1.282",
     "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-bxwnnkpe.js` offset 186238109.",
   "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-bxwnnkpe.js` offset 186238109.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bxwnnkpe.js",
     "binary_offset": 186238109,
     "length": 4,
     "sha256": "2883b550963d858a7ab6d7f3e09dc4361a40e4bdd1224f7604002774bf65ac9d",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173879894.",
   "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-bkgbm924.js",
     "binary_offset": 173903244,
     "length": 15,
     "sha256": "c72b3c036a69008926470c4ee68ac82bfd5231fe2d5ef742babcb559987bcb5b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173879894.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173879894,
      "length": 20,
      "sha256": "032d464c3532336d372e431c11d3ea6287d5c0bb2c06a7f5bfd942736c65f3b9",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879894,
     "length": 20,
     "sha256": "032d464c3532336d372e431c11d3ea6287d5c0bb2c06a7f5bfd942736c65f3b9",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878276.",
   "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-bkgbm924.js",
     "binary_offset": 173903325,
     "length": 12,
     "sha256": "7c442be33c203566d62cc1bad16ba344a67826863d8f8435e32d368e8fb16b24",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173878276.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878276,
     "length": 17,
     "sha256": "dbd0f0f98946a082de1c8353d0d293b52111b21865e6c7cbde21e9986754d503",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878296.",
   "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-bkgbm924.js",
     "binary_offset": 173903338,
     "length": 27,
     "sha256": "030ee1cbb7e95182b5aa165e48e6d9774f3b5bf09b4b643f7f65437111734c2a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173878296.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878296,
     "length": 32,
     "sha256": "d922a1cc3c75ae0958c942a9f752e0b3a17762dd91ec5f1fbc4d94d3fd94152c",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878177.",
   "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-bkgbm924.js",
     "binary_offset": 173903366,
     "length": 17,
     "sha256": "207a70ebc3cbd31b998edb15f8b65047fe95fd311eec51243f0a37b8ca79bddb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173878177.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878177,
     "length": 22,
     "sha256": "d78687e128e0cb01d83bcb65af43a64e835ae4664cfb162c227a7b58e16fca70",
     "version": "2.1.282",
     "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-2d0mmkpa.js` offset 186736065.",
   "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-bkgbm924.js",
     "binary_offset": 173903384,
     "length": 16,
     "sha256": "7c1f76282b1a58c1d9115a29fc7c9de204a23dfe6e7734ac882dbb860a2c6f5e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-2d0mmkpa.js` offset 186736065.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2d0mmkpa.js",
     "binary_offset": 186736065,
     "length": 11,
     "sha256": "4bab16fa9fce0197b2cd8f77e107a37391b4bf368e135cc14cba43649313bc94",
     "version": "2.1.282",
     "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-czgc1rqs.js` offset 189326395.",
   "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-bkgbm924.js",
     "binary_offset": 173903401,
     "length": 16,
     "sha256": "353740827d28379ad03abb014c720337fe09d114a14e9c41600dab118a44cfc8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-czgc1rqs.js` offset 189326395.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-czgc1rqs.js",
      "binary_offset": 189326395,
      "length": 11,
      "sha256": "f280844a1eaafd79891bb7ff43d9128ca55f690b52ecafafa0abd847b1bb1cfa",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-czgc1rqs.js",
     "binary_offset": 189326395,
     "length": 11,
     "sha256": "f280844a1eaafd79891bb7ff43d9128ca55f690b52ecafafa0abd847b1bb1cfa",
     "version": "2.1.282",
     "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-xah5g1vz.js` offset 197744209.",
   "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-bkgbm924.js",
     "binary_offset": 173903515,
     "length": 14,
     "sha256": "df6eeba6c7c9786ced9c4c458624c473af96e467c66ee825c09601ce6e33f03c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xah5g1vz.js` offset 197744209.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xah5g1vz.js",
     "binary_offset": 197744209,
     "length": 9,
     "sha256": "d367c10d0da6bb7fbe6f422a58008d0c5255daac9b5923d44aa68d506d5448a2",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173881237.",
   "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-bkgbm924.js",
     "binary_offset": 173903418,
     "length": 14,
     "sha256": "1722a4e1d9184d912365b4045bf040a51e9c61cdb3c871c88088b1608787fb7f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173881237.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173881237,
     "length": 19,
     "sha256": "99cafcff5d770f478a08a0e1fe1beee0a6de4729f25ebae8d08e118acc6291f9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186921211,
     "length": 9,
     "sha256": "d4fc5b63dac42cd8110ed829aacaec030a57794911aca55a9ff3cf35d1071b34",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173876260.",
   "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-bkgbm924.js",
     "binary_offset": 173903530,
     "length": 17,
     "sha256": "babdbd2827354c582b04a90b939415567549007a6650833f3e5e25bc2580ed4a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173876260.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173876260,
     "length": 22,
     "sha256": "c8777282ba24ca573473d17006f1ffb7cc8aa07eb5d4e0ed58521a2a5c8c994b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186336955,
     "length": 12,
     "sha256": "f93fd9819f0f88da8858b8deb3c3c6653cadc07635fa2f1717793e38b4065962",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173876284.",
   "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-bkgbm924.js",
     "binary_offset": 173903548,
     "length": 16,
     "sha256": "78c1e2092185e708e55bf64e83c22301ed612d73638fc8646697c618c5de5939",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173876284.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173876284,
     "length": 21,
     "sha256": "c450551711a79f7f47ab0ccb5d45de4203f74265a5815bac62d32b8d0fa05224",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186336969,
     "length": 11,
     "sha256": "f5947c05dedf0b0cda1351f683723eefaed3f10a2ba7de273e5dafdf640c2731",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173876307.",
   "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-bkgbm924.js",
     "binary_offset": 173903565,
     "length": 17,
     "sha256": "a88f87b6b23afb05be9d6bf77e015fcfe14b917bbe71efa36c8569c2dab3e4e6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173876307.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173876307,
     "length": 22,
     "sha256": "6160aec6808358cd914556b926b32ce6ad001fa7e893bb2a77621d67eab743aa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186336982,
     "length": 12,
     "sha256": "a57dba06600b3c1edd5eed96cb4978f0109b1829acd83aabc0b90ab7b1578a1a",
     "version": "2.1.282",
     "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-96abcgyx.js` offset 209761092.",
   "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-bkgbm924.js",
     "binary_offset": 173903492,
     "length": 22,
     "sha256": "407c336694bfa4036e8159d787f1449550225fa34fe12f61efa241ac814fcbb4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-96abcgyx.js` offset 209761092.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173874761,
      "length": 27,
      "sha256": "a240f1a452bcd487f8d86cd4f5bc2622c5b4dc1e33569737e33c97f9d2a34e74",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-96abcgyx.js",
     "binary_offset": 209761092,
     "length": 27,
     "sha256": "a240f1a452bcd487f8d86cd4f5bc2622c5b4dc1e33569737e33c97f9d2a34e74",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173874761,
     "length": 27,
     "sha256": "a240f1a452bcd487f8d86cd4f5bc2622c5b4dc1e33569737e33c97f9d2a34e74",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186335604,
     "length": 27,
     "sha256": "a240f1a452bcd487f8d86cd4f5bc2622c5b4dc1e33569737e33c97f9d2a34e74",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7edff6wj.js",
     "binary_offset": 189624095,
     "length": 17,
     "sha256": "fa26ec806c82407d5c71fa4dffef9928e8dee2997eae6a2de5d53dacdb5d68a8",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878421.",
   "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-bkgbm924.js",
     "binary_offset": 173903583,
     "length": 20,
     "sha256": "21422526447b2f681ab6659768d41f860cf8a998af8ec7899d4640a2588ea9dd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173878421.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173878421,
      "length": 25,
      "sha256": "d76f1c62d96fe134574002c457cbf8b23f31ca3d83cb11df74e01ae94bf25158",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878421,
     "length": 25,
     "sha256": "d76f1c62d96fe134574002c457cbf8b23f31ca3d83cb11df74e01ae94bf25158",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173885674,
     "length": 12,
     "sha256": "29c45ad5d342cb01ddaa6d3e59fed5e120e09b0ea0e7b9c0166f72650521044d",
     "version": "2.1.282",
     "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-bp067x6b.js",
      "binary_offset": 185586831,
      "length": 7,
      "sha256": "e8691df00cb0c76fdbb5e63d2920e54a9fa3e83387f67d5d79070d7c6de68f20",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-cgskr4ka.js",
      "binary_offset": 185611390,
      "length": 7,
      "sha256": "e8691df00cb0c76fdbb5e63d2920e54a9fa3e83387f67d5d79070d7c6de68f20",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195494007,
     "length": 17,
     "sha256": "3f2fec7883021671ff1f2213759e41dd62e91d32684a0c4caa9f083039c5ab24",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sz70d38s.js",
     "binary_offset": 175200846,
     "length": 17,
     "sha256": "3f2fec7883021671ff1f2213759e41dd62e91d32684a0c4caa9f083039c5ab24",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sz70d38s.js",
     "binary_offset": 175204472,
     "length": 17,
     "sha256": "3f2fec7883021671ff1f2213759e41dd62e91d32684a0c4caa9f083039c5ab24",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bp067x6b.js",
     "binary_offset": 185586831,
     "length": 7,
     "sha256": "e8691df00cb0c76fdbb5e63d2920e54a9fa3e83387f67d5d79070d7c6de68f20",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgskr4ka.js",
     "binary_offset": 185611390,
     "length": 7,
     "sha256": "e8691df00cb0c76fdbb5e63d2920e54a9fa3e83387f67d5d79070d7c6de68f20",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fexek9zd.js",
     "binary_offset": 173749775,
     "length": 11,
     "sha256": "95e2df337af0dc81895648a91bcdbc07d66f805353cec3c9674ef392228de5a7",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173879084.",
   "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-bkgbm924.js",
     "binary_offset": 173903641,
     "length": 25,
     "sha256": "f8074c3f5df19eefcad3803760c019b3b4de3fc5851fef8a9b9acfec8095b5c0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173879084.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173879084,
      "length": 30,
      "sha256": "a0569b4ed530ea839f90b3d9344832f65e76284ac81ec9b8c3048e1d0d45b0dd",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879084,
     "length": 30,
     "sha256": "a0569b4ed530ea839f90b3d9344832f65e76284ac81ec9b8c3048e1d0d45b0dd",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878349.",
   "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-bkgbm924.js` offset 173878349.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878349,
     "length": 18,
     "sha256": "a0e21599ce619ffff9dd7898b78524920084af4d59edf1cf5961081d6b1f65e2",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878370.",
   "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-bkgbm924.js` offset 173878370.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878370,
     "length": 32,
     "sha256": "7941e754633136e831845c8f5bdace51ed05190e4f0106e9fe23407b955b21a0",
     "version": "2.1.282",
     "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-dvf5gp1q.js` offset 180276989.",
   "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-bkgbm924.js",
     "binary_offset": 173903667,
     "length": 14,
     "sha256": "46c7d649fe074098fdbabde7247cd7053807098bb236a5fb8bebb876e7a2fef8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-dvf5gp1q.js` offset 180276989.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-m3j63tma.js",
      "binary_offset": 186973717,
      "length": 9,
      "sha256": "a69ca451a4cbc60c582255344fb04aedd12dd44eb5189bb04ea4301e3a2baa24",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-dvf5gp1q.js",
     "binary_offset": 180276989,
     "length": 19,
     "sha256": "4dcc9e064617cae3ded14f9681156d9f300fd5cc936661151d3256c8532b6d14",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m3j63tma.js",
     "binary_offset": 186973717,
     "length": 9,
     "sha256": "a69ca451a4cbc60c582255344fb04aedd12dd44eb5189bb04ea4301e3a2baa24",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878925.",
   "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-bkgbm924.js",
     "binary_offset": 173903702,
     "length": 11,
     "sha256": "e5b84506b81eb0e4397817c03b5f7f1ac6d01f82651c45d3d08f3e9e002b6942",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173878925.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173878925,
      "length": 16,
      "sha256": "5bfcb51f2ce88e4b5f3b0f25fc9e717974477530d7350c3bcbf7101967949ecd",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878925,
     "length": 16,
     "sha256": "5bfcb51f2ce88e4b5f3b0f25fc9e717974477530d7350c3bcbf7101967949ecd",
     "version": "2.1.282",
     "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-5wj6d281.js` offset 186763991.",
   "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-bkgbm924.js",
     "binary_offset": 173903714,
     "length": 13,
     "sha256": "e109d716006a70e535c2d55e83deef9fd95bbc309048d0a96c760ee4e8d3ea07",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5wj6d281.js` offset 186763991.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-67qjk0tw.js",
      "binary_offset": 190736695,
      "length": 8,
      "sha256": "e2aba24c6520a5c71b5d0ffb74bfe73b3af16b796ec58967ed803d915a0aa87b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-kbx92m5p.js",
      "binary_offset": 210108230,
      "length": 8,
      "sha256": "e2aba24c6520a5c71b5d0ffb74bfe73b3af16b796ec58967ed803d915a0aa87b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5wj6d281.js",
     "binary_offset": 186763991,
     "length": 8,
     "sha256": "e2aba24c6520a5c71b5d0ffb74bfe73b3af16b796ec58967ed803d915a0aa87b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-67qjk0tw.js",
     "binary_offset": 190736695,
     "length": 8,
     "sha256": "e2aba24c6520a5c71b5d0ffb74bfe73b3af16b796ec58967ed803d915a0aa87b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-67qjk0tw.js",
     "binary_offset": 190736716,
     "length": 8,
     "sha256": "e2aba24c6520a5c71b5d0ffb74bfe73b3af16b796ec58967ed803d915a0aa87b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kbx92m5p.js",
     "binary_offset": 210108230,
     "length": 8,
     "sha256": "e2aba24c6520a5c71b5d0ffb74bfe73b3af16b796ec58967ed803d915a0aa87b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kbx92m5p.js",
     "binary_offset": 210108253,
     "length": 8,
     "sha256": "e2aba24c6520a5c71b5d0ffb74bfe73b3af16b796ec58967ed803d915a0aa87b",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878960.",
   "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-bkgbm924.js` offset 173878960.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878960,
     "length": 24,
     "sha256": "e98aa30745613174c9c84961968f4b1f18f69886e94791b0a3fdf4754d450e25",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878986.",
   "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-bkgbm924.js` offset 173878986.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878986,
     "length": 26,
     "sha256": "eb90c0ce216100f30db129d0195d06dd7cc217c0540e477babbb1eac8b42815e",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 184020850.",
   "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-bkgbm924.js",
     "binary_offset": 173898749,
     "length": 26,
     "sha256": "1078fe21c7d645bd4fdfb27ec7867715b2a45a97b61a98171496dc852ac37522",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 184020850.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 184020850,
      "length": 31,
      "sha256": "6d127f083a6305e536e583c15eff19fbc93d069a037ac24f7198b2d1115949b5",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "also_parsed_as_boolean": true,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184020850,
     "length": 31,
     "sha256": "6d127f083a6305e536e583c15eff19fbc93d069a037ac24f7198b2d1115949b5",
     "version": "2.1.282",
     "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-x9fwahqm.js` offset 181494357.",
   "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-bkgbm924.js",
     "binary_offset": 173903728,
     "length": 18,
     "sha256": "b39eeb021266ff9163b32ec3c170e71efbde29fea99ba14b6e77b8f6049b28a8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-x9fwahqm.js` offset 181494357.",
    "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-x9fwahqm.js",
     "binary_offset": 181494357,
     "length": 23,
     "sha256": "15ab5bb84e2ba0e9a8fa3ce7ea96956b4652dcd04cadf039e9fff0acab1e35f8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m30ajd2b.js",
     "binary_offset": 175279298,
     "length": 13,
     "sha256": "e574f09a3c270e4a210ceb568f8a74c69bfcc23b6f6b14bd352a9f21803d00ee",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m30ajd2b.js",
     "binary_offset": 175279608,
     "length": 13,
     "sha256": "e574f09a3c270e4a210ceb568f8a74c69bfcc23b6f6b14bd352a9f21803d00ee",
     "version": "2.1.282",
     "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-bxwnnkpe.js",
     "binary_offset": 186238114,
     "length": 17,
     "sha256": "dbf93b31035b883c2dfef4fbc0dddc88dc2403e88979564ebae7916b20633427",
     "version": "2.1.282",
     "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-m7zbtchd.js` offset 205345520.",
   "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-bkgbm924.js",
     "binary_offset": 173903769,
     "length": 22,
     "sha256": "148f0c91ec4455e3f1144978b8b5408eb04fc37b1dee05c6181f6c13a768e25f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m7zbtchd.js` offset 205345520.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-deploy"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205345520,
     "length": 17,
     "sha256": "6bbeb3c8298fb029814cf65eb0e826136a0ee7ad98641e308e0649b050212bc1",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179924353.",
   "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-bkgbm924.js",
     "binary_offset": 173903813,
     "length": 26,
     "sha256": "fdafd7869cd49163ff441086218f57ed3c7161f6622d28c08c6ab3463e41ebd4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179924353.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/interactive-mode"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179924353,
     "length": 31,
     "sha256": "9c5226ea9ee47301864c12d79e5ff8886360267ce1302354d071ccaa36453f7e",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179924330.",
   "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-bkgbm924.js",
     "binary_offset": 173903840,
     "length": 14,
     "sha256": "79d25ab22831a0b5ed4adef2b91e1f6a89e53540d41d30829840daaf297221b0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179924330.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/interactive-mode"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179924330,
     "length": 19,
     "sha256": "95d3efd7ec2fb88bc0710151750e38e4544671b103421394e61b899fb184efc8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179937963,
     "length": 19,
     "sha256": "95d3efd7ec2fb88bc0710151750e38e4544671b103421394e61b899fb184efc8",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179924280.",
   "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-bkgbm924.js",
     "binary_offset": 173903855,
     "length": 15,
     "sha256": "06605a23624a6736fc7de8a35bb34ff9051f9b5b5ba3c2b60f34487666d4d536",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179924280.",
    "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-5ezz9t8y.js",
     "binary_offset": 179924280,
     "length": 20,
     "sha256": "4d29d2e59420662ee296a51bb7abe461834e615de562f9c6c433386491d781cc",
     "version": "2.1.282",
     "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-m7zbtchd.js` offset 205345465.",
   "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-bkgbm924.js",
     "binary_offset": 173904295,
     "length": 18,
     "sha256": "fb6f728ee3cf6a381132045b5655d78793870a07ebd789763a392008ffa39dcb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m7zbtchd.js` offset 205345465.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-deploy"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205345465,
     "length": 13,
     "sha256": "77c0011a349205a46bdb2903acbad11296286d86d0174b2ecb121db2d0a79b35",
     "version": "2.1.282",
     "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-6k4pzp76.js` offset 178560465.",
   "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-bkgbm924.js",
     "binary_offset": 173904314,
     "length": 23,
     "sha256": "46beea9c045981bedaf95b3ec9c4088374852efc19f1c8958e4d92fa277ca459",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6k4pzp76.js` offset 178560465.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178560465,
     "length": 28,
     "sha256": "ada3e46b65e8e5eafcc34ce80d80af01b64a05a6e38a1d67a9d47c9b32949d55",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185332015,
     "length": 28,
     "sha256": "ada3e46b65e8e5eafcc34ce80d80af01b64a05a6e38a1d67a9d47c9b32949d55",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s5dxwt9q.js",
     "binary_offset": 180679268,
     "length": 18,
     "sha256": "ba75a66676c7f2e067c2b7957348641b8a28138580fcc5776062d5b5ffcf2109",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205349158,
     "length": 18,
     "sha256": "083e837a3c5fa6470b4ed8cf5e3fb78c4e15a181d3c912cac7b20e1594138595",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rcyb2rab.js",
     "binary_offset": 174633540,
     "length": 18,
     "sha256": "083e837a3c5fa6470b4ed8cf5e3fb78c4e15a181d3c912cac7b20e1594138595",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211215782,
     "length": 22,
     "sha256": "badc2b49869df6e281444810665d9531117f4401443ca658de09579e5ef940ed",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rcyb2rab.js",
     "binary_offset": 174615088,
     "length": 24,
     "sha256": "a43954905d1e72464a22aaa8601fcd4244e32f3e123a476c13b2a5c4c2805c31",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rcyb2rab.js",
     "binary_offset": 174613964,
     "length": 18,
     "sha256": "eaa01d67a1b65a3bd0bd5b1fc4cbbea1549f4f27bdd018bfb46bd642a80c8cf6",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185274640.",
   "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-bkgbm924.js",
     "binary_offset": 173904338,
     "length": 24,
     "sha256": "fe2f9ef63f8328408701e2a3912f964198527c170dadffbcb79a8bd2653abed5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-brqj61g3.js` offset 185274640.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185274640,
     "length": 29,
     "sha256": "c6d7625a89848bcef5e4085e6cc19ebfd3147ac4f06ee149f311c8fe18a3b353",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185444455,
     "length": 29,
     "sha256": "c6d7625a89848bcef5e4085e6cc19ebfd3147ac4f06ee149f311c8fe18a3b353",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205346100,
     "length": 29,
     "sha256": "c6d7625a89848bcef5e4085e6cc19ebfd3147ac4f06ee149f311c8fe18a3b353",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179550937,
     "length": 25,
     "sha256": "8135d592e9f61786cc3136417888fc9bbaed63215607305dabf596ff73dbb590",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s5dxwt9q.js",
     "binary_offset": 180686105,
     "length": 19,
     "sha256": "7634890f924dcd7f3407422647030ebd3ffb6ac7d0d655fa323897e53330787c",
     "version": "2.1.282",
     "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-s5dxwt9q.js",
     "binary_offset": 180679370,
     "length": 24,
     "sha256": "da14c0ce6751803c537029d807e83e60896ddda4f896ca019d7f5a8867fceed9",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179551022.",
   "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-bkgbm924.js",
     "binary_offset": 173904363,
     "length": 26,
     "sha256": "fde2dd1fb061974d6cc4a5f37d1c523af1f27d3a8ec7f528f6798e8d2d3ebfb5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179551022.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179551022,
     "length": 27,
     "sha256": "35d4405f64ac47f9360a20943d368a7d4f39b2873c7ac8fed11043713d63a71d",
     "version": "2.1.282",
     "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-s5dxwt9q.js` offset 180679480.",
   "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-s5dxwt9q.js` offset 180679480.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s5dxwt9q.js",
     "binary_offset": 180679480,
     "length": 23,
     "sha256": "56a8e5d75176a55a42eab0b860abae4feade6bee4e50c786303bc05ae25e4121",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211216010,
     "length": 27,
     "sha256": "400ad94f46dbfeb1f6b2b30d916809c0c486612385e27fd3de0662518e2560b8",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179550965.",
   "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-5ezz9t8y.js` offset 179550965.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179550965,
     "length": 25,
     "sha256": "4c712b290167f9254565aeac78009e10788f28e58a2fdcf17451897e9dd8f468",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s5dxwt9q.js",
     "binary_offset": 180686125,
     "length": 19,
     "sha256": "db7eed65dc8e2f5fbfa3218cc07045b60204c331df1846e6d71f5c3419f36b46",
     "version": "2.1.282",
     "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-s5dxwt9q.js",
     "binary_offset": 180679397,
     "length": 26,
     "sha256": "524acb1b920004d565d24583cf98ec7737000d6567e07a27ee888970ae57ac9c",
     "version": "2.1.282",
     "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-p3en2qbk.js` offset 179257671.",
   "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-p3en2qbk.js` offset 179257671.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-p3en2qbk.js",
     "binary_offset": 179257671,
     "length": 25,
     "sha256": "23a21822473a9d6fe5590181d50fbc6c5e729efc2732ce16ffeb526b53481a37",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185384752.",
   "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-bkgbm924.js",
     "binary_offset": 173904390,
     "length": 22,
     "sha256": "17bc81df49c40764057b013c4cbe2b0994109c9a1bbd9856da622e7abb13e02e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-brqj61g3.js` offset 185384752.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-deploy"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185384752,
     "length": 27,
     "sha256": "58764ff198f2525eb7442a06eff352444c562298e76445a1fc067145cfe22304",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dkpg3yz5.js",
     "binary_offset": 185213906,
     "length": 27,
     "sha256": "58764ff198f2525eb7442a06eff352444c562298e76445a1fc067145cfe22304",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5abkkjjj.js",
     "binary_offset": 193139291,
     "length": 17,
     "sha256": "f071d5465572129ab8023237a1e99849c795084ba113501b86091b665bad43bf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185383203,
     "length": 17,
     "sha256": "f071d5465572129ab8023237a1e99849c795084ba113501b86091b665bad43bf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205349256,
     "length": 17,
     "sha256": "f071d5465572129ab8023237a1e99849c795084ba113501b86091b665bad43bf",
     "version": "2.1.282",
     "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-m7zbtchd.js` offset 205345386.",
   "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-bkgbm924.js",
     "binary_offset": 173904457,
     "length": 26,
     "sha256": "d5a7ac6a9256945f0d654dfa476c9ac634522bd0dca711083884dc45ce03fd0d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m7zbtchd.js` offset 205345386.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/self-hosted-environments-deploy"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205345386,
     "length": 21,
     "sha256": "e65f8626683289d2a7fbd02de4ffda99f13eb24fe82d01f4b393cfc71448602b",
     "version": "2.1.282",
     "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-appb597y.js` offset 189590788.",
   "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-bkgbm924.js",
     "binary_offset": 173903893,
     "length": 27,
     "sha256": "84dd4520d21f115a1dd156d9208249b0e86b5fa865146abcd4b66d2b48b71196",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-appb597y.js` offset 189590788.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189590788,
     "length": 22,
     "sha256": "872d29c85cdd00b3388cfa27a6a475045cdd5822264def59a9ebea4f80b77760",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176606671.",
   "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-bkgbm924.js",
     "binary_offset": 173903921,
     "length": 25,
     "sha256": "ab7ecfbbb0929a33accdba4b70019800257f08d37a60d88de82dc92f6e36bf35",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176606671.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176606671,
     "length": 30,
     "sha256": "63872dc2e23389e646735d56784a4f15ce73b0fcca2d586ee975e4c5746a6e2e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176606735,
     "length": 30,
     "sha256": "63872dc2e23389e646735d56784a4f15ce73b0fcca2d586ee975e4c5746a6e2e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175913508,
     "length": 30,
     "sha256": "63872dc2e23389e646735d56784a4f15ce73b0fcca2d586ee975e4c5746a6e2e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175919210,
     "length": 30,
     "sha256": "63872dc2e23389e646735d56784a4f15ce73b0fcca2d586ee975e4c5746a6e2e",
     "version": "2.1.282",
     "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-0anwyrjk.js` offset 174777924.",
   "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-bkgbm924.js",
     "binary_offset": 173903871,
     "length": 21,
     "sha256": "767836c58f70c95ee13bfeb42f4760c2599318d3b7f5caa9557235fdce94382c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-0anwyrjk.js` offset 174777924.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-0anwyrjk.js",
     "binary_offset": 174777924,
     "length": 26,
     "sha256": "5cc8b904f47b1e02aa10c77573b3b231ceb9495b5ca29f5d41377f73a063d36a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176605336,
     "length": 26,
     "sha256": "5cc8b904f47b1e02aa10c77573b3b231ceb9495b5ca29f5d41377f73a063d36a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176606473,
     "length": 26,
     "sha256": "5cc8b904f47b1e02aa10c77573b3b231ceb9495b5ca29f5d41377f73a063d36a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879793,
     "length": 26,
     "sha256": "5cc8b904f47b1e02aa10c77573b3b231ceb9495b5ca29f5d41377f73a063d36a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176312425,
     "length": 16,
     "sha256": "535d4a9b01e690732c774613114e4b362dc3a3cc7ff0b9dc3a2cb6c95d1f158a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190138289,
     "length": 16,
     "sha256": "535d4a9b01e690732c774613114e4b362dc3a3cc7ff0b9dc3a2cb6c95d1f158a",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176312474.",
   "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-bkgbm924.js",
     "binary_offset": 173903947,
     "length": 19,
     "sha256": "3b8f3f53d457df2e22b9ab25a51720c3c6a53151fc644750a6ff5be6f38d464b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176312474.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176312474,
     "length": 14,
     "sha256": "bdbdbc09f38466d681000b1cca25762231944acb732f8c46171b13ecb1168f07",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183451451,
     "length": 14,
     "sha256": "bdbdbc09f38466d681000b1cca25762231944acb732f8c46171b13ecb1168f07",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176312497.",
   "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-bkgbm924.js",
     "binary_offset": 173903967,
     "length": 22,
     "sha256": "248de5d334f851ad16e06f6e6a4d238770e38417cf87feb8c7054099122e5d77",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176312497.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176312497,
     "length": 17,
     "sha256": "efc90f87184593b26325e48878324e133f3338c3145fe78a55f214009670ab94",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179924386.",
   "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-bkgbm924.js",
     "binary_offset": 173903990,
     "length": 30,
     "sha256": "be8439048445016a94113705b8fe4869762027e18faec5f5b9930e8c6cb08f37",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179924386.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/interactive-mode"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179924386,
     "length": 35,
     "sha256": "80d49428115f24b42a1199867e8f469d83742f476653f25fcadfb4e1d944d804",
     "version": "2.1.282",
     "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-xbqxyc9r.js` offset 175913038.",
   "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-bkgbm924.js",
     "binary_offset": 173904021,
     "length": 17,
     "sha256": "b517111af639457ae5d58a92c747cd19e3ea4f6b013e86ec24f4fb10683e7346",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xbqxyc9r.js` offset 175913038.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-xbqxyc9r.js",
      "binary_offset": 175913038,
      "length": 22,
      "sha256": "85a6c474f1b3a20a77796f530ca5baa18984d50f712782cec57494357ec19d87",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-xbqxyc9r.js",
      "binary_offset": 175919270,
      "length": 22,
      "sha256": "85a6c474f1b3a20a77796f530ca5baa18984d50f712782cec57494357ec19d87",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175913038,
     "length": 22,
     "sha256": "85a6c474f1b3a20a77796f530ca5baa18984d50f712782cec57494357ec19d87",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175913063,
     "length": 22,
     "sha256": "85a6c474f1b3a20a77796f530ca5baa18984d50f712782cec57494357ec19d87",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175919270,
     "length": 22,
     "sha256": "85a6c474f1b3a20a77796f530ca5baa18984d50f712782cec57494357ec19d87",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175919295,
     "length": 22,
     "sha256": "85a6c474f1b3a20a77796f530ca5baa18984d50f712782cec57494357ec19d87",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176606519.",
   "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-bkgbm924.js",
     "binary_offset": 173904039,
     "length": 24,
     "sha256": "e0a613086c018869884942269cb84958ee44e10ae15909c7303ac01b78b6bdf3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176606519.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176606519,
     "length": 29,
     "sha256": "002d2186ad2b3a55e8807baae7008183f4cad88469f95941dc408816468b9675",
     "version": "2.1.282",
     "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-xbqxyc9r.js` offset 175913557.",
   "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-bkgbm924.js",
     "binary_offset": 173904064,
     "length": 24,
     "sha256": "cbab602797f834814e9e3a2792aabd720eeeecc0ac7761ef24bc93f8fbcaca36",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xbqxyc9r.js` offset 175913557.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175913557,
     "length": 29,
     "sha256": "4d6b1a0942e3363dcfce5f3b3f59e132125e484937cd7ce840ae49ee4a3ac842",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175920845,
     "length": 29,
     "sha256": "4d6b1a0942e3363dcfce5f3b3f59e132125e484937cd7ce840ae49ee4a3ac842",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176312526.",
   "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-bkgbm924.js",
     "binary_offset": 173904089,
     "length": 24,
     "sha256": "4c3d7320e9ec5469baa6a41a619d0c10a919aaf8756a83641c815f8a3b2dd896",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176312526.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176312526,
     "length": 19,
     "sha256": "98dca9d08196bb5033620f5dfb0b495655c83fabaf2aff8e663c9616beb37dc4",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176312559.",
   "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-bkgbm924.js",
     "binary_offset": 173904114,
     "length": 27,
     "sha256": "011636fcb478ce9762d5b6aaaa765f9d2c41c601103335197a3ecafdfbc9ad78",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176312559.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176312559,
     "length": 22,
     "sha256": "0a9247c94c0202bf6d5da8ce44657560821fab3b0135fa20eb5e4f898afddf74",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176312598.",
   "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-bkgbm924.js",
     "binary_offset": 173904142,
     "length": 30,
     "sha256": "2a7e906a1cccee7a157ab13b24403c4629fecef1b7e01d7700f1d9141464bc60",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176312598.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176312598,
     "length": 25,
     "sha256": "4bf7a1f33a07250efeb31ff1dbf00dddcb0838b7e7ec52fa536e28796451d9dd",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176312642.",
   "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-bkgbm924.js",
     "binary_offset": 173904173,
     "length": 33,
     "sha256": "ec048ddf45ecd1b69192afcb063f9a91b5b766c0650c09cb9dd96978fe3a33f5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176312642.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176312642,
     "length": 28,
     "sha256": "11aaad6057a2dc909690f3eb55846bb906848c4c2a3b94f629a09d2ed2e04d13",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179924302.",
   "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-bkgbm924.js",
     "binary_offset": 173904207,
     "length": 19,
     "sha256": "caa2809bbe889118afc36c052c17006c457516415f06189a2e3835e51177de91",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179924302.",
    "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-5ezz9t8y.js",
     "binary_offset": 179924302,
     "length": 24,
     "sha256": "d84c66c7d4334fd67c08315cde07e0a1c9c1d22752960108f83c927bcceaae73",
     "version": "2.1.282",
     "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-xbqxyc9r.js` offset 175913096.",
   "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-bkgbm924.js",
     "binary_offset": 173904227,
     "length": 23,
     "sha256": "79c7b7ddbb3e339c4d13e16eaf1f350a64fd80d6be780f8f8dfddb8a63c8701a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xbqxyc9r.js` offset 175913096.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175913096,
     "length": 28,
     "sha256": "c45e337f9c822754b0ce185334827827075a9fdc2e1bcb3b4f0da18177f8e16b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175919343,
     "length": 28,
     "sha256": "c45e337f9c822754b0ce185334827827075a9fdc2e1bcb3b4f0da18177f8e16b",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173879850.",
   "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-bkgbm924.js",
     "binary_offset": 173904251,
     "length": 16,
     "sha256": "d6e5f6c751e3cd3862079d91869824828b1e3e520973a63331f21468a5d351b0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173879850.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879850,
     "length": 21,
     "sha256": "3ee25c2587a6d4b28c708462cc1ca82c38998e3e5e1c32ac2623f908f24fabce",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878223.",
   "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-bkgbm924.js",
     "binary_offset": 173904268,
     "length": 26,
     "sha256": "579acd0203aec51c6b54dad3fd8ee991ccc70a4b11e7223cdb152a4fc3881a49",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173878223.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173878223,
      "length": 31,
      "sha256": "0bd1a41d7635017d02773ca96bc34568cdfcd207891ca21cc27263cb699225d4",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878223,
     "length": 31,
     "sha256": "0bd1a41d7635017d02773ca96bc34568cdfcd207891ca21cc27263cb699225d4",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173875745.",
   "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-bkgbm924.js",
     "binary_offset": 173904484,
     "length": 29,
     "sha256": "23912c5a6760f5095a540d1470a18bf27335714f87957e7f79fdf652ea268134",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173875745.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173875745,
      "length": 34,
      "sha256": "8fcf299df38f260b9c1e2301ab2ac8eea924104310e7c0ffb1cf0bef957f582b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173875745,
     "length": 34,
     "sha256": "8fcf299df38f260b9c1e2301ab2ac8eea924104310e7c0ffb1cf0bef957f582b",
     "version": "2.1.282",
     "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-b9zxafpj.js` offset 194194731.",
   "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-bkgbm924.js",
     "binary_offset": 173904677,
     "length": 15,
     "sha256": "96d84e6a17289d99e4edc6e1995af67d40564b7c4ed37193208ee91c368493ff",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-b9zxafpj.js` offset 194194731.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-b9zxafpj.js",
     "binary_offset": 194194731,
     "length": 10,
     "sha256": "e5c41ee296dcc3e6b5c7b1e5daf671ce1c6f8106d354db2ebd85700fafdc8aab",
     "version": "2.1.282",
     "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-brqj61g3.js` offset 185274672.",
   "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-bkgbm924.js",
     "binary_offset": 173904693,
     "length": 11,
     "sha256": "da52e2757fedef976e723557ef773e14e1045a99082da8f2fc77bb42452824f2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-brqj61g3.js` offset 185274672.",
    "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-brqj61g3.js",
     "binary_offset": 185274672,
     "length": 16,
     "sha256": "dc770fd456505f1012a65a504cc8a4b81cd119eba8702dacf77e4043b9f477f2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192034279,
     "length": 16,
     "sha256": "dc770fd456505f1012a65a504cc8a4b81cd119eba8702dacf77e4043b9f477f2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192116555,
     "length": 16,
     "sha256": "dc770fd456505f1012a65a504cc8a4b81cd119eba8702dacf77e4043b9f477f2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175906028,
     "length": 6,
     "sha256": "8b7d8232053ef8f3921294560f056f8f41b499f8112ed51f1d06e854199e773e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ktqhvvap.js",
     "binary_offset": 185186388,
     "length": 6,
     "sha256": "96f84efa9da18875177b7c5f9d7b2623d4dd96de5860787fdcd58bc04dad258d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w2qtrgj6.js",
     "binary_offset": 177050547,
     "length": 6,
     "sha256": "96f84efa9da18875177b7c5f9d7b2623d4dd96de5860787fdcd58bc04dad258d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w2qtrgj6.js",
     "binary_offset": 177051388,
     "length": 6,
     "sha256": "96f84efa9da18875177b7c5f9d7b2623d4dd96de5860787fdcd58bc04dad258d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zs2wjtvz.js",
     "binary_offset": 177766029,
     "length": 6,
     "sha256": "96f84efa9da18875177b7c5f9d7b2623d4dd96de5860787fdcd58bc04dad258d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176010728,
     "length": 9,
     "sha256": "5c22125dccdcd299c619c91985f7ff01c01bf35041b73d5aef0a0fbc1aa5ebc0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179552085,
     "length": 12,
     "sha256": "af4e7078431a3998de488b3e3936941cab4953ee409ba99205f6e67011cad30b",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179469542.",
   "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-bkgbm924.js",
     "binary_offset": 173904705,
     "length": 16,
     "sha256": "111c9bc39c220fe0eb0b8e679929c68b1c444788a691c93b00f736888fbf0fb0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179469542.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179469542,
     "length": 15,
     "sha256": "87c2e6cfdce35ea75410bceb8d9d7c8004704297f0290a8e6993934fc8d19be7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179472542,
     "length": 15,
     "sha256": "87c2e6cfdce35ea75410bceb8d9d7c8004704297f0290a8e6993934fc8d19be7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179552100,
     "length": 17,
     "sha256": "c96c678a2e073382976eadd220cf15cd22a6f9011cc49840fea7567e7783225a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zkzemj1p.js",
     "binary_offset": 191738614,
     "length": 24,
     "sha256": "c2fc1ab23be1cc4867d0ee6f27b2e03b03eba30e70023a5e02d7dc2dd2e89960",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179469567.",
   "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-bkgbm924.js",
     "binary_offset": 173904722,
     "length": 15,
     "sha256": "54ebdb5e5a00291d217f666fe20467b91d0b5d12700b438f6f5c5a6fa4a9a4c1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179469567.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179469567,
     "length": 14,
     "sha256": "64039128471dd325ac252fd81cd72afdefb2c659dd046714581db59b906cbec8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179552120,
     "length": 16,
     "sha256": "e74bd7422abd9b654af24cb59f432b607141b39d8e14fc46af21de500b664846",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zkzemj1p.js",
     "binary_offset": 191738603,
     "length": 10,
     "sha256": "d43197850adf4bb66f4c3cece5d797c4cad5a4a727ff8f44161d34139decba01",
     "version": "2.1.282",
     "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-mmffsmbj.js` offset 176047831.",
   "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-mmffsmbj.js` offset 176047831.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176047831,
     "length": 33,
     "sha256": "5c1b2b572227cfec67bcebe4d933248cb4668e93ab2cd0b3afa39edeaf334d4e",
     "version": "2.1.282",
     "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-ye4x3h8k.js` offset 186687700.",
   "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-bkgbm924.js",
     "binary_offset": 173898824,
     "length": 24,
     "sha256": "e0472396cf6f80202638445334cf7c7a7ff6db70dba3ea21d062a925322ee2d5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ye4x3h8k.js` offset 186687700.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ye4x3h8k.js",
     "binary_offset": 186687700,
     "length": 29,
     "sha256": "064450f60af6b0f4a9f7cbf1c7ea015f715ef15297ff59d2e4eee5b96b556268",
     "version": "2.1.282",
     "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-cgykfzt8.js` offset 186342279.",
   "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-bkgbm924.js",
     "binary_offset": 173904798,
     "length": 39,
     "sha256": "e3eb4675c878e8bccfd9a5a1f50204c66958e994c6891599a577c1fe0de5c2fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cgykfzt8.js` offset 186342279.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186342279,
     "length": 44,
     "sha256": "1054b8d6bdf0404d304d2b550152f62e676c8086c7238eebb581ea41350480a8",
     "version": "2.1.282",
     "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-cgykfzt8.js` offset 186342215.",
   "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-bkgbm924.js",
     "binary_offset": 173904838,
     "length": 48,
     "sha256": "7e0ca8e84edca6ae7f927ffd875377997aa4c2e9beabd0b0655d969b795da053",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cgykfzt8.js` offset 186342215.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186342215,
     "length": 53,
     "sha256": "d49c5da52c2bbc68196ec1346bf1ccfd4f10c38f8462ba2b79b5ce3e26bc281e",
     "version": "2.1.282",
     "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-7qvhg0an.js` offset 180689198.",
   "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-bkgbm924.js",
     "binary_offset": 173904920,
     "length": 23,
     "sha256": "60e2dea2a83676ed3235ce54320a986b13ecbe7108953ac84b6633e06611fa2f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-7qvhg0an.js` offset 180689198.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-7qvhg0an.js",
      "binary_offset": 180689198,
      "length": 18,
      "sha256": "038ed3abe23e762f5b711394d83c9fe0afac293fb32e97db23affb9a5bf14777",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7qvhg0an.js",
     "binary_offset": 180689198,
     "length": 18,
     "sha256": "038ed3abe23e762f5b711394d83c9fe0afac293fb32e97db23affb9a5bf14777",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mc9mx3hp.js",
     "binary_offset": 206261135,
     "length": 18,
     "sha256": "038ed3abe23e762f5b711394d83c9fe0afac293fb32e97db23affb9a5bf14777",
     "version": "2.1.282",
     "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-m7zbtchd.js` offset 205328417.",
   "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-bkgbm924.js",
     "binary_offset": 173904944,
     "length": 16,
     "sha256": "5c35786dea19abfe1e712f1fe453470d14ac52c6f9b3888ee9e1359c9760454c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m7zbtchd.js` offset 205328417.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-m7zbtchd.js",
      "binary_offset": 205328417,
      "length": 11,
      "sha256": "e32930cc40e8f933000b6bbda40f3f33b8ea78e89550dfe09954ae7bb6265b4f",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205328417,
     "length": 11,
     "sha256": "e32930cc40e8f933000b6bbda40f3f33b8ea78e89550dfe09954ae7bb6265b4f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205328431,
     "length": 11,
     "sha256": "e32930cc40e8f933000b6bbda40f3f33b8ea78e89550dfe09954ae7bb6265b4f",
     "version": "2.1.282",
     "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-6k4pzp76.js` offset 178633207.",
   "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-bkgbm924.js",
     "binary_offset": 173904961,
     "length": 24,
     "sha256": "8059c6f6d751839e45406d2af45df121c11d725b9fb90469751883e631f9d770",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6k4pzp76.js` offset 178633207.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178633207,
     "length": 29,
     "sha256": "eb2a22970559205fc2b14b9356388401f39e673a5dd5afd813779efeb79abeef",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178649743,
     "length": 29,
     "sha256": "eb2a22970559205fc2b14b9356388401f39e673a5dd5afd813779efeb79abeef",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205345362,
     "length": 19,
     "sha256": "780da2f8ad9e76392d49404651eb4a8d991ef1d83c67df99689d9d96af2bbbac",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175909548,
     "length": 19,
     "sha256": "8ba5c3e4a0f7b65a8e235dfa0a3b03589fba550a352aae30ae89b0370b02e04b",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173879391.",
   "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-bkgbm924.js",
     "binary_offset": 173905063,
     "length": 16,
     "sha256": "afeca396636787f56abfa19af8f4513274dfeb04279db745f664ebd4406a194a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173879391.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173879391,
      "length": 21,
      "sha256": "a48f12e64ec0d77f3b872d8a57a95ebd39a65f767a7401a5f5dc15e9cae3a4b0",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879391,
     "length": 21,
     "sha256": "a48f12e64ec0d77f3b872d8a57a95ebd39a65f767a7401a5f5dc15e9cae3a4b0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192016265,
     "length": 21,
     "sha256": "a48f12e64ec0d77f3b872d8a57a95ebd39a65f767a7401a5f5dc15e9cae3a4b0",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173875944.",
   "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-bkgbm924.js",
     "binary_offset": 173904986,
     "length": 22,
     "sha256": "83d6fc9c7eb64cd5d69ffcef76d636bbc0a0617f729bd9fb5e8f22cf79fcd0c1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173875944.",
    "description_source": null,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-06tpgvbt.js",
      "binary_offset": 186330592,
      "length": 17,
      "sha256": "7ffcd1bb5901a2e0b90938e9bdf8edbb700ba1bc3bc5c1fd4983d70bb5eae927",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173875944,
      "length": 27,
      "sha256": "19815f125e6aea764e99142c11f3b51d29987f7c23cc0808a3ed608df03dac37",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-gv28bdvy.js",
      "binary_offset": 186243998,
      "length": 17,
      "sha256": "7ffcd1bb5901a2e0b90938e9bdf8edbb700ba1bc3bc5c1fd4983d70bb5eae927",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173875944,
     "length": 27,
     "sha256": "19815f125e6aea764e99142c11f3b51d29987f7c23cc0808a3ed608df03dac37",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186330592,
     "length": 17,
     "sha256": "7ffcd1bb5901a2e0b90938e9bdf8edbb700ba1bc3bc5c1fd4983d70bb5eae927",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gv28bdvy.js",
     "binary_offset": 186243998,
     "length": 17,
     "sha256": "7ffcd1bb5901a2e0b90938e9bdf8edbb700ba1bc3bc5c1fd4983d70bb5eae927",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173875698.",
   "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-bkgbm924.js",
     "binary_offset": 173905009,
     "length": 22,
     "sha256": "3d0bcb87d9201d80ceb8b4193ddb8f0fb351d617e5d4e18603a251ce9c08073b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173875698.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173875698,
      "length": 27,
      "sha256": "3f5c80d0393141fa0a21eccceb49ddd6126ced23cb0cf3f472250b0134915fc5",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-gv28bdvy.js",
      "binary_offset": 186244038,
      "length": 17,
      "sha256": "ef872b4a586ecc47e42c827b620cfaf15255c0a21c3fffe7bcdf9b645d5f516b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173875698,
     "length": 27,
     "sha256": "3f5c80d0393141fa0a21eccceb49ddd6126ced23cb0cf3f472250b0134915fc5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gv28bdvy.js",
     "binary_offset": 186244038,
     "length": 17,
     "sha256": "ef872b4a586ecc47e42c827b620cfaf15255c0a21c3fffe7bcdf9b645d5f516b",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173879999.",
   "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-bkgbm924.js",
     "binary_offset": 173905032,
     "length": 30,
     "sha256": "a0650e1616b2d23b921898f546951d8ab9600261830539dae229ce2f58b72db5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173879999.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173879999,
      "length": 35,
      "sha256": "d81719daca9e7d05dc9b271739f63e51ef2424b64e6f80b99e85b48d1834d6fe",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879999,
     "length": 35,
     "sha256": "d81719daca9e7d05dc9b271739f63e51ef2424b64e6f80b99e85b48d1834d6fe",
     "version": "2.1.282",
     "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-gw0y3y6v.js` offset 193304363.",
   "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-bkgbm924.js",
     "binary_offset": 173905080,
     "length": 11,
     "sha256": "004a426377fb95b49121d31eee5b318038198b2134e5ef6e258c15f1d62d3c71",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gw0y3y6v.js` offset 193304363.",
    "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-gw0y3y6v.js",
     "binary_offset": 193304363,
     "length": 6,
     "sha256": "7a38024bde50f97dab0e3c7a143db35dbfbc0b9555065ab56b741088b732ea57",
     "version": "2.1.282",
     "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-gw0y3y6v.js` offset 193304342.",
   "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-bkgbm924.js",
     "binary_offset": 173905092,
     "length": 13,
     "sha256": "16bd86be73a7275d507e9971508aff7531b8e2f17a3d41167551e902947faf48",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gw0y3y6v.js` offset 193304342.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gw0y3y6v.js",
     "binary_offset": 193304342,
     "length": 8,
     "sha256": "bc2e1a24ce3ddd44611be744378dd4f691376119bce11d3beda3492c292f5df8",
     "version": "2.1.282",
     "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-dvf5gp1q.js` offset 180275162.",
   "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-bkgbm924.js",
     "binary_offset": 173905106,
     "length": 18,
     "sha256": "b49cb8d40ad25c52e93a7819fa1d8fa4b9a58dd59c76f7e6a4c1279cb765d427",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-dvf5gp1q.js` offset 180275162.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-dvf5gp1q.js",
     "binary_offset": 180275162,
     "length": 13,
     "sha256": "0ed931d5bffde3af960d19d084e60cbbca7c7c6163f9594c6ec8cc4572f34160",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dvf5gp1q.js",
     "binary_offset": 180277423,
     "length": 13,
     "sha256": "0ed931d5bffde3af960d19d084e60cbbca7c7c6163f9594c6ec8cc4572f34160",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gv28bdvy.js",
     "binary_offset": 186243893,
     "length": 13,
     "sha256": "0ed931d5bffde3af960d19d084e60cbbca7c7c6163f9594c6ec8cc4572f34160",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n5mvv4xt.js",
     "binary_offset": 189803497,
     "length": 13,
     "sha256": "0ed931d5bffde3af960d19d084e60cbbca7c7c6163f9594c6ec8cc4572f34160",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w2pswfps.js",
     "binary_offset": 180739145,
     "length": 13,
     "sha256": "0ed931d5bffde3af960d19d084e60cbbca7c7c6163f9594c6ec8cc4572f34160",
     "version": "2.1.282",
     "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-gw0y3y6v.js` offset 193304352.",
   "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-bkgbm924.js",
     "binary_offset": 173905125,
     "length": 14,
     "sha256": "64886f54ff6b640e311f6644c53e8150e9692e13eb12f2afcfaab2c8a4515f55",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-gw0y3y6v.js` offset 193304352.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-gw0y3y6v.js",
     "binary_offset": 193304352,
     "length": 9,
     "sha256": "65eda90a0388e44203f016aeb737b7d2f4168bf175620e348078fa78477cb45e",
     "version": "2.1.282",
     "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-99cex987.js` offset 173582496.",
   "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-bkgbm924.js",
     "binary_offset": 173905140,
     "length": 19,
     "sha256": "f91e671b2d60b961b9ab8c4755bcf99849a550b52541818149c29a463f139dfa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-99cex987.js` offset 173582496.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-4qpy4z47.js",
      "binary_offset": 178909568,
      "length": 14,
      "sha256": "14b5a6bc18272615e0924844eb77dbe78c2e3763351ed94344f07d281c7eab2e",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-99cex987.js",
     "binary_offset": 173582496,
     "length": 24,
     "sha256": "b38fddba6d942bc098eb629bc27fac6cf00b1b86019d42f7a3e524041e05a3c4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xs2at0tc.js",
     "binary_offset": 190717776,
     "length": 24,
     "sha256": "b38fddba6d942bc098eb629bc27fac6cf00b1b86019d42f7a3e524041e05a3c4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4qpy4z47.js",
     "binary_offset": 178909568,
     "length": 14,
     "sha256": "14b5a6bc18272615e0924844eb77dbe78c2e3763351ed94344f07d281c7eab2e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4qpy4z47.js",
     "binary_offset": 178909596,
     "length": 14,
     "sha256": "14b5a6bc18272615e0924844eb77dbe78c2e3763351ed94344f07d281c7eab2e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179460552,
     "length": 14,
     "sha256": "14b5a6bc18272615e0924844eb77dbe78c2e3763351ed94344f07d281c7eab2e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184018840,
     "length": 14,
     "sha256": "14b5a6bc18272615e0924844eb77dbe78c2e3763351ed94344f07d281c7eab2e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179440167,
     "length": 18,
     "sha256": "22cd85ed8b500e5ce3c679acd1f2bd1fc65741dba105d1533620e999b57e6aae",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179442163,
     "length": 18,
     "sha256": "22cd85ed8b500e5ce3c679acd1f2bd1fc65741dba105d1533620e999b57e6aae",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179469617,
     "length": 18,
     "sha256": "b7e834f3cbc9e24dc3efe87f032117203ed991ca53d520871358758661658fa8",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173876196.",
   "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-bkgbm924.js",
     "binary_offset": 173905160,
     "length": 14,
     "sha256": "769e1e6a9e9254a283bb435877619143ff221e09faef7f64c4939741b6eb3a31",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173876196.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173876196,
      "length": 19,
      "sha256": "11f365238be94d8b1d54609c0b6fae968fa4db2b77a602e2b0d86611a7b3029e",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173876196,
     "length": 19,
     "sha256": "11f365238be94d8b1d54609c0b6fae968fa4db2b77a602e2b0d86611a7b3029e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173876223,
     "length": 19,
     "sha256": "11f365238be94d8b1d54609c0b6fae968fa4db2b77a602e2b0d86611a7b3029e",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878885.",
   "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-bkgbm924.js",
     "binary_offset": 173905175,
     "length": 14,
     "sha256": "5ad06d975f68a0637ad1b1718dad0ea3d70983e171efcf19ce60dbed0549f876",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173878885.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878885,
     "length": 19,
     "sha256": "c4d871095cac7a4475185ac1e398962e6128b88c0125ea2cb193602ba2c7170f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bxwnnkpe.js",
     "binary_offset": 186238132,
     "length": 9,
     "sha256": "3c5c88b9e2d238caafbaa78c089e460696c24ca89bc3d2577515ef7fc230aca7",
     "version": "2.1.282",
     "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-m30ajd2b.js` offset 175279286.",
   "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-bkgbm924.js",
     "binary_offset": 173905262,
     "length": 15,
     "sha256": "ce49b89450ec5f99aa1b29a2bdd7d9750851a1d1a054ab8bfe6e8a4bca5d8440",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m30ajd2b.js` offset 175279286.",
    "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-m30ajd2b.js",
      "binary_offset": 175279286,
      "length": 10,
      "sha256": "48ee563721b21343ed413cadc75b99ad10357650ad8e96a615d7de26783518ca",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m30ajd2b.js",
     "binary_offset": 175279286,
     "length": 10,
     "sha256": "48ee563721b21343ed413cadc75b99ad10357650ad8e96a615d7de26783518ca",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m30ajd2b.js",
     "binary_offset": 175279596,
     "length": 10,
     "sha256": "48ee563721b21343ed413cadc75b99ad10357650ad8e96a615d7de26783518ca",
     "version": "2.1.282",
     "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-2393h2ax.js` offset 175457668.",
   "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-2393h2ax.js` offset 175457668.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175457668,
     "length": 22,
     "sha256": "7d3efaa5574711ca37ee563b640839bfbe12758e98412e9bba95cbdba40a3771",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2393h2ax.js",
     "binary_offset": 175457711,
     "length": 22,
     "sha256": "7d3efaa5574711ca37ee563b640839bfbe12758e98412e9bba95cbdba40a3771",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tk66smvh.js",
     "binary_offset": 175951898,
     "length": 22,
     "sha256": "7d3efaa5574711ca37ee563b640839bfbe12758e98412e9bba95cbdba40a3771",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-tk66smvh.js",
     "binary_offset": 175952400,
     "length": 22,
     "sha256": "7d3efaa5574711ca37ee563b640839bfbe12758e98412e9bba95cbdba40a3771",
     "version": "2.1.282",
     "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-mfzs2r1w.js` offset 173711039.",
   "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-bkgbm924.js",
     "binary_offset": 173905242,
     "length": 19,
     "sha256": "b62e2ceb38fbc616398c54670223b9e750a4aa786d90e01d661380a33c2a3fd4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-mfzs2r1w.js` offset 173711039.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-hj3p6ej4.js",
      "binary_offset": 190191512,
      "length": 14,
      "sha256": "7f5f27e07c03ddbdc48a4cf7d0ce46bab84bd2a4b9a021fb834aee82ce6e142f",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-mfzs2r1w.js",
     "binary_offset": 173711039,
     "length": 24,
     "sha256": "914747b75a2d2ed2c2762371f35edc25a4baf7260e9fee2039f81120096dadf2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177794180,
     "length": 14,
     "sha256": "7f5f27e07c03ddbdc48a4cf7d0ce46bab84bd2a4b9a021fb834aee82ce6e142f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177794684,
     "length": 14,
     "sha256": "7f5f27e07c03ddbdc48a4cf7d0ce46bab84bd2a4b9a021fb834aee82ce6e142f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190191512,
     "length": 14,
     "sha256": "7f5f27e07c03ddbdc48a4cf7d0ce46bab84bd2a4b9a021fb834aee82ce6e142f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190191567,
     "length": 14,
     "sha256": "7f5f27e07c03ddbdc48a4cf7d0ce46bab84bd2a4b9a021fb834aee82ce6e142f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s1t81hd7.js",
     "binary_offset": 206973338,
     "length": 14,
     "sha256": "7f5f27e07c03ddbdc48a4cf7d0ce46bab84bd2a4b9a021fb834aee82ce6e142f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207196346,
     "length": 14,
     "sha256": "7f5f27e07c03ddbdc48a4cf7d0ce46bab84bd2a4b9a021fb834aee82ce6e142f",
     "version": "2.1.282",
     "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-vnyh2jpk.js` offset 173799809.",
   "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-bkgbm924.js",
     "binary_offset": 173905386,
     "length": 13,
     "sha256": "e9d248804502a37b2237b49c95c0e26db11048b1dae4f8078730b6ee4e052a33",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-vnyh2jpk.js` offset 173799809.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-vnyh2jpk.js",
      "binary_offset": 173799809,
      "length": 18,
      "sha256": "0e8d8e904813bbdfc6762b30163e479f5f87339011a1bd3f7b1fc98991b9eb70",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-vnyh2jpk.js",
     "binary_offset": 173799809,
     "length": 18,
     "sha256": "0e8d8e904813bbdfc6762b30163e479f5f87339011a1bd3f7b1fc98991b9eb70",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173905400,
     "length": 11,
     "sha256": "45528f579683d61a381891bbb3a45917a82ba8fd3b7069601ffe9176f3fa2684",
     "version": "2.1.282",
     "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-k0gb8rhx.js",
      "binary_offset": 186926260,
      "length": 6,
      "sha256": "cad9d67349d2e2f180cda04cac439ef2b0e42aa4cc71b25b9798b6c3e04aa2c2",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178667147,
     "length": 16,
     "sha256": "69e3a9e05aec464b89f31f0bce4615fb6377414bbf59b48e7b47e31b96956460",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173873332,
     "length": 16,
     "sha256": "69e3a9e05aec464b89f31f0bce4615fb6377414bbf59b48e7b47e31b96956460",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185329958,
     "length": 16,
     "sha256": "69e3a9e05aec464b89f31f0bce4615fb6377414bbf59b48e7b47e31b96956460",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cth75766.js",
     "binary_offset": 192280909,
     "length": 16,
     "sha256": "69e3a9e05aec464b89f31f0bce4615fb6377414bbf59b48e7b47e31b96956460",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205344916,
     "length": 16,
     "sha256": "69e3a9e05aec464b89f31f0bce4615fb6377414bbf59b48e7b47e31b96956460",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rcyb2rab.js",
     "binary_offset": 174583230,
     "length": 16,
     "sha256": "69e3a9e05aec464b89f31f0bce4615fb6377414bbf59b48e7b47e31b96956460",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175913170,
     "length": 16,
     "sha256": "69e3a9e05aec464b89f31f0bce4615fb6377414bbf59b48e7b47e31b96956460",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-13z2dj1j.js",
     "binary_offset": 186261322,
     "length": 6,
     "sha256": "cad9d67349d2e2f180cda04cac439ef2b0e42aa4cc71b25b9798b6c3e04aa2c2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211349193,
     "length": 6,
     "sha256": "cad9d67349d2e2f180cda04cac439ef2b0e42aa4cc71b25b9798b6c3e04aa2c2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ff7x3n92.js",
     "binary_offset": 185114387,
     "length": 6,
     "sha256": "cad9d67349d2e2f180cda04cac439ef2b0e42aa4cc71b25b9798b6c3e04aa2c2",
     "version": "2.1.282",
     "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-6k4pzp76.js` offset 178667172.",
   "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-bkgbm924.js",
     "binary_offset": 173905412,
     "length": 14,
     "sha256": "5e964a6b0820ffe2e17125709c350baab9b8d1efc36e79ac06b94ac5e80dfdea",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6k4pzp76.js` offset 178667172.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178667172,
     "length": 19,
     "sha256": "a603895c57881ad3bb982a82e560767b3bb12dbf107ef120ad79e7052641fd02",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173873239,
     "length": 19,
     "sha256": "a603895c57881ad3bb982a82e560767b3bb12dbf107ef120ad79e7052641fd02",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rcyb2rab.js",
     "binary_offset": 174581511,
     "length": 19,
     "sha256": "a603895c57881ad3bb982a82e560767b3bb12dbf107ef120ad79e7052641fd02",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rcyb2rab.js",
     "binary_offset": 174583277,
     "length": 19,
     "sha256": "a603895c57881ad3bb982a82e560767b3bb12dbf107ef120ad79e7052641fd02",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kgdmnsm2.js",
     "binary_offset": 194925436,
     "length": 9,
     "sha256": "d67ca2cee410517a823886155ad83eca72888b875428e51bffbcd1bb235f17fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kgdmnsm2.js",
     "binary_offset": 194925683,
     "length": 9,
     "sha256": "d67ca2cee410517a823886155ad83eca72888b875428e51bffbcd1bb235f17fa",
     "version": "2.1.282",
     "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-71sqrba2.js` offset 178861357.",
   "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-bkgbm924.js",
     "binary_offset": 173905475,
     "length": 13,
     "sha256": "28766d7ccbe5c06aee495419e9215ffcc8410aa194d86838deee2dd7684a3c5a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-71sqrba2.js` offset 178861357.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-71sqrba2.js",
     "binary_offset": 178861357,
     "length": 8,
     "sha256": "b830d9ab8b72650dde39e9c6c52b04ed52d22e427e085336813aabab0592d01c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-71sqrba2.js",
     "binary_offset": 178861368,
     "length": 8,
     "sha256": "b830d9ab8b72650dde39e9c6c52b04ed52d22e427e085336813aabab0592d01c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mpz7hd1s.js",
     "binary_offset": 200251108,
     "length": 8,
     "sha256": "b830d9ab8b72650dde39e9c6c52b04ed52d22e427e085336813aabab0592d01c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mpz7hd1s.js",
     "binary_offset": 200259244,
     "length": 8,
     "sha256": "b830d9ab8b72650dde39e9c6c52b04ed52d22e427e085336813aabab0592d01c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mpz7hd1s.js",
     "binary_offset": 200259257,
     "length": 8,
     "sha256": "b830d9ab8b72650dde39e9c6c52b04ed52d22e427e085336813aabab0592d01c",
     "version": "2.1.282",
     "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-6k4pzp76.js` offset 178660268.",
   "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-bkgbm924.js",
     "binary_offset": 173905541,
     "length": 18,
     "sha256": "313dfb88f7b57e6f7d2cb5e38a5705095f8d73f395971a4d8f7ded5d40ecc3b2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6k4pzp76.js` offset 178660268.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178660268,
     "length": 23,
     "sha256": "f0de69b201d7660edbae1d83cb66754e2bde6a6261d0a1e132e301c56a6a296c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195743419,
     "length": 23,
     "sha256": "f0de69b201d7660edbae1d83cb66754e2bde6a6261d0a1e132e301c56a6a296c",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179462148.",
   "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-bkgbm924.js",
     "binary_offset": 173905489,
     "length": 18,
     "sha256": "7d6b3d594fb1f124695aafba7b4acd6dbc0e5b4b9edb8cc485d90a5c3c6509ec",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179462148.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179462148,
     "length": 17,
     "sha256": "370ddee8da2268dcc9467a326fc50384a4f1317cdc4e0b786b3bdcc1773cdca6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179551161,
     "length": 19,
     "sha256": "19317b5ced79d95c34e2f7b18deda641836e80213a0b6edb4e34a9efb376727d",
     "version": "2.1.282",
     "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-8embznbx.js` offset 195743532.",
   "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-bkgbm924.js",
     "binary_offset": 173905560,
     "length": 19,
     "sha256": "92509ee8724f422b9d81f6437dd24a5c61e5027453dcde7d8d85264d105f4108",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-8embznbx.js` offset 195743532.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195743532,
     "length": 24,
     "sha256": "ae3c9ab20c28eea06c295dd940c7fb773e614fd4356c5ebc70ddda9edb3c4291",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179460535,
     "length": 14,
     "sha256": "3a7008b89266aa04d24fb0cc10fa4de89f76645e578f9b8ca3d151ac47e07fe7",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878665.",
   "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-bkgbm924.js",
     "binary_offset": 173905508,
     "length": 21,
     "sha256": "70a2ddb7cad60dd17728d3d61d7a1ef6ecf739f4c7e3115fdcb414b9b228f376",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173878665.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173878665,
      "length": 26,
      "sha256": "87e9f9c244550c44b2bc7f2abc3ddd81b620d57e339b377a77d15cedd775c1e6",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878665,
     "length": 26,
     "sha256": "87e9f9c244550c44b2bc7f2abc3ddd81b620d57e339b377a77d15cedd775c1e6",
     "version": "2.1.282",
     "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-ga64084q.js` offset 187720744.",
   "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-bkgbm924.js",
     "binary_offset": 173905530,
     "length": 10,
     "sha256": "1c7134644068d5cdc7c74165a97894904f18ffbd3f06ced9a11c964957d8ffa6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-ga64084q.js` offset 187720744.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ga64084q.js",
     "binary_offset": 187720744,
     "length": 5,
     "sha256": "55d0de17b00ddced275985e9c6308ec092cae0090fa463e39f48589659a9982f",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878751.",
   "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-bkgbm924.js` offset 173878751.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878751,
     "length": 36,
     "sha256": "46ffdcd9738abbab9dd29ff9282b7f66625bce37ef86c60ff817d1dc1bec182b",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878789.",
   "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-bkgbm924.js` offset 173878789.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878789,
     "length": 32,
     "sha256": "ff14b8565071af6b3de9065df53c5b23166123820a15196511c3ff9bf8857f39",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878844.",
   "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-bkgbm924.js",
     "binary_offset": 173905580,
     "length": 13,
     "sha256": "a7b3616a94a3320a90e5dcd9c203542de4e1a4827aaee6c7bcbd1f0af2ac1e6d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173878844.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878844,
     "length": 18,
     "sha256": "85af1892598dee61b6b7d853f985018ec28d8a9beda541139e7af3ce933c7c19",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878604.",
   "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-bkgbm924.js",
     "binary_offset": 173905594,
     "length": 14,
     "sha256": "e8501bceceedf347c84ceb075d14a89ee04d0022872e0fcd916e9556da108db2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173878604.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878604,
     "length": 19,
     "sha256": "da03a20e3cda128d5ab1f1bbf10679c36b3b7eb816b1f3bb14f0f437b76a87fe",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878625.",
   "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-bkgbm924.js",
     "binary_offset": 173905609,
     "length": 16,
     "sha256": "610b031d7c70f6302774c7b4ea06f7edb5cc20aa23254e862b1bf1eb10409484",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173878625.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878625,
     "length": 21,
     "sha256": "7ae40c1190f423ef457372ab5624f8bdb586bbe4c093d45e020a00eb6b30811e",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173876125.",
   "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-bkgbm924.js",
     "binary_offset": 173905711,
     "length": 18,
     "sha256": "1312515e658f15ce88a3d6e306924af010a12bebaba57be65b6f82d8213bdef1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173876125.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173876125,
      "length": 23,
      "sha256": "52edc75e8d67269857728e86124626ada0bea66ae57e47634bec0b017f72be7f",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173876125,
     "length": 23,
     "sha256": "52edc75e8d67269857728e86124626ada0bea66ae57e47634bec0b017f72be7f",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173881218.",
   "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-bkgbm924.js",
     "binary_offset": 173905730,
     "length": 12,
     "sha256": "7b7618b15d7f7b5a4a69f184f855f6294cb319d8f14c0a36d71200d6af11c55e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173881218.",
    "description_source": null,
    "also_written": true,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-k0gb8rhx.js",
      "binary_offset": 186921154,
      "length": 7,
      "sha256": "8a1b0776252995aa77788d6b108874f459d83e267a3235c55d9118df74e85903",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173881218,
     "length": 17,
     "sha256": "d9d57ee36c1374c54c143687222cead4c1f3805a6b3f3ce0b7990137ed006737",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7qvhg0an.js",
     "binary_offset": 180689384,
     "length": 7,
     "sha256": "8a1b0776252995aa77788d6b108874f459d83e267a3235c55d9118df74e85903",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jn9et9m1.js",
     "binary_offset": 185028819,
     "length": 7,
     "sha256": "8a1b0776252995aa77788d6b108874f459d83e267a3235c55d9118df74e85903",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186921154,
     "length": 7,
     "sha256": "8a1b0776252995aa77788d6b108874f459d83e267a3235c55d9118df74e85903",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186921167,
     "length": 7,
     "sha256": "8a1b0776252995aa77788d6b108874f459d83e267a3235c55d9118df74e85903",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n5mvv4xt.js",
     "binary_offset": 189799196,
     "length": 7,
     "sha256": "8a1b0776252995aa77788d6b108874f459d83e267a3235c55d9118df74e85903",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181052967,
     "length": 7,
     "sha256": "8a1b0776252995aa77788d6b108874f459d83e267a3235c55d9118df74e85903",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181744772,
     "length": 7,
     "sha256": "8a1b0776252995aa77788d6b108874f459d83e267a3235c55d9118df74e85903",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173879726.",
   "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-bkgbm924.js",
     "binary_offset": 173905743,
     "length": 28,
     "sha256": "b2b89ecdf696b76a8527ae0ce00bb14ba3ed1ff29f865bd74f9d2620e3cf82f5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173879726.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173879726,
      "length": 33,
      "sha256": "57bb1750116847bc4db05a294514a851afc5cb1c3178556025a93de5d754c23e",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879726,
     "length": 33,
     "sha256": "57bb1750116847bc4db05a294514a851afc5cb1c3178556025a93de5d754c23e",
     "version": "2.1.282",
     "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-m7zbtchd.js` offset 205349230.",
   "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-bkgbm924.js",
     "binary_offset": 173905772,
     "length": 20,
     "sha256": "508c30850a1e7c44ee784869f1b98a00595294ef46c886a8ba04e441bfbc2fe4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-m7zbtchd.js` offset 205349230.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-m7zbtchd.js",
     "binary_offset": 205349230,
     "length": 15,
     "sha256": "45e4e6966d5e846b5dd52f5cf46d3f0168d5b4ba8ee99bca48a46348354ab574",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173880301.",
   "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-bkgbm924.js",
     "binary_offset": 173905793,
     "length": 17,
     "sha256": "494afa23067c3beddfa7f4bb294789b931062afcaf845681c350b326eb06f1fc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173880301.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173880301,
     "length": 22,
     "sha256": "23b2cf08d06e215dec2a52d88a6d5e3509329291ef599a013d3e5e74c4ffa631",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c0bqgt2a.js",
     "binary_offset": 180267584,
     "length": 12,
     "sha256": "eba2d3859d3ef2f3048880d9bc38833cc35a11c7534ba5a554c573a38b41de39",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173880273.",
   "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-bkgbm924.js",
     "binary_offset": 173905811,
     "length": 21,
     "sha256": "b9523b68296d7eddab0f1c7bed89ea0ce0b1f34e3774c4e59950fc44533f97a2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173880273.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-dvf5gp1q.js",
      "binary_offset": 180274783,
      "length": 16,
      "sha256": "7363dab27a0bfe0542e8a9943a8c4409b15d629ee620037c020e5b249aa8fb00",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-m3j63tma.js",
      "binary_offset": 186973644,
      "length": 16,
      "sha256": "7363dab27a0bfe0542e8a9943a8c4409b15d629ee620037c020e5b249aa8fb00",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173880273,
     "length": 26,
     "sha256": "c840a5cf9810100f0cc05d12ffb1932c9dc84743f69ec8430fb87de97d89d66c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c0bqgt2a.js",
     "binary_offset": 180267566,
     "length": 16,
     "sha256": "7363dab27a0bfe0542e8a9943a8c4409b15d629ee620037c020e5b249aa8fb00",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dvf5gp1q.js",
     "binary_offset": 180274783,
     "length": 16,
     "sha256": "7363dab27a0bfe0542e8a9943a8c4409b15d629ee620037c020e5b249aa8fb00",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m3j63tma.js",
     "binary_offset": 186973644,
     "length": 16,
     "sha256": "7363dab27a0bfe0542e8a9943a8c4409b15d629ee620037c020e5b249aa8fb00",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173880325.",
   "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-bkgbm924.js",
     "binary_offset": 173905833,
     "length": 14,
     "sha256": "45ddf0ec480146b2ee8f5ca52d0d9695479f3b75408e8ef6de9d44fe269650ff",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173880325.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173880325,
     "length": 19,
     "sha256": "2607570de12dcf5eaf7ac6b50e2e75642ef15db4dc99465a50cae986662ba3fd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c0bqgt2a.js",
     "binary_offset": 180267598,
     "length": 9,
     "sha256": "ce7dce946cde58e0e5ea43c66a42e4e081ded0e9665ffc58cb78472e8a5f7504",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173875664.",
   "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-bkgbm924.js",
     "binary_offset": 173905889,
     "length": 10,
     "sha256": "80fd3cce4076fa1712247c207c47e5f66d09feeafbc886d540bc0182750a3d4f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173875664.",
    "description_source": null,
    "raw_truthiness_sites": 6,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-06tpgvbt.js",
      "binary_offset": 186328636,
      "length": 5,
      "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-06tpgvbt.js",
      "binary_offset": 186328803,
      "length": 5,
      "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-5wj6d281.js",
      "binary_offset": 186763735,
      "length": 5,
      "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173875664,
      "length": 15,
      "sha256": "335a859b0769410f3fe975e129877651bcaeadef54ac9da517331777b86d16c1",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-dvf5gp1q.js",
      "binary_offset": 180274690,
      "length": 5,
      "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173875664,
     "length": 15,
     "sha256": "335a859b0769410f3fe975e129877651bcaeadef54ac9da517331777b86d16c1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186328636,
     "length": 5,
     "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186328803,
     "length": 5,
     "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5wj6d281.js",
     "binary_offset": 186763735,
     "length": 5,
     "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186337312,
     "length": 5,
     "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dvf5gp1q.js",
     "binary_offset": 180274690,
     "length": 5,
     "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200628432,
     "length": 5,
     "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-q37pjv2d.js",
     "binary_offset": 205285093,
     "length": 5,
     "sha256": "6691505c782f30a6b2d8c40b1d638d7ec10de254dffdcd3a7711b7cae2c217ce",
     "version": "2.1.282",
     "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-3psz8crg.js` offset 211145030.",
   "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-bkgbm924.js",
     "binary_offset": 173905900,
     "length": 15,
     "sha256": "c2186eb8013d77df66fbee7f6a804de143d627f612c1aa9c9a6a927aebcce641",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3psz8crg.js` offset 211145030.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211145030,
     "length": 10,
     "sha256": "403e35b1161a2817c1063500b471c03db5aeb5bd1791a31a122addbddd58efbf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211146636,
     "length": 10,
     "sha256": "403e35b1161a2817c1063500b471c03db5aeb5bd1791a31a122addbddd58efbf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211147123,
     "length": 10,
     "sha256": "403e35b1161a2817c1063500b471c03db5aeb5bd1791a31a122addbddd58efbf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211147268,
     "length": 10,
     "sha256": "403e35b1161a2817c1063500b471c03db5aeb5bd1791a31a122addbddd58efbf",
     "version": "2.1.282",
     "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-3psz8crg.js` offset 211145017.",
   "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-bkgbm924.js",
     "binary_offset": 173905916,
     "length": 15,
     "sha256": "3c75517f5259cfedd41d6ad0b660c74678fbd1d4a0ee2b1c926d9b365f187b6f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3psz8crg.js` offset 211145017.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211145017,
     "length": 10,
     "sha256": "8b3a2daca666b12609653a2a5eb5c494a6d51d9d244d3c4c145b8582c5a4f152",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211146615,
     "length": 10,
     "sha256": "8b3a2daca666b12609653a2a5eb5c494a6d51d9d244d3c4c145b8582c5a4f152",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211146867,
     "length": 10,
     "sha256": "8b3a2daca666b12609653a2a5eb5c494a6d51d9d244d3c4c145b8582c5a4f152",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211147004,
     "length": 10,
     "sha256": "8b3a2daca666b12609653a2a5eb5c494a6d51d9d244d3c4c145b8582c5a4f152",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s5dxwt9q.js",
     "binary_offset": 180686548,
     "length": 10,
     "sha256": "8b3a2daca666b12609653a2a5eb5c494a6d51d9d244d3c4c145b8582c5a4f152",
     "version": "2.1.282",
     "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-3psz8crg.js` offset 211145043.",
   "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-bkgbm924.js",
     "binary_offset": 173905932,
     "length": 16,
     "sha256": "5d31be2cf149726e289d8bbf89e8012766b328d9b1206756026a9a736d85ecf8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3psz8crg.js` offset 211145043.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211145043,
     "length": 11,
     "sha256": "68f439617f3ee459ba1c16ba98b27094c57bb8ed1f5bf69621d2d4d619af0bf9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211146593,
     "length": 11,
     "sha256": "68f439617f3ee459ba1c16ba98b27094c57bb8ed1f5bf69621d2d4d619af0bf9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211146669,
     "length": 11,
     "sha256": "68f439617f3ee459ba1c16ba98b27094c57bb8ed1f5bf69621d2d4d619af0bf9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211149873,
     "length": 11,
     "sha256": "68f439617f3ee459ba1c16ba98b27094c57bb8ed1f5bf69621d2d4d619af0bf9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211149965,
     "length": 11,
     "sha256": "68f439617f3ee459ba1c16ba98b27094c57bb8ed1f5bf69621d2d4d619af0bf9",
     "version": "2.1.282",
     "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-6k4pzp76.js` offset 178653442.",
   "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-bkgbm924.js",
     "binary_offset": 173905967,
     "length": 17,
     "sha256": "507c105a340ab151899845c5835ba41aff84f17fdb03cf621bc8ba7af31dd03c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-6k4pzp76.js` offset 178653442.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178653442,
     "length": 22,
     "sha256": "793aedf585d8db3764b0f61d669e4820e083bd358737dc6ebcfb0b9511ca6f8d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4qpy4z47.js",
     "binary_offset": 178909734,
     "length": 12,
     "sha256": "ec11b50cca980459abe6e820c1021e16ba441582ba8e238cfeae2277fbc0e241",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xah5g1vz.js",
     "binary_offset": 197744223,
     "length": 12,
     "sha256": "ec11b50cca980459abe6e820c1021e16ba441582ba8e238cfeae2277fbc0e241",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176713948.",
   "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-bkgbm924.js",
     "binary_offset": 173905949,
     "length": 17,
     "sha256": "f3fa80c4f9e27b135a4792c0d72cc63a32ed14a3c3a2d81e5048ef8b0125b508",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176713948.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176713948,
     "length": 12,
     "sha256": "b421cf1ef41614788c692b81e92c32cbe2e0b803491cc579bef0d0a6db5d1a0a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4qpy4z47.js",
     "binary_offset": 178909720,
     "length": 12,
     "sha256": "b421cf1ef41614788c692b81e92c32cbe2e0b803491cc579bef0d0a6db5d1a0a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179460949,
     "length": 12,
     "sha256": "b421cf1ef41614788c692b81e92c32cbe2e0b803491cc579bef0d0a6db5d1a0a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181742706,
     "length": 12,
     "sha256": "b421cf1ef41614788c692b81e92c32cbe2e0b803491cc579bef0d0a6db5d1a0a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-25v0nacx.js",
     "binary_offset": 174535852,
     "length": 17,
     "sha256": "999ad5d5f39f06077b338413fb71067507d642f4f4a79334b8267f1f8a775421",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179465639,
     "length": 16,
     "sha256": "54c176ef4822fecd1c5e2d25fa7f93f34d6833ee431a1905733b5748d250bdc5",
     "version": "2.1.282",
     "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-bxwnnkpe.js` offset 186238142.",
   "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-bxwnnkpe.js` offset 186238142.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bxwnnkpe.js",
     "binary_offset": 186238142,
     "length": 18,
     "sha256": "61989b743a7ba2d1c237e2af7afe109c039e741cd01f5cc21d6f0bf111512bc8",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173905997,
     "length": 11,
     "sha256": "572643bd600821596865cff6b32d3c6b9a889b825b920f73d1ac745406407f3d",
     "version": "2.1.282",
     "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-bkgbm924.js",
      "binary_offset": 173876449,
      "length": 16,
      "sha256": "cd581ed87b337f42943b1734d4fea3ad2646a8fcee0b1617e0be80ff07c5617f",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173875387,
     "length": 16,
     "sha256": "cd581ed87b337f42943b1734d4fea3ad2646a8fcee0b1617e0be80ff07c5617f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173875441,
     "length": 16,
     "sha256": "cd581ed87b337f42943b1734d4fea3ad2646a8fcee0b1617e0be80ff07c5617f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173876150,
     "length": 16,
     "sha256": "cd581ed87b337f42943b1734d4fea3ad2646a8fcee0b1617e0be80ff07c5617f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173876449,
     "length": 16,
     "sha256": "cd581ed87b337f42943b1734d4fea3ad2646a8fcee0b1617e0be80ff07c5617f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173876473,
     "length": 16,
     "sha256": "cd581ed87b337f42943b1734d4fea3ad2646a8fcee0b1617e0be80ff07c5617f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173876618,
     "length": 16,
     "sha256": "cd581ed87b337f42943b1734d4fea3ad2646a8fcee0b1617e0be80ff07c5617f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186330361,
     "length": 6,
     "sha256": "e2313cfb205dbe3da9cc823737f609946636d0a4f61b18f99464ded698fb8446",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5wj6d281.js",
     "binary_offset": 186763905,
     "length": 6,
     "sha256": "e2313cfb205dbe3da9cc823737f609946636d0a4f61b18f99464ded698fb8446",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c0bqgt2a.js",
     "binary_offset": 180266975,
     "length": 6,
     "sha256": "e2313cfb205dbe3da9cc823737f609946636d0a4f61b18f99464ded698fb8446",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gv28bdvy.js",
     "binary_offset": 186243733,
     "length": 6,
     "sha256": "e2313cfb205dbe3da9cc823737f609946636d0a4f61b18f99464ded698fb8446",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173906095,
     "length": 19,
     "sha256": "ab8c085441fc313dc307bbfc713478efd7fbe953df4c0407ac25acd9b2a39f20",
     "version": "2.1.282",
     "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-bkgbm924.js",
      "binary_offset": 173875494,
      "length": 24,
      "sha256": "75da1de56de1323969ead6e6cce02a241c80c4ac6a16bfc7c784f6c3f910d831",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-c0bqgt2a.js",
      "binary_offset": 180267136,
      "length": 14,
      "sha256": "ba1b224f2e8efe306467459e065fce224cb656909e9ca6cab6ccd76dab9d6561",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173875494,
     "length": 24,
     "sha256": "75da1de56de1323969ead6e6cce02a241c80c4ac6a16bfc7c784f6c3f910d831",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173875553,
     "length": 24,
     "sha256": "75da1de56de1323969ead6e6cce02a241c80c4ac6a16bfc7c784f6c3f910d831",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173875603,
     "length": 24,
     "sha256": "75da1de56de1323969ead6e6cce02a241c80c4ac6a16bfc7c784f6c3f910d831",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186330344,
     "length": 14,
     "sha256": "ba1b224f2e8efe306467459e065fce224cb656909e9ca6cab6ccd76dab9d6561",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186331657,
     "length": 14,
     "sha256": "ba1b224f2e8efe306467459e065fce224cb656909e9ca6cab6ccd76dab9d6561",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5wj6d281.js",
     "binary_offset": 186763864,
     "length": 14,
     "sha256": "ba1b224f2e8efe306467459e065fce224cb656909e9ca6cab6ccd76dab9d6561",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7edff6wj.js",
     "binary_offset": 189624144,
     "length": 14,
     "sha256": "ba1b224f2e8efe306467459e065fce224cb656909e9ca6cab6ccd76dab9d6561",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7qvhg0an.js",
     "binary_offset": 180689179,
     "length": 14,
     "sha256": "ba1b224f2e8efe306467459e065fce224cb656909e9ca6cab6ccd76dab9d6561",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c0bqgt2a.js",
     "binary_offset": 180266931,
     "length": 14,
     "sha256": "ba1b224f2e8efe306467459e065fce224cb656909e9ca6cab6ccd76dab9d6561",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c0bqgt2a.js",
     "binary_offset": 180267136,
     "length": 14,
     "sha256": "ba1b224f2e8efe306467459e065fce224cb656909e9ca6cab6ccd76dab9d6561",
     "version": "2.1.282",
     "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-cgykfzt8.js` offset 186335345.",
   "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-bkgbm924.js",
     "binary_offset": 173906115,
     "length": 27,
     "sha256": "8fe8350ed413c6c59a903723801b67706d62e9011f9536496f8880a1a8898fdd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-cgykfzt8.js` offset 186335345.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186335345,
     "length": 22,
     "sha256": "0dc37e733b6b65d78474798b33ff124c912f959b33af99866c4e8fa9d4c5349f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186335747,
     "length": 22,
     "sha256": "0dc37e733b6b65d78474798b33ff124c912f959b33af99866c4e8fa9d4c5349f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186337019,
     "length": 22,
     "sha256": "0dc37e733b6b65d78474798b33ff124c912f959b33af99866c4e8fa9d4c5349f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200628666,
     "length": 22,
     "sha256": "0dc37e733b6b65d78474798b33ff124c912f959b33af99866c4e8fa9d4c5349f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bxwnnkpe.js",
     "binary_offset": 186238176,
     "length": 22,
     "sha256": "11d9f1a52af009285a5f89f9d65281a47c0c6e97ff6db4ffba689de8f259936c",
     "version": "2.1.282",
     "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-xah5g1vz.js` offset 197743707.",
   "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-bkgbm924.js",
     "binary_offset": 173906009,
     "length": 15,
     "sha256": "e0a8149fffa963e09de55f9d0e74ef9e43662900985e91d0ff9081a1ebd413b9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-xah5g1vz.js` offset 197743707.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-xah5g1vz.js",
     "binary_offset": 197743707,
     "length": 10,
     "sha256": "541785d4f10c7d2063a9ccc3756a4bfc9a50476ff57e95b9a0733d87a00a57c9",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173875315.",
   "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-bkgbm924.js",
     "binary_offset": 173906025,
     "length": 24,
     "sha256": "6371d50c95b597f88b451b741c6cb8f42e6d78da9a0b058dd5c3adb5e2265bed",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173875315.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173875315,
     "length": 29,
     "sha256": "cf45b3e19941ffcfaaca2c904a6f6bb79e354b2255739ab9a4f8b87d530de93d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176397881,
     "length": 19,
     "sha256": "d7933375574e0d97ce099dbdd98651edf5155dd61cf56570cc446b30aace959e",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173875894.",
   "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-bkgbm924.js",
     "binary_offset": 173906050,
     "length": 22,
     "sha256": "3b5359681b06fd7053695731af10ddd73d661f6cc137c7ae00532ef3c0e9488d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173875894.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173875894,
      "length": 27,
      "sha256": "c7a22da20c11cae396d136b058518dac536187e9e2cbb6a60d388815521b5a9f",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173875894,
     "length": 27,
     "sha256": "c7a22da20c11cae396d136b058518dac536187e9e2cbb6a60d388815521b5a9f",
     "version": "2.1.282",
     "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-71sqrba2.js` offset 178861339.",
   "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-bkgbm924.js",
     "binary_offset": 173906073,
     "length": 21,
     "sha256": "b24dc660383acd9437f41ffd5a26bfc517dbcb046ef95d3eb9d64f650fa92dd8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-71sqrba2.js` offset 178861339.",
    "description_source": null,
    "raw_truthiness_sites": 3,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-71sqrba2.js",
      "binary_offset": 178861339,
      "length": 16,
      "sha256": "b7fed4d09cae686c0134594fd251396495c9c1ccb9683ee976738d6dd811e7ab",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-mpz7hd1s.js",
      "binary_offset": 200251091,
      "length": 16,
      "sha256": "b7fed4d09cae686c0134594fd251396495c9c1ccb9683ee976738d6dd811e7ab",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-mpz7hd1s.js",
      "binary_offset": 200259226,
      "length": 16,
      "sha256": "b7fed4d09cae686c0134594fd251396495c9c1ccb9683ee976738d6dd811e7ab",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-71sqrba2.js",
     "binary_offset": 178861339,
     "length": 16,
     "sha256": "b7fed4d09cae686c0134594fd251396495c9c1ccb9683ee976738d6dd811e7ab",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mpz7hd1s.js",
     "binary_offset": 200251091,
     "length": 16,
     "sha256": "b7fed4d09cae686c0134594fd251396495c9c1ccb9683ee976738d6dd811e7ab",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mpz7hd1s.js",
     "binary_offset": 200259226,
     "length": 16,
     "sha256": "b7fed4d09cae686c0134594fd251396495c9c1ccb9683ee976738d6dd811e7ab",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173876036.",
   "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-bkgbm924.js",
     "binary_offset": 173906143,
     "length": 15,
     "sha256": "b4b83f5f47ec7ea9cae624f80690f9d064ef8abf1aabe81c8b9e82141731d06d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173876036.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173876036,
      "length": 20,
      "sha256": "5765a66f9669b9de29af88aafa55dfbb15633b8983f39abafda49444375a702c",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173876036,
     "length": 20,
     "sha256": "5765a66f9669b9de29af88aafa55dfbb15633b8983f39abafda49444375a702c",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179440136.",
   "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-bkgbm924.js",
     "binary_offset": 173906170,
     "length": 13,
     "sha256": "70f53f78832c4bd3547ea132c3537c230f58432a69ee3a221502f3a5f346afaa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179440136.",
    "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-5ezz9t8y.js",
     "binary_offset": 179440136,
     "length": 8,
     "sha256": "3d1885bc1fd199cb48faa8bb2f12c5310c944fac8db181dc199bc47884742978",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179442415,
     "length": 8,
     "sha256": "3d1885bc1fd199cb48faa8bb2f12c5310c944fac8db181dc199bc47884742978",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ktqhvvap.js",
     "binary_offset": 185186402,
     "length": 8,
     "sha256": "3d1885bc1fd199cb48faa8bb2f12c5310c944fac8db181dc199bc47884742978",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173875631.",
   "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-bkgbm924.js",
     "binary_offset": 173906184,
     "length": 11,
     "sha256": "cbcd4688bf860bc53e80109cd802859fd943b493fea5bd2eac256c7d7ddac7ad",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173875631.",
    "description_source": null,
    "raw_truthiness_sites": 23,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-06tpgvbt.js",
      "binary_offset": 186328619,
      "length": 6,
      "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-06tpgvbt.js",
      "binary_offset": 186328786,
      "length": 6,
      "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-06tpgvbt.js",
      "binary_offset": 186329954,
      "length": 6,
      "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-3kj78r2m.js",
      "binary_offset": 176591914,
      "length": 6,
      "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-5wj6d281.js",
      "binary_offset": 186762259,
      "length": 6,
      "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173875631,
     "length": 16,
     "sha256": "173755d823340546645a88a01bea9d44257bb0b6fcb38a974868492e104d5aca",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186328619,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186328786,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186329954,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176591914,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5wj6d281.js",
     "binary_offset": 186762259,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5wj6d281.js",
     "binary_offset": 186763687,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5wj6d281.js",
     "binary_offset": 186764027,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5wj6d281.js",
     "binary_offset": 186764050,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7qvhg0an.js",
     "binary_offset": 180688868,
     "length": 6,
     "sha256": "061021a09b4640d9fef468eea0c380565e0379005a19733dad1cb9d77f0a9110",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176591898.",
   "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-bkgbm924.js",
     "binary_offset": 173906196,
     "length": 16,
     "sha256": "8a2bbfda6bc585d42782fc77443bec6f4c5f9481790b9e025fa7d4cdbd8afc89",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176591898.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176591898,
     "length": 11,
     "sha256": "72526b2f8d46b8a28797530a699e4042f0f0fddfa4eaccae4409e81b8f3116dd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-7qvhg0an.js",
     "binary_offset": 180688877,
     "length": 11,
     "sha256": "72526b2f8d46b8a28797530a699e4042f0f0fddfa4eaccae4409e81b8f3116dd",
     "version": "2.1.282",
     "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-v0pn6eja.js` offset 175969315.",
   "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-bkgbm924.js",
     "binary_offset": 173906250,
     "length": 11,
     "sha256": "64725b73510c5e6cf61d790028d7661682e61b98bb64f04e8d9f62b9a34b88a8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-v0pn6eja.js` offset 175969315.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-v0pn6eja.js",
     "binary_offset": 175969315,
     "length": 16,
     "sha256": "877808d928eef72808085ccb2336f6aa5b158777df613eb11ce921593fff11d0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4qpy4z47.js",
     "binary_offset": 178918926,
     "length": 6,
     "sha256": "cd18cc7c21dc01ad18dbb511aa2ab94d7dc452dad75b371c507d1bc7b5facaac",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183451467,
     "length": 6,
     "sha256": "cd18cc7c21dc01ad18dbb511aa2ab94d7dc452dad75b371c507d1bc7b5facaac",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183655982,
     "length": 6,
     "sha256": "cd18cc7c21dc01ad18dbb511aa2ab94d7dc452dad75b371c507d1bc7b5facaac",
     "version": "2.1.282",
     "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-3kj78r2m.js` offset 176580169.",
   "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-bkgbm924.js",
     "binary_offset": 173906262,
     "length": 15,
     "sha256": "79cf41f8ba6b15666dff632f588b70d539ba5db7a2f84fb6d318bad018361b69",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3kj78r2m.js` offset 176580169.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176580169,
     "length": 10,
     "sha256": "5a380695f573c54196033bedcc24daffdfaa8a0c18e8e44cc09326876a895af4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176580208,
     "length": 10,
     "sha256": "5a380695f573c54196033bedcc24daffdfaa8a0c18e8e44cc09326876a895af4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4qpy4z47.js",
     "binary_offset": 178918934,
     "length": 10,
     "sha256": "5a380695f573c54196033bedcc24daffdfaa8a0c18e8e44cc09326876a895af4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183451475,
     "length": 10,
     "sha256": "5a380695f573c54196033bedcc24daffdfaa8a0c18e8e44cc09326876a895af4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179469491,
     "length": 14,
     "sha256": "8715175a3a506b27950e22ade5b0412cf0d183135f3f3e40af341e5729d024fd",
     "version": "2.1.282",
     "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-5ezz9t8y.js` offset 179460569.",
   "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-bkgbm924.js",
     "binary_offset": 173906278,
     "length": 18,
     "sha256": "87cfd6920d97af1b2dde7a785b585e4cac1a8bf00b0f144d70f1339ef9a10bf7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5ezz9t8y.js` offset 179460569.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/server-managed-settings"
    ],
    "raw_truthiness_sites": 4,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-6k4pzp76.js",
      "binary_offset": 178692221,
      "length": 13,
      "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-h3gt2hy4.js",
      "binary_offset": 174558426,
      "length": 13,
      "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-x9fwahqm.js",
      "binary_offset": 184022678,
      "length": 13,
      "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-xcwskynk.js",
      "binary_offset": 212718033,
      "length": 13,
      "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 179460569,
     "length": 13,
     "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178692221,
     "length": 13,
     "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178692239,
     "length": 13,
     "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h3gt2hy4.js",
     "binary_offset": 174558426,
     "length": 13,
     "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h3gt2hy4.js",
     "binary_offset": 174558440,
     "length": 13,
     "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184022678,
     "length": 13,
     "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xcwskynk.js",
     "binary_offset": 212718033,
     "length": 13,
     "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xcwskynk.js",
     "binary_offset": 212718047,
     "length": 13,
     "sha256": "09f71f7ec4468c320fbe6932033249c9260f8c1b1567a9aa1e2bd19aafdae0f9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mmffsmbj.js",
     "binary_offset": 176010578,
     "length": 16,
     "sha256": "6901e0d7c2ffb947a7bdcba473ccbe2b9c50ab0f20fe5b46a8196d40673efc3c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zkzemj1p.js",
     "binary_offset": 191738589,
     "length": 13,
     "sha256": "666ba18a5c1b38c59d6c96201ccc602175bc5648de1688e01f3d5bbbc0feff33",
     "version": "2.1.282",
     "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-s1t81hd7.js` offset 206973383.",
   "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-bkgbm924.js",
     "binary_offset": 173906324,
     "length": 25,
     "sha256": "2ff3485b5afcbac31988e517d5025aa9808d721b1c10762f977ea20f89348bd6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-s1t81hd7.js` offset 206973383.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s1t81hd7.js",
     "binary_offset": 206973383,
     "length": 20,
     "sha256": "6e9baec273259b39ee2e52029da2c75e8eb59c14a02c7bdfbe281829337aba91",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207196391,
     "length": 20,
     "sha256": "6e9baec273259b39ee2e52029da2c75e8eb59c14a02c7bdfbe281829337aba91",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173878713.",
   "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-bkgbm924.js",
     "binary_offset": 173906350,
     "length": 13,
     "sha256": "01eeb512e12e28230e79282ad8bf205f3cf5ded1e6923c636e7b42fa16c17a23",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173878713.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173878713,
     "length": 18,
     "sha256": "6ae3215a51d9ae8707b02078dee4b4fe0c309f85581c592246c54e59e7ef951f",
     "version": "2.1.282",
     "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-5wj6d281.js` offset 186763981.",
   "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-bkgbm924.js",
     "binary_offset": 173906364,
     "length": 13,
     "sha256": "eb430b8e0abe3f706a0d33dde37aa613d70309b60dfa4be7e99ea3d60201d1c9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5wj6d281.js` offset 186763981.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/statusline"
    ],
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-67qjk0tw.js",
      "binary_offset": 190736657,
      "length": 8,
      "sha256": "797f4100074b9d47abe9869cd9f9ddeff500a4dd22f75e69c9181ec711c939b9",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-kbx92m5p.js",
      "binary_offset": 210108190,
      "length": 8,
      "sha256": "797f4100074b9d47abe9869cd9f9ddeff500a4dd22f75e69c9181ec711c939b9",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5wj6d281.js",
     "binary_offset": 186763981,
     "length": 8,
     "sha256": "797f4100074b9d47abe9869cd9f9ddeff500a4dd22f75e69c9181ec711c939b9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-67qjk0tw.js",
     "binary_offset": 190736657,
     "length": 8,
     "sha256": "797f4100074b9d47abe9869cd9f9ddeff500a4dd22f75e69c9181ec711c939b9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-67qjk0tw.js",
     "binary_offset": 190736678,
     "length": 8,
     "sha256": "797f4100074b9d47abe9869cd9f9ddeff500a4dd22f75e69c9181ec711c939b9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kbx92m5p.js",
     "binary_offset": 210108190,
     "length": 8,
     "sha256": "797f4100074b9d47abe9869cd9f9ddeff500a4dd22f75e69c9181ec711c939b9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kbx92m5p.js",
     "binary_offset": 210108213,
     "length": 8,
     "sha256": "797f4100074b9d47abe9869cd9f9ddeff500a4dd22f75e69c9181ec711c939b9",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173875259.",
   "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-bkgbm924.js` offset 173875259.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173875259,
      "length": 31,
      "sha256": "c05a1490e0cd73579e305326a5948dd6eea1a04c94bcd26a54e3cd1c993dc5d7",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173875259,
     "length": 31,
     "sha256": "c05a1490e0cd73579e305326a5948dd6eea1a04c94bcd26a54e3cd1c993dc5d7",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173874810.",
   "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-bkgbm924.js",
     "binary_offset": 173906378,
     "length": 30,
     "sha256": "dcdfb9f31806b4fd1fa3baecf0f1647b10af52ad59a04c8d9d02b59c94e7f271",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173874810.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173874810,
     "length": 35,
     "sha256": "c0a2e4f9a092ec958b3cbdbf6d95eff3323f6016b9e99060cc13c0a64e292f38",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-96abcgyx.js",
     "binary_offset": 209761150,
     "length": 25,
     "sha256": "ca4141f8cf5f61d63b27b6d32a82a4536acd4dcb7acd0f5752d43feecf139a50",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186335653,
     "length": 25,
     "sha256": "ca4141f8cf5f61d63b27b6d32a82a4536acd4dcb7acd0f5752d43feecf139a50",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-n5mvv4xt.js",
     "binary_offset": 189800190,
     "length": 25,
     "sha256": "ca4141f8cf5f61d63b27b6d32a82a4536acd4dcb7acd0f5752d43feecf139a50",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173875849.",
   "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-bkgbm924.js",
     "binary_offset": 173906409,
     "length": 18,
     "sha256": "57f825ea481570b5c30342a8a106d67418facb53e981ae06f18fd95975f01e2b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173875849.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173875849,
      "length": 23,
      "sha256": "28245ba283255b168ed818175cfae61c621748e9ecb8539b200fd5e9d8259009",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173875849,
     "length": 23,
     "sha256": "28245ba283255b168ed818175cfae61c621748e9ecb8539b200fd5e9d8259009",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186330842,
     "length": 13,
     "sha256": "9c96559d2d85157dafd8f07f881fdcdea5f5a7227ce2cb48d5ecfcd1e7dcda66",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186330891,
     "length": 13,
     "sha256": "9c96559d2d85157dafd8f07f881fdcdea5f5a7227ce2cb48d5ecfcd1e7dcda66",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dvf5gp1q.js",
     "binary_offset": 180276941,
     "length": 13,
     "sha256": "9c96559d2d85157dafd8f07f881fdcdea5f5a7227ce2cb48d5ecfcd1e7dcda66",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gv28bdvy.js",
     "binary_offset": 186244096,
     "length": 13,
     "sha256": "9c96559d2d85157dafd8f07f881fdcdea5f5a7227ce2cb48d5ecfcd1e7dcda66",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bxwnnkpe.js",
     "binary_offset": 186238199,
     "length": 13,
     "sha256": "a10b1504e70f40f5066550cae2e89b9ce75b8351ab33f123b99d7363dcda83d7",
     "version": "2.1.282",
     "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-dvf5gp1q.js` offset 180277024.",
   "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-bkgbm924.js",
     "binary_offset": 173906428,
     "length": 22,
     "sha256": "6ce10c03a3b043dbfebbc818e5965fb884e1d4145b16412430603cfb89535ff3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-dvf5gp1q.js` offset 180277024.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-m3j63tma.js",
      "binary_offset": 186973729,
      "length": 17,
      "sha256": "b97927c36c36f194451c10885c69f9f029a5c30509c2c859162572b5b367596e",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-dvf5gp1q.js",
     "binary_offset": 180277024,
     "length": 27,
     "sha256": "71497285f4a01935c29b382326cee4319113ed898a9f3f41a23746692f76ba31",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-m3j63tma.js",
     "binary_offset": 186973729,
     "length": 17,
     "sha256": "b97927c36c36f194451c10885c69f9f029a5c30509c2c859162572b5b367596e",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173879486.",
   "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-bkgbm924.js",
     "binary_offset": 173906451,
     "length": 24,
     "sha256": "44447165f375e71b786d1556fb09ccbb0b15f8b788b7438bc06d17e642973379",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173879486.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879486,
     "length": 29,
     "sha256": "861142fb43b858cd4a9cd63ff3d1cd338ac71cea4252aa76a1a8f2ff9f28cdbf",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173879517.",
   "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-bkgbm924.js",
     "binary_offset": 173906476,
     "length": 18,
     "sha256": "23f6ff0c61fcec7ae8b0a2e693e92cb11bb0f3ba299c84a3aee9a558b074b39d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173879517.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173879517,
     "length": 23,
     "sha256": "4e4acf045d683f7489c3e5f089d16ac81c2acfb3ae9b2aaab5b4fd48a97e84ab",
     "version": "2.1.282",
     "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-55sb563r.js` offset 191457546.",
   "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-55sb563r.js` offset 191457546.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-55sb563r.js",
      "binary_offset": 191457546,
      "length": 18,
      "sha256": "9be0888a01dfe10ee463473b085c16948411d37135e9dcfb00b5da8ec6f63fca",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-55sb563r.js",
     "binary_offset": 191457546,
     "length": 18,
     "sha256": "9be0888a01dfe10ee463473b085c16948411d37135e9dcfb00b5da8ec6f63fca",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-55sb563r.js",
     "binary_offset": 191457568,
     "length": 18,
     "sha256": "9be0888a01dfe10ee463473b085c16948411d37135e9dcfb00b5da8ec6f63fca",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173876348.",
   "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-bkgbm924.js",
     "binary_offset": 173906495,
     "length": 22,
     "sha256": "8c3e69278efa3c08e0877477933494fdac214b3d3d1dd6442421fef55f0ded14",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173876348.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173876348,
      "length": 27,
      "sha256": "d98afa7f8e6d40fbb3b59dd82bdda022d62b3b03c6ff85ac7b00b45d5a7cb372",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173876348,
     "length": 27,
     "sha256": "d98afa7f8e6d40fbb3b59dd82bdda022d62b3b03c6ff85ac7b00b45d5a7cb372",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173876389,
     "length": 27,
     "sha256": "d98afa7f8e6d40fbb3b59dd82bdda022d62b3b03c6ff85ac7b00b45d5a7cb372",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-4ajj8jmy.js",
     "binary_offset": 186970052,
     "length": 17,
     "sha256": "0832fe6335be2ee60827b01a2d012ff2750ac6940292be2b6e012dd349214bc5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gtwgbd1q.js",
     "binary_offset": 200135898,
     "length": 17,
     "sha256": "0832fe6335be2ee60827b01a2d012ff2750ac6940292be2b6e012dd349214bc5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gtwgbd1q.js",
     "binary_offset": 200135932,
     "length": 17,
     "sha256": "0832fe6335be2ee60827b01a2d012ff2750ac6940292be2b6e012dd349214bc5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184025116,
     "length": 17,
     "sha256": "0832fe6335be2ee60827b01a2d012ff2750ac6940292be2b6e012dd349214bc5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184025146,
     "length": 17,
     "sha256": "0832fe6335be2ee60827b01a2d012ff2750ac6940292be2b6e012dd349214bc5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184025277,
     "length": 17,
     "sha256": "0832fe6335be2ee60827b01a2d012ff2750ac6940292be2b6e012dd349214bc5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-vnyh2jpk.js",
     "binary_offset": 173797423,
     "length": 32,
     "sha256": "0dceb9fd824c7082045faacfc1252a73b55c601877944d4a854d07ee728ae534",
     "version": "2.1.282",
     "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-vnyh2jpk.js` offset 173797457.",
   "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-bkgbm924.js",
     "binary_offset": 173906518,
     "length": 18,
     "sha256": "8c8bb296a302b268b652997d3e3b4fdeb6b2396eb39ba5c64eef666ea5915d6a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-vnyh2jpk.js` offset 173797457.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-vnyh2jpk.js",
     "binary_offset": 173797457,
     "length": 28,
     "sha256": "6977984726e27d6e39e9bc2351069052e9407423df4f90f1d2a7101567ec91a4",
     "version": "2.1.282",
     "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-7edff6wj.js` offset 189624349.",
   "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-bkgbm924.js",
     "binary_offset": 173906537,
     "length": 17,
     "sha256": "3b3a0f5a7178b277bd13df44265a5ab5fcdc8c1bf28322306903b5671975e146",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-7edff6wj.js` offset 189624349.",
    "description_source": null,
    "raw_truthiness_sites": 8,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-06tpgvbt.js",
      "binary_offset": 186330798,
      "length": 12,
      "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-5wj6d281.js",
      "binary_offset": 186763838,
      "length": 12,
      "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173876074,
      "length": 22,
      "sha256": "dff34227f28971511de4797942449129c0e4d113a08a9ce7873e5324f86b9236",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-cgykfzt8.js",
      "binary_offset": 186335000,
      "length": 12,
      "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-cgykfzt8.js",
      "binary_offset": 186336930,
      "length": 12,
      "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7edff6wj.js",
     "binary_offset": 189624349,
     "length": 22,
     "sha256": "dff34227f28971511de4797942449129c0e4d113a08a9ce7873e5324f86b9236",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173876074,
     "length": 22,
     "sha256": "dff34227f28971511de4797942449129c0e4d113a08a9ce7873e5324f86b9236",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ye4x3h8k.js",
     "binary_offset": 186643230,
     "length": 22,
     "sha256": "dff34227f28971511de4797942449129c0e4d113a08a9ce7873e5324f86b9236",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186330798,
     "length": 12,
     "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-19jpmjh7.js",
     "binary_offset": 190622839,
     "length": 12,
     "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5wj6d281.js",
     "binary_offset": 186763838,
     "length": 12,
     "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186335000,
     "length": 12,
     "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186336806,
     "length": 12,
     "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186336930,
     "length": 12,
     "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186337650,
     "length": 12,
     "sha256": "cbe3d2c05b27857c9f0d1385c7fbd261aac845c43b3036647599ad370ca1227c",
     "version": "2.1.282",
     "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-3psz8crg.js` offset 211206772.",
   "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-bkgbm924.js",
     "binary_offset": 173906555,
     "length": 21,
     "sha256": "7fcf0365f34fe25f2cd9e4d13e703c8360d4edcb1c8c4a63986e28f14d8d6420",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3psz8crg.js` offset 211206772.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211206772,
     "length": 16,
     "sha256": "fc06c22e075e6b0b1bfb58cacefcd05f98477a0782f164b9fe1b0b80bc58e0e6",
     "version": "2.1.282",
     "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-3psz8crg.js` offset 211247449.",
   "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-bkgbm924.js",
     "binary_offset": 173906577,
     "length": 22,
     "sha256": "bad83e0ebe9ea75c097720defe4000d6f5d328f82ab4f51d8efd81c4a6dfecf9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3psz8crg.js` offset 211247449.",
    "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-6k4pzp76.js",
      "binary_offset": 178741357,
      "length": 17,
      "sha256": "5df2fdb7f05541171c7934d223ec4147ecdaf88e6374ebc5e4dd5004165032c7",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211247449,
     "length": 27,
     "sha256": "7d8f5e188a6c59bb874c74c6736d93ac371261df1162acb6cc5cadca619fd20f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185274697,
     "length": 27,
     "sha256": "7d8f5e188a6c59bb874c74c6736d93ac371261df1162acb6cc5cadca619fd20f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185287199,
     "length": 27,
     "sha256": "7d8f5e188a6c59bb874c74c6736d93ac371261df1162acb6cc5cadca619fd20f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185444942,
     "length": 27,
     "sha256": "7d8f5e188a6c59bb874c74c6736d93ac371261df1162acb6cc5cadca619fd20f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-xbqxyc9r.js",
     "binary_offset": 175905949,
     "length": 17,
     "sha256": "25bf23b7c48b3f4c9dc31e3940021e461f09d48bf2ef6e195161081543bfcd5f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-0anwyrjk.js",
     "binary_offset": 174756849,
     "length": 17,
     "sha256": "5df2fdb7f05541171c7934d223ec4147ecdaf88e6374ebc5e4dd5004165032c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211206730,
     "length": 17,
     "sha256": "5df2fdb7f05541171c7934d223ec4147ecdaf88e6374ebc5e4dd5004165032c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178741357,
     "length": 17,
     "sha256": "5df2fdb7f05541171c7934d223ec4147ecdaf88e6374ebc5e4dd5004165032c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178741379,
     "length": 17,
     "sha256": "5df2fdb7f05541171c7934d223ec4147ecdaf88e6374ebc5e4dd5004165032c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178741398,
     "length": 17,
     "sha256": "5df2fdb7f05541171c7934d223ec4147ecdaf88e6374ebc5e4dd5004165032c7",
     "version": "2.1.282",
     "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-3psz8crg.js` offset 211206752.",
   "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-bkgbm924.js",
     "binary_offset": 173906600,
     "length": 20,
     "sha256": "798a0d112db0a24a122b68707c2294eeceb29c87a47cad3cab757105527af599",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3psz8crg.js` offset 211206752.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/changelog"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211206752,
     "length": 15,
     "sha256": "b4814b2917411b054f8df7ebc43bfa2ae697e3c81a1d73e9a95eaa0980807175",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-b9zxafpj.js",
     "binary_offset": 194194706,
     "length": 15,
     "sha256": "b4814b2917411b054f8df7ebc43bfa2ae697e3c81a1d73e9a95eaa0980807175",
     "version": "2.1.282",
     "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-3psz8crg.js` offset 211206543.",
   "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-bkgbm924.js",
     "binary_offset": 173906621,
     "length": 22,
     "sha256": "57fb0402d25b5e475834e8e912401065c95bc8194f7670c6e4385b43be31e21b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3psz8crg.js` offset 211206543.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211206543,
     "length": 27,
     "sha256": "d94ed14dffec22c04b00ef324ba05acb548c71694546b56a8cbc3fd4a3423721",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bjnv590j.js",
     "binary_offset": 195225412,
     "length": 27,
     "sha256": "d94ed14dffec22c04b00ef324ba05acb548c71694546b56a8cbc3fd4a3423721",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mpz7hd1s.js",
     "binary_offset": 200250930,
     "length": 17,
     "sha256": "60953f7c03c287581249a52bbc9a6f5d10a5d09df17140e9563e1251e7cf92ea",
     "version": "2.1.282",
     "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-3psz8crg.js` offset 211206793.",
   "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-bkgbm924.js",
     "binary_offset": 173906644,
     "length": 21,
     "sha256": "708c45d10a35b036333e379b50d5a32baff9606e605efbf10c7b90a2f19a74ad",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-3psz8crg.js` offset 211206793.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211206793,
     "length": 16,
     "sha256": "6042ebf5bd829ebfc157e19ca7078563f8dbad982a55c6e448ec2e4576e22fdc",
     "version": "2.1.282",
     "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-bkgbm924.js` offset 173875806.",
   "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-bkgbm924.js",
     "binary_offset": 173906666,
     "length": 20,
     "sha256": "0622c6a493f67729c3defe9fca997975b9ae88a895d7ff56e0a2ad31b9c8f633",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-bkgbm924.js` offset 173875806.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-bkgbm924.js",
      "binary_offset": 173875806,
      "length": 25,
      "sha256": "1f33c166daefd07550cc2cc61f86599a4a35baf53c8202446780670e52fe2051",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173875806,
     "length": 25,
     "sha256": "1f33c166daefd07550cc2cc61f86599a4a35baf53c8202446780670e52fe2051",
     "version": "2.1.282",
     "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-06tpgvbt.js` offset 186330767.",
   "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-bkgbm924.js",
     "binary_offset": 173906702,
     "length": 15,
     "sha256": "011c87c2c9e9f231a655972a1155ddf7e9df87812df5253c21d60491f822c2c7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-06tpgvbt.js` offset 186330767.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-06tpgvbt.js",
      "binary_offset": 186330767,
      "length": 10,
      "sha256": "059fcfab2d95711551372fa80c0e80759260b7416330118a863c1cde29893f31",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-gv28bdvy.js",
      "binary_offset": 186244075,
      "length": 10,
      "sha256": "059fcfab2d95711551372fa80c0e80759260b7416330118a863c1cde29893f31",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-06tpgvbt.js",
     "binary_offset": 186330767,
     "length": 10,
     "sha256": "059fcfab2d95711551372fa80c0e80759260b7416330118a863c1cde29893f31",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-gv28bdvy.js",
     "binary_offset": 186244075,
     "length": 10,
     "sha256": "059fcfab2d95711551372fa80c0e80759260b7416330118a863c1cde29893f31",
     "version": "2.1.282",
     "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-5wj6d281.js` offset 186763701.",
   "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-bkgbm924.js",
     "binary_offset": 173906718,
     "length": 13,
     "sha256": "aefedcc322bd4f75a1769ca13154b62a863f46f91be7813d88d232fc8911cb55",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    "description": "Undocumented; read at `chunk-5wj6d281.js` offset 186763701.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-dvf5gp1q.js",
      "binary_offset": 180274714,
      "length": 8,
      "sha256": "494e76f7d0ef921d9a35cb2a47a9bf4b83cd9b650c840ee5b2c1cefacdf4143b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-5wj6d281.js",
     "binary_offset": 186763701,
     "length": 18,
     "sha256": "87944217ff1d41b954e40df25b1ba4dcbdc65d6d5935e68f304397fcf46a254a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cgykfzt8.js",
     "binary_offset": 186336743,
     "length": 18,
     "sha256": "87944217ff1d41b954e40df25b1ba4dcbdc65d6d5935e68f304397fcf46a254a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200628389,
     "length": 18,
     "sha256": "87944217ff1d41b954e40df25b1ba4dcbdc65d6d5935e68f304397fcf46a254a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ye4x3h8k.js",
     "binary_offset": 186612649,
     "length": 18,
     "sha256": "87944217ff1d41b954e40df25b1ba4dcbdc65d6d5935e68f304397fcf46a254a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dvf5gp1q.js",
     "binary_offset": 180274714,
     "length": 8,
     "sha256": "494e76f7d0ef921d9a35cb2a47a9bf4b83cd9b650c840ee5b2c1cefacdf4143b",
     "version": "2.1.282",
     "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-m7zbtchd.js",
     "binary_offset": 205337112,
     "length": 33,
     "sha256": "941c0b008fc7a34ec6b46048f47d022e30ea343d763b699fca3d5e65f4835526",
     "version": "2.1.282",
     "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-m7zbtchd.js",
     "binary_offset": 205337085,
     "length": 26,
     "sha256": "d62c59d079f1dbf5fd52b00ceff0b8f4f3517cb5fc84e7685b2c1c653af86e86",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179479123,
     "length": 23,
     "sha256": "d3a5b1f2010615683e4b22eb4d0bb8e3828ce08385396162e5db634a56274b76",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6rpvbcsk.js",
     "binary_offset": 173522599,
     "length": 35,
     "sha256": "162667ca864064ba718ff60d3a953dc6f308abe44a1545987a3c5915ede4005f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173909002,
     "length": 15,
     "sha256": "78a810da9df07e774de83bd52c8edb24b4538a51e79022b827645a0faab093b8",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909018,
     "length": 33,
     "sha256": "c35ec817c39692e9da901202d540fbd82af69a3e5be85166e3d72d4c937b3a70",
     "version": "2.1.282",
     "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-qjcznje2.js",
     "binary_offset": 190242558,
     "length": 36,
     "sha256": "c4906342631616f0aea706ba94edbcc97ec4184958b51b5ed65fa0f2c9abd8b4",
     "version": "2.1.282",
     "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-qjcznje2.js",
     "binary_offset": 190242518,
     "length": 39,
     "sha256": "62c1d0dedce7c7fe77059f16ac9e51a0a48ce6a96e3fca31973277e46281f4ad",
     "version": "2.1.282",
     "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-8sw267qa.js",
     "binary_offset": 198832968,
     "length": 40,
     "sha256": "c0bd2dc3059605efdb03815b1d2fa07f6586540b23ad755d92dc2518d89dcf44",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8sw267qa.js",
     "binary_offset": 198833131,
     "length": 35,
     "sha256": "d95befec38dc4f4b4598fb810492d6684a31890cdab2549ef0e5b2ae5c703f6f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909052,
     "length": 27,
     "sha256": "e6bc1ae0314c65dfbef02800d6c4a1eb5eae0540bf0ee15ed941a05cc3008e4b",
     "version": "2.1.282",
     "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-44tqgb9h.js",
     "binary_offset": 189729569,
     "length": 61,
     "sha256": "50834b455190ab66c416314b0d6f37c9154574734ad265546b81941e4b519c14",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44tqgb9h.js",
     "binary_offset": 189730620,
     "length": 60,
     "sha256": "4492db5ebfe793d00d6bcda7643ffb8063fd49642e429ff7b04c71176408ca01",
     "version": "2.1.282",
     "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-44tqgb9h.js",
     "binary_offset": 189728405,
     "length": 39,
     "sha256": "05bfc132123158d93c5fd2bcb6d06b1df9c6924c76bc4afe6cf861c86eb795bc",
     "version": "2.1.282",
     "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-44tqgb9h.js",
     "binary_offset": 189729707,
     "length": 102,
     "sha256": "fe95d4464fac766699ccf3bba4ddb861bb9c6ecbe121e229cc81be387d8dade2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44tqgb9h.js",
     "binary_offset": 189730757,
     "length": 102,
     "sha256": "fe95d4464fac766699ccf3bba4ddb861bb9c6ecbe121e229cc81be387d8dade2",
     "version": "2.1.282",
     "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-44tqgb9h.js",
     "binary_offset": 189729646,
     "length": 60,
     "sha256": "a74fbf1ab67d6ae85b807a7610dcff12bbb8eb813d50a1339c7dcf6d3a5f817d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-44tqgb9h.js",
     "binary_offset": 189730696,
     "length": 60,
     "sha256": "a74fbf1ab67d6ae85b807a7610dcff12bbb8eb813d50a1339c7dcf6d3a5f817d",
     "version": "2.1.282",
     "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-44tqgb9h.js",
     "binary_offset": 189728322,
     "length": 41,
     "sha256": "4e81029abcb1ba21fe6669ed5cacc1fa96229800bac72b62dd0b5a01c89d3fb5",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909080,
     "length": 29,
     "sha256": "a15196fbe987f513ad20ed74d8162b364fe2d33806dca108f07ae4e15c50e768",
     "version": "2.1.282",
     "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-jexm3yxd.js",
     "binary_offset": 200014181,
     "length": 26,
     "sha256": "a304f7a425e91e8b5814e91f26f92b3a31de26a8cfb5bf00a7eecc1e613228db",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jexm3yxd.js",
     "binary_offset": 200014213,
     "length": 41,
     "sha256": "7fab320f736912248c7b4062145936c0daa9d62035634d59fc57e91b3db26d70",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jexm3yxd.js",
     "binary_offset": 200015264,
     "length": 34,
     "sha256": "0a0939fd9cf49c33dafebf0f2c7132c5b50edd18ff7507f8c352ca0d936c4f11",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jexm3yxd.js",
     "binary_offset": 200015304,
     "length": 26,
     "sha256": "a304f7a425e91e8b5814e91f26f92b3a31de26a8cfb5bf00a7eecc1e613228db",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181722469,
     "length": 13,
     "sha256": "1af89f3dbd67ac61117879f600e09a4fb767b9d8974b7f0b7251abd8ae963a32",
     "version": "2.1.282",
     "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-m7zbtchd.js",
     "binary_offset": 205337379,
     "length": 40,
     "sha256": "46dce9397d30b7b3f742dd86d8f78f32b4ab15633ef882693c80b279fc1328bf",
     "version": "2.1.282",
     "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-m7zbtchd.js",
     "binary_offset": 205337420,
     "length": 48,
     "sha256": "43aec7c7b6ce53bd678fa6493f90507a7a600c3bf2124c9ff08959e21948885f",
     "version": "2.1.282",
     "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-m7zbtchd.js",
     "binary_offset": 205337341,
     "length": 37,
     "sha256": "e570d58af8cbe4b5698f9aed78f852f61fa87087bbd7454955f7d5573b53814d",
     "version": "2.1.282",
     "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-m7zbtchd.js",
     "binary_offset": 205337469,
     "length": 47,
     "sha256": "66a00414522a92efc9fa7d1b0bb2689f7ec2ddc1743587de9ee2581e56a305ff",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909110,
     "length": 26,
     "sha256": "9fd4f742a2ca886cc486932efac46f6b9f2fce03d4af01a63b9cb4fe931b7b6b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909137,
     "length": 15,
     "sha256": "10bdaa8ee0619f9d1635cfb260c16a0b551c74c6dd818a283f7be782ace4cee0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909171,
     "length": 30,
     "sha256": "6ce2d8c9e146f0061b4fe048c1b89c3b2eeacefd228a68e1206656061e5822b7",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909202,
     "length": 28,
     "sha256": "9035bcf8b91ce3812f36b6a2e370b8cba1dd096740ca83fa2baabe838b5dc661",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909231,
     "length": 32,
     "sha256": "3fa8ab1f4612e18b6077cf6735dbcc091d805a4c984b280a8d7b00f8d4950d8d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909292,
     "length": 34,
     "sha256": "5de7295408720bad54ee7762bacf2dfe518a09786ae5bdf6182dccbdc3423841",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909327,
     "length": 46,
     "sha256": "65ad2b03fd74db8362e9a705a26be60fbce3823cd3dcb66e804391088a96f22c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909374,
     "length": 45,
     "sha256": "331afe4f643a1b4c5120c8a4a2f333ee2d2e45c9f0630c37a2487e29441dd44a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909420,
     "length": 37,
     "sha256": "7522dc9b3b1fb8ae4103ee875c542e65abdf73ae4fe359a1a9eb5e4807507e4f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909458,
     "length": 31,
     "sha256": "2fcb1723fb023fde52bce228d0fe678f649de557caae880c593201410fc474b3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j6wm1bba.js",
     "binary_offset": 206042663,
     "length": 84,
     "sha256": "f060c8d98457156b10bb754d06d16fd865c187f8e550dd9088f85ff7e60eebf5",
     "version": "2.1.282",
     "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-2vjrg17t.js",
     "binary_offset": 190939722,
     "length": 39,
     "sha256": "fac71fa93740867a19fcec8b041ce80aaca6c25774ebcee09e7fb98cc7121838",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173909264,
     "length": 27,
     "sha256": "8b8a8721d2496f4397299bcaf7e6d3472742357a24740fc31fb328d64b4a19d9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200526474,
     "length": 34,
     "sha256": "de2d2a0e71c9011ea95bcce17c92ccdd3d707957799713a4f149909bd776d951",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200534423,
     "length": 42,
     "sha256": "a2959522e04be0647501dd343b112e3f767d5bb3229f3b1aaa24203e85a67beb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190221437,
     "length": 39,
     "sha256": "80343442a88e8c166fa7516fe6086c5e0152e9f1a4279f239b53868c6584cd72",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186947020,
     "length": 22,
     "sha256": "1390bd5e2059ed4b8b29213b4a5f6294780bacd944b0628e88ef2d7921c3b7a9",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909490,
     "length": 33,
     "sha256": "ecad0f9a2b122bbe6552646d0d0d7b820a714013f91b18ecffb4596a3f75729e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909524,
     "length": 42,
     "sha256": "b481673e396a872b8c3575b0a813f8dc5307e664891e4dd073ffa459f96d62d4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909606,
     "length": 35,
     "sha256": "b6a58a783dca1535d958b8ce711a8f5d52e5ec2321b4a47f5a7973f5e6bd978e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909567,
     "length": 38,
     "sha256": "2940c6faffd699049669df7c049b6c068e83c073a8fc0085138f3c6336717954",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909642,
     "length": 47,
     "sha256": "a3c3b5bac0ce0c79300c64c700e611449809330bb61e78584b6699cc81b9efa0",
     "version": "2.1.282",
     "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-3psz8crg.js",
     "binary_offset": 211263742,
     "length": 30,
     "sha256": "87bff846f76b4df390bf7f63a741b8fb5d778b095869fae9fcca775741576591",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175930069,
     "length": 47,
     "sha256": "43fe62609b3752411e7d8a57a7913860fb7d106a6b2270cfd0faaaaebdfb4f27",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175931075,
     "length": 39,
     "sha256": "0dd827265224955adfa7709760c4076f4aed5b2991e213d5b3fc178ddfb9fb64",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175931217,
     "length": 39,
     "sha256": "0dd827265224955adfa7709760c4076f4aed5b2991e213d5b3fc178ddfb9fb64",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175931367,
     "length": 39,
     "sha256": "0dd827265224955adfa7709760c4076f4aed5b2991e213d5b3fc178ddfb9fb64",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173909690,
     "length": 35,
     "sha256": "59e8ac3880cc5ef50b3733a6117119640917e96bc61d10ce63d579265228cb1d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909726,
     "length": 24,
     "sha256": "97a0509f4f19d19239031b0b3517d79fd5d98bb14a8397ebeed6fe41e6130d2f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909751,
     "length": 27,
     "sha256": "3d905fddc04b7899082013c30bf76f4cdd7f2ba98e93d44f0b429586a418c2fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mfv918z3.js",
     "binary_offset": 190305396,
     "length": 39,
     "sha256": "16c0cd82b755fc94ce688751d7157068fc03d029bfce1fb07fd0a5e3c10af43f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909779,
     "length": 43,
     "sha256": "7832fab64b09d14a340e79e0440c4fd8e5e69dceb848cd964855803a3e6db6b9",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909823,
     "length": 45,
     "sha256": "90d6310464704c6252af92e28cd14239dacc08242198c261cb12a9632d11d65b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909869,
     "length": 26,
     "sha256": "89610932b8d7dd137f211286276e846fa6300c47f62318c638309bc85f1af92c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186926437,
     "length": 22,
     "sha256": "d1ba9b97cb90b360ee1d3400705310b84a1f69b2e6c04e57a55e9c7b078ebcb8",
     "version": "2.1.282",
     "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: 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": 2,
    "set_values": [
     "a runtime value",
     "`1`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": true,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173909896,
     "length": 35,
     "sha256": "f796c65cc9efb0d5e7993bdaba120346dcc2dc86311fde67c37fe94a45634190",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186926532,
     "length": 32,
     "sha256": "ccd6d77186bfde6eb276af9339063a3d5e110f8ab74035bb29456f19152ff212",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909932,
     "length": 35,
     "sha256": "8c5c1809d106e8179e7c1f7339c2527f2e2f954ffd487e9ad64b68d25203e25b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909968,
     "length": 25,
     "sha256": "7bd3ad2506b0148243b318c1f26e8fe008914632b7139a37404e851db12a5cbc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j98pk437.js",
     "binary_offset": 191020866,
     "length": 37,
     "sha256": "7d7017dffc5571088dd20b0dc20bbabe767dbade584abcab240713ab61cf179c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173909994,
     "length": 32,
     "sha256": "8f3d7b18ac6390ec510f58bd0fff4146b764c977e214d4978a04e4db1274ad3c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jexm3yxd.js",
     "binary_offset": 200017852,
     "length": 44,
     "sha256": "503dc6b9f06dac3598489ead5c972e42c892ed1354815afb52cca0ec0ce3d506",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910027,
     "length": 24,
     "sha256": "0e40d1e6b56aec88895b2793ee85ee2d13b2647783a702141d31e1fcc63535f2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jexm3yxd.js",
     "binary_offset": 200017923,
     "length": 36,
     "sha256": "a04d6c369be07f7c7a0279ec542d48de65df73d93ca28cf20c6a51a7932be95c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910052,
     "length": 41,
     "sha256": "7f4bcd1fd4e92f0df48de5bf55646e673212e1272e66e38efddcc43a90c67004",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186926469,
     "length": 53,
     "sha256": "d8ee7f8ca5f213d8e85164c5ab51adef41b066ea967edc7cfe0b596ca256d656",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910094,
     "length": 35,
     "sha256": "dfdf1c96063758a85698ae59534c5f840d58df37d0e63989bdc3ad1472f6e271",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j98pk437.js",
     "binary_offset": 191021075,
     "length": 47,
     "sha256": "083017bfe480460e918d4b6522d0a4868f48c73bd2efa240eabc7ceea3243002",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jexm3yxd.js",
     "binary_offset": 200018000,
     "length": 47,
     "sha256": "083017bfe480460e918d4b6522d0a4868f48c73bd2efa240eabc7ceea3243002",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mfv918z3.js",
     "binary_offset": 190305476,
     "length": 47,
     "sha256": "083017bfe480460e918d4b6522d0a4868f48c73bd2efa240eabc7ceea3243002",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910130,
     "length": 23,
     "sha256": "05ba6997a359e84c53a8fe546a1d3971905d531c6874bd5add35af58d2e79504",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910154,
     "length": 33,
     "sha256": "4cfea3741e0754f0738baaf73b69fd5ed379a56c782d0c8fd024d28199b7fbc4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910188,
     "length": 31,
     "sha256": "ba232891bc06764de15561c022c8e65708f119a23d642937e17cd79cd840685f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j98pk437.js",
     "binary_offset": 191020031,
     "length": 43,
     "sha256": "22bfd5ab2bd77772a1d4c5f287331a9ce5b32723e738fa365e352d205c199475",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910220,
     "length": 34,
     "sha256": "b93cd5700056cd63a46bc5d2c90a0723c8a3e3c777d1fc2925974d6bf3d1a383",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910255,
     "length": 29,
     "sha256": "57c135e6c91bf87ce38aa4de8884b1da33a6606b601140736eeb6b94db364380",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910285,
     "length": 32,
     "sha256": "c4de23cdbc622dafd859e070ef7e06e2e9d79c0f4b5bc7b120f3a33fd477588c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910318,
     "length": 38,
     "sha256": "ee660ef7caeeb746c48496a3055f3a3be30579be246dab09ec424941578b240c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jxzssyp7.js",
     "binary_offset": 208157542,
     "length": 50,
     "sha256": "a9bd88e5c3059a9d5076c96dc5b40dca53164f28e7bce6dbff1010d8e828f36f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910357,
     "length": 41,
     "sha256": "6ae1b44d7bacdf8416c92570fa78d74eb54335d0e5027474bd62c8d72d0e2c52",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jxzssyp7.js",
     "binary_offset": 208157698,
     "length": 53,
     "sha256": "82ef3b7766f2d21c19fa83f2e3a27afbcf816ccdebf2e65f9d4705d12d54b3e9",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910399,
     "length": 43,
     "sha256": "3f6e8ececd64cd9c4aa3d5e2704ad25cc3abddaa66d9af8d297836c0a17e4f4a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jxzssyp7.js",
     "binary_offset": 208157486,
     "length": 55,
     "sha256": "7e737ccb7d8d55d95478eba919e47a0860b5e718a87f43e82497e318a3f18e05",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910443,
     "length": 40,
     "sha256": "d7180e81664077158e3a63568b05aec0c9b2d63e2d91818bfb4305d05a06ec02",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jxzssyp7.js",
     "binary_offset": 208157593,
     "length": 52,
     "sha256": "0fc6ce2a5502bf3a583242109bf8e97f98fa51011037269585ba62234a246b0c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910484,
     "length": 39,
     "sha256": "d8a972c9b35e9dfb51c4f7b6ed4e0e453874a0ed3dacd6421420d05f85d923ed",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jxzssyp7.js",
     "binary_offset": 208157646,
     "length": 51,
     "sha256": "71e8aac861adc9b92d00dfb3d04293a935798515c00d246fd3e1ebd45ae5f474",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910524,
     "length": 33,
     "sha256": "2c151b1f6dbde1af886ac832215257be5477d007bbe859ebf757eead5f83d9a4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jxzssyp7.js",
     "binary_offset": 208157440,
     "length": 45,
     "sha256": "f1248945704465a63f898df4357de5ace0718c25c02649c25fc2f05f8c757ab3",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910558,
     "length": 37,
     "sha256": "6b4f086d08c31e58b6d74dcd2b3890267b88649ddf6b52fc8e54b74d6c5405d5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-jxzssyp7.js",
     "binary_offset": 208157390,
     "length": 49,
     "sha256": "96f8d3f056d4acb1aa11fd32add4ef362385427f584bbc2b7921784af5ca5d0c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910596,
     "length": 40,
     "sha256": "44d71c1f320dba7b805fc3bd8450dcbda484d35f89780b6988e59b30def516c1",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910637,
     "length": 37,
     "sha256": "0357f8c3a969bb6721b894c063ccbc5f991b18cd7f3317b427132b208e1d54cd",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910675,
     "length": 36,
     "sha256": "daee3b23cb8358cc3567c15ae0799392114f1299f02c8dbc3c6b0df4b75ede69",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910712,
     "length": 34,
     "sha256": "39baa936aef8ca6c7f0d0eab5925c04d201a2375d8a2df4a76b5132971011a60",
     "version": "2.1.282",
     "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-44tqgb9h.js",
     "binary_offset": 189727299,
     "length": 50,
     "sha256": "ccb72edc36d8be020ee23e64c831e9bcc2a5d9ff734ed6c35f42ef9c19c72f66",
     "version": "2.1.282",
     "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-44tqgb9h.js",
     "binary_offset": 189727203,
     "length": 52,
     "sha256": "ce9c78a150f932932f925f269b5dfa8a653de9f369b691fd6c8064f3c39d3bac",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910747,
     "length": 25,
     "sha256": "3ecd650f69f23ab85d67982f77626bb21011dabe6a2c36c20bb6155ba78d436f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910773,
     "length": 51,
     "sha256": "ed34e67de223bf83b63de61917d61b2241bb31b302cd669ce07c16df6ae00e14",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910825,
     "length": 40,
     "sha256": "2826d70d1e65dbe6002dc6ce64dccfa38e5c4f6edac7d449d5b9e5cb614d5245",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910866,
     "length": 54,
     "sha256": "c37018863635a59cc2f775c204385a777015cc294e3cc903f258aec2b036706e",
     "version": "2.1.282",
     "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-appb597y.js",
     "binary_offset": 189558465,
     "length": 32,
     "sha256": "b5a2d77b533b89872551a08d1963a5e94e2fef0eb310e1a4e757f413f3575b50",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173910921,
     "length": 24,
     "sha256": "5a4dcd3807e4d5fd5f9cdc8d1ce8309b7a1a24dc9e11d76ace5659b83b29dd06",
     "version": "2.1.282",
     "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-az5fyd9j.js",
     "binary_offset": 180881146,
     "length": 23,
     "sha256": "c3d936a711f951513e5c7c04e676d2321b61ee54c96414aeb1dd730377529029",
     "version": "2.1.282",
     "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-19jpmjh7.js",
     "binary_offset": 190622852,
     "length": 53,
     "sha256": "7afedd7fb192d52c80db220e6c02f46ece97b7f5451b989b82a2cf5865bcff49",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910946,
     "length": 27,
     "sha256": "8a46f2d122cd9ba7ce96006818324a675729ba05f6632627ad5aab04809c6f1e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911055,
     "length": 42,
     "sha256": "4654581121bab0acb5df08efc64bdab1fb291c277da3dfcd5745f6a6b31fae1d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911098,
     "length": 37,
     "sha256": "553db5fd0d15dfb27264c913db9b3e1fd33bf7a75816d20a8f01c084934a4c3c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911136,
     "length": 41,
     "sha256": "e7fbf185a31a9906955337931891fe8dd6594fa7e1cba93cfe423a69c15a4107",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911178,
     "length": 41,
     "sha256": "3c3e2322194daa0cde380eec4e9d267724ebd8b7f6b05741d78c6508beb80d56",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911220,
     "length": 43,
     "sha256": "855b43ba2bf892f5774852710b70296b68b4ff64738abc3a326bee4be0bafeab",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173910974,
     "length": 41,
     "sha256": "ea8fd958758a2ff6caadef12a13552db017866256f6447e6fa955bc6a0be30ce",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911016,
     "length": 38,
     "sha256": "5298c7f15d897b0f619306d627e1fa18a4667624c2f802b919c57f5403e60288",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911264,
     "length": 48,
     "sha256": "3d8ab0151bb460dd15e0bbf80a7e714616c2300b1d16543415175206ea14c163",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-auto-background-worker-checkin-seconds",
   "title": "CLAUDE_CODE_AUTO_BACKGROUND_WORKER_CHECKIN_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": "When `CLAUDE_AUTO_BACKGROUND_TASKS` is enabled, seconds between reminders to Claude to check on background subagents that are still running.",
    "description_source": "docs"
   },
   "provenance": [
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173911313,
     "length": 57,
     "sha256": "15db8e5675624940e8a0ef2c6d460710da4b616350600e028f712f33a80dbde0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911371,
     "length": 38,
     "sha256": "1c029f4d60aaba9f9a9a1406f1649e4339cc33179eb4fbeb019dda063128ee6a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911410,
     "length": 49,
     "sha256": "772246dfa9ccf0376753769153e740e2f1cd8e7b0d64f0caa93017110c0645d8",
     "version": "2.1.282",
     "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-k0gb8rhx.js",
     "binary_offset": 186926106,
     "length": 59,
     "sha256": "d3bfcb14cb2524612a2f36aca17b3c21fe1b1df92d9f18db94e0929d652c0709",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911460,
     "length": 27,
     "sha256": "a7d6fb29343cbf98589aa1afe87e5a5ac3a767d2c0cc5da6c93dc9995724b3a7",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911488,
     "length": 28,
     "sha256": "416c3d90c90bd8a269a0ad234deac2f4f0ab5ed2f3acd02666d39a8b9db76551",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911517,
     "length": 42,
     "sha256": "da07e2512fcf0b5624151d943481d3ac69f2314a9f4d0acc6dee01473f6ad9ef",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911560,
     "length": 40,
     "sha256": "c1c88cbd27f9ddaea37c1f425f1df800033b99ae1caa6688ef7eecd4c3fcd69e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w9px3gcs.js",
     "binary_offset": 207644889,
     "length": 45,
     "sha256": "bc8da8e65a7734cf75fbcc5b69154c46b03f885e03de9512a0c1cb5c0b3acf5c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w9px3gcs.js",
     "binary_offset": 207645206,
     "length": 44,
     "sha256": "11e51116923cec71c0c84849554f948650c8b302b6125d339f1e902a6bd8dd5f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911601,
     "length": 44,
     "sha256": "51ad65661c453213a4e20a6814683e71e2dc3be1bd7d6eb98e4594f0d4005534",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911646,
     "length": 48,
     "sha256": "0e764c8e5f1e272653c635fa05ed792652fc5e13bbda9cce0e4ce23a4e1942a2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911695,
     "length": 37,
     "sha256": "0043b13a22114b5750982e903710c6b9f1908b22bc1960fe1986c0f402bb2c0f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s9mmpr6r.js",
     "binary_offset": 175890971,
     "length": 49,
     "sha256": "53dd4137e59c1f7efe838c88159869abe7daf92e3ca60d5134f80074095a64cc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181416709,
     "length": 43,
     "sha256": "f522839515317e483d38dede4b1402d09445752636455a7e08c9db36d1839cff",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911733,
     "length": 44,
     "sha256": "edf5b3800f89e2bd3f9d7ddab2c095f782c51934d574fda17e45fad9f7ef953f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911778,
     "length": 40,
     "sha256": "6e81341718c55fcf0d15b918e3ce385609f417a178b099e4a6b3242efb7f7e7d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911819,
     "length": 39,
     "sha256": "358cc068ba2e1b567c3e828155a4c33a757e45ca806111fdbb47d649232f1705",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181416813,
     "length": 43,
     "sha256": "df1f185a6da098da9065fb02e775d6c0b9194ad091f7faa1b61c8702d1fac6a7",
     "version": "2.1.282",
     "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-2np95rpk.js",
     "binary_offset": 180496817,
     "length": 43,
     "sha256": "8549f3ecff0deeca56918d939d1ae3c683077f1067cee79d4e7e2d0e0a854254",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-2np95rpk.js",
     "binary_offset": 180496866,
     "length": 48,
     "sha256": "4fa29b14e42e067b45526b92fcbed36373e3dfcbdb7f57edefcc4a28c8510604",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173911859,
     "length": 36,
     "sha256": "e19ab12bfd64f803aaa36910665a4eced599e6595fec3a253bb632da2ab721ea",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911896,
     "length": 24,
     "sha256": "1501b9c469912ef2411fdcf10afa3245692a05e0c29ec3311495fd0082ea6e1e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911921,
     "length": 31,
     "sha256": "f7863e2eb8a1d8e6adca837f6a8c6f506c9cc4f372462640c655a2f9c85b1b88",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911953,
     "length": 30,
     "sha256": "7299a57c13ffc6892e49ecc6a94ce949ad9f1721023206f2dcd4a4192623e8fe",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179478996,
     "length": 29,
     "sha256": "5ca39f625315d49bd09ba4d653cff76a7109b9711eb9ba6c6b5d157b44ce8635",
     "version": "2.1.282",
     "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-s1t81hd7.js",
     "binary_offset": 206977503,
     "length": 37,
     "sha256": "f90629e38f7e7b15c28421d6de3b78c64558651b3da9e4d1459c33c2824b4268",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207200408,
     "length": 37,
     "sha256": "f90629e38f7e7b15c28421d6de3b78c64558651b3da9e4d1459c33c2824b4268",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173911984,
     "length": 37,
     "sha256": "15844c12e42e58ea129846bf44f6d557fff4df8615c310ab2b22c8b40acf00df",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912022,
     "length": 31,
     "sha256": "b104647cd176b8b24094dfbdb76e8d0d75a8987d933a11eb69df17f89e26ea66",
     "version": "2.1.282",
     "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-93pxbayn.js",
     "binary_offset": 180436869,
     "length": 44,
     "sha256": "deebb75203583758bc03b9165f1ebda1147a1bb32cd762f0a7c92c08251fc4ee",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-93pxbayn.js",
     "binary_offset": 180436919,
     "length": 47,
     "sha256": "fdedd513a5e7176c6e589b11394e3300e427b692d1c2cc7ed3c7700d208d312b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-93pxbayn.js",
     "binary_offset": 180436993,
     "length": 47,
     "sha256": "fdedd513a5e7176c6e589b11394e3300e427b692d1c2cc7ed3c7700d208d312b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912054,
     "length": 45,
     "sha256": "bc01bda88f666e7b7a85f39a352244c7193b996dc3357aea91da97b91725465e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-coordinator-worker-checkin-seconds",
   "title": "CLAUDE_CODE_COORDINATOR_WORKER_CHECKIN_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": null,
   "details": {
    "direction": "set",
    "read_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-bkgbm924.js",
     "binary_offset": 173912100,
     "length": 53,
     "sha256": "df430e15fa79bf5bce4e874e8e3655ede912e231af410f0ccd91c27f2d9fc80f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912154,
     "length": 36,
     "sha256": "49b159f251851ecc22894a58cfa2057df7f8941f5adbc7e10a09dc53a6a731e9",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912191,
     "length": 26,
     "sha256": "9f7a05c134f5e2c2e76a5aa28ce4efc0e1cc428a2cd1dedf43792f203887c1cc",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912218,
     "length": 38,
     "sha256": "214b06a9de06ba16142dc705d752997c30692d532927cd4c053daa52a4b7d216",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912257,
     "length": 40,
     "sha256": "efd677d64cd973f0d777f336c29be419b317429ba00cf7add1aa2a358b76d41e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "env-set-claude-code-dir-sync-chain",
   "title": "CLAUDE_CODE_DIR_SYNC_CHAIN",
   "group": "Set by Claude 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-bkgbm924.js",
     "binary_offset": 173912298,
     "length": 33,
     "sha256": "c0cb1a397849414618756855845380f536a6f8bb814d63a2e8028ec8d6b7be73",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912332,
     "length": 45,
     "sha256": "e4a33a85c758d1d87dc14f84c2952a1fac18c6e36f38c7bd382b9f654c840241",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912378,
     "length": 34,
     "sha256": "7a53cd55f0dab4087f5737fc907d51575cabae7d46984ac591b4865ec12137de",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912413,
     "length": 32,
     "sha256": "e04d7a69ed638b6ce76abb0aba7ccce3b5d3abc2aeaf732cccece06cb2422494",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912446,
     "length": 31,
     "sha256": "c94a386ba6bf19cfb98e698431bd6e69bfb36b83438c33bbff51725ef5bca449",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912478,
     "length": 34,
     "sha256": "6420f26968b1de96d6298edb630155e1bd53191a2fef9fe51842d256e80636ec",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912513,
     "length": 53,
     "sha256": "88dad4c5741d6db0df90085f3871e6fe4a2f400054e65daf584212377a972e16",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912567,
     "length": 49,
     "sha256": "519734a6794a7c6521044300b18407dd72df62525cdb4de4fa602155a9a4781c",
     "version": "2.1.282",
     "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-appb597y.js",
     "binary_offset": 189556870,
     "length": 46,
     "sha256": "1d80e5028149f3cb664948ec8ce3d0a78f659d4205d76e4e39ef23654653560b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912617,
     "length": 35,
     "sha256": "2368989b9efaa3224bfdbeb9cbaa2e1ed3ed5fdf1759a9339ad0072813c851c9",
     "version": "2.1.282",
     "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-k0gb8rhx.js",
     "binary_offset": 186926213,
     "length": 42,
     "sha256": "547fd99f57e42946445962cfc882762903d8f353a1ae2f8dff40253a1ca43c46",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912653,
     "length": 42,
     "sha256": "fdbcd7122b3ae19ecedbef2dc6fdc3592f517fc8bd6776673b111adebdaace62",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912696,
     "length": 44,
     "sha256": "f8e18bec08a4e59293733124c0871eb79dbf91f9da36d7f6e9c5805590cee1d5",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912741,
     "length": 39,
     "sha256": "09fd24f360f5fdae5f501a8bfdcabef3879e81df37f896b555ba8808e7f50b3a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912781,
     "length": 41,
     "sha256": "d2c339609edd61abe7d39b5bc6171150ccaaef3c7850fdc00a436b81e1194aad",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912823,
     "length": 39,
     "sha256": "c71137d02b730431ccbd7ecd9673bdf0eeffbcdf6e6ca8d005e9f293873888fc",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912863,
     "length": 35,
     "sha256": "f0dfa4ddd0d2b792b43691ccda6a6dda44190e50455b8452115aaf7192b505b7",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912899,
     "length": 51,
     "sha256": "ca6304336997350367a95fc41623e4f4644e89065d76869a3c50fcbb6817a448",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912951,
     "length": 44,
     "sha256": "22c92980b92d240a8deb81e1140937db3275831975dcf026771c621158f635e5",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173912996,
     "length": 38,
     "sha256": "9768f27b615a8791b296e69665972efa5917271993646b313b5342080bde907c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913035,
     "length": 42,
     "sha256": "e2887fd91a5b6660da6b437ef6082825af27af906a223a9177afe537f5e785a1",
     "version": "2.1.282",
     "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-appb597y.js",
     "binary_offset": 189507481,
     "length": 47,
     "sha256": "23d2409583d65f3ce0c3d1f838fc1f6d9bb89c211390802376a717fb2cfa424d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913078,
     "length": 29,
     "sha256": "0231024e655179a334ae0f9e9d56636a8148af5bbcb4eb2f45a1a600d85e7b60",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rqp1pwc5.js",
     "binary_offset": 173938758,
     "length": 45,
     "sha256": "446a0dfc2fdb05e4b0ac14671235262d44278e1fecfe2dacf3531b30a8de4cf8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rqp1pwc5.js",
     "binary_offset": 173938843,
     "length": 41,
     "sha256": "d1afab97f702791a37485f22a7528109145cb5a5f8298502fa7472ecefb5aaed",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rqp1pwc5.js",
     "binary_offset": 173938968,
     "length": 37,
     "sha256": "05e16ecf33b531e1e0dd9b122c02ef7cfa4b5e68c579b9fecc84533357c955c5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rqp1pwc5.js",
     "binary_offset": 173939042,
     "length": 59,
     "sha256": "d14107c45d35fa19911806add8218095d31ef535f2117e7d932352a5f3418bcd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rqp1pwc5.js",
     "binary_offset": 173939109,
     "length": 49,
     "sha256": "80748280d0f93c6c741d1d24bff659f3fa28179a1628cd26013775e64d3f509d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913108,
     "length": 35,
     "sha256": "e4d1717cefa8104a428394d5c073f92ee43c2e8358ad1bb5b9d94be2b0912117",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913144,
     "length": 45,
     "sha256": "2bbcc85dc8af7cfdba59311c2b525916b55f2cad12dc1ed5ee8d6e057ddd42c3",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913190,
     "length": 32,
     "sha256": "588a65a2dd47e6ec9a98918cb4960f5858199b43253d73652f38e748e9cd461c",
     "version": "2.1.282",
     "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-3psz8crg.js",
     "binary_offset": 211377753,
     "length": 46,
     "sha256": "02ae815bfd17b1d54f3583036d90cc69487aa92f4bd07c04017a5c0f2847212e",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181722397,
     "length": 22,
     "sha256": "a4da53223365023b871195a0fc53376b1198f14b0d2b1ea3335a25df1960d6d3",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913223,
     "length": 42,
     "sha256": "35d75f1ca91ee3a6a5141689f11f7d372fd079428e52f6c598e96c0a12110673",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913266,
     "length": 40,
     "sha256": "9ea6e9fd817fe6a604cf35d1522da144d0e54b303fd43ae48665f9eb248ac69d",
     "version": "2.1.282",
     "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-k0gb8rhx.js",
     "binary_offset": 186926006,
     "length": 47,
     "sha256": "f495f99b74836a47315ab5a98591d8f5955e54d4b388529ade98cefeb2fc7fef",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913307,
     "length": 37,
     "sha256": "231d47fdbbb062e8b5475553f227cde382526a56db2755483966047e359158a0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913345,
     "length": 35,
     "sha256": "48745a8fccd72f33dbd53ba04986dd86dd3779b3689a87270193ea8039302d05",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913381,
     "length": 31,
     "sha256": "c0d3a0744b340cd8aa42a0ebe3ccf9a3bf28783fc70066b387ac12ccaf3b9e0c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913413,
     "length": 40,
     "sha256": "4f52022a25e65f791e46c68a688cea367af46ad2bdd5b307f6d8d3bbc6cb5df2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913454,
     "length": 42,
     "sha256": "ed11fa1e323812ff93e4a5307b22d3e5cfe0392bb7da2a44bffc2cab19a21575",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913497,
     "length": 38,
     "sha256": "3f513a683734bfc1ef371448ef893c500e5d26cb932c7f0c65774665ed5fbbc4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913536,
     "length": 31,
     "sha256": "a58e3c7509f544e391d6191019c65c3de428f10d249cb53e9332e555160e971c",
     "version": "2.1.282",
     "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-6jyjgx35.js",
     "binary_offset": 175932914,
     "length": 60,
     "sha256": "3b31760ff98510fff13b7023ee192150db9b71d0e5fb327284d49da3593e0afc",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913568,
     "length": 32,
     "sha256": "c8604057665c6b40dc19e6a627101a72ed5d52b7f56fd7c64e0af98c4461831e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913601,
     "length": 39,
     "sha256": "d0d0b56ff0861c8b785580aa4e1910deaf30415c2487411d0e0ff1c45d5ed719",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913641,
     "length": 39,
     "sha256": "4bef14a986ed22599dbe5f04ca3c7c1eafeed0cd6b4afb5f44979a4664a0d1a2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913681,
     "length": 37,
     "sha256": "df9da7d740cdbd5008793a1a0d67bff71485428e7905c0596658bec780b25d8f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913719,
     "length": 43,
     "sha256": "bea0e714541da283f8cae1be93297657826fbe75acf47018940f3ea36f552f37",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913763,
     "length": 44,
     "sha256": "ea77cebc2db3c0e42767f112244e68f07dcbb6318040869c978d9d28264f98fa",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913808,
     "length": 47,
     "sha256": "54054749a7c5101d77f31fd8692a20e290248344fb76515127dea8ee5888b246",
     "version": "2.1.282",
     "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-rg8332eg.js",
     "binary_offset": 191090461,
     "length": 41,
     "sha256": "243563c1f617df46efe0f65148e41e1a1f3b64dcd43d3b1925ffef8fe63313e8",
     "version": "2.1.282",
     "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-k0gb8rhx.js",
     "binary_offset": 186925917,
     "length": 57,
     "sha256": "00e86f7e0a461981b705d4a589efb443b5e72ccd930285df4a0d69c3b0f37be2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913856,
     "length": 32,
     "sha256": "a76158a21bd42330cf096e333790e3000084df4700872ea56bb6c440f62b71b6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913889,
     "length": 34,
     "sha256": "83a801de442b3de4fec7715b797fb1952a43e07677401f05faf1178873714565",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913924,
     "length": 36,
     "sha256": "ab4de0a2ca8949b78036698dd7bdc50f8454184bb80882e03b9b33598565da32",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173913961,
     "length": 41,
     "sha256": "f58d3d8de5ffa974e75bd8647bd389c9846237e3d067ea10be67389214b0b9cb",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914003,
     "length": 39,
     "sha256": "466ede691bc447e8ff25985a6708a1a710fef17f630187bec5eb2996c7467bec",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181722536,
     "length": 28,
     "sha256": "de042d2a73623655668c8e1caa0012527d01df7b5cb89fd1f7d6ebc83d4f9f1b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914043,
     "length": 28,
     "sha256": "9eb6c9545ab0e8872d29090ad0074c5ce508ac38892ff04e02ef5e67a3c8cdbd",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914072,
     "length": 32,
     "sha256": "2eedc6c338302d2d0b93a1b57b9cceb7f54d0459f3f58cc1b5ea3910687cb42a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914105,
     "length": 33,
     "sha256": "43070d8904d51c5f88ecbfe325f35e87426f3529ebe313fe95a113eced925657",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914139,
     "length": 34,
     "sha256": "47737651751c3efaeaffbd6af46af7d2414a8aa0d42134d4554a7ebb2fedf5b2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914174,
     "length": 40,
     "sha256": "1c981f2448ebb9afe3f9f2e86c3f9ff494ffe368f01baf9765e460c783513fca",
     "version": "2.1.282",
     "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-dpc3wbsa.js",
     "binary_offset": 179026948,
     "length": 30,
     "sha256": "8df357a4d570fe7408a92b54f0e568a3c0dc03e77b500232fe93879565ce9ff6",
     "version": "2.1.282",
     "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-dpc3wbsa.js",
     "binary_offset": 179026902,
     "length": 29,
     "sha256": "b176eb5eeebe8bb7bcddcbcbbf15607148b618b4c84fab5b2c93b29b055f2b5d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914215,
     "length": 43,
     "sha256": "e3d413542a3d80ec959dad38ae2878b1cf1296fc1b30a022513e2baab9d93879",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914259,
     "length": 45,
     "sha256": "639ec78522f6d11e9f64feac25c2f437260d5562af6c1accae724f9a3aa7bb3c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914305,
     "length": 43,
     "sha256": "2901e8ffa9611e24485ad83a2147e4b8b6d61d9d5efe283c76dfa304f99a5b10",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914349,
     "length": 47,
     "sha256": "0857798ea83c97ae0cc0a799341f001901b3abc2ff73a9c230d0c03fab91f78d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914397,
     "length": 36,
     "sha256": "5f154d189043d24fff03d5ad8b0e113243ddbcb8253f1e97b2c5b24d2601bdd6",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914434,
     "length": 32,
     "sha256": "0a413b6d50f87d1309663fb6072fe515163ba9b437f8701a0668c6507f69b475",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914467,
     "length": 41,
     "sha256": "20d75003f2590d41437e4d6720c2cdb86ce3a7895ec8c56ac9948d63f58fd133",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914509,
     "length": 43,
     "sha256": "4e00bf63c4ebc6b34a8f38b0e2a2681fe5c5cce17b467150d9fd698f1f037e3b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914553,
     "length": 36,
     "sha256": "5901ad91c0295c867af74b2d0aa007741043419b29db7ae19ff4d2522a358cca",
     "version": "2.1.282",
     "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-vb0ndmc4.js",
     "binary_offset": 206908516,
     "length": 29,
     "sha256": "0a578ed56bf482161b586a3443070a4e111e2630a6e58a85d79bd435990c2690",
     "version": "2.1.282",
     "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-vb0ndmc4.js",
     "binary_offset": 206908546,
     "length": 32,
     "sha256": "024bb5f58fcc3308aa3c681da5a0250c40131772ff497c65bed0a2f44e230522",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914590,
     "length": 38,
     "sha256": "bc6ce00ff5b33690556f51c3eaa261d804b1c11d64138381f5005bbb90791b43",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914629,
     "length": 40,
     "sha256": "84731b3b38dacc41bf4647f8c8527b4036b29d6531c90d16f8866397039fefd3",
     "version": "2.1.282",
     "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-aqqy0nss.js",
     "binary_offset": 202410224,
     "length": 40,
     "sha256": "320bae285865986e118b26b84191d2eb6003cca584ece19f2f5d08bbbc367cb4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mpz7hd1s.js",
     "binary_offset": 200251620,
     "length": 47,
     "sha256": "26264f08263fb65534f3b9d17924375691aa4a5cddb33a9e276b227b2ede05e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mpz7hd1s.js",
     "binary_offset": 200253302,
     "length": 40,
     "sha256": "320bae285865986e118b26b84191d2eb6003cca584ece19f2f5d08bbbc367cb4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mpz7hd1s.js",
     "binary_offset": 200267555,
     "length": 42,
     "sha256": "9245cb02fd8aceb85c8ab4ee0990858482e507af9a605fd7671a7d4d80c43625",
     "version": "2.1.282",
     "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-aqqy0nss.js",
     "binary_offset": 202410265,
     "length": 39,
     "sha256": "7e8efc90de9b2d609548bdaf67f8c0c348870d475000edc4bb5b959b0bf18095",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mpz7hd1s.js",
     "binary_offset": 200251668,
     "length": 39,
     "sha256": "7e8efc90de9b2d609548bdaf67f8c0c348870d475000edc4bb5b959b0bf18095",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mpz7hd1s.js",
     "binary_offset": 200253343,
     "length": 39,
     "sha256": "7e8efc90de9b2d609548bdaf67f8c0c348870d475000edc4bb5b959b0bf18095",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-mpz7hd1s.js",
     "binary_offset": 200267598,
     "length": 50,
     "sha256": "04e6628c1fe0ba5a6b343791c2708ab56abf9ca0cb53a5e5c9bfcc0de60bf01d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914670,
     "length": 39,
     "sha256": "ee121f93208c70cdeef9a86e8a64762a6a348f68b6d64596d7d7260c73132e7c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914710,
     "length": 29,
     "sha256": "b5a201348355ebda8cc749293fdd0b6eaa2690f4018f63c115a331208e188f3d",
     "version": "2.1.282",
     "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-3kj78r2m.js",
     "binary_offset": 176772268,
     "length": 37,
     "sha256": "3dbe1cd64a31ced82890e6f5c645e344bca0e50fffc9dff96fcbb62c8d71cf0e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3kj78r2m.js",
     "binary_offset": 176773204,
     "length": 49,
     "sha256": "8e083dbed9372fa4320f9b8353c9b6ebf500ce2a393c03ee5d0fe868b290bf68",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-84pqft0b.js",
     "binary_offset": 193177244,
     "length": 34,
     "sha256": "adc43eb8f46048f6179e7b13900550cc1f39fb895965e9750fa41191984e9ea4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j73fv7a9.js",
     "binary_offset": 196896786,
     "length": 45,
     "sha256": "96be2c6c302d1ecfeacb16508aac1a4efb30ac2e85351e2cbe2ee126ae3f72fc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qjcznje2.js",
     "binary_offset": 190242595,
     "length": 42,
     "sha256": "6c5df5de9425e6d931c2523bd8632ab1e7f517db64ccafd9f59f06f494bd2791",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-z7gm5v14.js",
     "binary_offset": 196350688,
     "length": 42,
     "sha256": "6c5df5de9425e6d931c2523bd8632ab1e7f517db64ccafd9f59f06f494bd2791",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-z7gm5v14.js",
     "binary_offset": 196350736,
     "length": 49,
     "sha256": "be396a0c0079df69d0bce2fb0b07cb19dbd2e3ff42cb2d7f6585dbe4d8f21cbd",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914740,
     "length": 32,
     "sha256": "f95f60c4fca1efb14bf532599ff60729344fe6313f05f497154e5a31d28244dc",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914773,
     "length": 44,
     "sha256": "096ad3dc229b02fd488e32c2f4615eb4c5ebfb1ca718881e737b09dee6fa62eb",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914818,
     "length": 42,
     "sha256": "358b5e9fa45757b3bd59c5d7ebf042f4f0d23751ff6335bc80245218402c93d2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914861,
     "length": 38,
     "sha256": "ae47450c5abc40c6f50694599b93e2ad0a1d13f28090916905cdba690a985ce4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914900,
     "length": 32,
     "sha256": "820be191fd6b3b5aae25018655330ecef6dae4a163ebe2ef9d6f543acff0cfce",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914933,
     "length": 38,
     "sha256": "e9e30d6aeaa289ce6b439ad634e1a14aa529f922d7cb578a2f2d9207b4d39135",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173914972,
     "length": 46,
     "sha256": "4b7d3517727cd9daa8742c439850b78b8b0953aa45ca680683ad9007b862e8b2",
     "version": "2.1.282",
     "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-dpc3wbsa.js",
     "binary_offset": 179027576,
     "length": 43,
     "sha256": "c4405f966bb771c0a35581d44e43b4cb5b82b00b59cf7271e416cb20f6133ae4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915019,
     "length": 37,
     "sha256": "0b87fc948753844b8e04b67c2491565783fc009d4bcb96ff96c89ddc02cdf6a0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915057,
     "length": 35,
     "sha256": "4e4bfeb388c7cc4ab6b9138c781e2980982be8a505c893dd1e372b8835fa86a1",
     "version": "2.1.282",
     "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-baarrj8h.js",
     "binary_offset": 186995785,
     "length": 42,
     "sha256": "e866bde07e1145377d1216f5e2105076981b52c49ee204d31e0a0cb59dc7d2eb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186926313,
     "length": 49,
     "sha256": "e8f643ff152b87640d27256833b6fccc619e8bea86f4e7d086992f1065251b11",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915093,
     "length": 40,
     "sha256": "6493b0272954bf60969831377d12bba151688017ef63ccddef7fdf41d93d70a7",
     "version": "2.1.282",
     "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-dpc3wbsa.js",
     "binary_offset": 179027539,
     "length": 36,
     "sha256": "60d6a445ce5e80fc40c7fafa6483c31e72b9130b272e3c5558cbafd3f15ffc66",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915134,
     "length": 34,
     "sha256": "43a42349f2eba1629dcdd8addcb7ab452d5a301df5e1141addff5b6d85431a1d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915169,
     "length": 35,
     "sha256": "1c7a7d9c8e7692dc8e530a6e88df31212260d9c30265f08d6d220ab61642e6fc",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915205,
     "length": 42,
     "sha256": "36af8afe286196c3f90a69f3839691b1f4c35bf9021351c721ef75bf247ee40f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915248,
     "length": 40,
     "sha256": "41cec92cf7b683cd55edf9c21deabd0c28d639b0d9c09c63a17507c14d113d67",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915289,
     "length": 37,
     "sha256": "47543f68f0ecc787d3ee51194918b7eafa4a965d5e2adf4e3db324d1611e9085",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915327,
     "length": 35,
     "sha256": "82c7ac25f89bfe4f087465b4b967dcde68933efe10ec6c30c2be50a9cd10a592",
     "version": "2.1.282",
     "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-09k8apky.js",
     "binary_offset": 175321264,
     "length": 32,
     "sha256": "1dac61b0af9ea00a624b8ea223061a35703ba506b37b7569b196fa68f13cda33",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-f5fzjk49.js",
     "binary_offset": 185160719,
     "length": 32,
     "sha256": "3233d74fd853593a172c7b2876a0c73c77f5ee8fe9471f13d33d2735fb1f4a83",
     "version": "2.1.282",
     "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-09k8apky.js",
     "binary_offset": 175321231,
     "length": 24,
     "sha256": "2607374e4e4104718b9a54f014793e2bba4f55aadaa234cf9638ed1b74ba12f4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-f5fzjk49.js",
     "binary_offset": 185160686,
     "length": 24,
     "sha256": "e651775d51bd396a4e292e5889c75674afdb44e1be1c66b380b4aab4f57d4d3a",
     "version": "2.1.282",
     "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-09k8apky.js",
     "binary_offset": 175321199,
     "length": 23,
     "sha256": "bf82ec4350156c573ee9e9ecd9699ec66177846a4090d6256434fbd21489966e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-f5fzjk49.js",
     "binary_offset": 185160638,
     "length": 40,
     "sha256": "a68a4b7d8b297417c29ac77cc8fb01f0e805183d77a43f265afcf423b959c925",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915363,
     "length": 40,
     "sha256": "80fb1084d27f91f4e549ff4100b375fa861d1fd9b6af712ab36a8c512f0a6470",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915404,
     "length": 36,
     "sha256": "542e2b68a6b6d612ad8493ee46fbb02bff190434eb00c6256c58c1c6e8745676",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915441,
     "length": 49,
     "sha256": "63f99ada01c68ea0d931aa5f05d12097b8a29153212cdd3f6a18e90485694950",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915491,
     "length": 42,
     "sha256": "7d6b895dd3cd5a94ee1a5bad388398fbc838a535daf9d123b009f3301501ebed",
     "version": "2.1.282",
     "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-6jyjgx35.js",
     "binary_offset": 175930614,
     "length": 55,
     "sha256": "cce5dc89874ac1a6292673da7771007d6e141e2de20f5186ca13f8cf134ab0d6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175931927,
     "length": 60,
     "sha256": "2ccb440817788198490cbf2e455d389a4ae50f141ed2c17b2c40ac36f7b80e70",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915534,
     "length": 41,
     "sha256": "0803816dc6246b3c5ad61365f65a4378498671abccf2a2e880a325264d30a281",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-pja62pnw.js",
     "binary_offset": 186858707,
     "length": 23,
     "sha256": "a295cfc83f546ed5d5cfb9375d73092830b1378364502ba7dd44a9107bb92119",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915576,
     "length": 25,
     "sha256": "a99eaf7e4ce0e77a0e06b8a5db0cff913b9ae5b811d8ee563419ce60602947e5",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915602,
     "length": 42,
     "sha256": "9b711978db2e10abec87d11a4662cb3c3019e4adab1443fe0f17f9fd8b54bedb",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915645,
     "length": 39,
     "sha256": "d84adf463fbcad60fb2f3a751d05b958b1f29c571f78c9408f859bcc5d94d259",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915685,
     "length": 36,
     "sha256": "8866177d8d04ee712e347720063c1c493554430c165adb0447a3aa279445547d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915722,
     "length": 41,
     "sha256": "9ccc1343ee333f39b57aa12f907c98bf50a8612d906773798fe8f4eb4b75ba8c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915764,
     "length": 41,
     "sha256": "fa762e3a627737d5b5f78dbbc7b882df95cc448df4b66664510a0b67c22a1e54",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915806,
     "length": 36,
     "sha256": "7e0eb8f409fa18029e9d2e496f7277664a63367877120f39f02c9fc65cc3528e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915843,
     "length": 40,
     "sha256": "73824593df6a439879b50d07ce4b8f001191769f2c59b96a33b41a9597ee4283",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915884,
     "length": 39,
     "sha256": "b2d90e5b0941cac755d1a3514fad30f072ab38f88d160c92d5aa5ddedbb61b30",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915924,
     "length": 42,
     "sha256": "045360cfb2390a88f4ad454d8c93a6e9183323b091d6bc8ce85a06a033aefd01",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915967,
     "length": 23,
     "sha256": "87b4dd1fa750446ac2facd9501d9d2bb1f0bd5608d1fe6806671d4776576d344",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173915991,
     "length": 33,
     "sha256": "71f915e3a03fdeddbb18c8400582de5f111310bcfe4ab565fbb61de9df27c09e",
     "version": "2.1.282",
     "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: 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": [
     "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-bkgbm924.js",
     "binary_offset": 173916025,
     "length": 29,
     "sha256": "7ea7e54e3b9d30b8294d06d57d411e741f0aa09c2ef2bf974c147fa212c80818",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200534484,
     "length": 26,
     "sha256": "b52ac6d1c553be2d525e8475e490abbdc70dce0acbb105b49dc7621d36359761",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916055,
     "length": 38,
     "sha256": "fd97b4d04332b34ec2c24d6ea4c4b99a4c2b496aab5acde227953d8fb509a976",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916094,
     "length": 42,
     "sha256": "1815aec536acf42093a06b746dc34bf9b267f9d0a403c91e4a7f74a5cc867d1d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916137,
     "length": 53,
     "sha256": "5400173d0d3e749ca62fe57a061198cbcf70710be636e65991aa6916b0c42f2f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916191,
     "length": 32,
     "sha256": "13ffd9d748e447fda4d27a5fb8e97be457dfca28c8eb5cf9d600cda521c0b36f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916224,
     "length": 32,
     "sha256": "43484dbe8ec456dc2f914c00491c7995c71e8dbcb2be908c2287bb9631c454a2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916257,
     "length": 38,
     "sha256": "f0158327715f0f8131f2ca4cbaec9f64ad228fc33260691e79e576698f7037fe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186926574,
     "length": 61,
     "sha256": "4fc1396dcf16b26c35dc0f59a4d1d6eb2ea02e5399eb32b3dc90753855021c24",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916296,
     "length": 43,
     "sha256": "2dddb7511b5b68c3b831c825c5f4374d696bec29ba290ac7474d8ff4d7e07e16",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916340,
     "length": 41,
     "sha256": "bb6a233a5bf0229a45a90496e9c6f651f0af13799f7dcfd042360df0709cacd9",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916382,
     "length": 51,
     "sha256": "cbef9b4e94159cc358814936efb198ccac52e5cb27846353cd7d2a0f577e27af",
     "version": "2.1.282",
     "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-appb597y.js",
     "binary_offset": 189556832,
     "length": 37,
     "sha256": "e2d0120911f40bc952519d77003d94be95bf2088f9dc56f60734d63193052ae5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173916434,
     "length": 28,
     "sha256": "1b10157d8cd8d6fb16f86908140ad268c9f5c946382363203ff9e8be916ca30a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916463,
     "length": 28,
     "sha256": "24d36fb82a6dc359fffee23cde5252a239ac69c08ccdbe82116ebc26ed953896",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916492,
     "length": 30,
     "sha256": "bdc7e802fe8e60fc5fd6583b15167bb1ec32e0d78d04e523906d390f411ea13d",
     "version": "2.1.282",
     "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-96abcgyx.js",
     "binary_offset": 209755954,
     "length": 21,
     "sha256": "6af06b373a44cee6159907c44299daee0cbf6f9688f60a0282e9bf031dc6ff57",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-96abcgyx.js",
     "binary_offset": 209755981,
     "length": 16,
     "sha256": "95b715331a10037212314bddfb9c1b7c6fea2cf4817501b713e6bda1affeb516",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-96abcgyx.js",
     "binary_offset": 209756932,
     "length": 25,
     "sha256": "6f4b044401efac782ed8c6d62ffc8960908914f699d176bed71baa1a58e72c44",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-96abcgyx.js",
     "binary_offset": 209757051,
     "length": 21,
     "sha256": "6af06b373a44cee6159907c44299daee0cbf6f9688f60a0282e9bf031dc6ff57",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173916523,
     "length": 31,
     "sha256": "f81a22b3f75c6e93848c1251dd8d69670cfbe17f28b1f2118ca8ec98233ef9d4",
     "version": "2.1.282",
     "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-6jyjgx35.js",
     "binary_offset": 175934525,
     "length": 46,
     "sha256": "535b218e5314ea4cb733b1ae4b538abbb7b31ca277f7648362d64f256085d5dd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185287113,
     "length": 61,
     "sha256": "6080d69d30a16d312fa04b1ce56d10721481c8c3578ad343f4927c29196c7090",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185313318,
     "length": 46,
     "sha256": "d2cb3130662294013558077d3d69541f856efae9d79c764cfcb10ab5a59b4e68",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185326790,
     "length": 51,
     "sha256": "758a1878ba3e5e32f10c1be8f766cd7cc24629fa3a8e0a6ed01102dbce7d4a68",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185381038,
     "length": 39,
     "sha256": "f1c9d9f3c8d39a9111f0e86751fbdcd9ecc41353823bf67ed28de2c700c0fa58",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185383052,
     "length": 39,
     "sha256": "f1c9d9f3c8d39a9111f0e86751fbdcd9ecc41353823bf67ed28de2c700c0fa58",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185388626,
     "length": 39,
     "sha256": "f1c9d9f3c8d39a9111f0e86751fbdcd9ecc41353823bf67ed28de2c700c0fa58",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dkpg3yz5.js",
     "binary_offset": 185213613,
     "length": 39,
     "sha256": "f1c9d9f3c8d39a9111f0e86751fbdcd9ecc41353823bf67ed28de2c700c0fa58",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179479026,
     "length": 42,
     "sha256": "5788f06c0397cee9da757e063c3957574dd17dc2a9e21eaf5c32edc74582e3fe",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179478961,
     "length": 34,
     "sha256": "475db269b20773a1389f186f13bc8652cd8369aac1fe9125eca27868b1385116",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173916602,
     "length": 29,
     "sha256": "7621843bc925d09bc786f325016b23e9e70f65345d7d468a7e61852e1200aca7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qwg2k7a1.js",
     "binary_offset": 193509146,
     "length": 38,
     "sha256": "60fe8ec97c37899274f1597270dcff6f51a8cb79a499ef875cbb2c61b7cc5b1e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s1t81hd7.js",
     "binary_offset": 206977409,
     "length": 26,
     "sha256": "352a55e0a634b726a065ec950df6dab49fc1e24a7e2bac7263ecf07bd706a1c2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207200314,
     "length": 26,
     "sha256": "352a55e0a634b726a065ec950df6dab49fc1e24a7e2bac7263ecf07bd706a1c2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916632,
     "length": 31,
     "sha256": "91e21be2984cdf7046888261bf70b8abfcc2090f44742d80d80ae0b2b9c915ba",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916664,
     "length": 31,
     "sha256": "5c204d32a80670a25aef8a09a3d00495b3685c3079277c692eadfbe13097639c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916696,
     "length": 33,
     "sha256": "fd430fc9ec8d47eb6c19c199349a0f2e2f4fe00c75bf3426abee1424cb89319e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916730,
     "length": 60,
     "sha256": "e4698758486711fb4ff47507f13239ab8863ecd96b73dbad497e573964e09131",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916555,
     "length": 46,
     "sha256": "20864a92cd021d4d623f57ca928c479e23ecd0ad38a87da1af299068258194f8",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916791,
     "length": 24,
     "sha256": "1752aff83dc41a70693d16479d768157f3948679704af5b9b0e9191ed69a4b89",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916816,
     "length": 31,
     "sha256": "e8cb8460b2442de2ea514ee9e5a43a048265b54a0674d25b326aaa0cabe6ab4b",
     "version": "2.1.282",
     "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-appb597y.js",
     "binary_offset": 189556789,
     "length": 34,
     "sha256": "1cc8c8894edc4002db8a433b97a2f425016ab9426f2acf91c45f0a95f94d25ff",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173916848,
     "length": 25,
     "sha256": "02b8f2d2de2f4e41dc364bec347c1ef3f2d266e7cde6cbc4193ceb91b5ad5878",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916874,
     "length": 39,
     "sha256": "710e417728cc5cd676929de0ed0ccb7302b355c6efc456216c98b112b94b894f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916914,
     "length": 36,
     "sha256": "9bc0f1644d34fce1c3c850853532aac6274d8f1420ce3caa8627e1414cc8a670",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916951,
     "length": 37,
     "sha256": "7dd2cfe39521c3fccabb26c225e993e9db9c3b819b72b44fe46d537518af967e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173916989,
     "length": 27,
     "sha256": "badc536d1f5ba9a396a854f17dd27f6694b279f43a5571b88b6a71d17d469d7d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917017,
     "length": 47,
     "sha256": "bfbc24c9893f59d3615e9c99237738a92494fbdabf06c7b1b0f749c21816e5f9",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917065,
     "length": 42,
     "sha256": "2ac64ebcfeedd3bab6ef3a9970e519e5477bef2483a940afe71f268845dabfcf",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917108,
     "length": 38,
     "sha256": "6f1e1943de92b9ea0ac66ec27f22162e7095f6257a9e14c680e7acb403a789eb",
     "version": "2.1.282",
     "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: 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": [
     "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-bkgbm924.js",
     "binary_offset": 173917147,
     "length": 39,
     "sha256": "8b667abf4df71c66c8a45118870acceb96993a7c348c279da70b89c4cbd0c62d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ga64084q.js",
     "binary_offset": 187718017,
     "length": 39,
     "sha256": "b0db2d18726246d85dab0d36180f9e25fd4c704001f356489e43dbd728d0d042",
     "version": "2.1.282",
     "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-6jyjgx35.js",
     "binary_offset": 175930534,
     "length": 60,
     "sha256": "2815a03cc267317d6ed5ac2b6d7eb2d34b53c93d7ea200c66a7ca5e831879d3c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6jyjgx35.js",
     "binary_offset": 175931842,
     "length": 65,
     "sha256": "947c2baaa43fd536848231102af7d1767a5edccdc20d4929d2cade187359ff6f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917187,
     "length": 29,
     "sha256": "390971f7665ab10d8c4dbc96b0adf5ae1ce0086b003fdd3758fe4b08f0271634",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917415,
     "length": 49,
     "sha256": "bef76d81dec9e05fdfdd2db56a9198ba2498c19aa29574e7b50d5e7b87277e72",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917217,
     "length": 49,
     "sha256": "9fc0b05caf0041130165435ec4f7c1b1d9190f1e3ab0c261c69605724fff49b5",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917267,
     "length": 49,
     "sha256": "3b48e5e78c0042cef40ab63a34c61bd99ef3a2591f94ada2a734160dbe890cd7",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917317,
     "length": 50,
     "sha256": "1601250d9cb243453bac99883d1db443b06b07273369c1136cf5961fd61f0bac",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917368,
     "length": 46,
     "sha256": "1b386699744137515182b41d91f21b90e31f2b5daa315e6c467a782b8ec38de1",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917465,
     "length": 39,
     "sha256": "b76a800f7ff60cd838f9967e77e20b62ff2cea1dd2ee821714ea5793b12e68ab",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917505,
     "length": 36,
     "sha256": "3a37b6e6ac4a3c3cab82b13397294aee07b6cd85bbe93b5a6b54e60f04c416ad",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917542,
     "length": 49,
     "sha256": "652300cd4b4b28ec5c8886d43203485fc9a7107c271411553db28d5815ed4844",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917592,
     "length": 46,
     "sha256": "344e18ee738ac5037d232c15322dca87818ae9be0e0ac4cf4ebe7239752803da",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917639,
     "length": 35,
     "sha256": "a2f969cc9c0df891bfa004b26f3058a30f94c90143ef9050933c9065c81ae30c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917675,
     "length": 43,
     "sha256": "155eb6bf5015673848da27f050952f8e9866e7dbb4491f2a208febe9fef009a7",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917719,
     "length": 23,
     "sha256": "f4fe68d8e132befbfec02d3342c868e46cc970e207d71f19260993c0b70c577a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917743,
     "length": 31,
     "sha256": "0c9c42ef402cc40c6bc39ed0e2c5b8d457fa0416f4675fad7fe53dcaf2c0b93b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917775,
     "length": 48,
     "sha256": "0da533b62c744499f46f4e0534f57ca7bcd1981ae5a38d8821fb442c79bf3773",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917824,
     "length": 37,
     "sha256": "bb7df29cb42f94a84185de1d0d98946d19100e8ba6e6585834bbcc8eefad7d56",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917862,
     "length": 42,
     "sha256": "9773b345c8ed68b08ae0370afc5415b01eabcb4b4736bb17113413aa658e778b",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917905,
     "length": 37,
     "sha256": "1476539151a859ab544a83ef99a85bb1841536d579be9c70cb4e7ee6bc7acc7d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917943,
     "length": 34,
     "sha256": "ddd2fe1567a6fe7992654646b7f8efc88476046a5585806b07227874820d855e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173917978,
     "length": 35,
     "sha256": "e6b58fe69cf2885ce206b2ed7818ae330af793cc2655ca8a9f373a621686a4a0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918014,
     "length": 31,
     "sha256": "80b0f2d875152fff8c0d9df2174e2d92e11f8aef98fd848ec346607945b27f0a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918046,
     "length": 25,
     "sha256": "e6608bdf4e1dab52358a9c82d198000930aa2927ab2938536aa396cfa49b999a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918072,
     "length": 30,
     "sha256": "eb6f0f16943b99d5ffa9f79b30fd849464efd80ea3ea9b03d6d2c3464dae7d04",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918103,
     "length": 40,
     "sha256": "1171a5dac48f5ba4315273791a3f8a42327351a6e2524f393e99c3989668a7a4",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918144,
     "length": 31,
     "sha256": "060c28dc7e4a0d38a31fb2c7269e8b272627b3fd7bf46f0e0d29a5336afabdb8",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918176,
     "length": 33,
     "sha256": "4461cee48d51aa43fb471f1f5a921f772cf7e3541e7721dec29920767814b995",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918210,
     "length": 45,
     "sha256": "f3df2c3c526a1b3796ff471858cca93c5ea38785ae6ac430f88bbe777bcbc806",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918256,
     "length": 36,
     "sha256": "0bd0a7f064b315a31531f5a5ed6ef37a228e00e74c0131d153124649d639453e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918293,
     "length": 29,
     "sha256": "8b1b4f0ccdf8e0852d7f15d3c047622e5069f488ebd421e9e3fce01ebc18391f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918323,
     "length": 36,
     "sha256": "9127ffc3da607eb948d9769fda0523fdcd3f322186b1be756df6ef4093a538c4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 200499893,
     "length": 31,
     "sha256": "48b906bbc6b6a79411e0bf306461eb9958bb244f452fbf93841a71ba12a60ecf",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918360,
     "length": 28,
     "sha256": "1a57ef41178d344506add4cc4ab03db1f7d3f3b8f3753499c793ae03ed76d844",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-c0bqgt2a.js",
     "binary_offset": 180267800,
     "length": 32,
     "sha256": "e8dca96700760ca140f9e7c7dc346cbc8451769baa6b4d2fba7f075bb29ea7fa",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918389,
     "length": 48,
     "sha256": "2572d56dd30e5cf3e54fc7dc4e06f3552f4102e4e258e735fb8a58a06fc18a4d",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918438,
     "length": 44,
     "sha256": "d18c5c46682e3a90172beb39bc91550c4dc349262079e0e3977cc3975a2860c7",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918483,
     "length": 41,
     "sha256": "cab3bbf84ed12be39a3f9499b2ee2aa3daa66cfd6d6c194a81c7477b44b7089d",
     "version": "2.1.282",
     "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-0anwyrjk.js",
     "binary_offset": 174830724,
     "length": 497,
     "sha256": "b4dfcb34ad4c687eeb6b1028d9dc61e9de809be950d660e1ac4d175b2d59475c",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918525,
     "length": 47,
     "sha256": "fd76ce8e03fb25a2714acbfcfb529fa0c728084d0eec50b1c527ef15a95bb0a2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918573,
     "length": 31,
     "sha256": "c41e18158f980ae021a7222f84b08100624a76a5f7723369ebcf952f13ff1ab2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918605,
     "length": 39,
     "sha256": "a98b40e54c6e56bb56991f384e0172390dff98156012d2b4084aefe20ecc0b37",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918645,
     "length": 24,
     "sha256": "0bbfdc46b12a08d54103430f169c5ac0bd921adfc7dbb4b09d015c6d99002b8e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918670,
     "length": 44,
     "sha256": "391871170eadf3139d80de2f77e2fb3c04b05b8a07edadd8d66f03e0d9cb0dda",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918715,
     "length": 38,
     "sha256": "866f82fdc8d12536b6aba6adfe21cf4507e844dd4a06179338fbda8f26352c08",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918754,
     "length": 41,
     "sha256": "53d0324f446573b7e5eb74411ea9df97c918449ff5ab955bca73b017e70a9a44",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918796,
     "length": 41,
     "sha256": "392e224a99eec3125f7f31e60089bb9ab02df1a9c700869e6fcc8b7bcb914dfa",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179479173,
     "length": 29,
     "sha256": "79c852b9e6f36a7f966f7715dab649f35dbbfa125cbfe67a1a61899ed94c19e0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918838,
     "length": 22,
     "sha256": "5852633b7532a8ecab6694203f901800c628adee778001a6358a20f96ed385a0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183110080,
     "length": 33,
     "sha256": "e67143b01b8fd1d131ee88ef2e0479ad00cbbded24b98630c9bead842ab02363",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918861,
     "length": 34,
     "sha256": "1d75a6ddd39b2b712d3c192d99d5c687d71f14705a5a22d3dccda5fef61b8538",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918896,
     "length": 42,
     "sha256": "0df1233c695ed17f331da2a947350e5d15027542048f0b8b3d687c73efb1e3a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fcpqbbc3.js",
     "binary_offset": 202737688,
     "length": 54,
     "sha256": "23a7a3fc8efcf86770cb77bfdcd8e37b070584f02a933c8b080975456e9c8d19",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918939,
     "length": 35,
     "sha256": "4de0e002045bc86d347da405aaf822f7fdc1236445dbd6d7b278b8028451cfff",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918975,
     "length": 21,
     "sha256": "ab58e0bce9e7850f6bdc9e6f526869b403e2b276f5e8829702f2aa216c28a7e7",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173918997,
     "length": 27,
     "sha256": "1f302ae8dcf71f82b277ca77e7bf4bd7bd12cab3c1053e4a6a20247518393f6c",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179479069,
     "length": 30,
     "sha256": "51f03cbec7a5ab8ac49f98a1e30d5301f67062fe788a301427a831935e7f9d78",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181167887,
     "length": 32,
     "sha256": "4219c7f5af312438858b83bffdf446c9b1560a4ea6476b4b00496ea3fafe206b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181371409,
     "length": 32,
     "sha256": "4219c7f5af312438858b83bffdf446c9b1560a4ea6476b4b00496ea3fafe206b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183109755,
     "length": 32,
     "sha256": "d360eaab305203422047854d7a66a222edfffdfb94fb760dfa5a5058d74f9530",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 183109910,
     "length": 43,
     "sha256": "701d2e5f6c244b729a6014cfc592c9743c70e1f213a570fb9c74277cdd552693",
     "version": "2.1.282",
     "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-vb0ndmc4.js",
     "binary_offset": 206908586,
     "length": 20,
     "sha256": "c3288d7f0f2c66af41c742a61176ea2839a3856b7b11f98f38cd434b9aa96512",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181167861,
     "length": 25,
     "sha256": "b6f07f6cd597dfce55bdda7b4de9651e8e55562534dddb23d89a27f55fa10b02",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181371383,
     "length": 25,
     "sha256": "b6f07f6cd597dfce55bdda7b4de9651e8e55562534dddb23d89a27f55fa10b02",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183109725,
     "length": 27,
     "sha256": "cdf6affda84d2ee726c456bd7de1d4ab9915a99d9b6a42f854791170f3eec23b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183109960,
     "length": 28,
     "sha256": "04c330960cda50ace1b2593454dc27e7007b473404e4bcaa4d7d199a6b648f1e",
     "version": "2.1.282",
     "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-ctkkwpm3.js",
     "binary_offset": 212505627,
     "length": 31,
     "sha256": "68eac332ae3eb4afe0d11263cdfa1d334e90f8513180d513db4cfa9c438809b4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-fbctzhpm.js",
     "binary_offset": 201127271,
     "length": 47,
     "sha256": "5bcae25f6ee4ccbf9c69b7ca4d781961e1a20cb0405a7a9eb0c2e5b17a28d373",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s1t81hd7.js",
     "binary_offset": 206977381,
     "length": 27,
     "sha256": "a9608fd8aa597ae35f976e2066c60b6fe5d166316a1fd21b3f7045786c95499c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207200286,
     "length": 27,
     "sha256": "4442a83782314a11171ffbb9a8df3b29577695bb52079df18d333cc418f7fb12",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181167920,
     "length": 29,
     "sha256": "12d6b17461bd3480e9a74a5f7e81f8bd3a935dcdebd8b33253a6b0799bd5033a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 183109599,
     "length": 25,
     "sha256": "5ad628e882ab7c7911fa0f31a914aae656fc24ee912674b45132e2a39a3dd0ec",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919025,
     "length": 26,
     "sha256": "267f175cb38d72c600933521549f34a861896ca4c929c74a7879ccafe4f0a68f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919052,
     "length": 30,
     "sha256": "744361454e49c38420d67945e0f2b562535872d9d601936302348cb5f2b47e37",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919083,
     "length": 27,
     "sha256": "b91c98f7851598bb9df44d3bd22eeb7c4603bc171404a48c7bc4330da108cd3b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j98pk437.js",
     "binary_offset": 191020789,
     "length": 39,
     "sha256": "b735c221e91a30ff3061bbecaf3c6e42d11b50c43c46c13f4655581fe9d893d3",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919111,
     "length": 33,
     "sha256": "3dd41005d0b8b3ef30be313ce7f24aebb4fdf0ba5f6c6b28e5a0bf0070421a95",
     "version": "2.1.282",
     "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-appb597y.js",
     "binary_offset": 189504851,
     "length": 43,
     "sha256": "71c63b4c0b5c199d1d276432e3bdb377d0a916d905316bff7febabd99a8b8f0a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173919145,
     "length": 39,
     "sha256": "c5960589cdae7c649ada5ee9676687a06a7eca09f88feeacc8de037b570329ef",
     "version": "2.1.282",
     "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-8djjdfyq.js",
     "binary_offset": 205949549,
     "length": 55,
     "sha256": "95b35ed10d7d47ddf0b1833d0e8aafffea0724a1f3fe473d52d761042038df8e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-appb597y.js",
     "binary_offset": 189562100,
     "length": 56,
     "sha256": "8f421985c27b52ad70d9136f820ec119f6e2c5e4968362828e0a1e4ac84bbc10",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173919185,
     "length": 48,
     "sha256": "e98ad9997f3a7606738d22457a1bb8579ad028e8d33cfd61d41035adfc2eef43",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919234,
     "length": 34,
     "sha256": "605a729638177c1578ab59d58fd3d318f63b36eaf9f6823f1fd92a4b72f04cfe",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919269,
     "length": 36,
     "sha256": "3466c276c4023d4c59a25f78ea6300f1373a1ab36b5b255649a172d761902a11",
     "version": "2.1.282",
     "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-59qfemv2.js",
     "binary_offset": 185523432,
     "length": 50,
     "sha256": "7d21deed865b28f047c39e91d5d9e532f885ff1abc98c30d4ac8c3ca60c2505c",
     "version": "2.1.282",
     "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-59qfemv2.js",
     "binary_offset": 185523483,
     "length": 44,
     "sha256": "8c6c4c782c23e5fdda05abd371e5d1dd6d19e9ef84280499b98421bbd7e168ab",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919306,
     "length": 32,
     "sha256": "61c82c68a9cbd749d628e93637516ddf200afe2475bdf2eda859543878283fd3",
     "version": "2.1.282",
     "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-59qfemv2.js",
     "binary_offset": 185523346,
     "length": 46,
     "sha256": "918c80419de36ef060b16257335c9f4a7ef01e88daf13fe6208ef0972b80661c",
     "version": "2.1.282",
     "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-59qfemv2.js",
     "binary_offset": 185523844,
     "length": 31,
     "sha256": "25dd9f8d7c82156e0cb73565c32cb780c1d281c2d79db95467119bf4bdaf5581",
     "version": "2.1.282",
     "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-59qfemv2.js",
     "binary_offset": 185523791,
     "length": 52,
     "sha256": "428b1c250d6f683e0f4cd2805fd45936bddb86dc67d0d71a3168ca892588c53e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919339,
     "length": 32,
     "sha256": "3be0c2d389dbbf71a4c36927601b2ef98602c235cb730144709fba06043abcca",
     "version": "2.1.282",
     "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-59qfemv2.js",
     "binary_offset": 185523182,
     "length": 35,
     "sha256": "f9fe867ac3032af20cf88a4178e8d2cf8bfbf9ddc97157ddf21a91f125d6efc6",
     "version": "2.1.282",
     "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-59qfemv2.js",
     "binary_offset": 185523528,
     "length": 52,
     "sha256": "d03989a3cfe8e75c6610ac534320f237707e8d0a7fabaa4e0b83d4549316d104",
     "version": "2.1.282",
     "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-59qfemv2.js",
     "binary_offset": 185523393,
     "length": 38,
     "sha256": "da2ebaa12fb034a6907af51165302eded8a8f80cfbc20fe8097341d2b5ae9405",
     "version": "2.1.282",
     "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-59qfemv2.js",
     "binary_offset": 185523638,
     "length": 66,
     "sha256": "292d83d6082aa9619d9c685c02ed1c7725e1bb940b3f7d3bef15a7a117d72bcd",
     "version": "2.1.282",
     "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-59qfemv2.js",
     "binary_offset": 185523581,
     "length": 56,
     "sha256": "3be603cd8aaa711273320c95117c8d2f2495c89f5357f2ebbe833cb4729d5f27",
     "version": "2.1.282",
     "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-59qfemv2.js",
     "binary_offset": 185523705,
     "length": 85,
     "sha256": "0ea2af91cd55eebaa019a360f3c034a06a4da43117c2fbd728ec0a418c1f460a",
     "version": "2.1.282",
     "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-59qfemv2.js",
     "binary_offset": 185523218,
     "length": 80,
     "sha256": "0a64a874d7fd4bccef810de4a466c1ef396e62aa8ff0a37b54b90ae63681fe07",
     "version": "2.1.282",
     "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-59qfemv2.js",
     "binary_offset": 185523299,
     "length": 46,
     "sha256": "2c8246b359e3f64bb0f681d49dd63bd25cde1b9768aad61beecbdb7260470d5c",
     "version": "2.1.282",
     "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-59qfemv2.js",
     "binary_offset": 185523150,
     "length": 31,
     "sha256": "48f0b1f6d69d30dde7873e4a830f0294e6c78491e30032effc91b065b3c77ba8",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919372,
     "length": 38,
     "sha256": "22f17ea9861b888c7a5be22f7f3ac0374cd745de817ec7cdd8d58b89b4aa0dc3",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919411,
     "length": 36,
     "sha256": "75e2d9d737e67b0e5146753a0774d893fc1e81659a474d48cc0b170797cb0f6a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919448,
     "length": 18,
     "sha256": "c261c252e0d744a830b610b96f6e73f3e5c56f1bd277e48d5232e3a85f36a855",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919467,
     "length": 30,
     "sha256": "beac06aa07bcafac776f66d147a75176c2e3a006ef61785476692f201414b029",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919498,
     "length": 25,
     "sha256": "f51f6ece99cbcfaf0e1d59c961f59119e473bae1d18a154efe89c0f25c39e885",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919524,
     "length": 29,
     "sha256": "95f37dfed32836cdd84ffbb9204c1502f431c3b30e9f95d7ed588d8dcd9034f0",
     "version": "2.1.282",
     "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-fsqw79mx.js",
     "binary_offset": 204949464,
     "length": 47,
     "sha256": "38ee8375680a54f5893832f79e3168d9733a6155ec383ca1ba0bf2b9d718a568",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919554,
     "length": 20,
     "sha256": "1e474aef20150325f85675c2a43dfbb7631dbaa50d89e321958b727933fb94c2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181753243,
     "length": 28,
     "sha256": "249f78ef2546b48530f609c0233bdac87466aeab8f61fd7672b339f8f7043756",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179478946,
     "length": 14,
     "sha256": "8eeb7c77268574ba6ddc9c48e60fd7271430fc3df3e2c86a7f673b38a3483eba",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-bkgbm924.js",
     "binary_offset": 173909153,
     "length": 17,
     "sha256": "56a31658cb41cc9aee93afadd50d9033f01918366efa48ecd270a402cc6d00f3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-s1t81hd7.js",
     "binary_offset": 206977436,
     "length": 14,
     "sha256": "8eeb7c77268574ba6ddc9c48e60fd7271430fc3df3e2c86a7f673b38a3483eba",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wk2pyghc.js",
     "binary_offset": 207200341,
     "length": 14,
     "sha256": "8eeb7c77268574ba6ddc9c48e60fd7271430fc3df3e2c86a7f673b38a3483eba",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181731583,
     "length": 14,
     "sha256": "8eeb7c77268574ba6ddc9c48e60fd7271430fc3df3e2c86a7f673b38a3483eba",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181733502,
     "length": 14,
     "sha256": "8eeb7c77268574ba6ddc9c48e60fd7271430fc3df3e2c86a7f673b38a3483eba",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 183109668,
     "length": 21,
     "sha256": "b62b3ca51913054e26f030e2d2f1ba57287a49b7441ca4ec607cd99ccf595655",
     "version": "2.1.282",
     "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-sz70d38s.js",
     "binary_offset": 175204401,
     "length": 19,
     "sha256": "0c351e1e35867357c4aa9a8d7cc531423870fd78318ee8eabafdf4ebf056d41c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-sz70d38s.js",
     "binary_offset": 175204426,
     "length": 24,
     "sha256": "1b9dfd1b8b6da0dbb2a1af0aecb704f55f946b419199922c376c467933647c6e",
     "version": "2.1.282",
     "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-hj3p6ej4.js",
     "binary_offset": 190142034,
     "length": 23,
     "sha256": "f6740586e3368735794cbe526e4b4ad628aa6939fef7dddedddb235bf7765f28",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-hj3p6ej4.js",
     "binary_offset": 190142207,
     "length": 31,
     "sha256": "dc3141a41ffa8199afacf1471d4276fe1e2d44d48a7c027252fb703733973502",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 184026883,
     "length": 10,
     "sha256": "7e8467cfa1a67785ae731670bc4aa3032e806f796d85425f7e7e9faac25382b8",
     "version": "2.1.282",
     "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-dkpg3yz5.js",
     "binary_offset": 185213721,
     "length": 34,
     "sha256": "6127ed44a3ff647e829e92549132fccfd08861139739ada11b5bdca9f1f4e1ff",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179924655,
     "length": 22,
     "sha256": "0eb60ad68b59fd4962754f68f4a96ecc345feeb1a4270ae7f40d38aa3805894b",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179924627,
     "length": 11,
     "sha256": "db7e4b41616716bc126c116716d35b67c44732479bc3f850687d4054e8d7ecd0",
     "version": "2.1.282",
     "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: `https:http:ssh`; a runtime value; `none`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "https:http:ssh",
     "none"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 7,
    "set_values": [
     "`https:http:ssh`",
     "a runtime value",
     "`none`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": true,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-5abkkjjj.js",
     "binary_offset": 193139364,
     "length": 35,
     "sha256": "978ef17025af0ad683bf653573f667859938c21d5c1bb5b71c57c4d2ed2587fb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185383107,
     "length": 51,
     "sha256": "c28808024492acb66e29beed4293dc9dda66a1b915c73baf8ec78f16ee9b9968",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185384680,
     "length": 51,
     "sha256": "c28808024492acb66e29beed4293dc9dda66a1b915c73baf8ec78f16ee9b9968",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dkpg3yz5.js",
     "binary_offset": 185213834,
     "length": 51,
     "sha256": "c28808024492acb66e29beed4293dc9dda66a1b915c73baf8ec78f16ee9b9968",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dkpg3yz5.js",
     "binary_offset": 185213988,
     "length": 25,
     "sha256": "16161efb10dab25325be79020f025d51852e39117254065bf35d9431670faa85",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h6kcgy06.js",
     "binary_offset": 188637971,
     "length": 25,
     "sha256": "16161efb10dab25325be79020f025d51852e39117254065bf35d9431670faa85",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-p3en2qbk.js",
     "binary_offset": 179259357,
     "length": 30,
     "sha256": "dfa7acadb1a7ba050f1df8b5b74cbec13bdd997c77ff881ba28fe4fcfefed901",
     "version": "2.1.282",
     "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-6a365y10.js",
     "binary_offset": 193551759,
     "length": 73,
     "sha256": "6c890011371c6df109879a6c5abb166ae7ccc1b4b5b06bbba70e3233e216e308",
     "version": "2.1.282",
     "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-p3en2qbk.js",
     "binary_offset": 179259439,
     "length": 50,
     "sha256": "070d267d77a6c1be3f6cec0bc3288ad4963ff72eee696f8f393da4b3862ddf49",
     "version": "2.1.282",
     "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-78x61bcs.js",
     "binary_offset": 207770150,
     "length": 21,
     "sha256": "497d453b9d77299ae9be4456fd1fbc8e1744b26c0a2c0eadfb2f215d2d8a2626",
     "version": "2.1.282",
     "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-78x61bcs.js",
     "binary_offset": 207791777,
     "length": 28,
     "sha256": "96c31c2195311938042afe084f5089840d0bfe7218bca2fab7fd56805d722ece",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184586767,
     "length": 34,
     "sha256": "0913b8703b6e935af588b4bfab69056924dbf1decd3f7a747b605ee2a89be192",
     "version": "2.1.282",
     "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-78x61bcs.js",
     "binary_offset": 207770524,
     "length": 26,
     "sha256": "eb9e68e7fcf4c128f4a85e06b84d18ac7b4685647ad6070f706175a47ca1148f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207791746,
     "length": 30,
     "sha256": "a66441129a90b38e0599aaae9ccf47fca7c556441f49e3f0d5cd8cc6af140f1e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184586723,
     "length": 43,
     "sha256": "a0a2789983c7a473dde9ba483adf4fa729d485560dd16e28fc61f9aa3f2f9924",
     "version": "2.1.282",
     "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-78x61bcs.js",
     "binary_offset": 207770499,
     "length": 24,
     "sha256": "5a2c9660f3cc50fd33b525a2e9de7ffd2f608b944ca6d7a5bb093c78f1b097aa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207791717,
     "length": 28,
     "sha256": "4761d961ea94666af58d4b7c315aab7bd57f86ab48465bbf4fa0f74ce38b5717",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184586690,
     "length": 32,
     "sha256": "6536e127fd76a2ed13c80f1706fbe910c8ed919412b1a697d964d96eb703a6ef",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179574548,
     "length": 31,
     "sha256": "5697c2fd903b4ff2566936eef7b735152de60cbf68de40a13c43f6c610f026c5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rcyb2rab.js",
     "binary_offset": 174617443,
     "length": 33,
     "sha256": "219fbefce945bd8360cd9943fe0c4be60c8927065f965f0437b238e255080893",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rcyb2rab.js",
     "binary_offset": 174618169,
     "length": 33,
     "sha256": "e4ebdfab6269a29a916be04b42c9cda0d8b11f37c4cdd648ad2aa32eebdf60e4",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 184586885,
     "length": 37,
     "sha256": "3b626dd6d10fb671e6e2a13ddf2f5b03302b96bb4624a2f8e76c194b084621c1",
     "version": "2.1.282",
     "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: `noreply@anthropic.com`; a runtime value; `bash-edit-diff@localhost`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "noreply@anthropic.com",
     "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": [
     "`noreply@anthropic.com`",
     "a runtime value",
     "`bash-edit-diff@localhost`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-6a365y10.js",
     "binary_offset": 193527391,
     "length": 43,
     "sha256": "8bf19b8a124a3265c77c469119f8a15c2a8995a32134bfad2a861f892b511080",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207770579,
     "length": 29,
     "sha256": "b6019f7b2932d705b33e27770e53be02418ddb04fee0f990ad10747d06222691",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184586838,
     "length": 46,
     "sha256": "1588ebba91bbab3ff01e28fb5d19cacb3d8d7818e9b346a7ff9758fb5b9d4745",
     "version": "2.1.282",
     "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: `Claude Code file sync`; a runtime value; `bash-edit-diff`.",
   "documented": null,
   "details": {
    "direction": "set",
    "read_as": null,
    "values": [
     "Claude Code file sync",
     "bash-edit-diff"
    ],
    "default": null,
    "documented_url": null,
    "group": "Set by Claude Code for tools, hooks, and child processes",
    "locations_count": 3,
    "set_values": [
     "`Claude Code file sync`",
     "a runtime value",
     "`bash-edit-diff`"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": false,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-6a365y10.js",
     "binary_offset": 193527348,
     "length": 42,
     "sha256": "de44a67b794b1118f573e546f174e2b050cb212c97d8665f27731079139fa9d5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207770551,
     "length": 27,
     "sha256": "56960d16b8833b792face39ebb9a135ad7a4b4a4f9bbc0fddd2881191a4c8b4c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 184586802,
     "length": 35,
     "sha256": "bebb3b59a0d9ea725f5591142083e2cd689792d0e1175380d21820dc5d7ee94e",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185276738,
     "length": 29,
     "sha256": "ef00c0bc39423ab8628364cfb5ae0d9f9ba0a555e6118ac6913d52a7b7580815",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185381008,
     "length": 29,
     "sha256": "ef00c0bc39423ab8628364cfb5ae0d9f9ba0a555e6118ac6913d52a7b7580815",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185382989,
     "length": 29,
     "sha256": "ef00c0bc39423ab8628364cfb5ae0d9f9ba0a555e6118ac6913d52a7b7580815",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185384876,
     "length": 29,
     "sha256": "ef00c0bc39423ab8628364cfb5ae0d9f9ba0a555e6118ac6913d52a7b7580815",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185388596,
     "length": 29,
     "sha256": "ef00c0bc39423ab8628364cfb5ae0d9f9ba0a555e6118ac6913d52a7b7580815",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dkpg3yz5.js",
     "binary_offset": 185213659,
     "length": 29,
     "sha256": "ef00c0bc39423ab8628364cfb5ae0d9f9ba0a555e6118ac6913d52a7b7580815",
     "version": "2.1.282",
     "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-3psz8crg.js",
     "binary_offset": 211349286,
     "length": 23,
     "sha256": "c41b4f9af207252a77d816c2e7de0f85126268e1a712dc86e88c0977b251188f",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181722496,
     "length": 23,
     "sha256": "5bc3d02d83ff408e7deeb8805f7ae579c45bc9d0dcd5f85d1fd0a9cc5a28620e",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185276768,
     "length": 29,
     "sha256": "c6cdecc960debfa3c4a962fec78c9191f89f1aaf865cd3bf2e2ef5f8637e7078",
     "version": "2.1.282",
     "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-6f8ammxb.js",
     "binary_offset": 193736312,
     "length": 30,
     "sha256": "f78cf76363a60bdb039b2f03a9020173cda18a4def44a7cf7bad55034c6e1af8",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 180181269,
     "length": 14,
     "sha256": "6106814b6a59169d02622f4b7be792d3d1ddc5e9948336584fcf1280b57cedee",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181731565,
     "length": 17,
     "sha256": "d8fae42fec01a299516715d8d92b1f446808f49e380d57106de153c2d2d9a535",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181733484,
     "length": 17,
     "sha256": "d8fae42fec01a299516715d8d92b1f446808f49e380d57106de153c2d2d9a535",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181757212,
     "length": 17,
     "sha256": "d8fae42fec01a299516715d8d92b1f446808f49e380d57106de153c2d2d9a535",
     "version": "2.1.282",
     "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-6f8ammxb.js",
     "binary_offset": 193759847,
     "length": 22,
     "sha256": "c5fa880e300b5325e488eb5e1288a752044022864f0a111c078554292d2ba237",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6f8ammxb.js",
     "binary_offset": 193782930,
     "length": 22,
     "sha256": "c5fa880e300b5325e488eb5e1288a752044022864f0a111c078554292d2ba237",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179625218,
     "length": 76,
     "sha256": "948871555d5624082164b6b8bf2470ccbf277f821e947ca1ddc5a26844a4f704",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 180181357,
     "length": 37,
     "sha256": "49bf7fe3007d63e0e5c4c965be73b8f4661a651c842b24ed7462ce667fb59a69",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-956fe24w.js",
     "binary_offset": 194025921,
     "length": 48,
     "sha256": "4b29a2de4bf640323b890b47dd41c862ccd92393fe43c7ceb460f5cad0b3e076",
     "version": "2.1.282",
     "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-6f8ammxb.js",
     "binary_offset": 193759823,
     "length": 23,
     "sha256": "0e9087c25299aa2321e4a80a6357d4eb5e31c4341f7655fb102a6bc62a8a49ee",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6f8ammxb.js",
     "binary_offset": 193782978,
     "length": 23,
     "sha256": "0e9087c25299aa2321e4a80a6357d4eb5e31c4341f7655fb102a6bc62a8a49ee",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179595255,
     "length": 16,
     "sha256": "82bb4a13fcbfab10750407d795a44c77ca51ed308e139548ccb2d5e5f83c360f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 180181323,
     "length": 33,
     "sha256": "7521794c22b745fbee73863deb9b65db643d9dd09cd75051912202bd9c53bb48",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207759609,
     "length": 16,
     "sha256": "6e8fe49c3ccfcab700677fd8061b4a4648dd13746d4ffc45934ae5f8ce85cd92",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207761213,
     "length": 16,
     "sha256": "6e8fe49c3ccfcab700677fd8061b4a4648dd13746d4ffc45934ae5f8ce85cd92",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207772139,
     "length": 16,
     "sha256": "85f5b7d33492870b9055f16a2cd2bbd57ff894c5c9bb44e15cc9da5f4996e505",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207780285,
     "length": 33,
     "sha256": "d1150b58227f2a00fc49ee941f34d63b41287e64a0063d1a7ba61d6b4af2b64b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207804998,
     "length": 28,
     "sha256": "080e0741052621bf29472e98d7d055509dd603c3e06a8047b1c00a35bdebe4cf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207808309,
     "length": 16,
     "sha256": "f40d4e0c28911ba80315931f89453034698e2df3c46400ea2b100724cba111e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207907043,
     "length": 33,
     "sha256": "2bfdafe6991e2b27dc854d10d2d63cf542bcef8af2d51e387c7fddc2a32630b0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-78x61bcs.js",
     "binary_offset": 207907832,
     "length": 33,
     "sha256": "2bfdafe6991e2b27dc854d10d2d63cf542bcef8af2d51e387c7fddc2a32630b0",
     "version": "2.1.282",
     "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-6f8ammxb.js",
     "binary_offset": 193759797,
     "length": 25,
     "sha256": "0fd7bb585e9e4b244e60174d3be4320b0b816063e85e5dd2907fb3f547efb0d2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6f8ammxb.js",
     "binary_offset": 193782904,
     "length": 25,
     "sha256": "9bc457ad8d80c792c43780672d1340dab17fcd5ef81709860b2e8e7dfee2753a",
     "version": "2.1.282",
     "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: `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": 5,
    "set_values": [
     "`1`",
     "a runtime value"
    ],
    "receivers": [
     "not traced"
    ],
    "conditional": false,
    "also_read": true,
    "description": null,
    "description_source": null
   },
   "provenance": [
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 180070998,
     "length": 21,
     "sha256": "51d9fbb1adc73fd6d6380b29918684c7d71ab2067e6693cb983c2f22bd36e373",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 180075093,
     "length": 21,
     "sha256": "51d9fbb1adc73fd6d6380b29918684c7d71ab2067e6693cb983c2f22bd36e373",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 180134166,
     "length": 21,
     "sha256": "51d9fbb1adc73fd6d6380b29918684c7d71ab2067e6693cb983c2f22bd36e373",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h6kcgy06.js",
     "binary_offset": 188637997,
     "length": 21,
     "sha256": "51d9fbb1adc73fd6d6380b29918684c7d71ab2067e6693cb983c2f22bd36e373",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-p3en2qbk.js",
     "binary_offset": 179259332,
     "length": 24,
     "sha256": "ec30a6d7d43a94a5ed067008e0b33addf237eccdf23ddf94d3308cfbc62ccec3",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179625191,
     "length": 26,
     "sha256": "3df908f0c2b34bd70a755a3e6c51d9b786e8343d8764d50d46e7d11dc320fda0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5ezz9t8y.js",
     "binary_offset": 180181395,
     "length": 26,
     "sha256": "3df908f0c2b34bd70a755a3e6c51d9b786e8343d8764d50d46e7d11dc320fda0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-956fe24w.js",
     "binary_offset": 194025970,
     "length": 26,
     "sha256": "3df908f0c2b34bd70a755a3e6c51d9b786e8343d8764d50d46e7d11dc320fda0",
     "version": "2.1.282",
     "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-6f8ammxb.js",
     "binary_offset": 193759870,
     "length": 24,
     "sha256": "0f84b61eb6923d585cf3aa89146c79f0ed6ad83da0d7f9a859b087574269ee04",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6f8ammxb.js",
     "binary_offset": 193782953,
     "length": 24,
     "sha256": "0f84b61eb6923d585cf3aa89146c79f0ed6ad83da0d7f9a859b087574269ee04",
     "version": "2.1.282",
     "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-z4xzrs5j.js",
     "binary_offset": 207565194,
     "length": 35,
     "sha256": "f4c7972332b40d8309da383c999781d7d0f3750e27613a0093b8bfc5c4598b3a",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 184583116,
     "length": 22,
     "sha256": "671e967a85ad2d3c50e5b95b24febc94df1def897bc06f9f7a964321614864d2",
     "version": "2.1.282",
     "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-dkpg3yz5.js",
     "binary_offset": 185213767,
     "length": 22,
     "sha256": "f07c9246df33a5c6a2b3d3165df9d5758f8b8bdd7c911a7388035159eaec7815",
     "version": "2.1.282",
     "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-rcyb2rab.js",
     "binary_offset": 174614367,
     "length": 41,
     "sha256": "87b5514aa380cc698a383dec75e1d39b329c3eac4c08bddaa4b4604af5ee3808",
     "version": "2.1.282",
     "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-6f8ammxb.js",
     "binary_offset": 193938090,
     "length": 18,
     "sha256": "06059806ff18498dda4f7b96d6f0539b88f38ce42edca2d3238c4d0a4ce2183f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6f8ammxb.js",
     "binary_offset": 193938240,
     "length": 30,
     "sha256": "6f6543bc12076f08ba943ab09245675be6785a194b89b5e156c51d5abc82efc2",
     "version": "2.1.282",
     "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-5abkkjjj.js",
     "binary_offset": 193139272,
     "length": 91,
     "sha256": "77cda1e9bd9ebdeeeaf73ee4dec2ae8df7a3364585fa48870b794857a1c7e296",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185383184,
     "length": 83,
     "sha256": "8ed02c936a3bb31bbe356550dcb8e979610aeaf6072e73c972f6a822c86697a9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185384733,
     "length": 93,
     "sha256": "642ec4ba12fb42f93617b0747666fda56f87cf01ba853948969c805ea89a157b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dkpg3yz5.js",
     "binary_offset": 185213887,
     "length": 93,
     "sha256": "642ec4ba12fb42f93617b0747666fda56f87cf01ba853948969c805ea89a157b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dkpg3yz5.js",
     "binary_offset": 185214014,
     "length": 23,
     "sha256": "3f28493b76f31425c8b3f3f443c7a449e2daaf60ad873dcebca5ca466a9ab68b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h6kcgy06.js",
     "binary_offset": 188638019,
     "length": 38,
     "sha256": "63df6297646ab1521d3749b74720d3d43d41ccc13032b53e1f6730c00ee2accd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-p3en2qbk.js",
     "binary_offset": 179259388,
     "length": 50,
     "sha256": "341dacf3b087f7c743234d99954a1a0d962872918dd647ba5e08dc8a30242958",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185383160,
     "length": 23,
     "sha256": "ebaa1d2e4a4cf7cd192df9a4825a165184913dd450ce01eb7769161261fc84fc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185384620,
     "length": 23,
     "sha256": "ebaa1d2e4a4cf7cd192df9a4825a165184913dd450ce01eb7769161261fc84fc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dkpg3yz5.js",
     "binary_offset": 185213697,
     "length": 23,
     "sha256": "ebaa1d2e4a4cf7cd192df9a4825a165184913dd450ce01eb7769161261fc84fc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-h6kcgy06.js",
     "binary_offset": 188638058,
     "length": 23,
     "sha256": "ebaa1d2e4a4cf7cd192df9a4825a165184913dd450ce01eb7769161261fc84fc",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 180181284,
     "length": 38,
     "sha256": "6f8973f6d9872bdb905e8ca2bcb4fcb8e2301ce50d9469d3421f5de9bfd4384f",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179924678,
     "length": 26,
     "sha256": "4dd424eebf56f97a7184558be3c0c3be57b8ce58646e88a6ceb9bcabb3b3db98",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179924639,
     "length": 15,
     "sha256": "588127eddf5a361c6c52d7e3ab210047199268ae35967ae5a16b6107c0bed1af",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179935077,
     "length": 26,
     "sha256": "ed5747c35ff38a6a9720cdbcb81a656b9594d8482d2da36d3d7ecb8e61f5906b",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179935057,
     "length": 19,
     "sha256": "fa287e781488d71648446f6e013da3a73d79d4633e6258f7981e0bebedc6ef64",
     "version": "2.1.282",
     "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-3psz8crg.js",
     "binary_offset": 211349200,
     "length": 11,
     "sha256": "6926099cfc0236005dbece8492c814b7c95d40318c3a95eb484ccbeede5eeaac",
     "version": "2.1.282",
     "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-xs2at0tc.js",
     "binary_offset": 190721885,
     "length": 26,
     "sha256": "7a32931091e3c6e27b001e5bfe1687cfd105778124bac674ee3a97417eed1b59",
     "version": "2.1.282",
     "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-x2d3z0qe.js",
     "binary_offset": 204882280,
     "length": 11,
     "sha256": "c56805bc582b4e904120ae03d05eaa19a5fc78a076479eb97e4d35786eb01210",
     "version": "2.1.282",
     "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-3psz8crg.js",
     "binary_offset": 211147411,
     "length": 10,
     "sha256": "d93853acb21fe80362fb7ee9b6c4dadb2e5a98a8eac8189d609a26ffb12c5d07",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-856nwefe.js",
     "binary_offset": 176198500,
     "length": 10,
     "sha256": "d93853acb21fe80362fb7ee9b6c4dadb2e5a98a8eac8189d609a26ffb12c5d07",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-dkpg3yz5.js",
     "binary_offset": 185213756,
     "length": 10,
     "sha256": "d93853acb21fe80362fb7ee9b6c4dadb2e5a98a8eac8189d609a26ffb12c5d07",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t87x2x3y.js",
     "binary_offset": 175862497,
     "length": 10,
     "sha256": "d93853acb21fe80362fb7ee9b6c4dadb2e5a98a8eac8189d609a26ffb12c5d07",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-t87x2x3y.js",
     "binary_offset": 175862697,
     "length": 10,
     "sha256": "d93853acb21fe80362fb7ee9b6c4dadb2e5a98a8eac8189d609a26ffb12c5d07",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x2d3z0qe.js",
     "binary_offset": 204882269,
     "length": 10,
     "sha256": "d93853acb21fe80362fb7ee9b6c4dadb2e5a98a8eac8189d609a26ffb12c5d07",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 183109696,
     "length": 19,
     "sha256": "f5062659643f53900cb3b3ead596b421bb1b6590e6f0c159503692b27b74c2fb",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919575,
     "length": 19,
     "sha256": "1c973cd42d481138e000dabe18a6976bf4c3065a75c51578c22e057850a9ebe8",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919629,
     "length": 29,
     "sha256": "5bb01deb5f899bf69614a249fa536e9f12c64c055c8bf8d400d3e96ddfc696da",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919595,
     "length": 33,
     "sha256": "4468a5831545cf0aa05976f8e8c5444f930837c298490c0f7667adf4037c5fe0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919659,
     "length": 26,
     "sha256": "c1507f12a63d1bb2a738d6da0a8c47ee60506feee0224fef0345643200dac7cb",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919686,
     "length": 38,
     "sha256": "08dfb620f7af015be00dffb699bd617e7de3d7b9f8d11ecfa5aedec2094801d7",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919725,
     "length": 34,
     "sha256": "d49719a9f0c1ae8ceeebfafd9aa624e9a336f62309d6b92ace1fc8a86f31c6d0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919760,
     "length": 32,
     "sha256": "de3cadb3c9aeee7a05f87efd0b77780fe5ebae2e542e1231c44e0030e18ae42f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919793,
     "length": 30,
     "sha256": "58103a81fd1218460fd0db77b29984c6b46304691cb5c53318844560f47a89e7",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919824,
     "length": 36,
     "sha256": "764c1abb2cbdcb3809f5c850387af89cb8574adb3f68734bdad3f934e7c9dbb0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919861,
     "length": 31,
     "sha256": "61f0925de7b6ab62233d30c6df057f149dd69580b897dd69ab0e81b32c168754",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919893,
     "length": 46,
     "sha256": "3ed6a400200436ede9f2ea2951215a45c88cbd8d006c5b933ad24e73321a8bb5",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919940,
     "length": 25,
     "sha256": "18d7ee950b5676831b0c54d6ef4f2bc9dc304a847b9e5a209ea34d3fa2bdb1d3",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173919966,
     "length": 39,
     "sha256": "1c7877cc20fc40164c4a9ed253a1d7516f96c2a186e05c357f945f2a592cf496",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173920006,
     "length": 18,
     "sha256": "c8fa3462317fe33e729e0777eb3695f2c91941431cc65f4093a89a05f40b603a",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173920025,
     "length": 23,
     "sha256": "0b769b8ed3b889827827a4c621b67ca4627e7141ee80fa9fd00c7c447fe97caa",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173920049,
     "length": 37,
     "sha256": "bdc013cf88a9ff94d871448a116f03e1c41dfb66ddb84b5ba051ae436bea2e7c",
     "version": "2.1.282",
     "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-3psz8crg.js",
     "binary_offset": 211147443,
     "length": 21,
     "sha256": "6541f2a810db4650ad231c37603705e786366f6f2feed333114d6e82ad1b99ce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211349331,
     "length": 21,
     "sha256": "6541f2a810db4650ad231c37603705e786366f6f2feed333114d6e82ad1b99ce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-856nwefe.js",
     "binary_offset": 176198478,
     "length": 21,
     "sha256": "6541f2a810db4650ad231c37603705e786366f6f2feed333114d6e82ad1b99ce",
     "version": "2.1.282",
     "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-7h7pvyed.js",
     "binary_offset": 189715664,
     "length": 33,
     "sha256": "92a4b4bf15146a08e7e69c30525cafdaff778aa3330032558f895d815f31f5f1",
     "version": "2.1.282",
     "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-hj3p6ej4.js",
     "binary_offset": 190191086,
     "length": 50,
     "sha256": "91bf70a2ffc9784292057c4359680e097c46001fb7daa39600df484e24999f44",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j6wm1bba.js",
     "binary_offset": 206039133,
     "length": 50,
     "sha256": "91bf70a2ffc9784292057c4359680e097c46001fb7daa39600df484e24999f44",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179935104,
     "length": 18,
     "sha256": "4c09c85b085f168d0d5c941b902eaac93d0f3a7368b4a05f957056a97c6789b2",
     "version": "2.1.282",
     "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-7j6xvzff.js",
     "binary_offset": 205476483,
     "length": 69,
     "sha256": "c023412c1bdfe60b84733904793e335e69d6aa796fce4cbe3e532aa9d3f06841",
     "version": "2.1.282",
     "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-3psz8crg.js",
     "binary_offset": 211147390,
     "length": 20,
     "sha256": "5ed8d9f7322b436caff1ff54fba7c7253e5028da83e90a6940b6d227b0d655ee",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211349188,
     "length": 11,
     "sha256": "88139ba2e1f7c52e1cf9cc86cf42997fd417c8c33f22edbab0a8938690d64ec3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-k0gb8rhx.js",
     "binary_offset": 186926269,
     "length": 11,
     "sha256": "88139ba2e1f7c52e1cf9cc86cf42997fd417c8c33f22edbab0a8938690d64ec3",
     "version": "2.1.282",
     "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-cth75766.js",
     "binary_offset": 192271406,
     "length": 6,
     "sha256": "c1e1ae25603116c9ccd67ffbea048a8a1f5278e0400b3d31fd381681831df6ad",
     "version": "2.1.282",
     "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-cth75766.js",
     "binary_offset": 192271413,
     "length": 6,
     "sha256": "462b4728df38a9c4a08d50769e842e8e59dab05ccbd2d3be92f77a71e439d64e",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173920087,
     "length": 21,
     "sha256": "1fdc8aaa1b399f87dd57c4d479c6c1291ec042d0a5f500dfc9118e111edb6e80",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185409203,
     "length": 70,
     "sha256": "8358484daac129dad65891dcf35acc252e570423b7f15dcac3dc141ceecee4a9",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185408242,
     "length": 60,
     "sha256": "0e2ac935da9b1f6c5cd7bc6d395212f25412191996170c40344326b96eab9900",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185407988,
     "length": 54,
     "sha256": "656ae7a0e1f82c4c121a843467c384a916bedf8578c6f62cea92b147dad29878",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185407698,
     "length": 59,
     "sha256": "dc05e0b407876c3ff463724f19d4a4a6fa339c864ec211a1fb6d18b51b3f7b50",
     "version": "2.1.282",
     "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-59qfemv2.js",
     "binary_offset": 185523105,
     "length": 44,
     "sha256": "a4acc82d85803b98757c05e41b85880278582934ac7d998f53b694f6ddcd8c76",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-f5fzjk49.js",
     "binary_offset": 185128904,
     "length": 44,
     "sha256": "a4acc82d85803b98757c05e41b85880278582934ac7d998f53b694f6ddcd8c76",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185403251,
     "length": 85,
     "sha256": "066b72bd30ab85ad0d422c725203b46d3682b2dc738273d7fd1a5f2e3b0147cb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-brqj61g3.js",
     "binary_offset": 185403937,
     "length": 46,
     "sha256": "ddbd15275e16c29014ef1a8c1c7515882e7eae7552bf42cb53ff434eb57a448b",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185384827,
     "length": 41,
     "sha256": "334958a419119e55e763b1044868b222215c89679e46c290df0ede96c714b82c",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185406365,
     "length": 65,
     "sha256": "1b44e438aa30abe076949b9b1d3f02433ff63c7415af1b855a99cab26932e4ef",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185406037,
     "length": 64,
     "sha256": "858ddd10672c7f7422207cc6ddee89458ce89b2aec455dd98803d5a2cd1d1bd2",
     "version": "2.1.282",
     "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-59qfemv2.js",
     "binary_offset": 185523067,
     "length": 37,
     "sha256": "68243b990650a5565a72b326090d5aa6925a4940f8a75ca10cb37d547a98e62b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-f5fzjk49.js",
     "binary_offset": 185128866,
     "length": 37,
     "sha256": "68243b990650a5565a72b326090d5aa6925a4940f8a75ca10cb37d547a98e62b",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185407203,
     "length": 74,
     "sha256": "c45190c6f686434a6507b6985b21354091a2a176d43a8ab1d9f19799f1c5d277",
     "version": "2.1.282",
     "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-f5fzjk49.js",
     "binary_offset": 185128949,
     "length": 53,
     "sha256": "2bd217807c17eca39c177a2ac4d588a6f0810aff8d457728ccb426eb1ac54988",
     "version": "2.1.282",
     "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-f5fzjk49.js",
     "binary_offset": 185129003,
     "length": 50,
     "sha256": "ef1922794555ce3fb70713b12642f7533c25ed71e7c0eab0e364dbe03069448b",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185409629,
     "length": 50,
     "sha256": "39316a8cb503eef44f297ea4de72aa41ba379e2622066e7ac0105bc6053df3d2",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185408521,
     "length": 64,
     "sha256": "ff6b47cc2ebb2f7880f73e69a9a1047d534e4c08a28a0f61e131088b338c9f58",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185406677,
     "length": 67,
     "sha256": "f094c804c0dc163c36431eac8d74ed8cab17b8a86ef8b512e36bac60b7550f90",
     "version": "2.1.282",
     "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-brqj61g3.js",
     "binary_offset": 185408851,
     "length": 67,
     "sha256": "63d332cf33f53f4b540d7a165050af995224b2abb43be9cdb21be64c7b5b93e7",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173920109,
     "length": 26,
     "sha256": "53c1db4e765f0c829df0888bdd14cf1db30efe2a10326af297e6cca635828361",
     "version": "2.1.282",
     "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-mbd35kwj.js",
     "binary_offset": 174538031,
     "length": 19,
     "sha256": "d0ad950ee146ac93fb3c666278b608ce5b4fab9ac3651193c9783241d828bf8c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181731557,
     "length": 7,
     "sha256": "51127eb35df0f7c0bb219b7e7c2cb714726d82e022ed538d7a11a0bf2f4e70d5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181733476,
     "length": 7,
     "sha256": "51127eb35df0f7c0bb219b7e7c2cb714726d82e022ed538d7a11a0bf2f4e70d5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-x9fwahqm.js",
     "binary_offset": 181757185,
     "length": 26,
     "sha256": "81630c50bc9c24c6398ebc3e1b9142c8b14f0609725c92174d1c8ffb322ed31f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173920136,
     "length": 37,
     "sha256": "f301376b5316a81178d5ba29dbaa64d7f01f67fa082e024b9758c3bc2283c63c",
     "version": "2.1.282",
     "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-p3en2qbk.js",
     "binary_offset": 179259490,
     "length": 50,
     "sha256": "ddb7c4a801c5abc239c462f0d85598c1439a28ce92d5974cc4d012dcc5c39fe2",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173920174,
     "length": 37,
     "sha256": "de6c1bdd9e6591f84a51d1faa7ee7f457453da575728560acddeb6830a15fe15",
     "version": "2.1.282",
     "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-3psz8crg.js",
     "binary_offset": 211349260,
     "length": 13,
     "sha256": "abe2607fb12ae77cf565a43aad80b63d06f7f1be26a35ebe0c3776518ae604e1",
     "version": "2.1.282",
     "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-3psz8crg.js",
     "binary_offset": 211349274,
     "length": 11,
     "sha256": "841346ef8e36d35b5ea5c8f58f73e906c0ac204dfbc196222efdef9df3473936",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cth75766.js",
     "binary_offset": 192271420,
     "length": 11,
     "sha256": "841346ef8e36d35b5ea5c8f58f73e906c0ac204dfbc196222efdef9df3473936",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-j98pk437.js",
     "binary_offset": 191021675,
     "length": 21,
     "sha256": "ab8da757ce3b3dc34d4b1dd470543a02d0c4ab833fb8c539d635b0e96144ea12",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173920212,
     "length": 38,
     "sha256": "de5543ee2e7f82eb7cf93cf634139f785af44ebde6042e62cdc19a71ab9c0886",
     "version": "2.1.282",
     "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-3psz8crg.js",
     "binary_offset": 211349247,
     "length": 12,
     "sha256": "7e51b28fb02b2913e41bc31c095b176b4e2389eca19e9b4e35bc8f8b91ccbb58",
     "version": "2.1.282",
     "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-3psz8crg.js",
     "binary_offset": 211349231,
     "length": 15,
     "sha256": "904359e864d0b0274dffa1cf5c5b4241b6d087527fc4757bd376325a0668a2d7",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181722457,
     "length": 11,
     "sha256": "47a8d8f7980c24da3165e116ab7c20b3665cc51404005be142c1b3f8aafdd0de",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 181722420,
     "length": 6,
     "sha256": "db982b133ec08c4939bc4734696695f321a61be864cf82864cbedae56a192220",
     "version": "2.1.282",
     "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-5ezz9t8y.js",
     "binary_offset": 179479239,
     "length": 15,
     "sha256": "aab96fde918ea5f936053c5d3a1c157a4f074343065d2da7bb807ffb8fb0fec0",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173920251,
     "length": 28,
     "sha256": "d9934cc214ca7a9a704205086fbd76a4bd2b18d40ebbba803a4460e4e73c753a",
     "version": "2.1.282",
     "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-3psz8crg.js",
     "binary_offset": 211147422,
     "length": 20,
     "sha256": "63ec52da6e03e5aebab21ad9fd4c0948cd37ffd7fc94689f38a85352681c6f2d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-3psz8crg.js",
     "binary_offset": 211349310,
     "length": 20,
     "sha256": "63ec52da6e03e5aebab21ad9fd4c0948cd37ffd7fc94689f38a85352681c6f2d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-856nwefe.js",
     "binary_offset": 176198457,
     "length": 20,
     "sha256": "63ec52da6e03e5aebab21ad9fd4c0948cd37ffd7fc94689f38a85352681c6f2d",
     "version": "2.1.282",
     "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-3psz8crg.js",
     "binary_offset": 211349212,
     "length": 18,
     "sha256": "3a88058a4ba1a7b33b2875a167e8478bf8768332b276775b9d4478a2686933db",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173920280,
     "length": 17,
     "sha256": "511d893e672203ddf6060a02a6f2d17bedfa60f6303408c12f4767bbe9533b3f",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173920298,
     "length": 25,
     "sha256": "5c7ccb5929a6f8d7ed99a9e049d8aabcdc18db49f8ce1ddb2ea78b64559371f3",
     "version": "2.1.282",
     "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-bkgbm924.js",
     "binary_offset": 173920324,
     "length": 28,
     "sha256": "dca0e36dc4659fc1d4aa762a47c3e143ddcb8cb04eb7de6099db03d34bd5d4dd",
     "version": "2.1.282",
     "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-x9fwahqm.js",
     "binary_offset": 184026894,
     "length": 18,
     "sha256": "bbd32953f07580f0b1723da0b2600007d306bb7bf065f1cb2da7a15ff90b1282",
     "version": "2.1.282",
     "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-w58ma80r.js` offset 191779176.",
   "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-w58ma80r.js` offset 191779176.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-w58ma80r.js",
     "binary_offset": 191779176,
     "length": 15,
     "sha256": "17f869aa1f3f9d85109dfb1de67f07e97c2e4c30990d680a26c13ed4fd217f53",
     "version": "2.1.282",
     "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-qk8de39x.js` offset 192153841.",
   "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-qk8de39x.js` offset 192153841.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qk8de39x.js",
     "binary_offset": 192153841,
     "length": 14,
     "sha256": "757201c8a0885ee0971829eaaadd8dd37899d29da062dc65c02b15af8d777dad",
     "version": "2.1.282",
     "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-6mqmpjzk.js` offset 206161630.",
   "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-6mqmpjzk.js` offset 206161630.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-6mqmpjzk.js",
      "binary_offset": 206161630,
      "length": 14,
      "sha256": "4144f5357063168d8322b0b98fb6adca73ab30f1906d9ba27c5bfb6df9827014",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6mqmpjzk.js",
     "binary_offset": 206161630,
     "length": 14,
     "sha256": "4144f5357063168d8322b0b98fb6adca73ab30f1906d9ba27c5bfb6df9827014",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-6mqmpjzk.js",
     "binary_offset": 206161683,
     "length": 14,
     "sha256": "4144f5357063168d8322b0b98fb6adca73ab30f1906d9ba27c5bfb6df9827014",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-cxhrq28h.js",
     "binary_offset": 206176505,
     "length": 14,
     "sha256": "4144f5357063168d8322b0b98fb6adca73ab30f1906d9ba27c5bfb6df9827014",
     "version": "2.1.282",
     "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-cxhrq28h.js` offset 206176560.",
   "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-cxhrq28h.js` offset 206176560.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-cxhrq28h.js",
     "binary_offset": 206176560,
     "length": 14,
     "sha256": "858c3edf1886dde50dac6b66b647ffc982776695eb22ac5cad617e64a3646eca",
     "version": "2.1.282",
     "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-qk8de39x.js` offset 192153807.",
   "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-qk8de39x.js` offset 192153807.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qk8de39x.js",
     "binary_offset": 192153807,
     "length": 14,
     "sha256": "ec172743519c9253413d0c77bad940f1d35d73b3e3f995b94a1c51a8e2aa8ac7",
     "version": "2.1.282",
     "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-qk8de39x.js` offset 192153824.",
   "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-qk8de39x.js` offset 192153824.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qk8de39x.js",
     "binary_offset": 192153824,
     "length": 14,
     "sha256": "471e850e410f48a4bbbcf5c58292e596a1e47fd84a35b3ff8c0a0902f0938b5b",
     "version": "2.1.282",
     "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-qk8de39x.js` offset 192154632.",
   "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-qk8de39x.js` offset 192154632.",
    "description_source": null,
    "raw_truthiness_sites": 2,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-qk8de39x.js",
      "binary_offset": 192154632,
      "length": 14,
      "sha256": "d919c9890506539b181d2af3218bb5579b06a4409dc3c1e788878d5bc7681346",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     },
     {
      "file": "chunk-w58ma80r.js",
      "binary_offset": 191913758,
      "length": 15,
      "sha256": "1c8da441d6e28f76146b445f901814c48ef9c178ae374fc1e40ccb10d9d3c141",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-qk8de39x.js",
     "binary_offset": 192154632,
     "length": 14,
     "sha256": "d919c9890506539b181d2af3218bb5579b06a4409dc3c1e788878d5bc7681346",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-qk8de39x.js",
     "binary_offset": 192154648,
     "length": 14,
     "sha256": "d919c9890506539b181d2af3218bb5579b06a4409dc3c1e788878d5bc7681346",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-w58ma80r.js",
     "binary_offset": 191913758,
     "length": 15,
     "sha256": "1c8da441d6e28f76146b445f901814c48ef9c178ae374fc1e40ccb10d9d3c141",
     "version": "2.1.282",
     "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-w58ma80r.js` offset 191778501.",
   "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-w58ma80r.js` offset 191778501.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-w58ma80r.js",
     "binary_offset": 191778501,
     "length": 37,
     "sha256": "11d880c2aff3d31a99984b6e1dc3b072378cd8e92cb387321109573963c6187e",
     "version": "2.1.282",
     "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-w58ma80r.js` offset 191778214.",
   "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-w58ma80r.js` offset 191778214.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-w58ma80r.js",
     "binary_offset": 191778214,
     "length": 42,
     "sha256": "441ec1d5548e8288286b08b34d38ee6e2497c0bdf9126d5eb51a235c889e1521",
     "version": "2.1.282",
     "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-w58ma80r.js` offset 191776879.",
   "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-w58ma80r.js` offset 191776879.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-w58ma80r.js",
     "binary_offset": 191776879,
     "length": 50,
     "sha256": "55d058545157dd6998b1baf7b67fe864eed7b5ba3ac3b2686047a00c01086cc9",
     "version": "2.1.282",
     "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-7p2rpc7h.js` offset 192197753.",
   "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-7p2rpc7h.js` offset 192197753.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-7p2rpc7h.js",
     "binary_offset": 192197753,
     "length": 37,
     "sha256": "304b902c4374a52310d7bcdf9ea99587ebe3aaca4728008b1a06e061a123fd61",
     "version": "2.1.282",
     "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-ta8ptcjk.js` offset 206171840.",
   "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-ta8ptcjk.js` offset 206171840.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ta8ptcjk.js",
     "binary_offset": 206171840,
     "length": 14,
     "sha256": "df2e4a0ae90dd29b5697ce726e4d261c5577b1868f49433f8fc3aa3c99f6bc17",
     "version": "2.1.282",
     "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-8embznbx.js` offset 195796407.",
   "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-8embznbx.js` offset 195796407.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195796407,
     "length": 46,
     "sha256": "ed848eaa1b7acd3dcff60d276f50b3f3798d32e215d950230b393ce7f39f3826",
     "version": "2.1.282",
     "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-8embznbx.js` offset 195553150.",
   "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-8embznbx.js` offset 195553150.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195553150,
     "length": 32,
     "sha256": "104f8a52bac4cf910c072dc5dc8fe98bb6226820121891bc4a620303b5b8c53a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195756410,
     "length": 32,
     "sha256": "104f8a52bac4cf910c072dc5dc8fe98bb6226820121891bc4a620303b5b8c53a",
     "version": "2.1.282",
     "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-8embznbx.js` offset 195797380.",
   "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-8embznbx.js` offset 195797380.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195797380,
     "length": 45,
     "sha256": "72a5ed2a0e34c44c761b40bc2e76fb21b5ea28bc2a77d74e257892b933044e54",
     "version": "2.1.282",
     "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-8embznbx.js` offset 195797336.",
   "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-8embznbx.js` offset 195797336.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195797336,
     "length": 41,
     "sha256": "62b280d933ac397108bea5b1486fd6784a9970bda82177d261614b1b7bcfeb41",
     "version": "2.1.282",
     "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-8embznbx.js` offset 195797016.",
   "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-8embznbx.js` offset 195797016.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195797016,
     "length": 31,
     "sha256": "e3d785a537b9bf7972f0b32f84b13b5dd4aa2613741875c116255fb767744812",
     "version": "2.1.282",
     "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-8embznbx.js` offset 195796561.",
   "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-8embznbx.js` offset 195796561.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195796561,
     "length": 47,
     "sha256": "cedfa2bc1337bc7d4c3673a017e67e586159cc1568960c7e5acb95206cc016c4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195796729,
     "length": 47,
     "sha256": "cedfa2bc1337bc7d4c3673a017e67e586159cc1568960c7e5acb95206cc016c4",
     "version": "2.1.282",
     "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-8embznbx.js` offset 195773011.",
   "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-8embznbx.js` offset 195773011.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195773011,
     "length": 38,
     "sha256": "5affa54c62028568bd073756e0de1e0047b4831137d83e75a75d43926d829032",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195775650,
     "length": 38,
     "sha256": "5affa54c62028568bd073756e0de1e0047b4831137d83e75a75d43926d829032",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195776046,
     "length": 38,
     "sha256": "5affa54c62028568bd073756e0de1e0047b4831137d83e75a75d43926d829032",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195799130,
     "length": 38,
     "sha256": "5affa54c62028568bd073756e0de1e0047b4831137d83e75a75d43926d829032",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195799742,
     "length": 38,
     "sha256": "5affa54c62028568bd073756e0de1e0047b4831137d83e75a75d43926d829032",
     "version": "2.1.282",
     "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-8embznbx.js` offset 195498882.",
   "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-8embznbx.js` offset 195498882.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-8embznbx.js",
      "binary_offset": 195498882,
      "length": 50,
      "sha256": "4815de9a33668561e793469be1dc93ddaf1f11b6780dc63d107a8f324b89f33b",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195498882,
     "length": 50,
     "sha256": "4815de9a33668561e793469be1dc93ddaf1f11b6780dc63d107a8f324b89f33b",
     "version": "2.1.282",
     "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-8embznbx.js` offset 195797664.",
   "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-8embznbx.js` offset 195797664.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195797664,
     "length": 26,
     "sha256": "7c19281e76a357f28e73ab06cc2e329bd8ee267b19df2bf7b93168d1679530b7",
     "version": "2.1.282",
     "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-8embznbx.js` offset 195758813.",
   "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-8embznbx.js` offset 195758813.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-8embznbx.js",
      "binary_offset": 195759149,
      "length": 45,
      "sha256": "a8c1f5b5182956e2d186e4d73be30bfc70fab7d75755e175476bd34398425f4f",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195758813,
     "length": 45,
     "sha256": "a8c1f5b5182956e2d186e4d73be30bfc70fab7d75755e175476bd34398425f4f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195759149,
     "length": 45,
     "sha256": "a8c1f5b5182956e2d186e4d73be30bfc70fab7d75755e175476bd34398425f4f",
     "version": "2.1.282",
     "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-8embznbx.js` offset 195761798.",
   "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-8embznbx.js` offset 195761798.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195761798,
     "length": 41,
     "sha256": "5f7109496342b398d7e1f2a2fc7f96e52f9a1cdccf38c9bae49904d1747b2248",
     "version": "2.1.282",
     "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-8embznbx.js` offset 195800685.",
   "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-8embznbx.js` offset 195800685.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-8embznbx.js",
      "binary_offset": 195800685,
      "length": 35,
      "sha256": "91cb3c347bb368187ff533fbd22591dee412ec7d9f1237630c929d0733856bad",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195800685,
     "length": 35,
     "sha256": "91cb3c347bb368187ff533fbd22591dee412ec7d9f1237630c929d0733856bad",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195800721,
     "length": 35,
     "sha256": "91cb3c347bb368187ff533fbd22591dee412ec7d9f1237630c929d0733856bad",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195800934,
     "length": 35,
     "sha256": "91cb3c347bb368187ff533fbd22591dee412ec7d9f1237630c929d0733856bad",
     "version": "2.1.282",
     "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-8embznbx.js` offset 195797635.",
   "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-8embznbx.js` offset 195797635.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195797635,
     "length": 26,
     "sha256": "9de4ee2448bb27ea4fb23d53ef62cadd7e5480c8212d53bc547ed9c3b8796226",
     "version": "2.1.282",
     "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-6k4pzp76.js` offset 178243178.",
   "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-6k4pzp76.js` offset 178243178.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-6k4pzp76.js",
     "binary_offset": 178243178,
     "length": 30,
     "sha256": "31674c1dfea668226d6be0c32e12d15e4dd1ca057976a2c126a1157e7de2bfc9",
     "version": "2.1.282",
     "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-yefjp2gn.js` offset 177199854.",
   "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-yefjp2gn.js` offset 177199854.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-yefjp2gn.js",
     "binary_offset": 177199854,
     "length": 29,
     "sha256": "4c2baee7f63715878a312bc805dcc94549ff185cc9da89719a9c2fe35c2b714e",
     "version": "2.1.282",
     "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-yefjp2gn.js` offset 177199673.",
   "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-yefjp2gn.js` offset 177199673.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-yefjp2gn.js",
     "binary_offset": 177199673,
     "length": 31,
     "sha256": "809a7001bd09728915518a94859d010223ec4b5ffbc27070c72d7910eb2767cd",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192016211.",
   "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-ebbt6t1j.js` offset 192016211.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ebbt6t1j.js",
      "binary_offset": 192057985,
      "length": 25,
      "sha256": "c94bcd46346db7f614b1bb6eb5a82abcd124dda1495d521fb4952f9e1f957d7c",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192016211,
     "length": 25,
     "sha256": "c94bcd46346db7f614b1bb6eb5a82abcd124dda1495d521fb4952f9e1f957d7c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192057985,
     "length": 25,
     "sha256": "c94bcd46346db7f614b1bb6eb5a82abcd124dda1495d521fb4952f9e1f957d7c",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192027128.",
   "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-ebbt6t1j.js` offset 192027128.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ebbt6t1j.js",
      "binary_offset": 192027128,
      "length": 22,
      "sha256": "a9d539c628551109a9924ad27c68dd52491ca78acabae1a726497c9d4a55c642",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192027128,
     "length": 22,
     "sha256": "a9d539c628551109a9924ad27c68dd52491ca78acabae1a726497c9d4a55c642",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192026447.",
   "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-ebbt6t1j.js` offset 192026447.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ebbt6t1j.js",
      "binary_offset": 192026447,
      "length": 30,
      "sha256": "bef4b6284d90f771e3e366219ff1f1bc535af49974f80bd98c20a61da0405e73",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192026447,
     "length": 30,
     "sha256": "bef4b6284d90f771e3e366219ff1f1bc535af49974f80bd98c20a61da0405e73",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192026485,
     "length": 30,
     "sha256": "bef4b6284d90f771e3e366219ff1f1bc535af49974f80bd98c20a61da0405e73",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192016238.",
   "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-ebbt6t1j.js` offset 192016238.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192016238,
     "length": 25,
     "sha256": "16cc5003b50ba753dd7b49679bd25e44ea4455bb652755e98af98043c49617c5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192057857,
     "length": 25,
     "sha256": "16cc5003b50ba753dd7b49679bd25e44ea4455bb652755e98af98043c49617c5",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192057884.",
   "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-ebbt6t1j.js` offset 192057884.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192057884,
     "length": 27,
     "sha256": "be8aa0663788eeaca522dbcf32dc800048d19436c664b365bb5a8258a5d2c675",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192057805.",
   "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-ebbt6t1j.js` offset 192057805.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192057805,
     "length": 27,
     "sha256": "3aec2dd60c5694e6a99c0a4e712b4c0b5055d2f70ce612e947ce137f5898fd53",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192057780.",
   "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-ebbt6t1j.js` offset 192057780.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192057780,
     "length": 23,
     "sha256": "3c32fa815d3d70569b339205e49cae775a9b0b7099a32bd7c0d97f1cc04a3063",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192024745.",
   "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-ebbt6t1j.js` offset 192024745.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192024745,
     "length": 29,
     "sha256": "489ed04c1c10dc2b73d9aca01d9dab3c365a6d58c398f25f8a5492eb723b6a60",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192027057,
     "length": 29,
     "sha256": "489ed04c1c10dc2b73d9aca01d9dab3c365a6d58c398f25f8a5492eb723b6a60",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192024716.",
   "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-ebbt6t1j.js` offset 192024716.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192024716,
     "length": 27,
     "sha256": "63485255c06bd42b96ce2e3ede5f7d4c37f4eeb15c1abf3f21fc02fc5aa25b2d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192027028,
     "length": 27,
     "sha256": "63485255c06bd42b96ce2e3ede5f7d4c37f4eeb15c1abf3f21fc02fc5aa25b2d",
     "version": "2.1.282",
     "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-rcyb2rab.js` offset 174614385.",
   "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-rcyb2rab.js` offset 174614385.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rcyb2rab.js",
     "binary_offset": 174614385,
     "length": 19,
     "sha256": "d8c02a58d2de12a2014512eea314c8404bd0eb226e63cc7421d59c286c8311e0",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192115717.",
   "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-ebbt6t1j.js` offset 192115717.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192115717,
     "length": 38,
     "sha256": "006ef59e20b78ef0e75c546d3b97dbe32d2e2f1cfed83fd00c50e8845aefc381",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192106339.",
   "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-ebbt6t1j.js` offset 192106339.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192106339,
     "length": 15,
     "sha256": "d60e4754216d968af96500bc367be9c0667d6e239f56cbdef74c0f375935a7dc",
     "version": "2.1.282",
     "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-tk66smvh.js` offset 175945668.",
   "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-tk66smvh.js` offset 175945668.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-tk66smvh.js",
     "binary_offset": 175945668,
     "length": 32,
     "sha256": "1c96518e8309ade9882894597274f4529aa45416b0d8753e0b231edde44a77b6",
     "version": "2.1.282",
     "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-kxywkmbh.js` offset 212245331.",
   "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-kxywkmbh.js` offset 212245331.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212245331,
     "length": 54,
     "sha256": "2a9c164ae94ad082513d1e6e63af4e70e7c3a2d258a2db72041262b77891fea8",
     "version": "2.1.282",
     "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-kxywkmbh.js` offset 211890528.",
   "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-kxywkmbh.js` offset 211890528.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 211890528,
     "length": 27,
     "sha256": "bd88e67e5eff175ffe32da8bfaa4ecbd5451e5823e75e498980f495381d41e92",
     "version": "2.1.282",
     "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-kxywkmbh.js` offset 212090210.",
   "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-kxywkmbh.js` offset 212090210.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212090210,
     "length": 46,
     "sha256": "213d12c1d52aa86345689efa60af238438e73c8d792a900341be0c89ba64b91a",
     "version": "2.1.282",
     "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-kxywkmbh.js` offset 211889867.",
   "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-kxywkmbh.js` offset 211889867.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 211889867,
     "length": 31,
     "sha256": "90d938ec592b3fa769482101fc5ce8cd70f823cf9bfa7cbb8083648a4d52c187",
     "version": "2.1.282",
     "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-kxywkmbh.js` offset 212096798.",
   "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-kxywkmbh.js` offset 212096798.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-kxywkmbh.js",
      "binary_offset": 212096798,
      "length": 22,
      "sha256": "984ce2dd27d99444022c0c43fb6b0fd806f46c8a6b45633c220f84395f505b65",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212096798,
     "length": 22,
     "sha256": "984ce2dd27d99444022c0c43fb6b0fd806f46c8a6b45633c220f84395f505b65",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212096838,
     "length": 22,
     "sha256": "984ce2dd27d99444022c0c43fb6b0fd806f46c8a6b45633c220f84395f505b65",
     "version": "2.1.282",
     "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-kxywkmbh.js` offset 211895461.",
   "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-kxywkmbh.js` offset 211895461.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 211895461,
     "length": 34,
     "sha256": "6737f6e2be5bac0a2d67f696b18074ed0bcf4e4873e6afa956f28654cae5d0dc",
     "version": "2.1.282",
     "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-kxywkmbh.js` offset 211890580.",
   "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-kxywkmbh.js` offset 211890580.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 211890580,
     "length": 22,
     "sha256": "c891fd36773ed0b04c55f246055553d16e797e6462f96ac4a6bad0dd4ac7e787",
     "version": "2.1.282",
     "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-kxywkmbh.js` offset 211889923.",
   "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-kxywkmbh.js` offset 211889923.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 211889923,
     "length": 26,
     "sha256": "0314140909973ec1295fb4c27049217aaaa6804e93e50971b00cfb88ffc3bf4c",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192057935.",
   "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-ebbt6t1j.js` offset 192057935.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ebbt6t1j.js",
      "binary_offset": 192057935,
      "length": 27,
      "sha256": "8915965f5d74ad94b7e7cc7feedd6ecd329e671744d0fb01a23140a5d8d76dd4",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192057935,
     "length": 27,
     "sha256": "8915965f5d74ad94b7e7cc7feedd6ecd329e671744d0fb01a23140a5d8d76dd4",
     "version": "2.1.282",
     "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-8g34c2vz.js` offset 173946634.",
   "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-8g34c2vz.js` offset 173946634.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8g34c2vz.js",
     "binary_offset": 173946634,
     "length": 34,
     "sha256": "08e28927888ad7ec5be1d9227ec63de07b3885fb1d84ffbd852a8ee0d57778f0",
     "version": "2.1.282",
     "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-ebbt6t1j.js` offset 192026549.",
   "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-ebbt6t1j.js` offset 192026549.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-ebbt6t1j.js",
      "binary_offset": 192026549,
      "length": 37,
      "sha256": "567b2c139b79fda43d911590ac0b59fe32739ed586e3dd8c9e2f343c4973a728",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192026549,
     "length": 37,
     "sha256": "567b2c139b79fda43d911590ac0b59fe32739ed586e3dd8c9e2f343c4973a728",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-ebbt6t1j.js",
     "binary_offset": 192026594,
     "length": 37,
     "sha256": "567b2c139b79fda43d911590ac0b59fe32739ed586e3dd8c9e2f343c4973a728",
     "version": "2.1.282",
     "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-8embznbx.js` offset 195735491.",
   "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-8embznbx.js` offset 195735491.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195735491,
     "length": 15,
     "sha256": "a5881060ceca626d94879058aa0f3ae6f7f222e680e554543aa98fa67fedc8c1",
     "version": "2.1.282",
     "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-kxywkmbh.js` offset 212097597.",
   "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-kxywkmbh.js` offset 212097597.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212097597,
     "length": 25,
     "sha256": "3e43f776a2631705b4814ac51853cbe045595287c47eb662c85b797ab699e44d",
     "version": "2.1.282",
     "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-rcyb2rab.js` offset 174582967.",
   "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-rcyb2rab.js` offset 174582967.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-rcyb2rab.js",
     "binary_offset": 174582967,
     "length": 18,
     "sha256": "e7feb6ad928fa6cad9d1fb0864b6ff08fad61b660dfe6e55a06a5e421b2a2112",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-rcyb2rab.js",
     "binary_offset": 174582998,
     "length": 18,
     "sha256": "e7feb6ad928fa6cad9d1fb0864b6ff08fad61b660dfe6e55a06a5e421b2a2112",
     "version": "2.1.282",
     "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-kxywkmbh.js` offset 212275455.",
   "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-kxywkmbh.js` offset 212275455.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212275455,
     "length": 113,
     "sha256": "3f3cfacfd634e48ddb0856785354e873d9527df5d37b8672b9492913ad396eda",
     "version": "2.1.282",
     "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-kxywkmbh.js` offset 212275149.",
   "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-kxywkmbh.js` offset 212275149.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212275149,
     "length": 135,
     "sha256": "32e387c2264b91fd36fbaaf018f70c63472b8cda816fb767ab0ff8170efcab40",
     "version": "2.1.282",
     "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-kxywkmbh.js` offset 212275307.",
   "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-kxywkmbh.js` offset 212275307.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/monitoring-usage"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212275307,
     "length": 125,
     "sha256": "fc5f98a1a35765323aee8e48c3e4df9b05f9d40c50cd1e341c6e544e818189e2",
     "version": "2.1.282",
     "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-kxywkmbh.js` offset 212274850.",
   "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-kxywkmbh.js` offset 212274850.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-kxywkmbh.js",
     "binary_offset": 212274850,
     "length": 39,
     "sha256": "8ce73eb5f2305ecc5551f5bbbb8813d146270dbae693beece7ff3c8658be6cc4",
     "version": "2.1.282",
     "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-s6rzwn1e.js` offset 211614613.",
   "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-s6rzwn1e.js` offset 211614613.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s6rzwn1e.js",
     "binary_offset": 211614613,
     "length": 41,
     "sha256": "61eafb33c2ea7f5fb2d0e51cd900dcbcb64292e5947d2f01c0bbfc51fd684a16",
     "version": "2.1.282",
     "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-s6rzwn1e.js` offset 211614705.",
   "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-s6rzwn1e.js` offset 211614705.",
    "description_source": null,
    "mentioned_in": [
     "https://code.claude.com/docs/en/settings-reference"
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-s6rzwn1e.js",
     "binary_offset": 211614705,
     "length": 41,
     "sha256": "ccf61175e6303e723827004b21729eef53b6a089e19619cb32d26af6b8e39cf5",
     "version": "2.1.282",
     "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-8embznbx.js` offset 195735638.",
   "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-8embznbx.js` offset 195735638.",
    "description_source": null,
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-8embznbx.js",
     "binary_offset": 195735638,
     "length": 15,
     "sha256": "28204796b043b3f732a863012ae8759229b68fc4362697294a9cca6af22cdf2e",
     "version": "2.1.282",
     "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-tk66smvh.js` offset 175952562.",
   "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-tk66smvh.js` offset 175952562.",
    "description_source": null,
    "raw_truthiness_sites": 1,
    "raw_truthiness_provenance": [
     {
      "file": "chunk-tk66smvh.js",
      "binary_offset": 175952562,
      "length": 41,
      "sha256": "d12bfc7e7766d60474c821496309e95693fc57d89c2a6c83aa7e4b199a7188a8",
      "version": "2.1.282",
      "platform": "darwin-arm64"
     }
    ],
    "direction": "read"
   },
   "provenance": [
    {
     "file": "chunk-tk66smvh.js",
     "binary_offset": 175952562,
     "length": 41,
     "sha256": "d12bfc7e7766d60474c821496309e95693fc57d89c2a6c83aa7e4b199a7188a8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  }
 ]
}
