Loading...
Searching...
No Matches
Go to the documentation of this file.
6Health check module for OCT.
10Provides a single-command project compliance dashboard.
14- Export the main health check entry point (`run_health`).
15- Enable CLI integration of the health command.
21 L2 — health check lifecycle
22 L3 — individual check execution
23 L4 — detailed per-file analysis
27- All public exports are guaranteed to be importable from this module.
32__all__ = [
"run_health"]