Skip to content

Commit 8db9746

Browse files
jerodwclaude
andcommitted
Name this board's completion column Implementation Complete
The status token stays ready_to_merge, which is the harness's word and not the board's: the harness knows which of three moments the work has reached and this copy decides what that names in this tracker. Only the option this deployment writes changes. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01U1HiUf7CrMjZMj32TySdiH
1 parent 1f6924a commit 8db9746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.harness/scripts/github.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ CATEGORY_LABEL_COLOR="ededed"
350350
# than an edit to the logic above it.
351351
PLANNED_OPTION="${L5_ITEM_PLANNED_OPTION:-Planned}"
352352
IN_PROGRESS_OPTION="${L5_ITEM_IN_PROGRESS_OPTION:-In Progress}"
353-
READY_TO_MERGE_OPTION="${L5_ITEM_READY_TO_MERGE_OPTION:-Ready to Merge}"
353+
READY_TO_MERGE_OPTION="${L5_ITEM_READY_TO_MERGE_OPTION:-Implementation Complete}"
354354

355355
# --- what only the query job uses. Edit these. ---------------------------
356356
# How many items one search may return. The harness bounds what it will

0 commit comments

Comments
 (0)