(cwd: string)
| 515 | * call this — skills/history should stay anchored to where the session started. |
| 516 | */ |
| 517 | export function setProjectRoot(cwd: string): void { |
| 518 | STATE.projectRoot = cwd.normalize('NFC') |
| 519 | } |
| 520 | |
| 521 | export function getCwdState(): string { |
| 522 | return STATE.cwd |
no outgoing calls
no test coverage detected