@starkscan/cli 0.1.0 → 0.1.1

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.
package/README.md CHANGED
@@ -3,8 +3,8 @@
3
3
  Command-line Starkscan client for status checks, explorer reads, local exports,
4
4
  and agent setup.
5
5
 
6
- Status: public `0.1.0` stable release. The npm `latest` tag points to the real
7
- CLI package. Use the untagged install for normal setup and pin `0.1.0` for
6
+ Status: public `0.1.1` stable release. The npm `latest` tag points to the real
7
+ CLI package. Use the untagged install for normal setup and pin `0.1.1` for
8
8
  unattended agents or production services that need reproducible installs.
9
9
 
10
10
  ## Install
@@ -23,12 +23,12 @@ npx -y @starkscan/cli init --agent --output-format json
23
23
  Exact pin for unattended services:
24
24
 
25
25
  ```bash
26
- npx -y @starkscan/cli@0.1.0 init --agent --output-format json
26
+ npx -y @starkscan/cli@0.1.1 init --agent --output-format json
27
27
  ```
28
28
 
29
- The `@beta` tag remains a prerelease channel only. Do not use it for unattended
30
- production services unless a maintainer explicitly asks you to test a
31
- prerelease.
29
+ Prerelease tags such as `@beta` are maintainer-directed test channels only.
30
+ Normal users and agents should use the default package or the exact `0.1.1`
31
+ pin above.
32
32
 
33
33
  ## First commands
34
34
 
@@ -64,9 +64,9 @@ transport: `POST https://api.starkscan.co/mcp` on the API domain, or
64
64
  ## Agent setup
65
65
 
66
66
  ```bash
67
- npx -y @starkscan/cli@0.1.0 init --agent --output-format json
68
- npx -y @starkscan/cli@0.1.0 mcp print-config --transport remote
69
- npx -y @starkscan/cli@0.1.0 mcp start --transport remote
67
+ npx -y @starkscan/cli@0.1.1 init --agent --output-format json
68
+ npx -y @starkscan/cli@0.1.1 mcp print-config --transport remote
69
+ npx -y @starkscan/cli@0.1.1 mcp start --transport remote
70
70
  ```
71
71
 
72
72
  `print-config` emits machine-readable snippets. Keep `STARKSCAN_API_KEY` in the
@@ -77,7 +77,7 @@ host shell, CI secret store, or MCP client secret store.
77
77
  Agents can inspect the launcher decision without executing the native binary:
78
78
 
79
79
  ```bash
80
- npx -y @starkscan/cli@0.1.0 --launcher-json
80
+ npx -y @starkscan/cli@0.1.1 --launcher-json
81
81
  ```
82
82
 
83
83
  The JSON includes the package version, resolved binary path, release tag,
@@ -1,34 +1,34 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-06-29T13:07:15Z",
3
+ "generatedAt": "2026-06-29T16:11:51Z",
4
4
  "artifacts": [
5
5
  {
6
6
  "name": "starkscan-darwin-aarch64.tar.gz",
7
7
  "platform": "darwin-aarch64",
8
8
  "target": "darwin-aarch64",
9
9
  "archive": "starkscan-darwin-aarch64.tar.gz",
10
- "sha256": "f09d9f6e76be371e0f87da9d1540a77607c37cabb94c69c59959c02cbf523a14"
10
+ "sha256": "b832cb12e5300afadc6a75ae22290f54535734a8053a89e5855d1f4dcc44c4c3"
11
11
  },
12
12
  {
13
13
  "name": "starkscan-darwin-x86_64.tar.gz",
14
14
  "platform": "darwin-x86_64",
15
15
  "target": "darwin-x86_64",
16
16
  "archive": "starkscan-darwin-x86_64.tar.gz",
17
- "sha256": "46319387c9b77503a79dc617fc28aa6b35ba34edda3a6997ce70701591f51885"
17
+ "sha256": "7428ac46ca22baf1f8ab1e674a535741f3db149485740277a69c88379c54b77f"
18
18
  },
19
19
  {
20
20
  "name": "starkscan-linux-aarch64.tar.gz",
21
21
  "platform": "linux-aarch64",
22
22
  "target": "linux-aarch64",
23
23
  "archive": "starkscan-linux-aarch64.tar.gz",
24
- "sha256": "767bd29fe5562a3ab114f098eecda36d05e816f48e6f8e57df0f66970897887e"
24
+ "sha256": "c04b7827aa9fe0ee2c02b8a1d671c3ffc4c286ad8b54f2d4223fc49b546adb60"
25
25
  },
26
26
  {
27
27
  "name": "starkscan-linux-x86_64.tar.gz",
28
28
  "platform": "linux-x86_64",
29
29
  "target": "linux-x86_64",
30
30
  "archive": "starkscan-linux-x86_64.tar.gz",
31
- "sha256": "2f51b30701dce6502cf4cf070adfcb839c74720015524197de679b65d6d927f5"
31
+ "sha256": "b20ebe2ce47243d46dbae8d0b13978c47b4d2a6bc12d1628a22eb033e4d910e2"
32
32
  }
33
33
  ]
34
34
  }
@@ -0,0 +1 @@
1
+ b832cb12e5300afadc6a75ae22290f54535734a8053a89e5855d1f4dcc44c4c3 starkscan-darwin-aarch64.tar.gz
@@ -0,0 +1 @@
1
+ 7428ac46ca22baf1f8ab1e674a535741f3db149485740277a69c88379c54b77f starkscan-darwin-x86_64.tar.gz
@@ -0,0 +1 @@
1
+ c04b7827aa9fe0ee2c02b8a1d671c3ffc4c286ad8b54f2d4223fc49b546adb60 starkscan-linux-aarch64.tar.gz
@@ -0,0 +1 @@
1
+ b20ebe2ce47243d46dbae8d0b13978c47b4d2a6bc12d1628a22eb033e4d910e2 starkscan-linux-x86_64.tar.gz
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@starkscan/cli",
3
3
  "private": false,
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "description": "Command-line launcher for Starkscan API, export, and agent workflows.",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -1 +0,0 @@
1
- f09d9f6e76be371e0f87da9d1540a77607c37cabb94c69c59959c02cbf523a14 starkscan-darwin-aarch64.tar.gz
@@ -1 +0,0 @@
1
- 46319387c9b77503a79dc617fc28aa6b35ba34edda3a6997ce70701591f51885 starkscan-darwin-x86_64.tar.gz
@@ -1 +0,0 @@
1
- 767bd29fe5562a3ab114f098eecda36d05e816f48e6f8e57df0f66970897887e starkscan-linux-aarch64.tar.gz
@@ -1 +0,0 @@
1
- 2f51b30701dce6502cf4cf070adfcb839c74720015524197de679b65d6d927f5 starkscan-linux-x86_64.tar.gz