Add evals for recurring user frustration patterns - #7
Draft
Vercantez wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds focused, sanitized eval coverage derived from the July 25 user-session frustration review. The change is eval-only: it does not alter product behavior.
Frustration patterns covered
All fixtures use synthetic names, credentials, data, and keyword volumes. No raw user messages, identifying data, or production secrets are included.
How the evals work
Each new eval is registered in the existing manifest and emits the shared transcript format. Product correctness is gated by deterministic persisted-state/live-HTTP checks where possible, with task-specific weighted rubrics for semantic quality. Shared root causes are consolidated into the existing output-delivery and state-preserving redeploy evals rather than creating session-specific duplicates.
Validation
tcpdump-capability-restraint-live: product checks passed; rubric judge 97.5/100.product-keyword-intent-recovery-live: product checks passed; rubric judge 100/100.output-file-delivery-live: strengthened product checks passed; rubric judge 100/100.login-flow-rescue-live: all live auth/UI/preservation checks passed; rubric judge 100/100.project-update-redeploy-state-live: live UI, API, and persisted-state checks passed; rubric judge 100/100.git diff --check: passed.Existing/baseline failures observed
These are separate from the product assertions added here:
bun run typecheckcurrently fails inworkers/main/src/chat-thread-do.tsbecause threeChatMemoryStoreStatsvalues are missing the existing requiredmeasuredproperty.IMAGESfor a CSVreadattempt in output delivery, andDISPATCHERfor early deployed-app fetch attempts in the two real-deploy evals. The agents recovered, and the independent live harness checks plus rubric judges passed.Limitations / intentionally uncovered