.pcd source is the human-readable
circuit description.
The public standards repository is
brik64/pcd-standard. It publishes the
PCD File Standard v1.0, the PCD Programming Standard v1, and the schema files
derived from the current brik64-prod standards baseline.
For distributable or synchronized artifacts, BRIK64 can use a JSON envelope around exact source bytes.
Hash Boundary
The semantic hash is calculated from exactpcd_source bytes. Metadata and certificate references are operational context, not part of the semantic source.
Metadata Boundary
Metadata can describe authorship, source authority and local workflow context. It must not contain secrets, tokens, raw private source snapshots or absolute local paths.Editing An Enveloped PCD
When editing an enveloped PCD:- Update
pcd_sourceintentionally. - Recompute or request recomputation of
semantic_pcd_sha256. - Preserve metadata only when it remains true.
- Record the command that produced the new artifact.

