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