Add registry feed and library inventory

This commit is contained in:
2026-05-17 20:41:31 +02:00
parent faff5fb728
commit 3bf22e18ba
7 changed files with 549 additions and 0 deletions

View File

@@ -0,0 +1,67 @@
---
id: RAIL-FAB-WP-0003
type: workplan
title: "Registry Feed And Library Inventory"
domain: railiance
repo: railiance-fabric
status: completed
owner: codex
topic_slug: railiance
planning_priority: high
planning_order: 3
created: "2026-05-17"
updated: "2026-05-17"
---
# RAIL-FAB-WP-0003 - Registry Feed And Library Inventory
## Goal
Make the local ecosystem registry easy to feed from a repo checkout and make
repo library inventory queryable instead of only attaching SBOM files as opaque
artifacts.
## Context
RAIL-FAB-WP-0002 established the first registry service with repository
registration, graph snapshot ingestion, graph queries, artifact attachment, and
projection endpoints.
The next local gap is operability: agents need a simple command to push the
current repo graph into a running registry, and CycloneDX SBOMs should become
queryable library records.
## Tasks
### T01 - Registry Sync Command
```task
id: RAIL-FAB-WP-0003-T01
status: done
priority: high
```
Add a CLI command that validates the current repo, registers it with a running
registry service, and pushes the current graph export as a snapshot.
### T02 - CycloneDX Library Inventory
```task
id: RAIL-FAB-WP-0003-T02
status: done
priority: high
```
Add storage, API endpoints, and CLI support for ingesting CycloneDX components
as queryable repo library records.
### T03 - Local Verification And Docs
```task
id: RAIL-FAB-WP-0003-T03
status: done
priority: medium
```
Document the new feed commands and extend registry tests for the library
inventory endpoints.