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(explore-feature): harden Phase 1 and local-run gate from pilot findings
Piloted the skill on two real PRs (a multi-surface fix needing an unusual seed
shape, and a perf change with no UX delta). Five gaps found and closed:
- Phase 1: fix PRs must gate the repro condition, not the easy path that also
passes against pre-fix code (vacuous gate).
- Phase 1: N equivalent surfaces -> gate the most representative, list the rest
under Not covered.
- Phase 1: seed-feasibility check before authoring -> if the repro shape isn't
seedable via bridge/SDK/fixtures, the deliverable is a bridge/fixture addition
or QA hand-off, not a gate.
- Phase 3: probe backend health (:8080/is-alive/ver), not just the FE; a half-up
stack was passing the gate.
- Skip-check: perf/internals changes with no behavior delta -> labelled generic
regression or skip-with-note, not a fake PR-specific happy path.
- Template: add a required "Repro condition" field for fix PRs.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments