flavorpack 2025-08-27
Flavorpack
18 files · 1,000+ · 817-

Go Launcher Fix

6 files changed
  • execution.go Go execution logic
  • launcher.rs Rust launcher implementation
  • builder.py Python source updates
  • test_launcher_availability.py Python test updates
  • 0001-pspf-2025-specification.md Documentation updates
  • 0002-pspf-spa-extension.md Documentation updates
  • src/flavor-go/pkg/psp/format_2025/execution.go (7 lines changed) — execution path fix in Go launcher remediate internal
    1 file
    • execution.go

Rust Launcher Fix

6 files changed
  • launcher.rs Rust launcher implementation
  • execution.go Go execution logic
  • builder.py Python source updates
  • test_launcher_availability.py Python test updates
  • 0001-pspf-2025-specification.md Documentation updates
  • 0002-pspf-spa-extension.md Documentation updates
  • src/flavor-rs/src/psp/format_2025/launcher.rs (6 lines changed) — launcher fix in Rust implementation remediate internal
    1 file
    • launcher.rs

Python Packager Expansion

10 files changed
  • orchestrator.py Python packaging logic
  • python_packager.py Python packaging logic
  • test_orchestrator.py Python test updates
  • cache.py Python source updates
  • workenv.py Python source updates
  • builder.py Python source updates
  • archive.py Python source updates
  • test_cache_management.py Python test updates
  • test_launcher_availability.py Python test updates
  • pyproject.toml Project configuration
  • src/flavor/packaging/python_packager.py (132 lines changed, +90 net) — substantial improvements to Python slot packaging; handles more edge cases and packaging configurations decouple internal
    5 files
    • orchestrator.py
    • python_packager.py
    • test_orchestrator.py
    • cache.py
    • workenv.py