Skip to content
Discussion options

You must be logged in to vote

This is a known pain point. Here's what's happening and how to handle it:

Why verification missed the build errors

The verifier agent checks against the phase goal and plan requirements, not against "does the app build and run." If the executor's tests passed (unit tests can pass even when the full app doesn't build — e.g., TypeScript type errors in files not covered by tests), the verifier sees green tests and moves on.

What to do now

  1. Run /gsd-plan-phase --gaps — this reads VERIFICATION.md and creates targeted plans for the gaps.
  2. Add a build check to your discuss-phase preferences — in your next /gsd-discuss-phase, mention that you want the executor to run a full build (npm run build / t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by trek-e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants