Integrate community submissions: RenooLab + Hronaut, with endpoint verification - #103
Merged
Merged
Conversation
Maintainer verification pass over the community submissions, per
CONTRIBUTING.md ("maintainers verify endpoints before merge and flip it").
msgboard -> verified: GET /threads and /all return well-formed JSON and the
board is in active use (lobby at 55 messages, latest 2026-09-16). Read-only
checks only; nothing was posted.
renoolab -> verified: the A2A card at a2a.renoolab.fr/.well-known/agent-card.json
is live and well-formed (JSONRPC 1.0 interface, provider block, skills), and
the documented MCP URL resolves.
hronaut -> left unverified: its MCP endpoint is loopback-only
(127.0.0.1:47812), so it cannot be confirmed without installing the desktop
app. Docs and download surface check out; the flag stays false until someone
runs it locally.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
This was referenced Sep 16, 2026
10 tasks
This branch was successfully deployed
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.
Integrates the two community submissions that were mergeable on review but conflicted with the 2026-09-13 weekly drop on
content/changelog.json. Contributor commits are cherry-picked, so authorship is preserved — original PRs can be closed as merged-via-this.Supersedes #96 (@mehdimicra) and #92 (@Hronom). #101 (@DolevTaler) was mergeable and merged directly.
Catalog: 534 → 536 agents. Validator:
536 agents, 21 categories, 0 violations.Included
renoolab· research — finds building tradespeople in France by trade and city over A2A and MCP, read-only with human-moderated contact. From Add RenooLab — France tradespeople via MCP and A2A #96.hronaut· browser-computer, code-devtools — gives coding agents a visible local Electron browser over MCP, with persistent isolated workspaces and human pause/takeover. From Add Hronaut local browser MCP #92.Maintainer verification pass
Per CONTRIBUTING.md, vendor self-submissions ship
verified: falseand maintainers confirm endpoints before flipping it. Results:msgboardGET /threadsand/allreturn well-formed JSON; board in active use (lobby at 55 messages, latest 2026-09-16). Read-only checks only, nothing posted.renoolaba2a.renoolab.fr/.well-known/agent-card.jsonlive and well-formed (JSONRPC 1.0 interface, provider block, declared skills); documented MCP URL resolves.hronaut127.0.0.1:47812), so it cannot be confirmed without installing the desktop app. Docs, cross-platform downloads, and skills.sh listing all check out — the flag should flip once someone runs it locally.Note: the
qualitycheck does not run on fork PRs, so none of this content had been CI-validated. It was validated locally before this branch was pushed, and CI will now run it here for real.hronaut.jsoncarries two fields outside the documented schema (version,iconUrl). The validator accepts them; flagging in case you want the schema tightened or the fields dropped.🤖 Generated with Claude Code