generated from coulomb/repo-seed
docs: finish financial fabric reset guidance
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Discovery Queries And Exports
|
||||
|
||||
Railiance Fabric includes a first CLI surface for inspecting local declaration
|
||||
graphs.
|
||||
graphs and projecting them into the current financial Fabric baseline.
|
||||
|
||||
All commands accept a repo root, `fabric/` directory, or declaration files. When
|
||||
paths are omitted, commands read `./fabric`.
|
||||
@@ -84,6 +84,12 @@ Export the graph as the manifest-compatible graph explorer payload:
|
||||
railiance-fabric export --format graph-explorer
|
||||
```
|
||||
|
||||
Export the graph as the financial Fabric baseline projection:
|
||||
|
||||
```bash
|
||||
railiance-fabric export --format financial
|
||||
```
|
||||
|
||||
The JSON export has two top-level arrays:
|
||||
|
||||
- `nodes`: service, capability, interface, dependency, and binding nodes
|
||||
@@ -99,3 +105,9 @@ The graph explorer payload wraps those nodes and edges as Cytoscape-compatible
|
||||
elements with stable keys, layers, display state, visual facets, source
|
||||
references, and deep links. The registry service exposes the same projection at
|
||||
`GET /exports/graph-explorer`.
|
||||
|
||||
The financial export emits `railiance.fabric/v1alpha2` /
|
||||
`financial-fabric-v1`. It combines the current legacy graph evidence with
|
||||
`fabric/financial/railiance-netkingdom.yaml`, assigning inherited ownership and
|
||||
fabric containment for the current single Railiance fabric. Use it as the reset
|
||||
contract and State Hub vNext handoff artifact.
|
||||
|
||||
Reference in New Issue
Block a user