mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-30 05:35:22 +08:00
fix(docs): remove unicode verdict markers
This commit is contained in:
parent
7fef1ddbeb
commit
3add394cca
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user