railiance-fabric/workplans/archived/260702-RAIL-FAB-WP-0003-registry-feed-and-library-inventory.md
tegwick 0507b0861b
All checks were successful
CI Smoke / host-smoke (push) Successful in 2s
CI Smoke / container-smoke (push) Successful in 7s
CUST-WP-0055 T06/T07: workplan-first fabric source docs and archive notes
Update catalog, integration docs, and fabric capability declarations to
use workplan terminology. Add archive grandfather notes.
2026-07-08 20:26:24 +02:00

73 lines
1.9 KiB
Markdown

---
id: RAIL-FAB-WP-0003
type: workplan
title: "Registry Feed And Library Inventory"
domain: financials
repo: railiance-fabric
status: finished
owner: codex
topic_slug: railiance
planning_priority: high
planning_order: 3
state_hub_workstream_id: "f48f65fb-55a3-48a9-97d5-9ecdac8ba03a"
created: "2026-05-17"
updated: "2026-05-17"
---
> **Terminology note:** Historical text in this archived workplan may use the legacy term "workstream". The fleet term is **workplan** (`canon/standards/workplan-terminology-fleet_v0.1.md`).
# 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
state_hub_task_id: "b6f34fd2-78e6-4c10-9abd-b7ba547c9b6f"
```
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
state_hub_task_id: "fdcb5e68-e884-4592-8da7-751b0507d3b0"
```
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
state_hub_task_id: "5fb1c3b9-9e9f-4d50-bb02-b5a74d097cbe"
```
Document the new feed commands and extend registry tests for the library
inventory endpoints.