Complete REUSE-WP-0005: registry federation and relation graphs
Add federation manifest and schema, federation compose and graph CLI commands, relation cycle/reference checks, federated index and Mermaid graph artifacts, RegistryFederation guide, and CI validation updates.
This commit is contained in:
parent
f218a5305c
commit
40ab8dded0
15 changed files with 700 additions and 20 deletions
|
|
@ -124,9 +124,11 @@ artifacts.
|
|||
# Registry validation (schema + index drift)
|
||||
.venv/bin/reuse-surface validate
|
||||
|
||||
# Overlap and catalog generation
|
||||
# Overlap, catalog, federation, and graph
|
||||
.venv/bin/reuse-surface overlaps
|
||||
.venv/bin/reuse-surface catalog
|
||||
.venv/bin/reuse-surface federation compose
|
||||
.venv/bin/reuse-surface graph --check
|
||||
|
||||
# Repository hygiene
|
||||
rg --files
|
||||
|
|
@ -182,7 +184,8 @@ implementation reuse.
|
|||
### Orient
|
||||
|
||||
```bash
|
||||
# Fast discovery surface — read this first
|
||||
# Fast discovery surface — read federated index when multi-repo
|
||||
cat registry/indexes/federated.yaml
|
||||
cat registry/indexes/capabilities.yaml
|
||||
|
||||
# CLI discovery and export
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue