Skip to content

v0.1.1 - Local workflow automation and CI repair

Choose a tag to compare

@MichalPlanetaDev MichalPlanetaDev released this 02 Jul 12:52
· 73 commits to main since this release

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.