()
| 52 | // Evaluated at access time (not module load) because tests, the CLI, and |
| 53 | // external tooling set these env vars at runtime. |
| 54 | get OPENCODE_DISABLE_PROJECT_CONFIG() { |
| 55 | return truthy("OPENCODE_DISABLE_PROJECT_CONFIG") |
| 56 | }, |
| 57 | get OPENCODE_EXPERIMENTAL_REFERENCES() { |
| 58 | return enabledByExperimental("OPENCODE_EXPERIMENTAL_REFERENCES") |
| 59 | }, |