docs: tighten clickthrough skill and API guidance
All checks were successful
python-syntax / syntax-check (push) Successful in 43s
All checks were successful
python-syntax / syntax-check (push) Successful in 43s
Closes #10
This commit is contained in:
@@ -38,6 +38,11 @@ For OCR support, install the native `tesseract` binary on the host (in addition
|
||||
5. `POST /action?screen=0` to execute
|
||||
6. `GET /screen?screen=0` again to verify result
|
||||
|
||||
Important:
|
||||
- `POST /action` expects an `action` plus a `target` object; do not send raw top-level `x` / `y` fields.
|
||||
- Pixel coordinates and OCR bounding boxes are always global desktop coordinates.
|
||||
- Prefer structured GUI interaction first; use `/exec` for launch, recovery, or explicit system-level tasks.
|
||||
|
||||
See:
|
||||
- `docs/API.md`
|
||||
- `docs/coordinate-system.md`
|
||||
|
||||
Reference in New Issue
Block a user