reuse-surface/registry/capabilities/capability.registry.validate.md
tegwick 09d5b0f131
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 3s
ci / validate-registry (push) Successful in 2m13s
Build and Publish Container Image / build-and-push (push) Successful in 2m13s
REUSE-WP-0019-T03: add Forgejo Actions workflows (part 2 of prior commit)
The .forgejo/workflows/ files and doc updates described in 4862ed6 didn't
actually get staged there (git add silently skipped them after an earlier
pathspec miss on the already-deleted .gitea file) -- committing them now.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-07 21:25:01 +02:00

2.9 KiB

id name summary owner status domain tags maturity external_evidence discovery availability relations evidence consumer_guidance promotion_history
capability.registry.validate Registry Entry Validation Validate capability registry entries against schema, index consistency, and relation integrity. reuse-surface draft helix_forge
registry
validation
cli
discovery availability
current target confidence rationale
D4 D5 medium UC-RS-023 is implemented via reuse-surface validate with schema and drift checks.
current target confidence rationale
A3 A3 high Available as reuse-surface validate CLI command.
completeness reliability
level name confidence basis satisfied_expectations broken_expectations out_of_scope_expectations
C3 Functional Core medium scope_vs_intent_and_consumer_expectations
schema validation for entry front matter
index drift detection
optional relation integrity checks
runtime validation of registered capability implementations
level name confidence basis known_reliability_risks evidence
R3 Usable medium consumer_quality_signals
requires local venv install
relation warnings require explicit --relations flag
satisfied_signals
validate --relations --fail-on-warnings in CI
tests/test_registry.py schema and drift coverage
intent includes excludes use_cases research_memos
Keep registry data structurally sound so agents and humans can trust discovery metadata.
JSON Schema validation
index drift warnings
relation reference checks
validating implementation code in other repos
UC-RS-023
specs/UseCaseCatalog.md
current_level target_level current_artifacts consumption_modes
A3 A3
reuse_surface/cli.py
schemas/capability.schema.yaml
cli
depends_on supports related_to
capability.registry.register
capability.registry.register
documentation tests consumer_feedback
tools/README.md
.forgejo/workflows/ci.yml
tests/test_registry.py
reuse-surface CI: registry changes fail when schema validation or relation checks warn with --fail-on-warnings, giving agents a dependable pre-merge gate.
recommended_for not_recommended_for known_limitations
pre-commit and CI validation of registry changes
certifying business correctness of capability claims
warnings do not fail CI unless --fail-on-warnings is set
date dimension from to rationale author
2026-06-16 reliability R2 R3 CI fail-on-warnings and pytest registry coverage support dependable validation. reuse-surface

Registry Entry Validation

Validates registry shape and consistency through the reuse-surface CLI.