docs: shorten README and fix review auth#2
Conversation
- Condense setup and usage guidance - Add emoji headings for faster scanning
There was a problem hiding this comment.
Code Review
This pull request refactors and condenses the README.md file to make it more concise, adding emojis to headers and streamlining instructions. A review comment correctly points out that removing the explicit instruction to clone the repository before running uv tool install . could lead to failures, and suggests restoring that instruction.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| Requires Python 3.10–3.13, internet access for initial downloads, and audio | ||
| output. |
There was a problem hiding this comment.
The instruction to clone the repository was removed in this revision. Running uv tool install . directly will fail if the user has not already cloned the repository and navigated into its directory. It is recommended to explicitly instruct the user to clone the repository first.
| Requires Python 3.10–3.13, internet access for initial downloads, and audio | |
| output. | |
| Requires Python 3.10–3.13, internet access for initial downloads, and audio\noutput. Clone this repository and run: |
- Use the GitHub Actions token for review comments - Grant issue and pull request write permissions
What
Shorten the README, improve scanning with emojis, and repair OpenCode PR review authentication.
Why
The documentation repeated several usage details, and OpenCode could not publish reviews because its GitHub App token exchange failed.
How
Tests
git diff --checkuv run binge-docs --helpRelated Issues
None.