LICENSE
README.md
pyproject.toml
src/ud_kibot/__init__.py
src/ud_kibot/__main__.py
src/ud_kibot/hooks.py
src/ud_kibot/pages.py
src/ud_kibot/paths.py
src/ud_kibot/pcb_change_summary.py
src/ud_kibot/revision.py
src/ud_kibot/validate.py
src/ud_kibot.egg-info/PKG-INFO
src/ud_kibot.egg-info/SOURCES.txt
src/ud_kibot.egg-info/dependency_links.txt
src/ud_kibot.egg-info/entry_points.txt
src/ud_kibot.egg-info/requires.txt
src/ud_kibot.egg-info/top_level.txt
src/ud_kibot/assets/resolver.py
src/ud_kibot/cli/__init__.py
src/ud_kibot/cli/main.py
src/ud_kibot/config/__init__.py
src/ud_kibot/config/loader.py
src/ud_kibot/config/lock.py
src/ud_kibot/config/schema.py
src/ud_kibot/config/user_schema.py
src/ud_kibot/doctor/__init__.py
src/ud_kibot/doctor/checks.py
src/ud_kibot/kibot/__init__.py
src/ud_kibot/kibot/invoke.py
src/ud_kibot/kicad/colors.py
src/ud_kibot/kicad/fonts.py
src/ud_kibot/kicad/worksheets.py
src/ud_kibot/kiri/__init__.py
src/ud_kibot/kiri/fragments.py
src/ud_kibot/kiri/tags.py
src/ud_kibot/template/__init__.py
src/ud_kibot/template/installer.py
src/ud_kibot/template/manifest.py
src/ud_kibot/template/renderer.py
src/ud_kibot/template/resolver.py
src/ud_kibot/template/stage.py
tests/test_cli.py
tests/test_colors.py
tests/test_config.py
tests/test_coverage_extra.py
tests/test_fonts.py
tests/test_hooks.py
tests/test_kiri.py
tests/test_pcb_change_summary.py
tests/test_release_utils.py
tests/test_revision.py
tests/test_runtime.py
tests/test_template.py
tests/test_verify_release.py
tests/test_worksheets.py