mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-20 19:02:10 +00:00
rename (#11)
* align docs and contract * clean * rename from deskctl-cli to deskctl * runtime
This commit is contained in:
parent
88f9ff85a3
commit
eac3a61ceb
18 changed files with 41 additions and 47 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: deskctl
|
||||
description: Non-interactive X11 desktop control for AI agents. Use when the task involves controlling a Linux desktop - clicking, typing, reading windows, waiting for UI state, or taking screenshots inside a sandbox or VM.
|
||||
allowed-tools: Bash(deskctl:*), Bash(npx deskctl-cli:*), Bash(npm:*), Bash(which:*), Bash(printenv:*), Bash(echo:*)
|
||||
allowed-tools: Bash(deskctl:*), Bash(npx deskctl:*), Bash(npm:*), Bash(which:*), Bash(printenv:*), Bash(echo:*)
|
||||
---
|
||||
|
||||
# deskctl
|
||||
|
|
@ -13,7 +13,7 @@ All output follows the runtime contract defined in [references/runtime-contract.
|
|||
## Quick start
|
||||
|
||||
```bash
|
||||
npm install -g deskctl-cli
|
||||
npm install -g deskctl
|
||||
deskctl doctor
|
||||
deskctl snapshot --annotate
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue