docs(mac): document clawdis ui passthrough
parent
990fafa988
commit
ecf0da1796
|
|
@ -94,6 +94,7 @@ UI automation is not part of `ClawdisIPC.Request`:
|
||||||
- Prefer `ensure-permissions` before actions that need TCC.
|
- 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 `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.).
|
- 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)
|
## Deep links (URL scheme)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ Reference (Peekaboo submodule): `docs/bridge-host.md`.
|
||||||
- **Clawdis.app** (secondary; “thin host” only)
|
- **Clawdis.app** (secondary; “thin host” only)
|
||||||
- **Bridge clients** (trigger single actions):
|
- **Bridge clients** (trigger single actions):
|
||||||
- `clawdis-mac ui …`
|
- `clawdis-mac ui …`
|
||||||
|
- `clawdis ui …` (Node/TS convenience wrapper; shells out to `clawdis-mac ui …`)
|
||||||
- Node/Gateway shells out to `clawdis-mac`
|
- Node/Gateway shells out to `clawdis-mac`
|
||||||
|
|
||||||
### Host discovery (client-side)
|
### Host discovery (client-side)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue