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

Function usage

scripts/operator-console.js:42–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42function usage() {
43 return [
44 'Usage:',
45 ' node scripts/operator-console.js [--json|--summary] [--run] [--max-steps <n>] [--project-root <path>]',
46 '',
47 'Renders the decision-first Citadel operator cockpit.',
48 '--summary prints a compact JSON contract for scripts and agents.',
49 '--run executes only deterministic local repairs, then writes a refreshed console report.',
50 ].join('\n');
51}
52
53function normalizePath(value) {
54 return String(value || '').replace(/\\/g, '/');

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected