Establish Railiance Fabric graph model

This commit is contained in:
2026-05-17 19:47:37 +02:00
parent 9c1f4d1381
commit 19f9fddc35
89 changed files with 5007 additions and 2 deletions

11
catalog/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Type Catalog
This directory contains the first Railiance Fabric type catalog.
- `capability-types.yaml` defines stable semantic capabilities.
- `interface-types.yaml` defines concrete integration surfaces.
Declaration schemas keep `capability_type` and `interface_type` as strings so
the core document shape stays decoupled from catalog evolution. The validator
planned in `RAIL-FAB-WP-0001-T05` should load these catalogs and reject unknown
types unless an explicit experimental override is added later.