docs: distribute from GitHub only (drop PyPI) + SEO + unify roadmap m…#3
Merged
Conversation
…ilestones Switch distribution to GitHub-only and stop publishing to PyPI: - requirements.lock pins codebase-index to the GitHub release tarball (@v1.0.2), so the plugin bootstrap installs from GitHub, not PyPI (no git required). - release.yml: drop the PyPI trusted-publishing job and id-token permission; tagged GitHub releases with build artifacts are the sole channel. - README/QUICKSTART/INSTALLATION/COMPARISON/SEO: install via pipx/pip "git+https://[email protected]"; note the package is not on PyPI. - test_plugin_manifest: assert the lock pins the GitHub tag tarball and never falls back to a PyPI == specifier. Docs SEO/AEO pass: - FAQ: definitive opening sentence + "How do I install" Q&A; correct the stale "production-ready" milestone status to reflect shipped v1.0.2. - QUICKSTART: definitive opening sentence. - CONTRIBUTING: fix the broken clone URL. Unify milestone numbering across both roadmaps to the detailed scheme already used by CHANGELOG/LANGUAGES (M0-M9 + M7.5); add MCP bridge as planned M10. Co-Authored-By: Claude Opus 4.8 <[email protected]>
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.
…ilestones
Switch distribution to GitHub-only and stop publishing to PyPI:
Docs SEO/AEO pass:
Unify milestone numbering across both roadmaps to the detailed scheme already used by CHANGELOG/LANGUAGES (M0-M9 + M7.5); add MCP bridge as planned M10.
Description
Describe your changes and their impact.
Fixes #(issue)
Type of change
Checklist
ruff check,ruff format)pytest)mypy, if applicable)CHANGELOG.mdunder[Unreleased]Testing
Describe how you tested your changes:
Screenshots (if applicable)