Skip to content

docs: point Git install references to master - #1206

Merged
PsiACE merged 3 commits into
oceanbase:masterfrom
knqiufan:codex/fix-powercontext-install-ref
Aug 10, 2026
Merged

docs: point Git install references to master#1206
PsiACE merged 3 commits into
oceanbase:masterfrom
knqiufan:codex/fix-powercontext-install-ref

Conversation

@knqiufan

@knqiufan knqiufan commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Closes #1205

Rationale

The repository's main branch still contains legacy PowerMem (package metadata: powermem), while current PowerContext development is on master. The documented Git install ref therefore cannot install the requested powercontext package.

Changes

  • Point all documented PowerContext Git-install and Codex-plugin refs from main to master.
  • Update the package documentation URL to the master branch.
  • Keep English and Chinese instructions aligned.

User-facing impact

Following the documented command now resolves PowerContext instead of the legacy PowerMem branch.

Validation

  • In an isolated uv tool environment, the original @main command resolved 9d1b484 and failed with Package metadata name 'powermem' does not match given name 'powercontext'.
  • The corrected @master command resolved c870f81, installed powercontext==0.0.1, and its CLI ran successfully. The isolated test installation and cache were removed afterward.
  • git diff --check passed.
  • uv run zensical build -s was attempted but timed out during first-run environment preparation after 244 seconds, without a build diagnostic.

@PsiACE PsiACE left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your support of powermem and powercontext.

@PsiACE
PsiACE merged commit ee2e543 into oceanbase:master Aug 10, 2026
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Git install instructions still resolve the legacy PowerMem main branch

2 participants