Release v0.1.2 with a self-contained installed toy loop - #5
Merged
Conversation
The first public CLI release exposed that toy strategy code and price fixtures were addressed through repository-relative paths. Package the fixture with the distribution, execute the strategy as a package module, and keep physical resource paths separate from persisted provenance. Release verification now installs the wheel and runs the complete toy loop outside the checkout. Constraint: The CLI must remain offline, read-only, and free of local absolute paths in persisted artifacts. Rejected: Reconstruct repository example paths at runtime | installed users do not have a source checkout Rejected: Embed the fixture in workflow-only test code | would not exercise the shipped package data Confidence: high Scope-risk: moderate Directive: Keep installed-wheel toy-loop verification in the release gate for every future version. Tested: 79 pytest tests; compileall; wheel and sdist build; twine check; clean pipx wheel install; toy loop; artifact privacy inspection Not-tested: GitHub-hosted release workflow until PR CI and tag publication
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
0.1.2and update immutable-tag installation docsRoot cause
v0.1.1installed successfully, but the toy loop referencedexamples/toy_strategy/...relative to the current working directory. pipx users do not have that source checkout layout.Verification
79 passedcompileallpassedtwine checkpassed