Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 49s
mod/related-ids and mod/reporters-of find reports about a subject via a Prolog relational query (report(Id, _, 'subject')) — the policy substrate reused for retrieval. mod/dedup-reports collapses identical reports by a normalized reporter|subject|reason key; mod/distinct-reporters-of counts unique reporters. Own suite (tests/link.sx). +12 tests. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
32 lines
793 B
Plaintext
32 lines
793 B
Plaintext
# Mod conformance config — sourced by lib/guest/conformance.sh.
|
|
|
|
LANG_NAME=mod
|
|
MODE=dict
|
|
|
|
PRELOADS=(
|
|
lib/guest/pratt.sx
|
|
lib/prolog/tokenizer.sx
|
|
lib/prolog/parser.sx
|
|
lib/prolog/runtime.sx
|
|
lib/prolog/query.sx
|
|
lib/prolog/compiler.sx
|
|
lib/mod/schema.sx
|
|
lib/mod/policy.sx
|
|
lib/mod/engine.sx
|
|
lib/mod/explain.sx
|
|
lib/mod/lifecycle.sx
|
|
lib/mod/audit.sx
|
|
lib/mod/api.sx
|
|
lib/mod/fed.sx
|
|
lib/mod/link.sx
|
|
)
|
|
|
|
SUITES=(
|
|
"decide:lib/mod/tests/decide.sx:(mod-decide-tests-run!)"
|
|
"audit:lib/mod/tests/audit.sx:(mod-audit-tests-run!)"
|
|
"escalation:lib/mod/tests/escalation.sx:(mod-escalation-tests-run!)"
|
|
"fed:lib/mod/tests/fed.sx:(mod-fed-tests-run!)"
|
|
"extensions:lib/mod/tests/extensions.sx:(mod-extensions-tests-run!)"
|
|
"link:lib/mod/tests/link.sx:(mod-link-tests-run!)"
|
|
)
|