All notable changes to this project will be documented in this file.
- Add
--visibilityflag to filter contributions by repository visibility (publicorprivate) - Add CI workflow for running tests on push and PR
- Add
CODE_OF_CONDUCT.md - Add
ciMakefile target - Expand
.gitignorewith IDE and build artifact patterns
- Fetch PRs, reviews, issues, and discussions concurrently in
allandgraphcommands (~4x faster) - Thread-safe internals for concurrent API calls
- Fix discussions query returning empty results (removed erroneous
type:discussionfrom GraphQL search string) - Default to the authenticated user when no
<login>argument is provided for all commands - Extract shared
resolveLogin()helper for consistent behavior across commands
- Add
discussionscommand to capture discussions authored by a user via GraphQL API - Add
reviewscommand to capture PRs reviewed by a user - Add
--prompt-onlyflag for agentic workflow composability withsummarize - Include reviews and discussions in
allandgraphcommands - Graph uses ◆/◇ for reviews and ▲/△ for discussions
- Default to the current user if no username is passed in