| 1 | import { existsSync, readFileSync, writeFileSync } from 'fs'; |
| 2 | |
| 3 | const DEFAULT_PLUGIN_ROOT = '/home/claude/.claude-code-ui/plugins/web-terminal'; |
| 4 | const PLUGIN_ROOT = process.argv[2] || DEFAULT_PLUGIN_ROOT; |
nothing calls this directly
no test coverage detected