key = "refactor" title = "Refactor" blurb = "Audit dependencies + versions, propose API/SDK adaptations, apply the changes." requires_repo = true [[phases]] kind = "coding" order_idx = 0 [phases.config] loop = "single_pass" # Preamble asks the planner to run `cargo tree`, `cargo outdated`, # `npm outdated`, etc. and produce INT-XX items per stale dep. task_preamble = "dependency_audit_v1" commit_policy = "on_green_tests" # Bench before + after the pass so we can measure impact. benchmark = { mode = "before_after" } default_team_template = "rust_sdlc"