@orbit-tools/cli 0.13.0 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @orbit-tools/cli
2
2
 
3
3
  npm binary proxy for the [Orbit](https://github.com/danieljhkim/orbit) CLI and
4
- the supported Orbit plugins for Claude Code and Codex.
4
+ the supported Orbit plugins for Claude Code, Codex, and Cursor.
5
5
 
6
6
  On install, downloads the matching prebuilt `orbit` binary from
7
7
  [GitHub Releases](https://github.com/danieljhkim/orbit/releases), authenticates
8
8
  the signed `orbit-checksums.txt` with the package-pinned release trust set,
9
9
  verifies the archive SHA-256, and exposes it as the `orbit` command.
10
10
 
11
- The Claude Code and Codex plugin manifests both launch this package as
12
- `npx -y @orbit-tools/cli@latest mcp serve`. Their plugin managers install the
13
- appropriate manifests, shared skills, and client-specific integration assets;
14
- users do not need to copy files from this package or the Orbit repository.
15
- Installing `@orbit-tools/cli` by itself provides the native CLI proxy, not the
16
- agent plugin assets.
11
+ The Claude Code, Codex, and Cursor Agent Plugin manifests all launch this
12
+ package as `npx -y @orbit-tools/cli@latest mcp serve`. Their plugin managers
13
+ install the appropriate manifests, shared skills, and client-specific
14
+ integration assets; users do not need to copy files from this package or the
15
+ Orbit repository. Installing `@orbit-tools/cli` by itself provides the native
16
+ CLI proxy, not the agent plugin assets.
17
17
 
18
18
  ## Usage
19
19
 
@@ -22,7 +22,7 @@ agent plugin assets.
22
22
  npm install -g @orbit-tools/cli
23
23
  orbit --version
24
24
 
25
- # One-shot via npx (used by the Orbit Claude Code and Codex plugins)
25
+ # One-shot via npx (used by the Orbit Claude Code, Codex, and Cursor plugins)
26
26
  npx -y @orbit-tools/cli mcp serve
27
27
  ```
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbit-tools/cli",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "npm proxy for the Orbit CLI. Downloads the matching native binary from GitHub Releases on install and forwards all invocations.",
5
5
  "bin": {
6
6
  "orbit": "bin/orbit.js"