Update from code changes: document full CLI and plugin command surface - #2
Open
mintlify[bot] wants to merge 2 commits into
Open
Update from code changes: document full CLI and plugin command surface#2mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
| Không có lệnh `apply` hay `update`. Re-vendor luôn là `npx cyberos install` — an toàn khi chạy bất cứ lúc nào và không bao giờ ghi đè `BACKLOG.md`, nhiệm vụ, `AGENTS.md`, hay `gates.env` của bạn. Kiểm tra cập nhật mềm chạy tự động mỗi khi có bất kỳ thứ gì dưới `.cyberos/` được sử dụng. | ||
| </Note> | ||
|
|
||
| Với workflow nhiệm vụ, Claude plugin còn cung cấp thêm `/ship-tasks`, `/plan`, `/create-tasks` và `/improve`. Chúng chỉ có trong plugin — xem [Thiết lập Plugin](/vi/guides/plugin-setup). |
There was a problem hiding this comment.
Vietnamese docs remain stale
This new pointer sends Vietnamese readers to vi/guides/plugin-setup.mdx, but that page still documents only five commands and tells users to run the removed /update and /changelog commands. The same stale command list remains in vi/quickstart.mdx, so the localized docs contradict the new CLI surface introduced here.
Prompt To Fix With AI
This is a comment left during a code review.
Path: vi/guides/install.mdx
Line: 46
Comment:
**Vietnamese docs remain stale**
This new pointer sends Vietnamese readers to `vi/guides/plugin-setup.mdx`, but that page still documents only five commands and tells users to run the removed `/update` and `/changelog` commands. The same stale command list remains in `vi/quickstart.mdx`, so the localized docs contradict the new CLI surface introduced here.
How can I resolve this? If you propose a fix, please make it concise.
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
Bring the docs in line with the shipped CyberOS 1.0.0 surface — all eight
npx cyberoscommands and the nine Claude plugin slash commands, including the previously undocumented CLI-onlycreate,gates, andmcpand the task-workflow slash commands/plan,/create-tasks, and/improve.Changes
guides/install.mdx— new "Thenpx cyberosCLI surface" section enumerating all eight commands (with a pointer to the MCP Gateway module formcp), and rewrote "Updating CyberOS" to reflect that re-vendoring is the only update path.guides/plugin-setup.mdx— split the plugin command table into CLI-parity and task-workflow groups; removed the non-existent/updateand/changelog; added/plan,/create-tasks, and/improve; updated the description and step copy.quickstart.mdx— replaced/updateand/changelogin the plugin command table with the actually-shipped commands, and rewrote thenpx cyberos updatesnippet asnpx cyberos version+install.reference/changelog.mdx— expanded the "Consumer CLI finalised" bullet to name the CLI-onlycreate,gates,mcpand the plugin-only task-workflow slash commands, and updated the Claude Plugin accordion to include the task-workflow commands.vi/guides/install.mdxandvi/reference/changelog.mdx— mirrored the same updates in Vietnamese.Context
Follows cyberskill-official/cyberos#56, which closed the same documentation gap in the shipped installer GUIDE.
Greptile Summary
This PR updates the CyberOS command documentation for the 1.0.0 surface.
npx cyberosCLI table.versionplus idempotentinstall.Confidence Score: 4/5
Low-risk documentation update with one localized consistency issue.
The English docs are internally consistent, while the remaining issue is non-blocking and limited to stale Vietnamese command references reached from the updated install guide.
vi/guides/install.mdx, plus the linkedvi/guides/plugin-setup.mdxandvi/quickstart.mdxpages.What T-Rex did
Important Files Changed
npx cyberoscommand surface and updates the update workflow to useversionplus idempotentinstall./updateand/changelogreferences.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD User[CyberOS user] --> CLI[npx cyberos CLI] User --> Plugin[Claude plugin slash commands] CLI --> Install[install uninstall version status help] CLI --> CLIOnly[create gates mcp] Plugin --> Parity[install uninstall version status help] Plugin --> Workflow[ship-tasks plan create-tasks improve] Version[version check] --> Revendor[install re-vendors cyberos] Parity --> Version Install --> Revendor%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%% flowchart TD User[CyberOS user] --> CLI[npx cyberos CLI] User --> Plugin[Claude plugin slash commands] CLI --> Install[install uninstall version status help] CLI --> CLIOnly[create gates mcp] Plugin --> Parity[install uninstall version status help] Plugin --> Workflow[ship-tasks plan create-tasks improve] Version[version check] --> Revendor[install re-vendors cyberos] Parity --> Version Install --> RevendorPrompt To Fix All With AI
Reviews (1): Last reviewed commit: "docs: mirror plugin/quickstart command u..." | Re-trigger Greptile