Skip to main content

apply_all_fixes

Method
This is a method of the DoctorRulesRegistry class in the doctor_registry module.
Apply fixes from all rules that have findings. Backward-compatible convenience wrapper that returns only the repaired config dict. For the safety-rail surface (diff preview, backup, refuse, re-validation) use :meth:plan_fixes.

Signature

Parameters

Dict[str, Any]
required
No description available.

Returns

Dict[str, Any]
The result of the operation.

Uses

  • plan_fixes

Used By

Source

View on GitHub

praisonaiagents/runtime/doctor_registry.py at line 69