@starkscan/cli 0.1.0 → 0.1.2

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.2` stable release. The npm `latest` tag points to the real
7
+ CLI package. Use the untagged install for normal setup and pin `0.1.2` 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.2 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.2`
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.2 init --agent --output-format json
68
+ npx -y @starkscan/cli@0.1.2 mcp print-config --transport remote
69
+ npx -y @starkscan/cli@0.1.2 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.2 --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-29T21:03:15Z",
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": "570afc45d58623ad3f3e17a52686049088c0661b7b26fa4716ca7ab285b51917"
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": "e7982287af1aa182e10aba106609a3f7fa6aa568a61a03beae8d85d6393e6edb"
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": "78cdeeb2f4a458687315b266a8dea7f02ab28ac201468c591b4f7ffbfab880eb"
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": "f89304a6084644f5737491774b560d787ad2e88d786b7a7b261991da63a88773"
32
32
  }
33
33
  ]
34
34
  }
@@ -0,0 +1 @@
1
+ 570afc45d58623ad3f3e17a52686049088c0661b7b26fa4716ca7ab285b51917 starkscan-darwin-aarch64.tar.gz
@@ -0,0 +1 @@
1
+ e7982287af1aa182e10aba106609a3f7fa6aa568a61a03beae8d85d6393e6edb starkscan-darwin-x86_64.tar.gz
@@ -0,0 +1 @@
1
+ 78cdeeb2f4a458687315b266a8dea7f02ab28ac201468c591b4f7ffbfab880eb starkscan-linux-aarch64.tar.gz
@@ -0,0 +1 @@
1
+ f89304a6084644f5737491774b560d787ad2e88d786b7a7b261991da63a88773 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.2",
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