Skip to content

docs: add missing command reference entries#200

Merged
thymikee merged 1 commit intomainfrom
codex/docs-missing-commands
Mar 10, 2026
Merged

docs: add missing command reference entries#200
thymikee merged 1 commit intomainfrom
codex/docs-missing-commands

Conversation

@thymikee
Copy link
Contributor

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.

@thymikee thymikee merged commit e2bf4ef into main Mar 10, 2026
6 of 7 checks passed
@thymikee thymikee deleted the codex/docs-missing-commands branch March 10, 2026 11:29
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

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