docs(unity-cli): align skill to CLI 1.0.0-beta.9 - #68
Merged
Conversation
chris-addison
marked this pull request as ready for review
September 8, 2026 21:27
Documents the beta.9 surface not already covered: unity skill show, a new Plugin reference section (plugin install/remove/upgrade/list, plus the new plugin upgrade version-comparison behavior and plugin changelog), the --color/--no-color global flag, unity auth consumers/revoke, unity config get/set/list/unset, unity doctor's bundled third-party-components section, the always-on cli telemetry ping, the sign-in token store's machine-sealing, and the self-installed-vs-Homebrew PATH warning. Also updates the --child-modules/--list-modules spellings and the modules-list Aliases column, and refreshes the aligned-to stamp to 1.0.0-beta.9. Withholds two pieces of hub-ahead content that describe CLI surface not yet released: the Unity Accelerator feature end to end, and one paragraph on unity vcs uvcs review's auth error codes (both postdate the beta.9 candidate per the CLI's own changelog). Generated with Claude Code
…ithheld list Extends the in-progress beta.9 alignment with three things found while completing it: - The "Sandboxed agent tooling can hide a running Editor" guidance (hub CLI-1206) — a new integration-advanced.md section, a SKILL.md quickstart callout, and now also a callout inside the unity-status-first scene/ GameObject/asset editing workflow, which previously had none. Extends the "don't fall back to hand-editing" bullet to also rule out quietly substituting an undisclosed workaround (e.g. a separate headless Editor invocation) for a disclosed file edit. - A new version-control.md reference section for the `unity vcs` command family, which has shipped since 1.0.0-beta.7 but had no dedicated write-up. SKILL.md's UVCS day-to-day section is reworded to point at it and to name `review` alongside the other wrapped reads. - A minor wording refinement to plugin upgrade's `indeterminate` outcome (still describing already-released behavior). Also widens the Deferred list: three more pieces of hub-ahead content landed in the hub's own docs after this alignment pass began and are held back for the same reason as the already-withheld Accelerator feature and uvcs-review auth-error paragraph — none has a published cli-v release yet. `unity context` (save/use/list/current/delete), `unity commands` (plural, machine-readable command-tree introspection), and `unity watch test`/ `unity watch build` are excluded from this publish. Generated with Claude Code
chris-addison
force-pushed
the
unity-cli/align-cli-1.0.0-beta.9
branch
from
September 11, 2026 15:34
b395d24 to
d47f14e
Compare
marieletellier
approved these changes
Sep 11, 2026
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.
What & why
Mirrors the hub's
skills/cli/into the publicskills/unity-cli/, aligning it to the released CLI1.0.0-beta.9(Unity-Technologies/unity-hub#12882 is the hub-side change this follows).Documents the beta.9 surface that wasn't already covered:
unity skill show, a new Plugin reference section (plugin install/remove/upgrade/list, plusplugin upgrade's new real version-comparison behavior and the newplugin changelog), the--color/--no-colorglobal flag,unity auth consumers/revoke,unity config get/set/list/unset,unity doctor's bundled third-party-components section, the always-oncli telemetryusage ping, the sign-in token store's machine-sealing, and the self-installed-vs-Homebrew PATH-conflict warning. Also updates the--child-modules/--list-modulesspellings (old--cm/--no-cm/--list-componentsstill work) and themodules listAliasescolumn rename.Two pieces of hub-ahead content are deliberately withheld from this publish because they describe CLI surface that hasn't shipped yet (both postdate the beta.9 candidate per the CLI's own changelog): the Unity Accelerator feature end to end (
unity config accelerator,--accelerator/--no-accelerator,unity diagnose accelerator, theacceleratorconfig key, doctor's Accelerator section), and one paragraph distinguishingunity vcs uvcs review's four auth-shaped error codes (a still-unreleased fix; the commands themselves are unaffected and stay documented, released since1.0.0-beta.7).new-unity-projectandunity-package-managementneeded no changes this run — already in sync with their hub sources.Changes
unity skill show, the Plugin reference section,--color/--no-color,unity auth consumers/revoke,unity config get/set/list/unset, doctor's third-party-components section, thecli telemetryping note, the token-store sealing note, the Homebrew PATH warning.--child-modules/--no-child-modulesprimary spelling;modules list'sAliasescolumn;CHANGELOG.md's aligned-to stamp to1.0.0-beta.9.Also updated
README.md— N/ASecurity / public-safety pass
yaml): passunity collaborationcommand name)/security-review: no findings (docs/changelog/version-bump diff only, no executable code)validate-skills.mts --profile hub):unity-cli0 errors (warnings pre-accepted via SECURITY.md);new-unity-projectandunity-package-managementcleanGenerated with Claude Code