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
fix(skills): add git history regression checks to iteration and diagnosis skills
Agentic iteration loops lack git history context and can re-introduce
patterns that were previously removed for good reasons (e.g. cy.reload()
breaking dynamic plugin chunk loading). This caused a real regression
during the OBSINTA-1290 consolidation.
Added checks to three skills:
- productize-iterations: Step 3 now flags REGRESSIVE overlaps where an
iteration branch re-introduces a removed pattern
- iterate-incident-tests: Fix Guidelines now require checking git log
before applying any fix
- diagnose-test-failure: Diagnosis output now includes a History Check
section that flags previously reverted patterns
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments