docs(readme): surface latency + integrations on first scroll#8
Merged
Merged
Conversation
Reviewer feedback on the v0.1.0 OSS launch: 1. Hot-path latency callout (p99 6.23 ms from 10K-scan benchmark) right after the opening pitch, so a cold reader sees it on first scroll. 2. One-line pointer to examples/integrations/ under the HTTP Proxy Mode section, so the Craig/ToolHive artifact is discoverable from the README instead of buried. Both lines copy the reviewer's exact phrasing. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
Reviewer feedback on v0.1.0 OSS launch — two small README additions:
Hot-path latency callout right after the opening pitch (so cold readers see it on first scroll):
Pointer to
examples/integrations/under HTTP Proxy Mode (so the Craig/ToolHive artifact is discoverable from the main README, not buried):Both lines use the reviewer's exact phrasing. 4-line diff total.
Reviewer's third item — CLAUDE.md → .claude/CLAUDE.md — not done in this PR
The reviewer marked it optional ("skip if not bothered"). I'm skipping with a reason: Claude Code's project-memory loader reads
CLAUDE.mdfrom the repository root by convention. Moving it to.claude/CLAUDE.mdis non-standard and would silently stop the auto-load on future contributors' workstations. The cleanliness win isn't worth the tooling hit.Happy to revisit if you'd rather optimize for repo-root tidiness — say the word and it's a 2-second
git mv+ path update.🤖 Generated with Claude Code