feat(pr-review-fix-loop): progress banner with iteration stats and ETA - #27
Merged
Conversation
…gitignore check) Rebase progress tracking features onto master (v1.9.0 base): - Add show-progress.sh: ASCII progress banner with trend, ETA, elapsed time - Add record-iteration.sh: append iteration stats to JSON - Add check-gitignore.sh: validate artifacts are in .gitignore - Edit stop-hook.sh: invoke progress banner at iteration boundaries - Edit setup-loop.sh: create stats JSON, add jq check, rm -f stats cleanup - Edit assemble-prompt.sh: add step 2.5 for recording iteration stats - Edit pr-review-fix-loop.md: add .gitignore check before other pre-checks - Bump version 1.9.0 -> 1.10.0 (minor: new features) - 120 tests passing (29 existing + 91 new) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
dapi
force-pushed
the
feature/pr-review-progress-banner
branch
from
March 1, 2026 19:48
460d25a to
a6b224e
Compare
- Fix always-pass tests 61/67/102 to assert expected set -euo behavior - Preserve jq stderr in record-iteration.sh for diagnostics - Add *) default case to show-progress.sh minimal banner - Complete rm -f migration in stop-hook.sh (lines 117, 124) - Add debug log to check-gitignore.sh FILES_TO_CHECK - Fix pre-existing emoji in spec-reviewer/commands/spec-review.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
check-gitignore.shto warn when loop artifacts are not in.gitignorerecord-iteration.shto track iteration stats (issues count, duration) in JSONshow-progress.shto render the banner with ANSI colors and trend analysissetup-loop.shto create JSON stats file alongside YAML statestop-hook.shto callshow-progress.shon exit and continueTest plan
bash pr-review-fix-loop/tests/test-loop-scripts.sh)🤖 Generated with Claude Code