plating
2025-11-16
Foundation API updates, dependency refresh, and test fixes
24 files · 392+ · 363-
Foundation API updates
14 files changed
decorators.pyRefined decorator implementations (34 lines)runtime.pyFixed configuration handling (10 lines)engine.pyUpdated API usagefunctions.pyUpdated API usageadorner.pyMinor API fixesplate.pyMinor CLI fixesexamples.pyMinor helper fixespyproject.pyMinor utility fixesdoc_generator.pyMinor API fixesfinder.pyMinor API fixeserrors.pyMinor error handling fixesnav_generator.pyMinor API fixesplating.pyMinor API fixestypes.pyType definition updates
- Updated
src/plating/decorators.pywith 34 lines of refined decorator implementations interface internal1 file
decorators.py
- Fixed
src/plating/config/runtime.pyconfiguration handling (10 lines) remediate internal1 file
runtime.py
- Updated
src/plating/templating/engine.pyandsrc/plating/templating/functions.pywith API changes interface behavioral2 files
engine.pyfunctions.py
- Minor fixes in adorner, CLI plate command, discovery finder, errors, mkdocs nav generator, plating core, types
remediate
behavioral
7 files
adorner.pyplate.pyfinder.pyerrors.pynav_generator.pyplating.pytypes.py
Dependency updates
2 files changed
pyproject.tomlUpdated dependency versions (17 lines changed)uv.lockReresolved dependency versions (464 lines changed)
Test updates
7 files changed
test_full_plate_workflow.pyUpdated with 114 lines of changestest_capability_grouping.pyTest fixestest_guide_discovery.pyTest fixestest_mkdocs_nav_generator.pyTest fixestest_index_merger.pyRemoved unused importstest_subcategory_frontmatter.pyRemoved unused importsconftest.pyMinor conftest fix
- Updated
tests/integration/test_full_plate_workflow.pywith 114 lines of changes qualify internal1 file
test_full_plate_workflow.py
- Fixed
tests/test_capability_grouping.py,tests/test_guide_discovery.py,tests/test_mkdocs_nav_generator.pyqualify internal3 files
test_capability_grouping.pytest_guide_discovery.pytest_mkdocs_nav_generator.py
Conformance script update
1 file changed
conform.pyUpdated with 13 lines of changes