tofusoup 2026-01-05
Add garnish asset bundle docs, trim CI implementation, and update conformance imports
48 files · 235+ · 1,274-

Add garnish asset bundle system documentation

1 file changed
  • 04-garnish-asset-bundle-system.md Added 89-line architecture document for the garnish asset bundle system
  • Added architecture document describing the garnish asset bundle system design and integration specify behavioral
    1 file
    • 04-garnish-asset-bundle-system.md

Update pyvider import paths in conformance tests

19 files changed
  • __init__.py Updated pyvider import path
  • shared_cli_utils.py Updated pyvider import path
  • souptest_cli_cty.py Updated pyvider import path
  • souptest_cli_hcl.py Updated pyvider import path
  • souptest_cli_wire.py Updated pyvider import path
  • souptest_cty_compat.py Updated pyvider import path
  • souptest_cty_logic.py Updated pyvider import path
  • souptest_skippable.py Updated pyvider import path
  • souptest_hcl_logic.py Updated pyvider import path
  • souptest_hcl_to_cty.py Updated pyvider import path
  • go_interaction.py Updated pyvider import path
  • souptest_codec.py Updated pyvider import path
  • souptest_edge_cases.py Updated pyvider import path
  • souptest_property_based.py Updated pyvider import path
  • souptest_tfwire_binary_compatibility.py Updated pyvider import path
  • souptest_wire_binary_compatibility.py Updated pyvider import path
  • souptest_wire_logic.py Updated pyvider import path
  • souptest_wire_python_vs_go.py Updated pyvider import path
  • conftest.py Updated pyvider import path
  • Updated pyvider import references in 19 conformance test files to use the current naming convention decouple internal
    7 files
    • __init__.py
    • shared_cli_utils.py
    • souptest_cty_compat.py
    • souptest_hcl_logic.py
    • souptest_codec.py
    • souptest_wire_logic.py
    • conftest.py

Remove CI implementation document and trim documentation

8 files changed
  • IMPLEMENTATION.md Removed 1,067-line CI implementation document
  • EXAMPLES.md Trimmed CI examples (33-line change)
  • README.md Trimmed CI README (46-line change)
  • faq.md Trimmed FAQ (18-line change)
  • installation.md Trimmed installation guide (55-line change)
  • quick-start.md Trimmed quick-start guide (28-line change)
  • index.md Trimmed documentation index (23-line change)
  • troubleshooting.md Trimmed troubleshooting (12-line change)
  • Deleted docs/ci/IMPLEMENTATION.md (1,067 lines) and trimmed documentation across 10+ files deprecate internal
    6 files
    • IMPLEMENTATION.md
    • EXAMPLES.md
    • README.md
    • faq.md
    • installation.md
    • index.md

Update source modules and configuration

8 files changed
  • logic.py Updated CTY logic (12-line change)
  • logic.py Updated HCL logic (4-line change)
  • cli.py Updated stir CLI (6-line change)
  • matrix.py Updated matrix testing (8-line change)
  • workenv_integration.py Updated work environment integration (2-line change)
  • conftest.py Updated test conftest (2-line change)
  • wrknv.toml Updated task runner (2-line change)
  • README.md Minor text update (2-line change)
  • Updated CTY logic, HCL logic, stir CLI, matrix testing, and work environment integration modules decouple internal
    5 files
    • logic.py
    • logic.py
    • cli.py
    • matrix.py
    • workenv_integration.py