docs: separate released and unreleased install paths - #1448
Merged
Conversation
Teingi
marked this pull request as ready for review
September 4, 2026 02:46
Zxf-xufeng
approved these changes
Sep 4, 2026
7 tasks
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. This fixes a user-reported onboarding failure.
Rationale for this change
The root README installed the released
powercontext==0.1.0, then immediately recommended the unreleasedpowercontext service installcommand. It also configured integrations from the oldv0.1.0Git tag instead of the matchingpowercontext-v0.1.0release tag. A user following those adjacent instructions therefore receivedNo such command 'service'and could install an integration from a different code revision than the CLI and Server.What changes are included in this PR?
powercontext-v0.1.0integration ref for the PyPI0.1.0package.servicecommands within the unreleasedmasterpath where they are available.powercontext server runas the copy-pasteable startup path for the released package.Are there any user-facing changes?
Documentation now gives copy-pasteable, version-matched startup paths. There are no API, runtime, or persisted-data changes.
How was this change tested?
make docs-testgit diff --check upstream/master...HEADThe full hook command also ran
ty check, which reported three unresolvedscripts.scope_bindingimports in unchanged upstream Codex plugin files. The exact upstream commit (259bee3a) has successfulquality,check-docs, test-matrix, and integration check runs.AI usage statement
OpenAI Codex (GPT-5) assisted with diagnosis, documentation edits, and validation.