mind: record the autofit all-ones ell_comps bug as shipped - #185
Merged
Conversation
Writes complete/2026/08/autofit-mock-all-ones-ell-comps.md via lifecycle.py record, folding the original prompt under 'Original prompt', and removes the draft/ file. The task shipped straight from draft without passing through active/, so nothing had advanced it. The record keeps the three corrected dead ends as traps, the variant table that isolated the library defect from the workspace fixtures, and the cloud-session reproduction recipe. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XqpBSWF2JDx4L9g1YCQk67
3 tasks
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.
Follow-up to #184 (merged). Advances the task to its final lifecycle state now that PyAutoFit#1471 and PyAutoGalaxy#569 are merged.
What this does
complete/2026/08/autofit-mock-all-ones-ell-comps.mdvialifecycle.py record --apply, with the original filed prompt folded in under## Original prompt.draft/bug/autofit/mock_all_ones_parameters_break_ell_comps_guard.md.complete/index.md(folded intorecord) anddashboard.md.The task shipped straight from
draft/without ever passing throughactive/— it never became a GitHub issue — so nothing had advanced it and it would have sat indraft/looking unstarted.Because
lifecycle.py record --promptonly resolves againstactive/, the fold was done by appending the prompt to the--from-filebody. The resulting record has the same shape as one written by the ship skills. The folded text is the prompt as originally filed (34bcca2), not the corrected version — the wrong root-cause theory is worth preserving, since the record's traps section is what corrects it.What the record keeps
MockResult's fallbackMockSamplesSummary(model=model), consumed byResult.instanceinsidesearch.fit().Pre-existing drift, not from this change
lifecycle.py checkreports one orphan:active/pixelized_prodigy_laptop_gpu_phase_1_compatibility.md(no registry entry claims it). Verified this reproduces on a cleanorigin/mainwith this branch stashed — it belongs to the pix-prodigy-gpu-compat work (#125), not to this task. Left alone.Generated by Claude Code