Files
reuse-surface/registry/capabilities/capability.registry.validate.md
tegwick 270065ff58
Some checks failed
ci / validate-registry (push) Has been cancelled
Implement REUSE-WP-0012 federation scale and intent alignment
Add hub sync and report cohorts CLI commands with pytest coverage, document
sibling index publish contract and hub hardening path, align INTENT layout,
raise external evidence on three registry entries, and close gap priorities
19-23 (priority 18 deferred on sibling index blocks).
2026-06-16 00:42:50 +02:00

2.9 KiB

id, name, summary, owner, status, domain, tags, maturity, external_evidence, discovery, availability, relations, evidence, consumer_guidance, promotion_history
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
.gitea/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.