docs: rebrand README as OpenCode Toolbelt suite#51
Conversation
The repo name (opencode-oauth2) only describes one of six packages. The workspace now ships four runtime plugins (oauth2, models-info, ratelimit, browser), an MCP server, and a companion extension — so the README is reframed around the whole suite instead of the flagship auth plugin. - Title + tagline: "OpenCode Toolbelt", the @vymalo plugin suite for OpenCode - Per-package npm version badges + CI/license/Node/pnpm/TS/Biome badges - "What's in the belt" table (one row per tool) + suite-level mermaid diagram - Per-tool sections (oauth2, models-info, ratelimit, browser) with GitHub callouts - "Stacking the belt" composition section, refreshed docs index + workspace layout - Update root package.json description to match Repo slug and @vymalo npm scope are unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Code Review
This pull request rebrands the workspace from 'opencode-oauth2' to 'OpenCode Toolbelt' in both package.json and README.md, reflecting its expansion into a suite of five plugins (oauth2, models-info, ratelimit, browser, and browser-mcp). The documentation has been extensively updated to describe the features, architecture, and stacking of these plugins. Feedback suggests adding a 'Description' header to the third column of the workspace layout table in the README to improve readability and consistency.
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.
| | Package | Published as | | | ||
| | --- | --- | --- | |
There was a problem hiding this comment.
The third column header in the Workspace layout table is currently empty. Naming it Description would improve readability and maintain consistency with other tables in the document.
| | Package | Published as | | | |
| | --- | --- | --- | | |
| | Package | Published as | Description | | |
| | --- | --- | --- | |
What
Rebrands the workspace README from an oauth2-first page to a suite-first one: OpenCode Toolbelt, the
@vymaloplugin suite for OpenCode.Why
The repo name
opencode-oauth2only describes one of six packages. The workspace now ships four runtime plugins (oauth2,models-info,ratelimit,browser), an MCP server (browser-mcp), and a companion browser extension. The README led entirely with oauth2, which undersold the rest. This reframes it around the whole belt while keeping every per-plugin detail.Changes
package.jsondescriptionupdated to match.Notes for reviewers
@vymalonpm scope —vymalo/opencode-oauth2and the package names are unchanged. "OpenCode Toolbelt" is the README/brand framing only. Renaming the repo is a separate decision if you want it.package.jsondescription line; no code or behavior changes.🤖 Generated with Claude Code