Skip to content

v0.3.0

Latest

Choose a tag to compare

@fatherlinux fatherlinux released this 02 Mar 10:37
· 15 commits to main since this release

v0.3.0 — v2 Best Practices Upgrade

Added

  • .specify/ governance framework (constitution, baseline spec, templates)
  • 78 mocked tests covering all 39 tools (test_tools, test_validation, test_errors)
  • Gourmand AI slop detection config — zero violations across 31 checks
  • Pre-commit hooks (ruff check + ruff format)
  • GitHub issue templates (bug report, feature request)
  • gourmand-exceptions.toml for documented exceptions

Changed

  • Version bumped from 0.1.1 to 0.3.0
  • CI workflow: added gourmand quality gate job
  • CI workflow: container build uses plain docker build instead of docker/build-push-action
  • Default HTTP port changed from 8000 to 8011
  • Removed verbose comments flagged by gourmand across source files
  • Fixed unused _mime_type parameter in save_generated_image

Quality Gates

All 5 gates pass: ruff, mypy, pytest (78/78), gourmand (0 violations), container build.