()
| 68 | } |
| 69 | |
| 70 | export function getChicagoSubGates(): CuSubGates { |
| 71 | const { enabled: _e, coordinateMode: _c, ...subGates } = readConfig() |
| 72 | return subGates |
| 73 | } |
| 74 | |
| 75 | // Frozen at first read — setup.ts builds tool descriptions and executor.ts |
| 76 | // scales coordinates off the same value. A live read here lets a mid-session |
no test coverage detected