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

Function usage

scripts/verify-telemetry-integrity.js:31–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31function usage() {
32 return [
33 'Usage: node scripts/verify-telemetry-integrity.js [--project-root path] [--json] [--strict-legacy]',
34 ' node scripts/verify-telemetry-integrity.js --file .planning/telemetry/agent-runs.jsonl',
35 '',
36 'Verifies hashed telemetry and artifact JSONL records. Legacy records are reported,',
37 'but allowed unless --strict-legacy is set.',
38 ].join('\n');
39}
40
41function render(report) {
42 const lines = [];

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected