docs(active): pre_build staging fix shipped - #153
Merged
Conversation
Correct the pre_build-trap line, which said "NOT YET ISSUED/PR'd" — it was written before the issue and PRs existed. PyAutoHands#232 closed by PyAutoHands#233 (a5bac76b, three pytest legs green); Mind bookkeeping PyAutoMind#152 (62869a2). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01X13iRHCuuLptM7XsT1tfdH
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.
One-line correction to
active.md, following #152.The
release-drive-2026-08-07→pre_build-trapline ended with "NOT YET ISSUED/PR'd — no GitHub issue filed, branch not merged." That was true when written and false ten minutes later. Replaced with the shipped state:a5bac76b, all three pytest legs green (3.12 / 3.13 / 3.14)62869a2eThe recorded test count (309 passed / 4 skipped in CI) reconciles exactly with the local run (302 passed + the 7 that fail locally only for want of
ipynb-py-convert), which is what confirms the new fixture tests actually ran rather than being silently collected-and-skipped.scripts/lifecycle.py checkOK.Generated by Claude Code