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

Function operatorModeFlagPath

orchestrate/skills/orchestrate/scripts/cli/util.ts:477–481  ·  view source on GitHub ↗
(
  home: string = userInfo().homedir
)

Source from the content-addressed store, hash-verified

475}
476
477export function operatorModeFlagPath(
478 home: string = userInfo().homedir
479): string {
480 return join(home, OPERATOR_MODE_FLAG);
481}
482
483export function operatorModeHint(): string {
484 return `create ${operatorModeFlagPath()} owned by your user with chmod 600`;

Callers 3

operatorModeHintFunction · 0.85
isOperatorModeEnabledFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected