docs(site): replace broken 'pip install' with self-hosted index#57
docs(site): replace broken 'pip install' with self-hosted index#57Coding-Dev-Tools wants to merge 8 commits into
Conversation
Review: changes requested — fix checklist before re-reviewThanks for the honest-install replacement direction — the goal of not pointing readers at non-existent PyPI packages is right. But this PR as written is a regression in user experience (broken 1. Self-hosted pypi-index URL is 404
Options to fix:
I'd recommend (a) if the self-hosted index is the strategic direction, or (b) if not. 2. New CI workflow is structurally unrunnable on this PR
Verified locally on Fix in [tool.setuptools.packages.find]
where = ["."]
include = ["linkcheck*"]
exclude = ["blog*", "drafts*", "tests*"](or, if restructuring is planned, switch to 3.
|
|
Closing: The ci.yml workflow was added to main via PR#61. The blog file modifications conflict with current main. Please create a fresh PR rebased on main if blog updates are still needed. Generated by Claude Code |
The DevForge CLI tools are not on public PyPI. Blog posts and marketing drafts were claiming
pip install apiauthor similar, which fails. Replace with the actual install command:plus a
git+fallback for dev installs. Mirrors the README honesty fix from apiauth/apighost.