* align docs and contract

* clean

* rename from deskctl-cli to deskctl

* runtime
This commit is contained in:
Hari 2026-03-26 08:44:10 -04:00 committed by Harivansh Rathi
parent 88f9ff85a3
commit eac3a61ceb
18 changed files with 41 additions and 47 deletions

View file

@ -16,10 +16,6 @@ import DocLayout from "../layouts/DocLayout.astro";
then verify.
</p>
<pre><code>npm install -g deskctl-cli
deskctl doctor
deskctl snapshot --annotate</code></pre>
<h2>Start here</h2>
<ul>
@ -33,6 +29,7 @@ deskctl snapshot --annotate</code></pre>
<ul>
<li><a href="/commands">Commands</a></li>
<li><a href="/architecture">Architecture</a></li>
<li><a href="/runtime-contract">Runtime contract</a></li>
</ul>
<h2>Agent skill</h2>
@ -47,15 +44,13 @@ deskctl snapshot --annotate</code></pre>
<ul>
<li>
<a href="https://www.npmjs.com/package/deskctl-cli">npm package</a>
<a href="https://www.npmjs.com/package/deskctl">npm package</a>
</li>
<li>
<a href="https://github.com/harivansh-afk/deskctl">GitHub</a>
</li>
<li>
<a href="https://github.com/harivansh-afk/deskctl/releases">
GitHub releases
</a>
<a href="https://github.com/harivansh-afk/deskctl/releases"> Releases </a>
</li>
</ul>
</DocLayout>

View file

@ -9,17 +9,17 @@ toc: true
## Default install
```sh
npm install -g deskctl-cli
npm install -g deskctl
deskctl --help
```
`deskctl-cli` is the default install path. It installs the `deskctl` command by
`deskctl` is the default install path. It installs the command by
downloading the matching GitHub Release asset for the supported runtime target.
## One-shot usage
```sh
npx deskctl-cli --help
npx deskctl --help
```
## Agent skill

View file

@ -9,7 +9,7 @@ toc: true
## Install and diagnose
```sh
npm install -g deskctl-cli
npm install -g deskctl
deskctl doctor
```