(claudeCommand)
| 62 | } |
| 63 | |
| 64 | function 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 |