docs(mac): document clawdis ui passthrough

This commit is contained in:
Peter Steinberger
2025-12-13 17:17:42 +00:00
parent 990fafa988
commit ecf0da1796
2 changed files with 2 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ UI automation is not part of `ClawdisIPC.Request`:
- Prefer `ensure-permissions` before actions that need TCC.
- Use `notify` for desktop toasts; fall back to JS notifier only if CLI missing or platform ≠ macOS.
- Use `run` for tasks requiring privileged UI context (screen-recorded terminal runs, etc.).
- For UI automation, `clawdis ui …` is a convenience passthrough to `clawdis-mac ui …` (text by default; add `--json` to the outer `clawdis` command for structured output).
## Deep links (URL scheme)

View File

@@ -32,6 +32,7 @@ Reference (Peekaboo submodule): `docs/bridge-host.md`.
- **Clawdis.app** (secondary; “thin host” only)
- **Bridge clients** (trigger single actions):
- `clawdis-mac ui …`
- `clawdis ui …` (Node/TS convenience wrapper; shells out to `clawdis-mac ui …`)
- Node/Gateway shells out to `clawdis-mac`
### Host discovery (client-side)