Executable scripts live in this directory. This file is the entry index for the remaining repository-maintenance helpers.
- Product/API behavior (transport, protocol contracts, extension semantics):
- Security boundary and disclosure guidance:
doctor.sh: primary local development regression entrypoint (uv sync + lint + tests + coverage)dependency_health.sh: development dependency review entrypoint (sync/pip check+ outdated + dev audit), while blocking CI/publish audits focus on runtime dependenciescheck_coverage.py: enforces the overall coverage floor and per-file minimums for critical moduleslint.sh: lint helpersmoke_test_built_cli.sh: built-artifact smoke test for the released CLI runtime; defaults to the only local wheel, supports explicit wheel/sdist paths, and rejects ambiguous local artifact selection
doctor.shanddependency_health.shintentionally remain separate entrypoints and share common prerequisites throughhealth_common.sh.