Skip to content

fix(#81): correct sidebar-test guidance to match #183 (fast gate runs it in-loop)#199

Open
agjs wants to merge 1 commit into
mainfrom
fix/sidebar-test-guidance-183
Open

fix(#81): correct sidebar-test guidance to match #183 (fast gate runs it in-loop)#199
agjs wants to merge 1 commit into
mainfrom
fix/sidebar-test-guidance-183

Conversation

@agjs

@agjs agjs commented Jul 25, 2026

Copy link
Copy Markdown
Owner

The refine prompt told the model a wrong sidebar nav-link count fails only "the final full-project validate". Since #183 the FAST per-feature gate runs the sidebar's co-located test (bun run test -- run … src/components/core/AppSidebar), so a stale count fails IN-LOOP every cycle — the old wording understated the urgency and could let the model defer the one-line count bump and spray the fast gate.

Corrected to say the per-feature gate fails THIS cycle, not only the final validate. Pinned with two assertions (present: "per-feature gate fails THIS cycle"; absent: the old final-validate wording) so it can't silently regress.

Panel: PASS (4/4, no findings). refine-prompt suite 36 pass; typecheck + lint clean.

…runs it in-loop)

The refine prompt told the model a stale sidebar nav-count fails only "the final
full-project validate". Since #183 the FAST per-feature gate runs the sidebar's
co-located test (`bun run test -- run … src/components/core/AppSidebar`), so a stale
count fails IN-LOOP every cycle. The old wording understated the urgency and could let
the model defer the one-line count bump and spray the fast gate. Corrected to say the
per-feature gate fails THIS cycle, not only the final validate. Pins the claim with two
assertions (present: "per-feature gate fails THIS cycle"; absent: the old final-validate
wording) so it can't silently regress. refine-prompt suite 36 pass; typecheck+lint clean.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant