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

Function usage

scripts/loop-runner.js:26–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26function usage() {
27 return [
28 'Usage:',
29 ' node scripts/loop-runner.js --action "<shell command>" --verify "<shell command>" [--max-attempts 3] [--write]',
30 '',
31 'Runs an explicit bounded foreground loop. The verifier controls success.',
32 ].join('\n');
33}
34
35function runShell(command, cwd) {
36 const startedAt = new Date().toISOString();

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected