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.tomlfor 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 buildinstead 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_typeparameter insave_generated_image
Quality Gates
All 5 gates pass: ruff, mypy, pytest (78/78), gourmand (0 violations), container build.