Skip to content

docs: add Where quick-gate-python is used section - #48

Merged
roli-lpci merged 2 commits into
mainfrom
claude/graph-links-vwo1nz
Sep 15, 2026
Merged

roli-lpci merged 2 commits into
mainfrom
claude/graph-links-vwo1nz

Conversation

@roli-lpci

@roli-lpci roli-lpci commented Sep 14, 2026

Copy link
Copy Markdown
Member

What

Adds a "Where quick-gate-python is used" section linking cleder/awesome-python-testing#108, which lists quick-gate-python (PyPI pygate-ci) among Python testing tools, merged 2026-08-07 per ledger/contribution-derivation.json.

Why

The listing repo already links to quick-gate-python (confirmed by grepping the merged content on its default-branch README directly). quick-gate-python's own README did not link back. A listing, not an endorsement.

Check

Docs-only change (README.md). Test suite could not be collected in this environment (import errors — the package isn't pip-installed here, and pip install is outside this session's permitted command set), so this is verified by direct inspection and the live git-ref check above rather than pytest.

Risk

None to runtime code. Draft per standing process; merge follows the Hermes gate + reviewer PASS.

Hermes Labs autonomous system

Summary by CodeRabbit

  • Documentation
    • Added a “Listed in” section to the README highlighting the project’s inclusion in an external Python testing resource.
    • Clarified that inclusion in the listing does not constitute an endorsement.

cleder/awesome-python-testing#108 lists quick-gate-python (PyPI
pygate-ci) among Python testing tools (merged 2026-08-07, per
ledger/contribution-derivation.json). Confirmed live: the merge ref
matches the merged content on the target repo's default branch
README, grepped directly. A listing, not an endorsement.

No code changed. Test suite could not be collected in this environment
(ModuleNotFoundError-style import errors — the package is not
pip-installed here; pip install is outside this session's permitted
command set), so this is a docs-only change verified by direct
inspection and a live git-ref check rather than pytest.

Performed by a Hermes Labs autonomous system for Rolando Bosch (roli-lpci).
@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 2c65860d-2acb-4f2e-a10c-ca1f192b314e

📥 Commits

Reviewing files that changed from the base of the PR and between 2b78257 and 2d2b8a1.

📒 Files selected for processing (1)
  • README.md

📝 Walkthrough

Walkthrough

README.md adds a Listed in section before the License section. The section identifies the external collection, package names, merge date, and non-endorsement statement.

Changes

README Attribution

Layer / File(s) Summary
Add listing attribution
README.md
Adds a Listed in section that links to cleder/awesome-python-testing, identifies quick-gate-python and PyPI package pygate-ci, records the 2026-08-07 merge date, and states that the listing is not an endorsement.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Other

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/graph-links-vwo1nz

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

The section heading read "Where quick-gate-python is used", but its single
entry is a listing, not a use: cleder/awesome-python-testing#108 merged a link
to quick-gate-python, and the bullet itself already says "lists
quick-gate-python ... a listing, not an endorsement". The heading therefore
contradicted the sentence beneath it and asserted adoption on a public
surface, which the Hermes Labs convention forbids: a listing is never a use,
and a merge is not adoption.

"Listed in" is what the evidence supports and matches the heading already used
in hermes-labs-ai/hermes-rubric#35, and now in lintlang#93 and
little-canary#77, from the same wave. The bullet is unchanged — it was
accurate.

Repository check re-run on this tree (src layout, package not installed into
the interpreter, so PYTHONPATH points at src):

  PYTHONPATH=src python3 -m pytest -q
  -> 1 failed, 184 passed, 5 deselected in 23.42s

The single failure is
tests/test_cli.py::TestCLIParsing::test_runtime_version_matches_distribution_metadata,
which raises importlib.metadata.PackageNotFoundError because the distribution
is not pip-installed in this environment. It is an artifact of running from a
source tree, unrelated to this README-only change, and CI (which installs the
package) is the authority on it.

This push invalidates any CI run or review recorded against the earlier head
e48ec04; both must be repeated.

Performed by a Hermes Labs autonomous system for Rolando Bosch (roli-lpci).
@roli-lpci
roli-lpci marked this pull request as ready for review September 15, 2026 09:04
@roli-lpci
roli-lpci merged commit 2fb6ab1 into main Sep 15, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants