chore(release): prepare v0.0.2 - #1278
Open
Teingi wants to merge 2 commits into
Open
Conversation
Teingi
marked this pull request as ready for review
August 19, 2026 14:43
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.
Which issue or RFC does this PR close?
No linked issue or RFC.
Rationale for this change
Prepare the repository for the PowerContext 0.0.2 release with consistent package, API, integration, workflow, and documentation versions.
What changes are included in this PR?
powercontext-vX.Y.Zrelease tags in the verification and publishing workflows while retaining the existing tag formats.Are there any user-facing changes?
Yes. Installation examples now pin 0.0.2, the published API metadata reports 0.0.2, release workflows accept the
powercontext-vX.Y.Ztag form, and project documentation is available in English, Chinese, and Japanese. No persisted-format or breaking API change is introduced.How was this change tested?
make checkmake test(551 passed, 12 skipped)make contract-test(28 passed)make docs-testuv run --project e2e/bub --frozen pytest e2e/bub/tests(5 passed)uv builduvx --from 'twine>=6.2' twine check dist/powercontext-0.0.2.tar.gz dist/powercontext-0.0.2-py3-none-any.whlAI usage statement
OpenAI Codex using GPT-5.6-Sol was used to review the release changes, synchronize the multilingual READMEs, run validation, and prepare this pull request.