()
| 58 | } |
| 59 | |
| 60 | export function getChicagoSubGates(): CuSubGates { |
| 61 | const { enabled: _e, coordinateMode: _c, ...subGates } = readConfig() |
| 62 | return subGates |
| 63 | } |
| 64 | |
| 65 | // Frozen at first read — setup.ts builds tool descriptions and executor.ts |
| 66 | // scales coordinates off the same value. A live read here lets a mid-session |
no test coverage detected