Skip to main content
A Polymer is a composed unit of BRIK64 logic. It is created after one or more PCD candidates exist and can be inspected. PCD and Polymer are different:
ArtifactMeaning
PCDOne circuit blueprint.
PolymerA composed unit with dependencies.
Application/SystemA larger topology built from Polymers and integration artifacts.

When To Create A Polymer

Create or refresh a Polymer when:
  • a PCD candidate is ready for composition;
  • dependencies changed;
  • an agent needs a single composed artifact for review;
  • a release workflow needs a clear composition unit.

Local Command Boundary

brik64 polymerize is not included in the public beta command surface unless brik64 help lists it in the installed package.

Review Checklist

  • Which PCDs feed the Polymer?
  • Which monomers appear in the dependency chain?
  • Which external boundaries remain?
  • Which command or reviewed authoring step produced the Polymer?
  • Which local evidence supports the current version?
If a dependency changes, treat the Polymer as stale until it is refreshed and reviewed.