Builds depend on local ESP-IDF installation; not reproducible across environments.
- Create
Justfile with commands: build, flash, test, fuzz, docs, clean
- Add
Dockerfile pinning exact ESP-IDF version and dependencies
- Support Docker and Podman (
DOCKER_CMD env var)
- Add
just verify-sha to compare build hashes
- Document in
REPRODUCIBILITY.md how to verify firmware matches source