(cwd: string)
| 521 | * call this — skills/history should stay anchored to where the session started. |
| 522 | */ |
| 523 | export function setProjectRoot(cwd: string): void { |
| 524 | STATE.projectRoot = cwd.normalize('NFC') |
| 525 | } |
| 526 | |
| 527 | export function getCwdState(): string { |
| 528 | return STATE.cwd |
no outgoing calls
no test coverage detected