Files
reuse-surface/registry/federation/sources.yaml
tegwick 98fb93c36d
Some checks failed
ci / validate-registry (push) Has been cancelled
Enable local federation sources for sibling capability registries
Turn on state-hub, feature-control, identity-canon, and shard-wiki index
sources after establishing registries locally; federated compose now merges
35 capabilities across five repos.
2026-06-16 01:34:45 +02:00

51 lines
1.5 KiB
YAML

# Federation manifest for helix_forge capability indexes.
# Compose with: reuse-surface federation compose
version: 1
domain: helix_forge
collision_policy: warn
sources:
- repo: reuse-surface
index: registry/indexes/capabilities.yaml
enabled: true
required: true
domain: helix_forge
description: Primary local capability registry
# Enable when sibling repos publish registry/indexes/capabilities.yaml
- repo: state-hub
index: ~/state-hub/registry/indexes/capabilities.yaml
enabled: true
required: false
domain: helix_forge
description: State Hub coordination capabilities
- repo: feature-control
index: ~/feature-control/registry/indexes/capabilities.yaml
enabled: true
required: false
domain: helix_forge
description: Feature control domain capabilities
- repo: identity-canon
index: ~/identity-canon/registry/indexes/capabilities.yaml
enabled: true
required: false
domain: helix_forge
description: Identity canon research capabilities
- repo: shard-wiki
index: ~/shard-wiki/registry/indexes/capabilities.yaml
enabled: true
required: false
domain: helix_forge
description: Shard wiki federation capabilities
# Remote index example — enable when a repo publishes a raw capabilities.yaml URL
- repo: example-remote
url: https://example.com/registry/indexes/capabilities.yaml
enabled: false
required: false
domain: helix_forge
cache_ttl_seconds: 86400
description: Illustrative HTTP federation source (disabled)