docs: add missing command reference entries#200
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ccd208ea6f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| agent-device is text 'id="greeting"' "Welcome back" | ||
| ``` | ||
|
|
||
| - `is` evaluates UI predicates against a snapshot ref or selector and exits non-zero on failure. |
There was a problem hiding this comment.
Drop snapshot-ref support claim for
is
This new assertion docs section says is can target a snapshot ref, but the CLI contract is selector-only (agent-device is <predicate> <selector> [value] from command help) and the handler rejects non-selector inputs with is requires a selector expression (splitIsSelectorArgs in src/daemon/handlers/interaction.ts). As written, documented invocations like agent-device is visible @e3 will consistently fail, so the reference and examples should be updated to selector syntax only.
Useful? React with 👍 / 👎.
Summary
Expand the commands reference page to explicitly document missing CLI entries, including wait/alert, assertions, tracing, runtime hints, device discovery, and session inspection.
Touched files: 1 (
website/docs/docs/commands.md). Scope stayed within docs only.Validation
Docs-only change; tests not run.