@kuandotdev/indicator 0.1.3 → 0.1.5

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
@@ -8,32 +8,26 @@ MCP/agent import, market data, and model forecast checks.
8
8
  The npm package includes the installable project files directly, so users do not
9
9
  need GitHub repository access to install the tool.
10
10
 
11
- ## Local Development
11
+ ## Installation
12
12
 
13
- Use the repo Makefile for local development installs and reinstalls:
13
+ Run directly with `npx`:
14
14
 
15
15
  ```bash
16
- make install
17
- make uninstall
18
- make install FORCE_INSTALL=1
19
- make agent-import PLATFORM=auto
20
- make check-skills
16
+ npx @kuandotdev/indicator install
21
17
  ```
22
18
 
23
- Use the wrapper directly only when testing the package itself:
19
+ Or install it into your current project first:
24
20
 
25
21
  ```bash
26
- node src/cli.js --help
27
- node src/cli.js doctor
22
+ npm i @kuandotdev/indicator
23
+ npx indicator install
28
24
  ```
29
25
 
30
- ## Production Install
26
+ Or install globally:
31
27
 
32
28
  ```bash
33
- npx @kuandotdev/indicator install
34
- npx @kuandotdev/indicator install --force
35
- npx @kuandotdev/indicator uninstall --platform auto
29
+ npm i -g @kuandotdev/indicator
30
+ indicator install
36
31
  ```
37
32
 
38
- For IP protection, keep proprietary prompts/model orchestration server-side and
39
- ship this package as a thin local installer/client.
33
+ The `npx @kuandotdev/indicator install` option is recommended for most users.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kuandotdev/indicator",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Indicator CLI wrapper for install, uninstall, diagnostics, market data, and model forecast commands.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
@@ -8,32 +8,26 @@ MCP/agent import, market data, and model forecast checks.
8
8
  The npm package includes the installable project files directly, so users do not
9
9
  need GitHub repository access to install the tool.
10
10
 
11
- ## Local Development
11
+ ## Installation
12
12
 
13
- Use the repo Makefile for local development installs and reinstalls:
13
+ Run directly with `npx`:
14
14
 
15
15
  ```bash
16
- make install
17
- make uninstall
18
- make install FORCE_INSTALL=1
19
- make agent-import PLATFORM=auto
20
- make check-skills
16
+ npx @kuandotdev/indicator install
21
17
  ```
22
18
 
23
- Use the wrapper directly only when testing the package itself:
19
+ Or install it into your current project first:
24
20
 
25
21
  ```bash
26
- node src/cli.js --help
27
- node src/cli.js doctor
22
+ npm i @kuandotdev/indicator
23
+ npx indicator install
28
24
  ```
29
25
 
30
- ## Production Install
26
+ Or install globally:
31
27
 
32
28
  ```bash
33
- npx @kuandotdev/indicator install
34
- npx @kuandotdev/indicator install --force
35
- npx @kuandotdev/indicator uninstall --platform auto
29
+ npm i -g @kuandotdev/indicator
30
+ indicator install
36
31
  ```
37
32
 
38
- For IP protection, keep proprietary prompts/model orchestration server-side and
39
- ship this package as a thin local installer/client.
33
+ The `npx @kuandotdev/indicator install` option is recommended for most users.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kuandotdev/indicator",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Indicator CLI wrapper for install, uninstall, diagnostics, market data, and model forecast commands.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,