docs: fix README typos and copy bugs#1500
Conversation
- "non-Asccii" -> "non-ASCII" - "Reducing costs & increasing latency by upto 80%" -> "Reducing cost & latency by up to 80%" (was claiming latency went up) - "have Memory Trees compresses" -> "have Memory Trees compress" - "context your inbox" -> "context of your inbox", with the dangling "and" cleaned up
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughREADME.md receives two documentation updates: the TokenJuice feature description is reworded to fix typos and clarify cost/latency reduction impact, and the auto-fetch context section is rewritten to correct the explanation of periodic sync, Memory Trees compression to Markdown, Obsidian wiki storage, and context availability. ChangesDocumentation Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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. Comment |
|
merged baby |
Summary
README.md— no code changes.Problem
non-Ascciitypo (line 57).Reducing costs & increasing latency by upto 80%— reads as a regression and containsupto.have [Memory Trees](…) compresses everything— subject/verb disagreement under thehave X do Yconstruction.In just one sync pass and the agent has full (compressed) context your inbox…— danglingand, and missingofaftercontext.Solution
non-Asccii→non-ASCII.Reducing costs & increasing latency by upto 80%→Reducing cost & latency by up to 80%.have Memory Trees compresses→have Memory Trees compress.In just one sync pass and the agent has full (compressed) context your inbox…→In just one sync pass, the agent has full (compressed) context of your inbox….Submission Checklist
## Related— N/A: no feature touched.Closes #NNN— N/A: no tracking issue.Impact
Related
AI Authored PR Metadata (required for Codex/Linear PRs)
Linear Issue
Commit & Branch
docs/readme-typos54f2f038Note to reviewers
Pre-push hook (
pnpm format:check) failed locally withsh: cargo: command not foundin itsrust:format:checkstep — environment issue, unrelated to this README-only change. Prettier itself reported "All matched files use Prettier code style!" before the cargo step failed. Pushed with--no-verifyper the project's documented policy for pre-existing/unrelated hook failures.Summary by CodeRabbit