feat: QA restructure, browser ref staleness, eval efficiency metrics (v0.4.0)#83
Open
feat: QA restructure, browser ref staleness, eval efficiency metrics (v0.4.0)#83
Conversation
resolveRef() now checks element count to detect stale refs after page mutations (e.g. SPA navigation). RefEntry stores role+name metadata for better diagnostics. 3 new snapshot tests for staleness detection. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add /qa-only (report-only, Edit tool blocked), restructure /qa with
find-fix-verify cycle, add {{QA_METHODOLOGY}} DRY placeholder for
shared methodology. /plan-eng-review now writes test-plan artifacts
to ~/.gstack/projects/<slug>/ for QA consumption.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…l surfaces Add generateCommentary() for natural-language delta interpretation, per-test turns/duration in comparison and summary output, judgePassed unit tests, 3 new E2E tests (qa-only, qa fix loop, plan artifact). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- ARCHITECTURE: add ref staleness detection section, update RefEntry type - BROWSER: add ref staleness paragraph to snapshot system docs - CONTRIBUTING: update eval tool descriptions with commentary feature - README: fix missing qa-only in project-local uninstall command Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
/qa-only) — report-only mode that blocks Edit tool entirely, so bugs are documented without fixes/qanow runs find-fix-verify cycles: discover bugs, fix them, commit, re-navigate to confirm/plan-eng-reviewwrites test-plan artifacts to~/.gstack/projects/<slug>/that/qapicks up for targeted testing{{QA_METHODOLOGY}}DRY placeholder — shared methodology block injected into both/qaand/qa-onlytemplatesresolveRef()now checks element count to detect stale refs after SPA navigationPre-Landing Review
No issues found. All changes are developer tooling, test infrastructure, and skill templates — no SQL, auth, or trust boundary code.
Eval Results
16/16 PASS — two consecutive clean runs at $4.42 and $4.42
Takeaway: Stable run — no significant efficiency changes, no regressions.
TODOS
No TODO items completed in this PR. 102 items remaining.
Test plan
🤖 Generated with Claude Code