symfonic.diagnostics.checks¶
checks ¶
Audit check implementations for symfonic doctor (v7.16, item 5).
Each module here exposes an async def check_<name>(agent) -> list[CheckResult]
coroutine. Returning a list (rather than a single result) lets one check
file emit multiple findings. The runner imports every check function from
this package and invokes them in a stable order.