@alphafox/cli 0.1.1 → 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
@@ -1,4 +1,4 @@
1
- # @alphafox/cli
1
+ # alphafox-cli
2
2
 
3
3
  Alphafox CLI (`alphafox`) — Agent and human entry for the versioned Public Application API on alphafox-web.
4
4
 
@@ -7,7 +7,7 @@ Alphafox CLI (`alphafox`) — Agent and human entry for the versioned Public App
7
7
  ```bash
8
8
  npm install -g @alphafox/cli
9
9
  # or
10
- npx @alphafox/cli version
10
+ npx alphafox-cli version
11
11
  ```
12
12
 
13
13
  ## Quick start
package/dist/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export declare const CLI_NAME = "alphafox";
2
2
  export declare const CLI_PACKAGE = "@alphafox/cli";
3
- export declare const CLI_VERSION = "0.1.0";
3
+ export declare const CLI_VERSION = "0.1.2";
4
4
  export declare const CLI_CONTRACT_VERSION = "2026-08-11";
package/dist/version.js CHANGED
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CLI_CONTRACT_VERSION = exports.CLI_VERSION = exports.CLI_PACKAGE = exports.CLI_NAME = void 0;
4
4
  exports.CLI_NAME = "alphafox";
5
5
  exports.CLI_PACKAGE = "@alphafox/cli";
6
- exports.CLI_VERSION = "0.1.0";
6
+ exports.CLI_VERSION = "0.1.2";
7
7
  exports.CLI_CONTRACT_VERSION = "2026-08-11";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alphafox/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Alphafox CLI \u2014 Agent/Human entry for the public Application API.",
5
5
  "type": "commonjs",
6
6
  "bin": {