(o: object)
| 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 |
no outgoing calls
no test coverage detected