@kuandotdev/indicator 0.1.3 → 0.1.4

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
@@ -7,33 +7,3 @@ runtime. It wraps the existing repo commands for install, uninstall, diagnostics
7
7
  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
-
11
- ## Local Development
12
-
13
- Use the repo Makefile for local development installs and reinstalls:
14
-
15
- ```bash
16
- make install
17
- make uninstall
18
- make install FORCE_INSTALL=1
19
- make agent-import PLATFORM=auto
20
- make check-skills
21
- ```
22
-
23
- Use the wrapper directly only when testing the package itself:
24
-
25
- ```bash
26
- node src/cli.js --help
27
- node src/cli.js doctor
28
- ```
29
-
30
- ## Production Install
31
-
32
- ```bash
33
- npx @kuandotdev/indicator install
34
- npx @kuandotdev/indicator install --force
35
- npx @kuandotdev/indicator uninstall --platform auto
36
- ```
37
-
38
- For IP protection, keep proprietary prompts/model orchestration server-side and
39
- ship this package as a thin local installer/client.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kuandotdev/indicator",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Indicator CLI wrapper for install, uninstall, diagnostics, market data, and model forecast commands.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
@@ -7,33 +7,3 @@ runtime. It wraps the existing repo commands for install, uninstall, diagnostics
7
7
  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
-
11
- ## Local Development
12
-
13
- Use the repo Makefile for local development installs and reinstalls:
14
-
15
- ```bash
16
- make install
17
- make uninstall
18
- make install FORCE_INSTALL=1
19
- make agent-import PLATFORM=auto
20
- make check-skills
21
- ```
22
-
23
- Use the wrapper directly only when testing the package itself:
24
-
25
- ```bash
26
- node src/cli.js --help
27
- node src/cli.js doctor
28
- ```
29
-
30
- ## Production Install
31
-
32
- ```bash
33
- npx @kuandotdev/indicator install
34
- npx @kuandotdev/indicator install --force
35
- npx @kuandotdev/indicator uninstall --platform auto
36
- ```
37
-
38
- For IP protection, keep proprietary prompts/model orchestration server-side and
39
- ship this package as a thin local installer/client.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kuandotdev/indicator",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Indicator CLI wrapper for install, uninstall, diagnostics, market data, and model forecast commands.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,