generated from coulomb/repo-seed
docs: finish financial fabric reset guidance
This commit is contained in:
@@ -36,6 +36,7 @@ The CLI and registry emit `FabricGraphExport` JSON:
|
||||
|
||||
```bash
|
||||
railiance-fabric export --format json
|
||||
railiance-fabric export --format financial
|
||||
```
|
||||
|
||||
Schema: `schemas/state-hub-export.schema.yaml`
|
||||
@@ -135,6 +136,32 @@ Additional edge fields:
|
||||
|
||||
Example payload: `examples/exports/financial-fabric-v1.json`.
|
||||
|
||||
## Operator Refresh During Reset
|
||||
|
||||
For the current reset, operators should produce both export families:
|
||||
|
||||
```bash
|
||||
railiance-fabric validate .
|
||||
railiance-fabric export --format json
|
||||
railiance-fabric export --format financial
|
||||
```
|
||||
|
||||
The `json` export remains the compatibility payload for State Hub graph views
|
||||
implemented by `STATE-WP-0050`. The `financial` export is the vNext contract
|
||||
artifact for `STATE-WP-0051` and should be reviewed whenever the baseline,
|
||||
discovery inputs, ownership model, or registry materialization changes.
|
||||
|
||||
After workplan file changes, refresh State Hub's file-backed index from the
|
||||
State Hub repo:
|
||||
|
||||
```bash
|
||||
make fix-consistency REPO=railiance-fabric
|
||||
```
|
||||
|
||||
Graph import and workplan consistency are separate. The consistency command
|
||||
does not author Fabric graph topology; it only keeps State Hub's workplan cache
|
||||
aligned with repo files.
|
||||
|
||||
## Proposed State Hub Read Model
|
||||
|
||||
Add a State Hub ingestion endpoint or job that stores the latest graph export
|
||||
|
||||
Reference in New Issue
Block a user