MCPcopy Create free account
hub / github.com/cursor/plugins / operatorModeHint

Function operatorModeHint

orchestrate/skills/orchestrate/scripts/cli/util.ts:483–485  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

481}
482
483export 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.

Callers 2

assertOperatorModeOrBailFunction · 0.85

Calls 1

operatorModeFlagPathFunction · 0.85

Tested by

no test coverage detected