Refactor Strategy Guide¶
This document explains how each automation strategy should be interpreted.
1. safe_delete¶
Pure dead code. Zero side effects. 100% automated deletion.
2. template¶
Deterministic, mechanical rewrites. (Currently rare in this codebase.)
3. llm_method_local¶
Method-level behavioural/flow fixes that are safe for bounded LLM patches.
4. micro_fix_review_required¶
Mixed issues requiring manual review after LLM suggestion.
5. manual¶
Structural, multi-method, or high-risk fixes requiring human oversight.
🤖