Re-added monorepo CI/CD infrastructure with expanded Go execution modules
867 files · 104,129+ · 48,264-

Monorepo CI/CD re-integration

4 files changed
  • 01-ingredient-prep.yml Re-added ingredient preparation workflow
  • 02-pretaster-pipeline.yml Re-added pretaster pipeline
  • 03-flavor-pipeline.yml Re-added flavor pipeline
  • 04-taster-pipeline.yml Re-added taster pipeline
  • Re-added all GitHub Actions workflows from ingredient-prep through release-pipeline instantiate internal
    4 files
    • 01-ingredient-prep.yml
    • 02-pretaster-pipeline.yml
    • 03-flavor-pipeline.yml
    • 04-taster-pipeline.yml
  • Re-added build scripts, helper tools, and flavor infrastructure instantiate internal
    3 files
    • build-flavor-self.sh
    • build-platform-wheel.sh
    • run-tests.sh

Expanded Go execution modules

12 files changed
  • execution.go Core execution logic
  • execution_cache.go Execution caching module
  • execution_env.go Execution environment handling
  • execution_setup.go Execution setup procedures
  • execution_slots.go Execution slot processing
  • execution_spawn.go Process spawning logic
  • builder_helpers.go Builder helper functions
  • builder_types.go Builder type definitions
  • launcher_cli.go Launcher CLI interface
  • launcher_validation.go Launcher input validation
  • reader_slots.go Reader slot processing
  • reader_verify.go Reader verification logic
  • Re-added Go execution modules with decomposed architecture (env, setup, slots, spawn, cache) instantiate internal
    6 files
    • execution.go
    • execution_cache.go
    • execution_env.go
    • execution_setup.go
    • execution_slots.go
    • execution_spawn.go
  • Re-added expanded builder, launcher, and reader modules with helper/validation decomposition instantiate internal
    6 files
    • builder_helpers.go
    • builder_types.go
    • launcher_cli.go
    • launcher_validation.go
    • reader_slots.go
    • reader_verify.go