Removed monorepo CI/CD infrastructure and refactored flavor CLI
852 files · 50,358+ · 102,478-

Monorepo code removal

4 files changed
  • 01-ingredient-prep.yml Removed ingredient preparation workflow
  • 02-pretaster-pipeline.yml Removed pretaster pipeline
  • 03-flavor-pipeline.yml Removed flavor pipeline
  • 04-taster-pipeline.yml Removed taster pipeline
  • Removed all broader pyvider CI/CD workflows and build scripts decouple internal
    4 files
    • 01-ingredient-prep.yml
    • 02-pretaster-pipeline.yml
    • 03-flavor-pipeline.yml
    • 04-taster-pipeline.yml
  • Retained pyvider-components specific code and configuration baseline internal
    2 files
    • pyproject.toml
    • CLAUDE.md

Flavor CLI command refactoring

9 files changed
  • cli.py CLI structure improvements with cleaner patterns
  • extract.py Refactored extract command with improved error handling
  • ingredients.py Refactored ingredients command for consistency
  • inspect.py Refactored inspect command
  • package.py Refactored package command with cleaner patterns
  • keygen.py Updated keygen command
  • utils.py Updated utility commands
  • verify.py Updated verify command
  • __init__.py Updated module exports
  • Refactored flavor CLI commands for improved error handling and output formatting decouple behavioral
    5 files
    • cli.py
    • extract.py
    • ingredients.py
    • inspect.py
    • package.py
  • Updated utility and verification commands for consistency decouple internal
    3 files
    • keygen.py
    • utils.py
    • verify.py
  • Updated pyproject.toml with dependency adjustments baseline internal
    1 file
    • pyproject.toml