Version bump to 0.0.4-9 with CI/CD and build path fixes
801 files · 21,186+ · 101,731-

Version Bump

8 files changed
  • ..txt ..txt
  • settings.local.json settings.local.json
  • .gitignore Git ignore rules
  • CLAUDE.md AI assistant guidelines
  • LICENSE LICENSE
  • Makefile Build makefile
  • README.md README.md
  • mkdocs.yml MkDocs configuration
  • Bumped version to 0.0.4-9 baseline internal
    5 files
    • get-version.sh
    • validate-release-version.sh
    • .python-version
    • VERSION
    • version.rs

CI/CD Fixes (Multiple Iterations)

8 files changed
  • Makefile Go ingredient: Makefile
  • README.md Go ingredient: README.md
  • main.go Go ingredient: main.go
  • main.go Go ingredient: main.go
  • coverage.out Go ingredient: coverage.out
  • go.mod Go ingredient: go.mod
  • go.sum Go ingredient: go.sum
  • api.go Go ingredient: api.go
  • Fixed directory naming: updated all flavor-rust references to flavor-rs throughout the codebase remediate internal
    3 files
    • Makefile
    • README.md
    • main.go
  • Fixed GitHub Actions Rust build directory context issue causing build failures remediate internal
    3 files
    • Makefile
    • README.md
    • main.go
  • Added missing Rust source files that were being excluded by .gitignore instantiate internal
    2 files
    • .gitignore
    • .gitignore
  • Removed duplicate binaries directory that was causing CI conflicts baseline internal
    3 files
    • Makefile
    • README.md
    • main.go
  • Fixed ingredients directory conflict in CI artifact handling remediate internal
    5 files
    • download-ingredients.sh
    • get-ingredient-run.sh
    • 01-ingredient-prep.yml
    • ingredients.md
    • Dockerfile.modern

Build Script Path Fixes

8 files changed
  • .extraction.lock Taster: .extraction.lock
  • PSP_READER_DOCUMENTATION.md Taster: PSP_READER_DOCUMENTATION.md
  • PSP_READER_TEST_RESULTS.md Taster: PSP_READER_TEST_RESULTS.md
  • README.md Taster: README.md
  • SIGNATURE_VERIFICATION_RESULTS.md Taster: SIGNATURE_VERIFICATION_RESULTS.md
  • flavor-private.key Taster: flavor-private.key
  • flavor-public.key Taster: flavor-public.key
  • taster-go.json Taster: taster-go.json
  • Fixed pretaster directory path references in build scripts remediate internal
    5 files
    • build-pretaster.sh
    • build-taster-with-psp.sh
    • create-pretaster-matrix.sh
    • run-pretaster-tests.sh
    • test-taster-basic.sh
  • Fixed remaining helpers/pretaster path references across workflows remediate internal
    5 files
    • build-pretaster.sh
    • build-taster-with-psp.sh
    • create-pretaster-matrix.sh
    • run-pretaster-tests.sh
    • test-taster-basic.sh
  • Fixed taster directory path in build script remediate internal
    5 files
    • build-pretaster.sh
    • build-taster-with-psp.sh
    • create-pretaster-matrix.sh
    • run-pretaster-tests.sh
    • test-taster-basic.sh
  • Fixed taster self-packaging API detection logic for proper self-contained builds remediate behavioral
    5 files
    • build-pretaster.sh
    • build-taster-with-psp.sh
    • create-pretaster-matrix.sh
    • run-pretaster-tests.sh
    • test-taster-basic.sh

Workflow Updates

8 files changed
  • Makefile Go ingredient: Makefile
  • README.md Go ingredient: README.md
  • main.go Go ingredient: main.go
  • main.go Go ingredient: main.go
  • coverage.out Go ingredient: coverage.out
  • go.mod Go ingredient: go.mod
  • go.sum Go ingredient: go.sum
  • api.go Go ingredient: api.go
  • Updated 01-ingredient-prep.yml (108 lines changed) with corrected paths remediate internal
    5 files
    • 01-ingredient-prep.yml
    • download-ingredients.sh
    • get-ingredient-run.sh
    • ingredients.md
    • Dockerfile.modern
  • Updated 02-pretaster-pipeline.yml, 04-taster-pipeline.yml, 05-code-quality.yml decouple internal
    5 files
    • 02-pretaster-pipeline.yml
    • 04-taster-pipeline.yml
    • 05-code-quality.yml
    • build-pretaster.sh
    • build-taster-with-psp.sh
  • Updated 08-license-compliance.yml and compatibility-check.yml decouple internal
    2 files
    • 08-license-compliance.yml
    • compatibility-check.yml
  • Updated pyproject.toml and test vector generation scripts qualify internal
    5 files
    • pyproject.toml
    • pyproject.toml
    • __init__.py
    • test_api.py
    • __init__.py