datalog: cooking-posts canonical demo (Phase 10, 162/162)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 55s

Adds the canonical Phase 10 example from the plan: "Posts about
cooking by people I follow (transitively)." dl-demo-cooking-rules
defines reach over the follow graph (recursive transitive closure)
and cooking-post-by-network joining reach + authored + (tagged P
cooking). 3 new demo tests cover transitive network, direct-only
follow, and empty-network cases.
This commit is contained in:
2026-05-08 09:05:36 +00:00
parent 55286cc5bc
commit d09ed83fa1
5 changed files with 72 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# datalog scoreboard
**159 / 159 passing** (0 failure(s)).
**162 / 162 passing** (0 failure(s)).
| Suite | Passed | Total | Status |
|-------|--------|-------|--------|
@@ -13,4 +13,4 @@
| negation | 10 | 10 | ok |
| aggregates | 13 | 13 | ok |
| api | 9 | 9 | ok |
| demo | 10 | 10 | ok |
| demo | 13 | 13 | ok |