lifecycle: close out remove-inline-standalones (was mis-parked as incomplete) - #207
Merged
Merged
Conversation
…omplete) The 2026-08-08 orphaned-prompt triage parked matplotlib-inline-standalones as "VERIFIED INCOMPLETE" on the basis of surviving `%matplotlib inline` hits in autolens_workspace. Re-verified against both workspace mains: those hits are not standalone. They are the first line of the old commented-out `pyprojroot` bootstrap block, which the prompt, the issue plan and the merged PR body all put explicitly out of scope. Ground truth on main: - autogalaxy_workspace: zero `%matplotlib inline` occurrences. - autolens_workspace: exactly four, all in the pyprojroot block of the imaging/interferometer potential_correction start_here script+notebook pairs — precisely the four recorded as deliberately excluded. - autogalaxy_workspace#160 closed-completed 2026-07-28; PRs #161 and #337 merged 2026-07-24. Nothing remained to do, so this is a records fix, not new work: - fold the orphaned active/ prompt into the existing 2026-07 completion record under `## Original prompt`, with a dated verification note explaining the mis-park so the next triage does not repeat it - drop the stale parked.md entry - regenerate dashboard.md Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P4equfQsmZ13WBx29VQ86M
…lib-inline-comments-c9az88 # Conflicts: # dashboard.md # parked.md
github-actions
Bot
deleted the
claude/remove-matplotlib-inline-comments-c9az88
branch
August 25, 2026 14:03
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
Records-only fix. The
matplotlib-inline-standalonestask was shown on the dashboard as in-flight/parked, with a 2026-08-08 orphaned-prompt-triage note reading "VERIFIED INCOMPLETE, not shipped". That verification was wrong — the code work shipped on 2026-07-24. This PR corrects the registry so the task leaves the board.Why the triage was wrong
The triage grepped for
%matplotlib inlineand treated every hit as remaining work. The prompt only ever covered standalone comments, and explicitly excluded the old commented-outpyprojrootbootstrap block.Ground truth on the two workspace mains:
%matplotlib inlineoccurrencesautogalaxy_workspaceautolens_workspacepyprojrootblockThe four AutoLens survivors are in the imaging + interferometer
potential_correction/start_herescript/notebook pairs, each appearing as:That is precisely the set merged PR autolens_workspace#337 records as out of scope: "The four old-bootstrap potential-correction examples remain deliberately out of scope." The two survivors the triage cited (
scripts/{imaging,interferometer}/.../start_here.py) are two of these four.Corroborating evidence: autogalaxy_workspace#160 closed-completed 2026-07-28; PRs autogalaxy_workspace#161 and autolens_workspace#337 both merged 2026-07-24; the dependent
pyprojrootsweep shipped separately asautocti-notebook-bootstrap.No standalone occurrence survives. Nothing remained to do.
Root cause
Lifecycle drift, not a code gap. The completion record was written under slug
remove-inline-standalones, but the originating prompt was never removed fromactive/. The orphan was later rediscovered and mis-verified.Changes
active/matplotlib_inline_standalones.mdintocomplete/2026/07/remove-inline-standalones.mdunder## Original prompt— the record was missing that section — plus a datedverified:note recording the ground truth and why the mis-park happened, so the next triage does not repeat it.parked.mdentry.dashboard.md(in flight 10 → 9, parked 4 → 3).Test Plan
lifecycle.py check— OKlifecycle.py orphans— nonelifecycle.py index --apply— regeneratescomplete/index.mdidentically (no diff)dashboard.mdregenerated viapyauto-brain intake --apply dashboard, not hand-editedFollow-up (not in this PR)
parked.mdstill carriespyautoreduce-slacs1430-acs-comparisonfrom the same 2026-08-08 triage, marked "STATE UNVERIFIED" pending a collaborator dataset on the laptop. Given this entry proved a false positive, that one may be worth re-checking too — it cannot be verified from a cloud session.Generated by Claude Code