feat: resolve accountability ownership reviews
This commit is contained in:
parent
c27d71a511
commit
a55f1a45d6
7 changed files with 592 additions and 3 deletions
|
|
@ -63,6 +63,19 @@ railiance-fabric discover-roots --identity-projection
|
|||
railiance-fabric discover-roots --store-db .railiance-fabric/accountability-evidence.sqlite3
|
||||
```
|
||||
|
||||
To inspect ownership blockers and apply review decisions:
|
||||
|
||||
```bash
|
||||
railiance-fabric discover-roots --ownership-review \
|
||||
--store-db .railiance-fabric/accountability-evidence.sqlite3
|
||||
|
||||
railiance-fabric review-identity <stable-key> \
|
||||
--store-db .railiance-fabric/accountability-evidence.sqlite3 \
|
||||
--decision accept \
|
||||
--owner-actor-id actor.railiance.primary-lord \
|
||||
--fabric-id fabric.railiance.primary
|
||||
```
|
||||
|
||||
The financial export must satisfy these invariants:
|
||||
|
||||
- every accepted node has resolvable ownership;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue