Merged
Conversation
…ion-quality output - Add 3 new review sections: Reproducibility Assessment, Impact & Significance, Reading Guide - Rewrite all 12 existing prompts with senior reviewer persona, structured evaluation criteria, evidence requirements, and anti-patterns - Richer JSON schemas: severity badges on weaknesses, novelty levels on contributions, formal recommendation (strong_accept..reject), confidence levels, structured assumptions - Publication-quality markdown rendering: metadata table, table of contents, severity badges, inline tags, structured sub-sections, blockquote highlights - Backward compatible with existing cached review data
- Add update_checker module: git fetch, compare HEAD vs remote, detect conflicts - Prompt user with y/n when updates are available, show conflict warnings - 12-hour throttling to avoid repeated fetches - Integrate into @app.callback() with --no-update-check escape hatch - 19 tests covering throttling, conflict detection, network failure
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
axpnow checks for git updates on startup (throttled to 12h), warns about potential conflicts with locally modified files, and prompts user to pullTest plan
uv run axp dailywith pending remote commitsuv run axp review <id>produces enhanced review output🤖 Generated with Claude Code