Record the Phase 3 (linear arm) descope and retract the S10 erratum - #315
Merged
Conversation
EPIC #290 will not deliver its linear (Identity) baseline arm. The work migrated to #293 as a standalone issue carrying its full spec; #293 was removed as a sub-issue of #290 and as a blocker of #296, which is now unblocked with all three surviving blockers closed. Update the epic's state section accordingly: mark Phase 3 descoped, correct Phase 4 to landed (PR #311), note that no repo artifact implements the linear arm yet, and state that SI Figure S10 is now carried over unchanged while the linear-vs-sigmoid loss gap is unmeasured rather than unchanged. Also retract the S10 erratum claim. The spec work on #293 recovered the legacy notebook at fc89753 and found the claim false: cell 103 is the fit call, cell 105 (exec 132) rebinds cross_validation_df from the linear collection, and cell 106 (exec 133) renders the figure, so the published middle panel is linear-model loss. With Phase 3 descoped there is no reproduction run left in the epic to catch the mistake, so the retraction has to be recorded here rather than left to a later phase. Co-Authored-By: Claude Fable 5 <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.
What
EPIC #290 will no longer deliver its Phase 3 linear (Identity) baseline arm.
The work has been migrated to #293 as a standalone issue. This PR records
the consequences in
HANDOFF.md, the document a fresh maintainer reads cold.The issue-surface changes were made directly on GitHub and are already live:
1 → 3edge severed and3,4,5 → 6reduced to4,5 → 6; S10 moved to the carried-over-unchanged list; action item 4 marked not-delivered; the S10 erratum landmine corrected in place.Why the erratum retraction is in scope
HANDOFF.md, #290, #296 and #297 all stated that legacy notebook cell 103plots the sigmoid collection's CV loss inside the linear-model figure, making
published Figure S10 an erratum against the preprint.
The claim is false. #293's spec work recovered the notebook at
fc89753:notebooks/spike-analysis.ipynb— the previously cited6c98b7bdoesnot resolve in this repo — and read it by 0-based cell index:
cross_validation_df = linear_mc.get_conditional_loss_df()— linear, and readshrinkage_analysis_linear_modelsExecution counts are monotone 128 → 132 → 133, so the last write before S10
rendered was the linear one.
This mattered enough to fix now because the descope removes the safety net:
with no linear reproduction run left in the epic, nothing downstream would
have caught the claim before it reached the manuscript. Telling a co-author a
published preprint contains an erratum it does not contain is a worse failure
than reporting nothing.
The evidential limit is stated honestly in both #293 and
HANDOFF.md: storedexecution counts record an execution order, not proof the saved PDF came
from it. But "unverified" is not "erratum", and only the weaker claim is
supportable today.
Verification
git worktree-isolated branch;HANDOFF.mdis the only file touched (+69/-12).naive_baseline.ipynb,test_naive_baseline.py,spike_naive_baseline.nblink.linear_baseline.ipynb, norule linear_baseline, nospike.linearconfigblock, no
S10inFIGURE_NAMES— so the descope required no code removal.291/292/294/295/296/297, and Phase 6 of EPIC #290: Figure manifest for the handoff #296's
blocked_byis 291/294/295, all closed.No code, config, or pipeline changes. Docs-only.
🤖 Generated with Claude Code