From 3add394cca759c6cdc826b4810775a14ce5d9ff2 Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Mon, 25 May 2026 14:13:36 -0400 Subject: [PATCH] fix(docs): remove unicode verdict markers --- integrations/aura/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/integrations/aura/README.md b/integrations/aura/README.md index d6a614e7..6cb08f0f 100644 --- a/integrations/aura/README.md +++ b/integrations/aura/README.md @@ -49,11 +49,11 @@ if v.dimensions and v.dimensions.get("financial_integrity", 1) < 0.4: | verdict | meaning | `ok` | |---|---|---| -| `trusted` | strong on-chain track record (composite ≥ 0.70) | ✅ | -| `caution` | mixed history (0.40–0.70) | ✅ | -| `high_risk` | poor track record (< 0.40) | ❌ | -| `new` | registered identity, no interactions yet | ❌ | -| `unknown` | no track record — or AURA was unreachable | ❌ | +| `trusted` | strong on-chain track record (composite >= 0.70) | yes | +| `caution` | mixed history (0.40-0.70) | yes | +| `high_risk` | poor track record (< 0.40) | no | +| `new` | registered identity, no interactions yet | no | +| `unknown` | no track record, or AURA was unreachable | no | ## Policy knobs