Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 56s
ledger.sx — each order is an append-only persist stream "order/<id>"; status/total/paid/recon are folds over events (ledger = source of truth). order-pay / order-refund are idempotent via persist/append-once keyed on the payment ref, so a replayed SumUp webhook records once. order-recon-of classifies unpaid/ok/underpaid/overpaid on net vs total; ledger-mismatches finds genuine paid != ordered across streams. minikanren+scheme/flow+persist verified coexisting in one process. Total 132/132 across 8 suites. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
16 lines
379 B
Markdown
16 lines
379 B
Markdown
# commerce Conformance Scoreboard
|
|
|
|
_Generated by `lib/commerce/conformance.sh`_
|
|
|
|
| Suite | Pass | Fail | Total |
|
|
|-------|-----:|-----:|------:|
|
|
| catalog | 16 | 0 | 16 |
|
|
| cart | 18 | 0 | 18 |
|
|
| price | 20 | 0 | 20 |
|
|
| api | 12 | 0 | 12 |
|
|
| promo | 17 | 0 | 17 |
|
|
| stack | 16 | 0 | 16 |
|
|
| quote | 13 | 0 | 13 |
|
|
| ledger | 20 | 0 | 20 |
|
|
| **Total** | **132** | **0** | **132** |
|