Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 723 Bytes

File metadata and controls

27 lines (17 loc) · 723 Bytes

Contributing

Principles

  • spec/small/v1.0.0/SPEC.md is the source of truth for the protocol.
  • Protocol changes are versioned (e.g. spec/small/v1.1.0/). Do not break v1.0.0 in-place.
  • Documentation must match implementation. Do not reference commands, paths, or files that do not exist.

Security

  • Never commit secrets.
  • Never read, inspect, infer, or reference .env files or other sensitive configuration.
  • Never create, modify, overwrite, or suggest edits to .env files or secret files.

Development

Requirements

  • Go toolchain installed (use the version required by go.mod).
  • Run commands from repo root.

Build / Verify

Run the full verification pipeline:

make verify