docs: rebrand README as Command Code landing page - #2
Conversation
- Replace GitHub Copilot CLI content with Command Code product branding - Add feature grid (Models, Taste, Extend, Code, Review, Bugs) - Add 'How taste works' section with taste-1 neuro-symbolic system - Add quickstart guide, core concepts, CLI reference - Add common workflows with practical examples - Add docs navigation table, skills, MCP, and Studio sections - Add troubleshooting guide and next steps Co-Authored-By: Thuong Huynh <admin@huynhthuong.online>
Original prompt from Thuong
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
There was a problem hiding this comment.
🚩 README references product/artifacts that don't exist in the repository
The new README references command-code as an npm package (npm i -g command-code), a cmd CLI binary, .command/mcp.json config files, npx taste push/pull commands, and a Discord community link — none of which exist in this repository. The repo still contains install.sh (which installs copilot-cli), LICENSE.md (titled "GitHub Copilot CLI License"), and changelog.md referencing the original product. The README now describes an entirely different product while the rest of the repository hasn't been updated to match. This could confuse contributors and users.
Was this helpful? React with 👍 or 👎 to provide feedback.
There was a problem hiding this comment.
Acknowledged — this is intentional as the README is being rebranded to the "Command Code" product identity per the user's request. The npm i -g command-code, cmd binary, .command/mcp.json, and npx taste push/pull references describe the target product. The Discord link was noted as a placeholder in the PR description. A follow-up PR can align the remaining repo artifacts (install.sh, LICENSE.md, changelog.md) with the new branding if the user wants.
| ## License | ||
|
|
||
| This project is licensed under the [GitHub Copilot CLI License](LICENSE.md). | ||
| This project is licensed under the [Command Code License](LICENSE.md). |
There was a problem hiding this comment.
There was a problem hiding this comment.
Good catch — the license link text says "Command Code License" but LICENSE.md still contains the original GitHub Copilot CLI license. I'll push a follow-up commit to main to fix this reference.
Summary
Replaces the existing GitHub Copilot CLI README with a professional "Command Code" product landing page. The new README transforms the project identity into a frontier coding agent that learns your coding taste.
Key changes:
npm i -g command-code), and quickstart linktaste-1neuro-symbolics), Extend (CLI/Skills/MCP), Code (10x), Review (2x), Bugs (5x)npx taste push/pullReview & Testing Checklist for Human
Notes
https://discord.gg/command-code) is a placeholder — update with the real community URL when availableLink to Devin session: https://app.devin.ai/sessions/37f893396fae439c8ed13c26cced0ac0
Requested by: @Huynhthuongg