plating 2025-11-16
Foundation API updates, dependency refresh, and test fixes
24 files · 392+ · 363-

Foundation API updates

14 files changed
  • decorators.py Refined decorator implementations (34 lines)
  • runtime.py Fixed configuration handling (10 lines)
  • engine.py Updated API usage
  • functions.py Updated API usage
  • adorner.py Minor API fixes
  • plate.py Minor CLI fixes
  • examples.py Minor helper fixes
  • pyproject.py Minor utility fixes
  • doc_generator.py Minor API fixes
  • finder.py Minor API fixes
  • errors.py Minor error handling fixes
  • nav_generator.py Minor API fixes
  • plating.py Minor API fixes
  • types.py Type definition updates
  • Updated src/plating/decorators.py with 34 lines of refined decorator implementations interface internal
    1 file
    • decorators.py
  • Fixed src/plating/config/runtime.py configuration handling (10 lines) remediate internal
    1 file
    • runtime.py
  • Updated src/plating/templating/engine.py and src/plating/templating/functions.py with API changes interface behavioral
    2 files
    • engine.py
    • functions.py
  • Minor fixes in adorner, CLI plate command, discovery finder, errors, mkdocs nav generator, plating core, types remediate behavioral
    7 files
    • adorner.py
    • plate.py
    • finder.py
    • errors.py
    • nav_generator.py
    • plating.py
    • types.py

Dependency updates

2 files changed
  • pyproject.toml Updated dependency versions (17 lines changed)
  • uv.lock Reresolved dependency versions (464 lines changed)
  • Updated pyproject.toml dependencies (17 lines changed) baseline internal
    1 file
    • pyproject.toml
  • Updated uv.lock with reresolved dependency versions baseline internal
    1 file
    • uv.lock

Test updates

7 files changed
  • test_full_plate_workflow.py Updated with 114 lines of changes
  • test_capability_grouping.py Test fixes
  • test_guide_discovery.py Test fixes
  • test_mkdocs_nav_generator.py Test fixes
  • test_index_merger.py Removed unused imports
  • test_subcategory_frontmatter.py Removed unused imports
  • conftest.py Minor conftest fix
  • Updated tests/integration/test_full_plate_workflow.py with 114 lines of changes qualify internal
    1 file
    • test_full_plate_workflow.py
  • Fixed tests/test_capability_grouping.py, tests/test_guide_discovery.py, tests/test_mkdocs_nav_generator.py qualify internal
    3 files
    • test_capability_grouping.py
    • test_guide_discovery.py
    • test_mkdocs_nav_generator.py

Conformance script update

1 file changed
  • conform.py Updated with 13 lines of changes