doctor_registry
AI Agent Doctor rules registry with lazy plugin discovery. Manages built-in and plugin-provided migration rules.Import
Classes
DoctorRulesRegistry
Registry for doctor migration rules with lazy plugin discovery.
Functions
get_default_registry()
Get the default doctor rules registry (singleton).
register_rule()
Register a rule with the default registry.
get_rules()
Get all rules from the default registry.
collect_findings()
Collect findings from all rules in the default registry.
apply_fixes()
Apply fixes from all rules in the default registry.
plan_fixes()
Produce a RepairPlan from all rules in the default registry.

