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