Version bumps to v0.0.5 with Linux wheel compatibility fixes
117 files · 6,946+ · 2,614-

Version Releases

8 files changed
  • settings.local.json settings.local.json
  • .gitignore Git ignore rules
  • CLAUDE.md AI assistant guidelines
  • DOCUMENTATION_REVIEW.md DOCUMENTATION_REVIEW.md
  • IMPLEMENTATION_DRIFT_MATRIX.md IMPLEMENTATION_DRIFT_MATRIX.md
  • Makefile Build makefile
  • RELEASE_CHECKLIST.md RELEASE_CHECKLIST.md
  • UV_DOWNLOAD_IMPROVEMENTS.md UV_DOWNLOAD_IMPROVEMENTS.md
  • Bumped to v0.0.4 with initial release packaging instantiate internal
    3 files
    • settings.local.json
    • .gitignore
    • CLAUDE.md
  • Released v0.0.4-2 with Python version-correct manylinux2014 wheel fix remediate internal
    3 files
    • VERSION
    • VERSION
    • version.rs
  • Released v0.0.5 with binary cache accumulation prevention streamline internal
    3 files
    • settings.local.json
    • .gitignore
    • CLAUDE.md

Linux Packaging Fixes

8 files changed
  • VERSION VERSION
  • build-pretaster.sh Build script: build-pretaster.sh
  • settings.local.json settings.local.json
  • .gitignore Git ignore rules
  • CLAUDE.md AI assistant guidelines
  • DOCUMENTATION_REVIEW.md DOCUMENTATION_REVIEW.md
  • IMPLEMENTATION_DRIFT_MATRIX.md IMPLEMENTATION_DRIFT_MATRIX.md
  • Makefile Build makefile
  • Fixed wheel platform tags to use manylinux2014 instead of any, ensuring Linux compatibility remediate internal
    3 files
    • VERSION
    • build-pretaster.sh
    • settings.local.json
  • Corrected Python version tags in manylinux wheel filenames (py311 instead of py3) remediate internal
    3 files
    • VERSION
    • VERSION
    • version.rs
  • Added CI logic to prevent old binary versions from accumulating in the artifact cache, which was causing incorrect binaries to be packaged streamline internal
    3 files
    • VERSION
    • VERSION
    • version.rs

Flavor Packaging Updates

8 files changed
  • orchestrator.py Packaging: orchestrator.py
  • orchestrator_ingredients.py Packaging: orchestrator_ingredients.py
  • python_packager.py Packaging: python_packager.py
  • api.py Flavor: api.py
  • extract.py Flavor: extract.py
  • inspect.py Flavor: inspect.py
  • verify.py Flavor: verify.py
  • __init__.py Flavor: __init__.py
  • Updated src/flavor/api.py, commands/extract.py, commands/inspect.py, commands/verify.py with minor fixes remediate behavioral
    4 files
    • api.py
    • extract.py
    • inspect.py
    • verify.py
  • Enhanced python_packager.py with additional packaging logic decouple internal
    5 files
    • python_packager.py
    • packaging.rs
    • orchestrator.py
    • orchestrator_ingredients.py
    • test_uv_download.py
  • Updated PSP format handling in src/flavor/psp/format_2025/ decouple errata
    3 files
    • orchestrator.py
    • orchestrator_ingredients.py
    • python_packager.py

Taster Updates

8 files changed
  • pyproject.toml Taster: pyproject.toml
  • cli.py Taster: cli.py
  • benchmark.py Taster: benchmark.py
  • slot_test.py Taster: slot_test.py
  • test_crosslang.py Taster: test_crosslang.py
  • test_hypothesis_breaking.py Taster: test_hypothesis_breaking.py
  • uv.lock Taster: uv.lock
  • test_cli.py Test: cli
  • Added slot_test.py command (177 lines) to taster for testing slot functionality qualify behavioral
    5 files
    • slot_test.py
    • build-pretaster.sh
    • Makefile
    • SESSION_SUMMARY.md
    • test-bad-slot-fields.json
  • Updated taster CLI and benchmark commands streamline behavioral
    5 files
    • build-pretaster.sh
    • Makefile
    • SESSION_SUMMARY.md
    • test-bad-slot-fields.json
    • test-combination.json
  • Removed legacy cross-language tests from taster qualify internal
    5 files
    • build-pretaster.sh
    • Makefile
    • SESSION_SUMMARY.md
    • test-bad-slot-fields.json
    • test-combination.json

Documentation

8 files changed
  • VERSION VERSION
  • Makefile Go ingredient: Makefile
  • coverage.out Go ingredient: coverage.out
  • logger.go Go ingredient: logger.go
  • builder.go Go ingredient: builder.go
  • constants.go Go ingredient: constants.go
  • execution.go Go ingredient: execution.go
  • index.go Go ingredient: index.go
  • Added IMPLEMENTATION_DRIFT_MATRIX.md (268 lines) analyzing drift between planned and actual implementation instantiate internal
    1 file
    • IMPLEMENTATION_DRIFT_MATRIX.md
  • Removed old RELEASE_CHECKLIST.md decouple internal
    1 file
    • RELEASE_CHECKLIST.md
  • Added pspf_cross_language_audit_report.md with cross-language packaging audit results instantiate internal
    1 file
    • pspf_cross_language_audit_report.md

Settings Cleanup

8 files changed
  • settings.local.json settings.local.json
  • .gitignore Git ignore rules
  • CLAUDE.md AI assistant guidelines
  • DOCUMENTATION_REVIEW.md DOCUMENTATION_REVIEW.md
  • IMPLEMENTATION_DRIFT_MATRIX.md IMPLEMENTATION_DRIFT_MATRIX.md
  • Makefile Build makefile
  • RELEASE_CHECKLIST.md RELEASE_CHECKLIST.md
  • UV_DOWNLOAD_IMPROVEMENTS.md UV_DOWNLOAD_IMPROVEMENTS.md
  • Removed .claude/settings.local.json from tracking (“bye settings”) baseline internal
    1 file
    • settings.local.json