docs: add design document for AI code review output feature (v0.4.0)#67
Open
watany-dev wants to merge 2 commits into
Open
docs: add design document for AI code review output feature (v0.4.0)#67watany-dev wants to merge 2 commits into
watany-dev wants to merge 2 commits into
Conversation
Add design document for non-interactive structured output mode that enables piping PR data to AI tools and scripts. Covers --pr and --output (json/markdown) CLI options, TTY auto-detection, unified diff generation, and comprehensive test strategy. https://claude.ai/code/session_01WJmWHRxceNdNMMxgW2HsFr
Change the design spec so that `--pr` with no argument triggers PR list output instead of an error, making the interface more intuitive (e.g. `review-codecommit repo --pr | jq`). https://claude.ai/code/session_01WJmWHRxceNdNMMxgW2HsFr
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.
Add design document for non-interactive structured output mode that
enables piping PR data to AI tools and scripts. Covers --pr and
--output (json/markdown) CLI options, TTY auto-detection, unified
diff generation, and comprehensive test strategy.
https://claude.ai/code/session_01WJmWHRxceNdNMMxgW2HsFr