.coveragerc
AGENTS.md
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
mkdocs.yml
pyproject.toml
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/publish-to-pypi.yml
docs/CHANGELOG.md
docs/LEARN.md
docs/architecture.md
docs/examples.md
docs/faq.md
docs/getting-started.md
docs/hooks.py
docs/index.md
docs/requirements.txt
docs/skills.md
docs/troubleshooting.md
docs/adr/README.md
docs/adr/adr-0001-reuse-pico-fastapi-controllers.md
docs/adr/adr-0002-protocols-over-registry.md
docs/adr/adr-0003-failure-isolation.md
docs/adr/adr-0004-dependency-free-liveness.md
docs/adr/adr-0005-concurrent-checks-with-timeout.md
docs/cookbook/README.md
docs/cookbook/pattern-cached-check.md
docs/cookbook/pattern-database-indicator.md
docs/cookbook/pattern-securing-endpoints.md
docs/how-to/index.md
docs/how-to/kubernetes-probes.md
docs/how-to/testing.md
docs/javascripts/extra.js
docs/reference/config.md
docs/reference/index.md
docs/stylesheets/extra.css
docs/user-guide/index.md
examples/minimal/application.yaml
examples/minimal/myapp/__init__.py
examples/minimal/myapp/controllers.py
examples/minimal/myapp/health.py
examples/minimal/myapp/main.py
src/pico_actuator/__init__.py
src/pico_actuator/_version.py
src/pico_actuator/config.py
src/pico_actuator/controller.py
src/pico_actuator/exceptions.py
src/pico_actuator/health.py
src/pico_actuator/py.typed
src/pico_actuator.egg-info/PKG-INFO
src/pico_actuator.egg-info/SOURCES.txt
src/pico_actuator.egg-info/dependency_links.txt
src/pico_actuator.egg-info/entry_points.txt
src/pico_actuator.egg-info/requires.txt
src/pico_actuator.egg-info/scm_file_list.json
src/pico_actuator.egg-info/scm_version.json
src/pico_actuator.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_endpoints.py
tests/test_health.py