commerce: catalog facts + multidirectional relations + conformance harness (16 tests)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 48s

catalog.sx — catalog snapshot (products/variants/stock as fact tuples),
relational accessors (producto/varianto/stocko, derived priceo/classo/
unit-priceo) usable forward and backward, deterministic catalog-price/
-class/-has? helpers. Money is integer minor units. conformance.sh runs
suites on the miniKanren stack and emits scoreboard.{json,md}.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 23:41:04 +00:00
parent d446562ed1
commit 25f3734eab
6 changed files with 323 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
{
"suites": {
"catalog": {"pass": 16, "fail": 0}
},
"total_pass": 16,
"total_fail": 0,
"total": 16
}