()
| 142 | * compatibility alias is set to a truthy value |
| 143 | */ |
| 144 | export function shouldMaintainProjectWorkingDir(): boolean { |
| 145 | return isEnvTruthy( |
| 146 | process.env.NCODE_BASH_MAINTAIN_PROJECT_WORKING_DIR ?? |
| 147 | process.env.CLAUDE_BASH_MAINTAIN_PROJECT_WORKING_DIR, |
| 148 | ) |
| 149 | } |
| 150 | |
| 151 | /** |
| 152 | * Check if running on Homespace (ant-internal cloud environment) |
no test coverage detected