Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 2.07 KB

File metadata and controls

32 lines (24 loc) · 2.07 KB

Sources

External References

Local References

  • other/AGENTS.md sections PTY Sessions: opencode-pty and Verification

Authoring Decisions

  • The skill is a workflow-process skill because it orchestrates local server lifecycle, browser driving, and visual review.
  • The local app lifecycle is centered on pty_spawn, pty_read, and pty_kill so the workflow matches OpenCode's PTY rules.
  • agent-browser refs, snapshots, and annotated screenshots are the primary browser interface because they are deterministic and visual at the same time.
  • The guidance emphasizes stable rendering, targeted coverage, and explicit reporting because visual checks lose value quickly when they become flaky or vague.

Coverage Notes

  • The skill covers local and remote targets.
  • The skill covers responsive, theme, and state-based manual browser checks.
  • The examples explicitly cover Vite and Nuxt local dev-server workflows.
  • The skill deliberately stops short of CI-grade pixel diff automation and points to follow-up automation only when warranted.