MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / RECEIPT

Function RECEIPT

test/maintain-loop-e2e.test.ts:40–40  ·  view source on GitHub ↗
(o: object)

Source from the content-addressed store, hash-verified

38
39 // The receipts an agent would emit at end-of-run, one fenced block each (mixed outcomes/scopes).
40 const RECEIPT = (o: object) => '\n```qodex-receipt\n' + JSON.stringify(o) + '\n```\n';
41 const NOW = Date.parse('2026-07-01T12:00:00Z');
42 const daysAgo = (d: number) => new Date(NOW - d * 86_400_000).toISOString();
43

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected