ARM64 platform tag fix and massive generated content cleanup
284 files · 14,298+ · 526,241-
8 files changed
  • keys.py Packaging: keys.py
  • orchestrator.py Packaging: orchestrator.py
  • orchestrator_ingredients.py Packaging: orchestrator_ingredients.py
  • dependency_resolver.py Packaging: dependency_resolver.py
  • dist_manager.py Packaging: dist_manager.py
  • environment_builder.py Packaging: environment_builder.py
  • packager.py Packaging: packager.py
  • pypapip_manager.py Packaging: pypapip_manager.py
  • Fixed ARM64 Linux platform tag for wheel downloads, resolving cross-platform packaging issues remediate internal
    5 files
    • build-pretaster.sh
    • index.html
    • index.html
    • environment_builder.py
    • slot_builder.py
  • Made dependency download failures fatal instead of silently continuing with missing deps baseline internal
    1 file
    • dependency_resolver.py

Code Reorganization ("moving shit around")

8 files changed
  • constants.go Go ingredient: constants.go
  • defaults.go Go ingredient: defaults.go
  • tar.go Go ingredient: tar.go
  • chain.go Go ingredient: chain.go
  • bzip2.go Go ingredient: bzip2.go
  • gzip.go Go ingredient: gzip.go
  • operation.go Go ingredient: operation.go
  • constants.rs Rust ingredient: constants.rs
  • Moved src/flavor/config.py to src/flavor/config/config.py package structure decouple internal
    3 files
    • config.py
    • __init__.py
    • defaults.py
  • Renamed constants.py to config/defaults.py with significant refactoring (140 lines changed) decouple internal
    4 files
    • constants.py
    • defaults.py
    • __init__.py
    • config.py
  • Added src/flavor/config/__init__.py package init baseline architectural
    3 files
    • __init__.py
    • config.py
    • defaults.py
  • Updated imports across flavor modules (api, cache, commands, ingredients, etc.) streamline behavioral
    5 files
    • constants.go
    • defaults.go
    • tar.go
    • chain.go
    • bzip2.go

Massive Cleanup

8 files changed
  • README.md Taster: README.md
  • test_cross_language_operations.py Taster: test_cross_language_operations.py
  • test_hypothesis_breaking.py Taster: test_hypothesis_breaking.py
  • uv.lock Taster: uv.lock
  • build-pretaster.sh Build script: build-pretaster.sh
  • CLAUDE.md AI assistant guidelines
  • OPERATIONS_MIGRATION_SUMMARY.md OPERATIONS_MIGRATION_SUMMARY.md
  • __init__.py Test: __init__
  • Removed generated documentation site files (500K+ lines of HTML/JS/CSS) decouple internal
    5 files
    • OPERATIONS_IMPLEMENTATION_GUIDE.md
    • README.md
    • fep-0005-runtime-jit-loading.md
    • fep-0007-staged-payload-architecture.md
    • config-refactor-plan.md
  • Removed site/gen_ref_pages.py documentation generator decouple internal
    5 files
    • gen_ref_pages.py
    • OPERATIONS_IMPLEMENTATION_GUIDE.md
    • README.md
    • fep-0005-runtime-jit-loading.md
    • fep-0007-staged-payload-architecture.md
  • Added cross-language operations test for taster qualify internal
    5 files
    • build-pretaster.sh
    • OPERATIONS_MIGRATION_SUMMARY.md
    • OPERATIONS_IMPLEMENTATION_GUIDE.md
    • fep-0001-core-format-and-operation-chains.md
    • fep-0003-operation-registry.md
  • Updated pyproject.toml dependencies baseline internal
    1 file
    • pyproject.toml