RP-002 — ZAIXOS Registry
Status: Canonical
Owner: Knowledge Architect · CTO
Repository: zaixos-registry
Last updated: 2026-07-05
Purpose
Machine-readable metadata authority for platforms, products, contracts, versions, dependencies, and documentation indexes — not runtime execution.
Responsibilities
Owns
- Platform and product catalogs
- Contract and service indexes
- Dependency graphs and consumer maps
- Version and release catalogs
- ADR/RFC indexes (pointers)
Does not own
- Platform source code
- Product business logic
- Duplicate canonical doc bodies (links to PL-001
docs/)
Architecture
mermaid
flowchart LR
REG[zaixos-registry]
ZEP[PL-001 docs/]
PLAT[Platform repos]
PROD[Product repos]
PLAT -->|registration| REG
PROD -->|registration| REG
ZEP -->|federates| REGKey indexes
| Index | Path |
|---|---|
| Platforms | PLATFORM_INDEX |
| Products | PRODUCT_INDEX |
| Contracts | PLATFORM_CONTRACTS |
| Dependencies | DEPENDENCY_GRAPH |
Sync policy
Registry entries require evidence (ratification, GA report). See REGISTRY_SYNC.
Related
Breadcrumbs: Home → Platforms → Registry