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
PeninsulaInd 2026-04-10 10:53:06 -05:00
parent d2b59bb5e6
commit d6f9620d5f
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ SKILL_MAP: dict[str, dict[str, SkillRoute]] = {
"build": SkillRoute(
handler="blm",
next_stage="final",
next_status="review",
next_status="complete",
),
},
}