You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context. The command surface changes with UnityCLI and com.unity.pipeline releases; the reference in skills/unity-pipeline/references/editor-commands.md is pinned to specific versions (currently CLI 1.0.0-beta.3, pipeline 0.4.0-exp.1).
What to build. A scheduled GitHub Actions workflow that:
Polls https://packages.unity.com/com.unity.pipeline and compares the versions list against the version recorded in the reference preamble.
Checks for new UnityCLI binary releases and, on one, opens an issue to re-verify the CLI-level skill texts (flags, gotchas). The CLI has no known public release feed — the detection mechanism needs investigation first (unity upgrade check, docs changelog page, or the installer endpoint).
Context. The command surface changes with UnityCLI and
com.unity.pipelinereleases; the reference inskills/unity-pipeline/references/editor-commands.mdis pinned to specific versions (currently CLI1.0.0-beta.3, pipeline0.4.0-exp.1).What to build. A scheduled GitHub Actions workflow that:
https://packages.unity.com/com.unity.pipelineand compares theversionslist against the version recorded in the reference preamble.unity upgradecheck, docs changelog page, or the installer endpoint).Depends on #1.