Component Registry agent-readable instructions

The Registry records hashes, evidence posture, and boundary notes for declared circuits so teams can inspect artifacts before reuse.

  • CERTIFIED: The declared circuit reached its certification state under its stated domains. This does not certify external runtime behavior.
  • VERIFIED: The artifact has bounded checks and visible annotations. Reviewers must inspect the remaining boundary notes.
  • REJECTED: A constraint, evidence, or boundary mismatch was detected. The artifact should not be reused until repaired.

Component Registry

Bounded blueprints with verifiable posture.

The Registry records hashes, evidence posture, and boundary notes for declared circuits so teams can inspect artifacts before reuse.

Registry Protocol

Integrity is measured, not assumed.

Every artifact should show what was checked, what state it reached, and where the claim boundary stops.

Verification States

Three states explain reuse posture.

Registry badges expose the review state of the declared circuit. They do not certify the consuming system.

evidence-backed states

CERTIFIED

Closed

The declared circuit reached its certification state under its stated domains. This does not certify external runtime behavior.

VERIFIED

Bounded

The artifact has bounded checks and visible annotations. Reviewers must inspect the remaining boundary notes.

REJECTED

Blocked

A constraint, evidence, or boundary mismatch was detected. The artifact should not be reused until repaired.

PCD Lifecycle

The path from candidate logic to registry row.

The registry stores evidence state after the artifact passes through explicit checks.

certified loop

01. Extract and check

Move selected logic into PCD and run diagnostics.

02. Record state

Attach hash, boundary note, and evidence posture.

03. Publish

Expose the artifact for discovery and reuse review.

Boundary: registry state applies to the declared artifact, not the full consuming system.

Publish artifacts with their review state visible.

Start with a bounded workflow, then publish the artifact with its evidence posture attached.