feat: complete gwt spec implementation - #224
Merged
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
akiojin
marked this pull request as ready for review
June 23, 2026 15:45
Merged
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
Changes
UnityCliBridge/Packages/unity-cli-bridge: adds editor menu/window entrypoints, capture path resolution, expanded handler behavior, and focused Editor/PlayMode test coverage.src/app,src/core,src/tooling: updates CLI runtime behavior, instance handling, local C# tools, and tool catalog coverage for the completed spec surfaces.scripts/release,.github/workflows/release.yml,.agents/skills/gh-pr,.claude/commands/release.md: syncs release version automation, release lint gating, and ensures gwt-spec issues flow into release PR Closing Issues.docsand.gwt/work: updates user/developer docs, skill/tool docs, configuration docs, and gwt memory/coordination records.Testing
git diff --check— no whitespace errors.bash tests/scripts/release-closing-issues-test.sh— pass.node --test tests/scripts/*.mjs— 8 tests passed.bash -n scripts/publish.sh scripts/prepare-release-pr.sh scripts/release/collect-closing-issues.sh scripts/install.sh scripts/switch-unity-manifest.sh— syntax check passed.node --check scripts/release/update-versions.mjs && node --check scripts/upm/sign-upm-package.mjs— syntax check passed.cargo fmt --all -- --check— pass.cargo test --all-targets -- --test-threads=1— 414 tests passed.cargo clippy --all-targets -- -D warnings— pass.cargo run -- skills lint --severity error --format text— 15 skills checked, 0 violations.npx --yes markdownlint-cli README.md CONTRIBUTING.md CLAUDE.md RELEASE.md docs/configuration.md docs/development.md docs/constitution.md docs/skills.md docs/tools.md .github/workflows/README.md --config .markdownlint.json --ignore-path .markdownlintignore— pass.npx --yes prettier --check package.json RELEASE.md docs/configuration.md docs/development.md docs/skills.md docs/tools.md .github/workflows/release.yml tests/scripts/*.mjs scripts/release/update-versions.mjs scripts/upm/sign-upm-package.mjs— pass.PR Readiness
Closing Issues
Closes #146
Closes #147
Closes #148
Closes #149
Closes #150
Closes #151
Closes #152
Closes #153
Closes #154
Closes #155
Closes #156
Closes #157
Closes #160
Closes #204
Related Issues / Links
None
Checklist
cargo clippy,cargo fmt, markdownlint, prettier)Context
Risk / Impact