()
| 503 | * Use for project identity (history, skills, sessions) not file operations. |
| 504 | */ |
| 505 | export function getProjectRoot(): string { |
| 506 | return STATE.projectRoot |
| 507 | } |
| 508 | |
| 509 | export function setOriginalCwd(cwd: string): void { |
| 510 | STATE.originalCwd = cwd.normalize('NFC') |
no outgoing calls
no test coverage detected