Start ecosystem registry service

This commit is contained in:
2026-05-17 20:06:44 +02:00
parent 19f9fddc35
commit 2523eecce2
9 changed files with 817 additions and 9 deletions

View File

@@ -49,3 +49,13 @@ See `docs/adoption-guide.md` for the declaration workflow and
See `docs/ecosystem-registry-service.md` for the standards comparison and
service direction for registering repos and interacting with the combined
ecosystem model.
Start the first registry service slice with:
```bash
railiance-fabric-registry --db .railiance-fabric/registry.sqlite3 --port 8765
```
The initial service exposes repository registration, graph snapshot ingestion,
graph query endpoints, and a State Hub export endpoint. It stores snapshots in
SQLite and reuses the Fabric graph export shape.