Project root that the engine resolved on first init (null if none).
()
| 108 | |
| 109 | /** Project root that the engine resolved on first init (null if none). */ |
| 110 | getProjectPath(): string | null { |
| 111 | return this.projectPath; |
| 112 | } |
| 113 | |
| 114 | /** Shared ToolHandler — sessions delegate tool dispatch through this. */ |
| 115 | getToolHandler(): ToolHandler { |