Onboard all local repos to Fabric registry
This commit is contained in:
parent
3ddf76252b
commit
2f06d2a277
4 changed files with 344 additions and 0 deletions
|
|
@ -18,6 +18,12 @@ Sync the known local Railiance ecosystem repos:
|
|||
railiance-fabric registry sync-manifest registry/railiance-repos.yaml
|
||||
```
|
||||
|
||||
Sync every active State Hub repo that is available on this local host:
|
||||
|
||||
```bash
|
||||
railiance-fabric registry sync-manifest registry/local-repos.yaml
|
||||
```
|
||||
|
||||
Use `--json` for automation and `--strict` when unavailable repos or invalid
|
||||
inputs should fail the command.
|
||||
|
||||
|
|
@ -64,3 +70,8 @@ The first Railiance manifest keeps the seed ecosystem graph in
|
|||
`railiance-fabric` and registers adjacent repos as known sources. As those repos
|
||||
adopt repo-local `fabric/` declarations, they can be synced without changing the
|
||||
registry API.
|
||||
|
||||
`registry/local-repos.yaml` is a broader local-host manifest. It is generated
|
||||
from active State Hub repo records whose local path exists on the current WSL
|
||||
host. It registers cross-domain local repos into the Fabric registry while only
|
||||
syncing graph snapshots for repos that already have Fabric declarations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue