v0.1.1 - Local workflow automation and CI repair
Adds a project-local quality gate and repairs CI isolation.
Included:
- scripts/check-local.sh
- scripts/clean.sh
- justfile
- README local workflow section
- supported actions/checkout runtime
- removal of the accidentally tracked sanitized CMake cache
- build-* ignore coverage for generated CMake trees
The local quality gate runs documentation checks, CMake configure/build, CTest, sanitizer checks, Python tests, and the Docker smoke build.
No simulation, protocol parser, evidence writer, Unity viewer, or analytics implementation was added in this patch release.