From 41d2547bc8484a3c3a0f9927541e33641cf25395 Mon Sep 17 00:00:00 2001 From: John Dvorak Date: Mon, 3 Aug 2026 09:18:13 -0700 Subject: [PATCH] docs: point the Evidence DSL reference to @arbiter/evidence-dsl --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3ef0f4..f3e2597 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # @arbiter/core -> Possibilistic authorization engine: graph indices, relation/reachability queries, rule evaluation over a DSL, and lossless condensed snapshots. +> Possibilistic authorization engine: graph indices, relation/reachability queries, rule evaluation over declarative configurations, and lossless condensed snapshots. + +> The Evidence DSL (a natural-language layer that compiles to these configurations) lives in the separate [`@arbiter/evidence-dsl`](https://hub.kl1.tenere.ai/Arbiter/evidence-dsl) package. ## Why