Skip to main content
BRIK64 composition is the process of building larger logic from smaller inspected pieces. The public model is:
Monomer -> PCD Blueprint -> Polymer -> Application/System topology

Layers

LayerResponsibility
MonomerAtomic operation vocabulary.
PCD BlueprintBounded circuit description.
EVA structureThe way operations and branches compose.
PolymerA composed unit built from PCD candidates and dependencies.
Application/System topologyThe larger graph of Polymers, artifacts and integration boundaries.

Failure Propagation

Composition is only as strong as its dependencies:
invalid PCD -> blocks Polymer refresh
stale dependency -> marks Polymer stale
missing artifact -> limits evidence status
unreviewed generated output -> remains local candidate

Agent Workflow

  1. Build or inspect a PCD first.
  2. Identify monomers and external boundaries.
  3. Describe EVA structure.
  4. Run local checks.
  5. Create or refresh a Polymer.
  6. Report the evidence status of the composed result.
Composition helps expose structure. It should not be used as a shortcut around review, command output or artifact evidence.