spec/small/v1.0.0/SPEC.mdis the source of truth for the protocol.- Protocol changes are versioned (e.g.
spec/small/v1.1.0/). Do not breakv1.0.0in-place. - Documentation must match implementation. Do not reference commands, paths, or files that do not exist.
- Never commit secrets.
- Never read, inspect, infer, or reference
.envfiles or other sensitive configuration. - Never create, modify, overwrite, or suggest edits to
.envfiles or secret files.
- Go toolchain installed (use the version required by
go.mod). - Run commands from repo root.
Run the full verification pipeline:
make verify