()
| 481 | } |
| 482 | |
| 483 | export function operatorModeHint(): string { |
| 484 | return `create ${operatorModeFlagPath()} owned by your user with chmod 600`; |
| 485 | } |
| 486 | |
| 487 | /** |
| 488 | * Workers control argv/env/cwd and can point --workspace at a forged plan.json. |
no test coverage detected