MCPcopy Create free account
hub / github.com/SethGammon/Citadel / claudeInvocation

Function claudeInvocation

scripts/local-schedule.js:64–67  ·  view source on GitHub ↗
(claudeCommand)

Source from the content-addressed store, hash-verified

62}
63
64function claudeInvocation(claudeCommand) {
65 const plugin = ROOT.replace(/"/g, '\\"');
66 return `claude --plugin-dir "${plugin}" --dangerously-skip-permissions -p "${claudeCommand.replace(/"/g, '\\"')}"`;
67}
68
69// --- Windows: schtasks -------------------------------------------------------
70

Callers 2

winAddFunction · 0.85
unixAddFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected