chore(scripts): rerecord-all-aimock.sh driver#498
Merged
Conversation
Loops scripts/record-aimock-cap.sh (and the special-case record-c-interrupts.sh) over every cap with a recorded fixture under cockpit/*/angular/e2e/fixtures/. Per-cap prompts hardcoded for caps needing specific inputs (c-tool-calls, c-subagents, c-generative-ui, c-a2ui, streaming); everything else defaults to "Hello". Use when a backend system prompt or tool definition changes and the team needs to refresh every cap's fixture to match. Without this, fixture drift accumulates silently — a backend change can leave the recorded fixture stale (still passing CI by virtue of the prompt matching, but not exercising the new backend behavior). Identified during the post-Task-#4 e2e audit (item #9). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 `scripts/rerecord-all-aimock.sh` — driver that loops the generic recorder over every cap with a recorded fixture. Use when a backend system prompt or tool definition changes and you need to refresh every cap's fixture.
Behavior
Per-cap prompts hardcoded
Identified during
Post-Task-#4 e2e audit (item #9).
Test plan
🤖 Generated with Claude Code