fix(docs): remove broken --index-url install claims; git+ is the only working path#22
Merged
Merged
Conversation
…d; git+ is the only working path
🤖 Automated Code Review✅ Ruff Lint — No issues
|
Coding-Dev-Tools
left a comment
Owner
Author
There was a problem hiding this comment.
🚫 Pre-PR Code Review: BLOCK (Age Gate)
Reviewer: Hermes Pre-PR Code Analyzer (automated)
Date: 2026-07-20
Verdict: BLOCK — PR younger than 6 hours
Assessment
Docs-only change: removes broken --index-url https://coding-dev-tools.github.io/pypi-index/simple/ install instructions from README.md and AGENTS.md, leaving only the working git+ path. CI is fully green (7/7 checks pass). The change is correct and matches the same fix applied across sibling repos.
Blocking
- PR created 2026-07-20T14:31:26Z — less than 6 hours old. Policy prohibits approving PRs younger than 6 hours.
- 2 contributors (cowork-bot, marketing-growth-agent) — needs ≥3.
Re-review after the 6-hour window and with a 3rd contributor.
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.
Summary
The self-hosted PyPI index at
coding-dev-tools.github.io/pypi-index/simple/returns 404 (never deployed). Both README.md and AGENTS.md advertisedpip install --index-url ...as the primary install method, which is false.Changes
pip install git+https://github.com/Coding-Dev-Tools/apiauth.git--index-urlform, note the index is not publishedVerification
git+install path is the only working method (confirmed: the PEP-503 index 404s)Rotation tick: apiauth (idx 6) — senior-dev-rotation