chore(workflow): require human-ready label at the completion gate - #4841
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Executive SummaryDocumentation-only change adding the Files Reviewed (1 files)
Reviewed by claude-sonnet-5 · Input: 10 · Output: 1.7K · Cached: 161.5K Review guidance: REVIEW.md from base branch |
jeanduplessis
approved these changes
Jul 28, 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
Adds one item to the
.kilo_workflowcompletion gate: the PR must carry thehuman-readylabel, and the orchestrator applies it as the last act before teardown (step 8), once every other gate item holds.The label already exists in this repo ("The PR is ready for human review."), it just wasn't wired into the workflow. Tagging it at the end — not at PR creation — keeps the label meaningful as a signal that the automated loops are finished and only human review remains.
Verification
gh label listconfirmshuman-readyexists in this repo, sogh pr edit --add-label human-readywill not failpnpm run format:changed— no changes neededVisual Changes
N/A
Reviewer Notes
Two lines in
.kilo_workflow/WORKFLOW.md: orchestrator step 8 and the Completion Gate checklist.