> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brik64.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Polymerize

> Compose local PCD candidates into a Polymer candidate.

Polymerization commands are documented when the installed CLI help and release notes list them. Conceptually, polymerization composes reviewed PCD candidates into a larger logic unit.

```bash theme={null}
brik64 polymerize
```

## When To Run

Run it after:

* PCD candidates exist;
* local evidence has been created or reviewed;
* dependencies are ready to compose;
* the agent can explain the EVA structure.

## Expected Sample File

```text theme={null}
polymer/order_risk.polymer.pcd
```

## Review Focus

* Which PCD candidates were included?
* Which dependency changed?
* Is the Polymer stale or current?
* Which evidence status applies to the composed result?

## Common Mistake

Do not treat a Polymer as stronger than its inputs. If a PCD is only a local candidate, the Polymer remains a local candidate too.
