v0.12.0 - Priority-Based Filtering
🎯 Priority-Based Filtering
Focus your reviews on what matters most with intelligent priority filtering.
New Features
- --critical-only flag - Focus on must-fix issues only (security, bugs, breaking changes)
- --priority-threshold option - Filter by priority level: must-fix, suggestion, or nitpick
- Priority breakdown in summary - Shows count of comments by priority level
- Filtered count display - Shows how many comments were hidden by priority filter
Example Usage
# Focus on critical issues only
pr-vibe pr 123 --critical-only
# Show must-fix and suggestions
pr-vibe pr 123 --priority-threshold suggestion
# Combine with auto-fix for rapid resolution
pr-vibe pr 123 --critical-only --auto-fix
Technical Improvements
- Priority levels exported from decision-engine: MUST_FIX, SUGGESTION, NITPICK
- All comments now include priority assignment based on category
- Priority filtering logic with configurable thresholds
- Validation to prevent conflicting filter options
🎵 pr-vibe continues to evolve with features that help you focus on what truly matters in PR reviews. This release brings smart filtering to help you prioritize critical issues while maintaining visibility into all feedback when needed.