feat(board): auto-update board Status field on pipeline_stage transitions#89
Merged
snipcodeit merged 1 commit intomainfrom Mar 1, 2026
Merged
Conversation
…ions Add update_board_status shared utility (board-sync.md) and hook into issue.md and run.md stage transitions. All board updates are non-blocking — API failures never prevent pipeline execution. Reads field/option IDs from board-schema.json or project.json at runtime. Closes #74 Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This was referenced Mar 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
update_board_statusshared utility (board-sync.mdworkflow) that maps pipeline stages to GitHub Projects v2 board Status field optionsissue.mdtriage transitions (triaged/needs-info/needs-security-review) andrun.mdpipeline transitions (executing → verifying → pr-created → done)|| true, all error paths return 0).mgw/board-schema.jsonor.mgw/project.jsonat runtime — never hardcodes IDsCloses #74
Milestone Context
Changes
.claude/commands/mgw/workflows/board-sync.md— sharedupdate_board_statusutility with full data source reference, stage mapping table, and non-blocking contract documentation.claude/commands/mgw/issue.md— board status sync afterwrite_statestep (triage transitions: triaged/needs-info/needs-security-review).claude/commands/mgw/run.md— board status sync at each pipeline checkpoint (executing, discussing, planning, verifying, pr-created, done, blocked);update_board_statusfunction defined invalidate_and_loadstep; board-sync.md added to execution_context.claude/commands/mgw/workflows/state.md— board status sync added to Consumers tableTest Plan
.mgw/project.jsonhas nonode_id(board not configured), allupdate_board_statuscalls are silent no-ops — pipeline runs unchangedboard_item_idin project.json (not yet added to board), call is a silent no-op|| truesuppresses the exit code — pipeline continues