Uh oh!
There was an error while loading. Please reload this page.
test(headless): split prompt A/B test boundaries - #346
Merged
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 freeto 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
ab-summary.test.tsand markdown rendering assertions toab-render.test.ts.prompt-ab-summary.test.tsas a thin prompt id/report-title adapter test.ab-run-fixtures.ts,ab-summary-fixtures.ts,hash-fixture.ts, andtemp-dir.ts.Why
PR #340 intentionally left this as follow-up test organization work.
prompt-ab-run.test.tshad grown into a mixed boundary covering generic A/B execution, prompt-specific manifest/resume behavior, source fingerprints, summary/rendering, and prompt run wrapper tests. Splitting it makes future A/B harness changes easier to review without changing production behavior.Scope
Changed:
sha256:<64 hex>fingerprints.33f1fb02, to address the summary/render and helper-boundary review feedback.Not included:
Verification
node ../../worktree-bootstrap.mjsnpm --workspace @maka/headless testResult: 531 headless tests passed.
User-facing impact
None. This is test organization only. No changelog, docs, breaking changes, or migrations are included.
Reviewer notes
The PR now has two commits: the initial test-boundary split, plus a review-fix commit that moves generic summary/render coverage out of the prompt wrapper and splits the helper fixtures by test boundary.