feat: persist accountability evidence identities
This commit is contained in:
parent
26f1913d51
commit
ab7e0ccab1
7 changed files with 771 additions and 5 deletions
|
|
@ -56,6 +56,13 @@ To collect raw evidence from those roots without promoting graph state:
|
|||
railiance-fabric discover-roots --max-items-per-root 200
|
||||
```
|
||||
|
||||
To inspect normalized identity candidates or persist a local evidence run:
|
||||
|
||||
```bash
|
||||
railiance-fabric discover-roots --identity-projection
|
||||
railiance-fabric discover-roots --store-db .railiance-fabric/accountability-evidence.sqlite3
|
||||
```
|
||||
|
||||
The financial export must satisfy these invariants:
|
||||
|
||||
- every accepted node has resolvable ownership;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue