Start rail/rapp/reef fabric adaptation
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

This commit is contained in:
codex 2026-07-25 15:42:53 +02:00
parent 488a7bbf42
commit fff9d0c9fc
11 changed files with 321 additions and 15 deletions

View file

@ -68,13 +68,17 @@ read model.
## Current State
- Status: active planning
- Implementation: intent and first workplan present
- Stability: evolving
- Usage: internal Railiance ecosystem modeling
- Status: active implementation
- Implementation: registry service, graph validation and query tooling, graph
explorer, State Hub export contract, financial-fabric reset flow, and local
onboarding manifests are all present
- Stability: evolving but operational
- Usage: internal Railiance ecosystem modeling, registry onboarding, and graph
export work
The first workplan is `RAIL-FAB-WP-0001`, which establishes vocabulary, schema,
seed examples, validator/query tooling, and State Hub integration.
The current adaptation wave for new Railiance repo families is
`RAIL-FAB-WP-0025`, which prepares the first compatibility-first Fabric support
for `rail-*`, `rapp-*`, and `reef-*`.
---
@ -116,9 +120,12 @@ seed examples, validator/query tooling, and State Hub integration.
## Getting Oriented
- Start with: `INTENT.md`
- Key files / directories: `workplans/`
- Entry points: `workplans/RAIL-FAB-WP-0001-ecosystem-graph-model.md`
- Start with: `README.md`, `INTENT.md`
- Key files / directories: `catalog/`, `fabric/`, `registry/`, `schemas/`,
`workplans/`
- Entry points: `docs/registry-onboarding.md`,
`docs/rail-rapp-reef-adaptation.md`,
`workplans/RAIL-FAB-WP-0025-rail-rapp-reef-fabric-adaptation.md`
---