feat(package): 📦 add installable Mindgarden CLI - #23
Merged
Merged
Conversation
Package the dependency-free v0 engine behind a unified command and public Python API while preserving the original 0.x script entry points as compatibility shims. Build and smoke-test wheel and source distributions in CI. Closes #8 Roadmap-Step: MIG-Q02
Pull Request Summary by devActivityMetricsAchievements
|
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
mindgarden==0.1.0with explicit domain, application, adapter, and interface boundariesmindgardenCLI, stable exit codes and diagnostics,version/--version, and a small direct Python APIVerification
python3 -m unittest discover --start-directory tests --verbose— 35 passedpython3 -m build --sdist --wheel --outdir ".cache/dist"— wheel and sdist built successfullymindgarden==0.1.0from the local wheel with--no-indexmindgarden --version,mindgarden version,validate,verify,publish verify, and direct library validation passedPyPI release boundary
No provisional artifact is published by this PR. Issue #19 now records public
mindgarden==1.0.0publication through PyPI Trusted Publishing, with checksum/provenance parity, as part of the final release gate.Closes #8
Roadmap-Step: MIG-Q02