(d: number)
| 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 | |
| 44 | it('drives receipts → MaintainRun → analytics → dashboard, coherently', () => { |
| 45 | const emitted: { scope: string; output: string; at: string }[] = [ |
no outgoing calls
no test coverage detected