* Validate the root before use without creating it. Host-local roots currently * need no root-level checks; path containment is enforced per target.
()
| 247 | * need no root-level checks; path containment is enforced per target. |
| 248 | */ |
| 249 | assertRootSafe(): Promise<void>; |
| 250 | /** assertRootSafe + create the root if missing (write paths only). */ |
| 251 | ensureRoot(): Promise<void>; |
| 252 | /** Relative paths of all non-dotfile files under the root, sorted. */ |
no outgoing calls
no test coverage detected