Revert "Perf playbook: measure, identify, fix, verify with a rerunnable ledger (#549)" - #567
Merged
Conversation
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_d71ec423-8a37-46cb-b08e-be7927118625) |
Contributor
|
Queued — the merge queue status continues in this comment ↓. |
…le ledger (#549)" This reverts commit 0a2eb69. A backtest found 11 of the skill's 18 case ledgers misstate their source episode: extra runs and after-values were invented to fit the verdict rules, so its passing tests do not reflect the real episodes. The PR was closed for a restart with the backtest as the first step, but it had already been merged through the admin-bypass landing queue. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Change-Id: I08342e132a07da4b010def75bf3f54cc4d9a5a9e
EdbertChan
force-pushed
the
stack/EdbertChan/revert/perf-playbook-549-20260913/revert-perf-playbook-measure-identify-fix-verify--08342e13
branch
from
September 14, 2026 04:12
99f138c to
e5cbc53
Compare
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_1e9c9725-b2de-4fb5-9c8d-aaba17aea02f) |
Owner
Author
|
@Mergifyio queue |
Contributor
Merge Queue Status
This pull request spent 6 minutes 46 seconds in the queue, including 4 minutes 53 seconds running CI. Required conditions to merge
|
6 tasks
mergify
Bot
deleted the
stack/EdbertChan/revert/perf-playbook-549-20260913/revert-perf-playbook-measure-identify-fix-verify--08342e13
branch
September 14, 2026 04:25
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
This removes a speed-work playbook that reached the main branch before it was ready.
The problem: its worked examples were meant to copy real past episodes. Checked one by one, eleven of eighteen had made-up numbers.
The cause: the examples were written to fit the rules. Extra runs and results were invented, so a green check proved nothing.
The fix: undo that merge. The playbook will be rebuilt later, starting from a check against the real episodes.
Review Claim
The playbook, its script, and its worked examples are removed, returning the repository to how it was before that merge.
Review Lane
behavior
Review Unit
product-skill
Safety Invariant
Removes only the five files the merged pull request added, all inside one skill folder; nothing outside that folder refers to the skill, so no other skill, hook, or install step changes.
Slice Rationale
A plain revert of one merge, kept alone so it can land without waiting on the rebuild.
Non-goals
Test Plan
Test Plan
git revert 0a2eb69removes 5 files (310 deletions). No file outside the skill folder names the skill on origin/main (git grep -n measure-then-optimize origin/mainoutside that folder printed nothing).Revert Plan
Revert Plan
git revert <merge sha of this PR>(restores the five files)🤖 Generated with Claude Code