docs(spec): fold review-driven re-dispatch loop into Phase 5#77
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates the build specification to introduce a parameterized review-loop mechanism to the implementation workflow. After PR readiness verification, the workflow waits for an epic-review-resolved signal, resumes with review changes, and loops up to 5 rounds before parking in waiting-human. Phase 5 planning is updated to document the shared park/resume spine, GitHub polling integration, and review-thread-based re-framing logic. ChangesReview-loop integration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Comment |
This was referenced May 24, 2026
9 tasks
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
Folds the review-driven re-dispatch loop into Phase 5 (Human-in-loop) of the build spec, pulling it forward from Phase 8 since it reuses the same
waitFor/poller/resume machinery the asked-question path already requires.What changed
answered-question|review-changes):CHANGES_REQUESTED/changes-requestedlabel resumes;APPROVEDends the loop),.middle/prompt.mdbehind an "address review" brief,waiting-human.donepath now parks onepic-N-review-resolvedaftermark-pr-ready, thenresume-with-review-changes.done-path loop (APPROVEDends it; middle never merges — the human does).No task renumbering — Phase 6 still starts at task 30. Docs-only.
Test plan
donepath for internal consistency.Summary by CodeRabbit