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

Function usage

scripts/next-action.js:32–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32function usage() {
33 return [
34 'Usage:',
35 ' node scripts/next-action.js [--json] [--run] [--max-steps <n>] [--project-root <path>]',
36 '',
37 'Reads the Citadel dashboard and resolves the next useful action.',
38 '--run executes only deterministic local repairs, then re-checks dashboard state.',
39 ].join('\n');
40}
41
42function localRepairFor(action) {
43 const command = String(action?.command || '').trim();

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected