relations: Phase 3 path explanation + distance + mixed-kind reachability (explain.sx, reach_any) + 24 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 53s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 12:06:04 +00:00
parent 7a1696490c
commit ffe3ec25ac
7 changed files with 331 additions and 10 deletions

View File

@@ -17,9 +17,11 @@ PRELOADS=(
lib/relations/schema.sx
lib/relations/engine.sx
lib/relations/api.sx
lib/relations/explain.sx
)
SUITES=(
"direct:lib/relations/tests/direct.sx:(relations-direct-tests-run!)"
"reach:lib/relations/tests/reach.sx:(relations-reach-tests-run!)"
"path:lib/relations/tests/path.sx:(relations-path-tests-run!)"
)