docs: add paid API MCP bounty proofs#432
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe PR records two completed paid bounty payments for Round 3 MCP work: two entries dated 2026-05-26 are added to the public ledger in ChangesPaid Bounty Records
Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
yui-stingray
left a comment
There was a problem hiding this comment.
No blockers from my review.
I checked this against the maintainer payment record for Bounty #411 and the paid-bounties index scope. The two added rows in docs/paid-bounties.md match the accepted/paid #411 entries for PR #412 and PR #424, including the proof hashes fe00016678d3a0dd408ba165b0e04516f16e09cc5c4b512df3c28e60f6f72015 and be12d8e13f6ff0b5c77a643cbe304a083418956d7cdc3c08ab5aded96c892fa4. The added docs test keeps both PR links and both proof hashes present, and the change stays limited to the public paid-bounty index plus its documentation test.
I did not see payout mechanics, price/off-ramp claims, API behavior changes, or unrelated backfill beyond those two #411 records.
Validation I ran on head 5eba3a1e9acdb12385ccdaa5e19c079841fea16f:
uv run --extra dev python scripts/docs_smoke.py-> docs smoke okuv run --extra dev python -m pytest tests/test_docs_public_urls.py -q --capture=sys-> 19 passeduv run --extra dev ruff check tests/test_docs_public_urls.py-> passeduv run --extra dev ruff format --check tests/test_docs_public_urls.py-> 1 file already formattedgit diff --check origin/main...HEAD-> clean
Summary
docs/paid-bounties.md.Refs #426
Evidence
https://api.mrwk.ltclab.site/api/v1/activity?limit=20includes PR docs: update activity API example fields #412 forgithub:carpedkm, 75 MRWK, prooffe00016678d3a0dd408ba165b0e04516f16e09cc5c4b512df3c28e60f6f72015.github:glasses666, 75 MRWK, proofbe12d8e13f6ff0b5c77a643cbe304a083418956d7cdc3c08ab5aded96c892fa4./api/v1/bounties/72/attempts?include_expired=falsewhen checked.docs/paid-bounties.md,tests/test_docs_public_urls.py.Test Evidence
./.venv/bin/python scripts/docs_smoke.py-> docs smoke ok./.venv/bin/python -m pytest tests/test_docs_public_urls.py -q-> 19 passed./.venv/bin/python -m ruff check tests/test_docs_public_urls.py-> passed./.venv/bin/python -m ruff format --check tests/test_docs_public_urls.py-> passedgit diff --check-> passedMRWK
Related bounty or issue (
Bounty #NorRefs #Nfor multi-award bounties): Refs #426Summary by CodeRabbit
Documentation
Tests