Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 10m25s
federation.sx adds peer/trust/delegate/level_covers facts and one engine rule: delegated grants apply only when local trust covers the action, re-checked every query (non-transitive, fail-safe). Local/inherited deny overrides federated grants; delegation composes with group and resource inheritance. acl-revoke!/acl-fed-assert! propagate retraction/assertion; mock fed-sx transport for tests. Federated proofs reconstruct via the existing explainer. Roadmap complete: 120/120. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
32 lines
728 B
Plaintext
32 lines
728 B
Plaintext
# ACL conformance config — sourced by lib/guest/conformance.sh.
|
|
|
|
LANG_NAME=acl
|
|
MODE=dict
|
|
|
|
PRELOADS=(
|
|
lib/datalog/tokenizer.sx
|
|
lib/datalog/parser.sx
|
|
lib/datalog/unify.sx
|
|
lib/datalog/db.sx
|
|
lib/datalog/builtins.sx
|
|
lib/datalog/aggregates.sx
|
|
lib/datalog/strata.sx
|
|
lib/datalog/eval.sx
|
|
lib/datalog/api.sx
|
|
lib/datalog/magic.sx
|
|
lib/acl/schema.sx
|
|
lib/acl/facts.sx
|
|
lib/acl/engine.sx
|
|
lib/acl/explain.sx
|
|
lib/acl/audit.sx
|
|
lib/acl/federation.sx
|
|
lib/acl/api.sx
|
|
)
|
|
|
|
SUITES=(
|
|
"direct:lib/acl/tests/direct.sx:(acl-direct-tests-run!)"
|
|
"inherit:lib/acl/tests/inherit.sx:(acl-inherit-tests-run!)"
|
|
"explain:lib/acl/tests/explain.sx:(acl-explain-tests-run!)"
|
|
"fed:lib/acl/tests/fed.sx:(acl-fed-tests-run!)"
|
|
)
|