plating
2025-09-22
Generated docs removed and example compiler added
85 files · 641+ · 40,081-
Example compiler
1 file changed
example_compiler.pyNew ExampleCompiler class for compiling executable Terraform examples (512 lines)
- Added
src/plating/example_compiler.py(512 lines) withExampleCompilerclass for compiling executable Terraform examples instantiate behavioral1 file
example_compiler.py
- Generates provider configuration, per-component examples, and a complete combined example
instantiate
internal
1 file
example_compiler.py
- Uses
CompilationResultattrs class to track generated files, errors, and statistics instantiate internal1 file
example_compiler.py
Generated documentation removal
10 files changed
index.mdDeleted (part of debug_docs/ directory removal)file_content.mdDeletedenv_variables.mdDeletedadd.mdDeletedindex.mdDeleted (part of test_docs/ directory removal)file_content.mdDeletedenv_variables.mdDeleted (part of test-provider-docs/ directory removal)file_content.mdDeletedregenerate_docs.pyDeleted documentation regeneration script (69 lines)soup-profiles.tomlDeleted legacy example config (53 lines)
- Removed
debug_docs/directory (32 files, ~13,000 lines) – debug documentation output baseline internal4 files
index.mdfile_content.mdenv_variables.mdadd.md
- Removed
test_docs/directory (32 files, ~13,000 lines) – test documentation output baseline internal3 files
index.mdfile_content.mdenv_variables.md
- Removed
test-provider-docs/directory (16 files, ~11,000 lines) – test provider documentation baseline internal3 files
env_variables.mdfile_content.mdstring_manipulation.md
- Removed
regenerate_docs.py(69 lines) – documentation regeneration script baseline internal1 file
regenerate_docs.py
- Removed
docs/examples/soup-profiles.toml(53 lines) – legacy example config baseline internal1 file
soup-profiles.toml
CLI and test updates
4 files changed
cli.pyRefined command structure (~50 lines changed)__init__.pyUpdated exportstest_modern_api.pyTest adjustments (~109 lines)settings.local.jsonUpdated settings