Skip to main content

REFACTOR_TEMPLATE

Constant REFACTOR_TEMPLATE 

Source
pub const REFACTOR_TEMPLATE: &str = r#"{
  "id": "",
  "title": "",
  "status": "todo",
  "priority": "medium",
  "tags": ["refactor", "cleanup"],
  "plan": [
    "Analyze current implementation",
    "Identify improvement opportunities",
    "Refactor with tests passing",
    "Verify no behavior changes",
    "Run make ci"
  ],
  "evidence": []
}"#;
Expand description

Built-in refactor template