Skip to content

Commit 03c2274

Browse files
committed
Record the six PR numbers on the setup_notebook audit entry
The entry was written before the PRs existed and said so. They are open now, so it names them instead: HowToFit#45, HowToGalaxy#66, HowToLens#70, autofit_workspace#138, autogalaxy_workspace#211, autolens_workspace#485. Also records why the three workspace legs are not behind the library-first merge gate: setup_notebook is long-shipped in the released libraries and is already called by every other example script in those repos, so there is no unreleased API for a pending-release label to guard. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0126SmBwHMzP4okcjhjPoLFZ
1 parent dfe0e19 commit 03c2274

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

‎active.md‎

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,16 @@
115115
- PyAutoHands: feature/version-stamp-sync-guards
116116

117117
## howto-setup-notebook-audit
118-
- issue: (none — cloud session, no issue filed)
118+
- issue: (none — cloud session, no issue filed; the six PRs below carry the record)
119119
- prompt: active/missing_setup_notebook_audit.md
120120
- session: cloud (Claude Code on the web), no local worktree
121-
- status: branches pushed, no PRs opened
122-
- what that means: six repos carry `claude/howto-setup-notebook-audit-dm2j9e`, each one commit on
123-
top of the main it was cloned from. Nothing is merged and no PR exists — opening them (and the
124-
pending-release gate, if the workspace legs need one) is the next step.
121+
- status: pr-open (six PRs, awaiting CI)
122+
- PRs: HowToFit#45 / HowToGalaxy#66 / HowToLens#70 / autofit_workspace#138 /
123+
autogalaxy_workspace#211 / autolens_workspace#485 — each one commit on the branch below, on
124+
top of the main it was cloned from.
125+
- no pending-release gate: `setup_notebook` is long-shipped in released autofit/autogalaxy/autolens
126+
and is already called by every other example script in these repos, so the library-first merge
127+
gate does not apply to the three workspace legs.
125128
- repos-none-claimed: this entry claims NO repos as 2-space ` - Repo` bullets — the work ran
126129
in a cloud container with no local worktree, so `worktree_check_conflict` must not read it as
127130
a live claim. The branches are listed as prose below.

‎active/missing_setup_notebook_audit.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,6 @@ opens on imports rather than a docstring, so the line went at the top of the fil
7373
`json.dumps(nb, indent=1)` round-trips byte-identically), because the generator is not available in
7474
a cloud session. A real `generate.py` run should be a no-op on these — confirm before merging.
7575

76-
Branch `claude/howto-setup-notebook-audit-dm2j9e` in all six repos. Not merged, no PRs opened.
76+
Branch `claude/howto-setup-notebook-audit-dm2j9e` in all six repos, one commit each:
77+
HowToFit#45, HowToGalaxy#66, HowToLens#70, autofit_workspace#138, autogalaxy_workspace#211,
78+
autolens_workspace#485.

‎dashboard.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Live on GitHub: [open issues](https://github.com/search?q=org%3APyAutoLabs+is%3A
4848
Issued — each has an open GitHub issue and usually a branch. The full record for each is in [`active.md`](active.md).
4949

5050
- [Commit the inference-methods programme plan + knowledge ledger into autolens_profiling](active/inference_programme_ledger.md) — [issue #134](https://github.com/PyAutoLabs/autolens_profiling/issues/134) — pr-open (https://github.com/PyAutoLabs/autolens_profiling/pull/135)
51-
- [Audit HowTo tutorials for missing setup_notebook() line](active/missing_setup_notebook_audit.md) — branches pushed, no PRs opened
51+
- [Audit HowTo tutorials for missing setup_notebook() line](active/missing_setup_notebook_audit.md) — pr-open (six PRs, awaiting CI)
5252
- [PyAutoReduce validation: slacs1430+4105 ACS reduction vs trusted legacy dataset](active/pyautoreduce_slacs1430_acs_comparison.md)
5353
- [Reconstructing a stored sample raises through `ignore_assertions=True`](active/to_instance_guard_gap.md) — [issue #1486](https://github.com/PyAutoLabs/PyAutoFit/issues/1486) — library-dev — WORKSPACE HALF SHIPPED; the PyAutoFit hardening (#1486) is what remains
5454
- [Version-stamp sync to 2026.8.17.1 + release-sed guards](active/version_stamp_sync_and_release_sed_guards.md) — [issue #235](https://github.com/PyAutoLabs/PyAutoHands/issues/235) — pr-open (https://github.com/PyAutoLabs/PyAutoLens/pull/700)

0 commit comments

Comments
 (0)