()
| 509 | * Use for project identity (history, skills, sessions) not file operations. |
| 510 | */ |
| 511 | export function getProjectRoot(): string { |
| 512 | return STATE.projectRoot |
| 513 | } |
| 514 | |
| 515 | export function setOriginalCwd(cwd: string): void { |
| 516 | STATE.originalCwd = cwd.normalize('NFC') |
no outgoing calls
no test coverage detected