plating 2025-09-23
Adorn operation skips components with existing templates
1 files · 15+ · 10-

Adorn template generation logic refined

1 file changed
  • plating.py Adorn logic now skips components with existing templates; removed templates_only parameter
  • Updated src/plating/plating.py adorn logic to explicitly skip components that already have a main template via has_main_template() check harden behavioral
    1 file
    • plating.py
  • Removed the templates_only parameter in favor of clearer conditional: only generate stub templates when no source template exists decouple internal
    1 file
    • plating.py
  • Added debug/info logging to indicate when components are skipped vs. when stub templates are generated decouple internal
    1 file
    • plating.py