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

Function writeProof

scripts/operating-proof.js:295–302  ·  view source on GitHub ↗
(projectRoot, proof)

Source from the content-addressed store, hash-verified

293 lines.push('The project has an inspectable operating loop: setup state, next action, route preview, verification command, and durable artifact evidence.');
294 } else if (proof.status === 'partial') {
295 lines.push('The operating loop is partially inspectable. Follow the partial checks before using this as public proof.');
296 } else {
297 lines.push('The operating loop has blockers. Resolve failed checks before using this as proof.');
298 }
299
300 lines.push('');
301 lines.push('---HANDOFF---');
302 lines.push(`- Status: ${proof.status}`);
303 lines.push(`- Setup: ${proof.summary.setup}`);
304 lines.push(`- Route: ${proof.summary.route}`);
305 lines.push(`- Verify: ${proof.summary.verify}`);

Callers 2

mainFunction · 0.85

Calls 2

renderProofFunction · 0.85
normalizePathFunction · 0.70

Tested by

no test coverage detected