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

Function usage

scripts/operating-proof.js:37–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37function usage() {
38 return [
39 'Usage:',
40 ' node scripts/operating-proof.js [--json] [--write] [--run-verification] [--project-root <path>]',
41 '',
42 'Checks the inspectable Citadel operating loop: setup, orient, route, verify, and report.',
43 '--write records .planning/operating-proof/latest.md.',
44 ].join('\n');
45}
46
47function normalizePath(value) {
48 return String(value || '').replace(/\\/g, '/');

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected