Skip to content

test(repository): document cross-platform gui workflow - #160

Merged
StudentWeis merged 2 commits into
mainfrom
test/agentbay-windows-gui-skill
Aug 5, 2026
Merged

test(repository): document cross-platform gui workflow#160
StudentWeis merged 2 commits into
mainfrom
test/agentbay-windows-gui-skill

Conversation

@StudentWeis

@StudentWeis StudentWeis commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Summary

Add a repository-local Codex skill for repeatable Ropy GUI end-to-end testing across macOS, Windows, and Linux. macOS runs locally; Windows and Linux run in isolated AgentBay virtual desktops.

Linked Issue

Closes #159

Changes

  • Add a shared packaged-app smoke scenario for process, hidden startup, hotkey, clipboard capture, search, confirmation, and paste.
  • Add platform references for safe local macOS execution, Windows AgentBay deployment, and Linux AgentBay X11/architecture/runtime validation.
  • Add cost, credential, evidence, failure-classification, and guaranteed virtual-session cleanup guardrails.
  • Add cross-platform skill UI metadata.

Testing

  • scripts/precheck.sh passes locally (455 tests)
  • Skill passes quick_validate.py
  • Linux shell example passes bash -n
  • Platform facts checked against release assets and Ropy source configuration

Self-Check

  • PR title follows Conventional Commits
  • No hardcoded user-facing strings — documentation-only change
  • Errors defined with thiserror — no error types added
  • No unrelated changes mixed in

@StudentWeis StudentWeis changed the title test(repository): document agentbay windows gui workflow test(repository): document cross-platform gui workflow Aug 4, 2026
@StudentWeis
StudentWeis merged commit 1264415 into main Aug 5, 2026
8 checks passed
@StudentWeis
StudentWeis deleted the test/agentbay-windows-gui-skill branch August 5, 2026 01:33
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.

test: document cross-platform GUI workflow

1 participant