You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Established & Modern Codebase Reviewer Enhancement (Five-Leaf Review Gate)
Established & Legacy Codebase Adaptive Reviewers: Upgraded the Five-Leaf Review Gate prompts (bug-reviewer-agent, perf-anr-guardian-agent, convention-reviewer-agent, security-reviewer-agent, regression-impact-reviewer-agent) to seamlessly handle both established/legacy codebases (XML Views, ViewBinding, MVVM, Java platform types, multi-module) and modern architectures (Jetpack Compose, MVI, KMP).
Sharpened Quality Invariants: Added explicit checks for Java/Kotlin nullability boundaries, viewLifecycleOwner in Fragment LiveData observation, atomic StateFlow.update, onDestroyView ViewBinding nulling, unhandled Coroutine crashes, deep links/intent exports, and multi-module core contract blast radius.
Architectural Rules Alignment: Aligned shift-left quality invariants in harness-rules.md to explicitly respect the target project's established architecture without forcing unadopted patterns.