Stripped monorepo CI/CD infrastructure again to focus on components
164 files · 12,398+ · 3,289-

Monorepo Code Removal (Again)

8 files changed
  • main.go Go ingredient: main.go
  • logger.go Go ingredient: logger.go
  • builder.go Go ingredient: builder.go
  • constants.go Go ingredient: constants.go
  • execution.go Go ingredient: execution.go
  • index.go Go ingredient: index.go
  • launcher.go Go ingredient: launcher.go
  • locking.go Go ingredient: locking.go
  • Removed .github/scripts/ build scripts for flavor, pretaster, taster, platform wheels, and test infrastructure qualify internal
    5 files
    • test-manylinux.json
    • test-pyvider.json
    • test-volatile.json
    • combo_test.py
    • pyvider_test.py
  • Removed GitHub Actions workflows for the broader pyvider pipeline (ingredient-prep, pretaster, flavor, taster, code-quality, security-scan, dependency-audit, license-compliance, compatibility, release) harden internal
    5 files
    • test-manylinux.json
    • test-pyvider.json
    • test-volatile.json
    • combo_test.py
    • pyvider_test.py
  • Cleaned up helper tools and build infrastructure instantiate internal
    3 files
    • main.go
    • logger.go
    • builder.go

Components Focus

8 files changed
  • VERSION Version file
  • pyproject.toml Project configuration
  • uv.lock Dependency lockfile
  • .gitignore Git ignore rules
  • CLAUDE.md AI assistant guidelines
  • env.sh env.sh
  • mkdocs-simple.yml MkDocs configuration
  • mkdocs.yml MkDocs configuration
  • Retained pyvider-components source, examples, and tests qualify internal
    5 files
    • test_api.py
    • test_cache_management.py
    • test_cli.py
    • test_cli_coverage.py
    • conftest.py
  • Added new component configurations and examples instantiate internal
    1 file
    • config.py