chore: release v0.5.4 - #188
Merged
Merged
Conversation
Unity CLI Manager can now install the skill into .grok/skills for Grok Build, next to Claude Code and Codex. Target directory and whether to copy agents/ live in one layout so a new agent is one row instead of two switches. Also fixes leftover README text that still said the package pins Recorder, makes the overwrite dialog English, syncs user-facing execute/force/qa rules into the shipped SKILL.md, and adds SkillTemplateReferenceSyncTests so the two references/ trees cannot drift.
feat(bridge): add Grok Build as an AI-agent skill target
Move Unreleased notes into 0.5.4, bump the package version, and point the README pin example at the new tag.
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.
Release PR for v0.5.4.
mainis what the UPM git URL serves. The Manager downloads the CLI that matches the package version, so merging beforev0.5.4is published would hand#mainusers a 0.5.4 package with no matching CLI release. Publish first, merge second.No wire-protocol bump. Existing 0.5.3 CLIs can still talk to this package; the Manager will still want the matching 0.5.4 binary once the package is on
#main.Contents
Added
<project-root>/.grok/skills/, global:~/.grok/skills/).Changed
qa --button rightrules. Reinstall from the Manager to pick them up.Fixed
Verification
dotnet test1088 passed on the feature PR. CI on this PR must be green before the tag.