Skip to content

Add verify command#35

Open
hongsh87 wants to merge 1 commit into
youngwoocho02:mainfrom
hongsh87:agent/add-verify-command
Open

Add verify command#35
hongsh87 wants to merge 1 commit into
youngwoocho02:mainfrom
hongsh87:agent/add-verify-command

Conversation

@hongsh87

Copy link
Copy Markdown

Summary

Adds a unity-cli verify command that orchestrates common Unity validation checks:

  • optional script refresh/compile check
  • optional Play Mode entry
  • runtime console error inspection
  • automatic Play Mode stop when verify started it

Why

This gives agents and CLI users a single command for the common post-change Unity verification loop instead of manually chaining status, compile, play, console, and stop commands.

Validation

  • go test ./...
  • go run . verify --help
  • Verified against a local Unity project with verify --skip-compile --skip-play and verify --skip-compile

@hongsh87
hongsh87 marked this pull request as ready for review July 13, 2026 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant