HW-03: retain the installed interpreter for workflow runs#148
Merged
Conversation
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
uv, and DB alias without leaking the full environment;TDD receipt
Expected red was observed before implementation:
Green:
Clean-wheel / venv transcript
The probe builds
hermes_workflows-0.0.1-py3-none-any.whl, installs it withpip --no-depsinto a fresh venv, removes inheritedPYTHONPATH, puts a marker-writing fakeuvfirst onPATH, starts the packaged typed quickstart, drains it through the installed console script, reads status through the installed console script, and verifies the marker was never created.Verification
Immutable receipts and scope
ba3b1fc1015a76f02acced6e7aee7b89b4a40d145f1be3b7a938b78b38cd1e1456f94368e5ca9ccfe1e7a09e0c52702b4ab93e9a70520fd5ede4f9e3, HW-2088d52e315f9a6ab90639711ac5c85d416de6da33, INT-D1ba3b1fc1015a76f02acced6e7aee7b89b4a40d14fc9eb5ae0797c5cbdfcf51d6b9be551e6ba85331: confirmed not an ancestorIntegration and rollback
INT-C1 owns removal of the shared implicit
uvtrampoline and private parser bypasses, plus wiring this resolver into the public run path. This packet does not claim issue integration by itself.Rollback may remove this isolated seam only while it is unconsumed. It must not restore implicit
uvexecution or environment stripping; any future project-environment runner must be an explicit, separately documented command.Do not merge until the separate HW-03 SR and QR pass.