()
| 35 | } |
| 36 | |
| 37 | function 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 | |
| 47 | function normalizePath(value) { |
| 48 | return String(value || '').replace(/\\/g, '/'); |