This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
railiance-fabric/workplans/RAIL-FAB-WP-0003-registry-feed-and-library-inventory.md

1.5 KiB

id, type, title, domain, repo, status, owner, topic_slug, planning_priority, planning_order, created, updated
id type title domain repo status owner topic_slug planning_priority planning_order created updated
RAIL-FAB-WP-0003 workplan Registry Feed And Library Inventory railiance railiance-fabric completed codex railiance high 3 2026-05-17 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

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

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

id: RAIL-FAB-WP-0003-T03
status: done
priority: medium

Document the new feed commands and extend registry tests for the library inventory endpoints.