Set Link Building build stage to complete status on success
Cora Backlinks runs deterministically via BLM -- no human review needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>clickup-runner
parent
d2b59bb5e6
commit
d6f9620d5f
|
|
@ -98,7 +98,7 @@ SKILL_MAP: dict[str, dict[str, SkillRoute]] = {
|
||||||
"build": SkillRoute(
|
"build": SkillRoute(
|
||||||
handler="blm",
|
handler="blm",
|
||||||
next_stage="final",
|
next_stage="final",
|
||||||
next_status="review",
|
next_status="complete",
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue