@alphafox/cli 0.3.4 → 0.3.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.
@@ -1,10 +1,10 @@
1
1
  ---
2
2
  name: alphafox-shared
3
- description: Shared Alphafox CLI rules for Agents — auth, profiles, envelopes, risk gates, and public operationIds only.
4
- version: 0.3.4
3
+ description: Shared AlphaFox CLI rules for Agents — auth, profiles, envelopes, risk gates, and public operationIds only.
4
+ version: 0.3.5
5
5
  ---
6
6
 
7
- # Alphafox shared Agent contract
7
+ # AlphaFox shared Agent contract
8
8
 
9
9
  User-facing entry is skill `alphafox` (router). This file is the shared CLI contract every domain skill assumes.
10
10
 
@@ -14,7 +14,7 @@ Co-versioned with `@alphafox/cli`. Query compatibility with `alphafox version --
14
14
 
15
15
  Prefer the wizard (CLI + Agent Skills) or the Agent install guide. Do not treat
16
16
  `npm install -g @alphafox/cli` as enough for Agents — Skills must be registered
17
- with `npx skills add`.
17
+ with `alphafox skills sync`.
18
18
 
19
19
  ```bash
20
20
  npx @alphafox/cli@latest install
@@ -24,6 +24,18 @@ npx @alphafox/cli version --format json --no-input
24
24
  npx @alphafox/cli doctor --format json --no-input
25
25
  ```
26
26
 
27
+ Update checks are read-only. A real update keeps CLI and Skills co-versioned:
28
+
29
+ ```bash
30
+ alphafox update --check --format json --no-input
31
+ alphafox update --format json --no-input
32
+ alphafox skills status --format json --no-input
33
+ ```
34
+
35
+ Never update AlphaFox Skills independently from GitHub. If `skills status`
36
+ reports local modifications, stop and ask before using
37
+ `alphafox skills sync --force --yes`; the CLI backs up replaced files.
38
+
27
39
  - Default profile: `production`. Use `--profile staging|local` explicitly.
28
40
  - Tokens: OS keychain only (macOS Keychain, Linux Secret Service, Windows Credential Manager). Never pass `--token`. Never read tokens from config JSON.
29
41
  - Automation tokens are **not supported in v1** (interactive Device Flow / PKCE only).
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: alphafox-auth
3
- description: Login, status, logout, whoami, and environment isolation for Alphafox CLI.
4
- version: 0.3.4
3
+ description: Login, status, logout, whoami, and environment isolation for AlphaFox CLI.
4
+ version: 0.3.5
5
5
  ---
6
6
 
7
7
  # Auth Skill
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: alphafox-engine-backtest
3
3
  description: Local Engine WASM backtest (alphafox engine-backtest run|sweep) vs catalog experiment CRUD.
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  ---
6
6
 
7
7
  # Engine Backtest
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: alphafox-exchange
3
3
  description: Exchange connectors list and connection management via Public API.
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  ---
6
6
 
7
7
  # Exchange connectors
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: alphafox-market
3
3
  description: Market data, ticker resolution, and spread-radar readonly queries.
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  ---
6
6
 
7
7
  # Market
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: alphafox-notification
3
3
  description: Notification channels and subscriptions.
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  ---
6
6
 
7
7
  # Notification
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: alphafox-strategy
3
3
  description: Strategy definitions and chats via public operationIds.
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  ---
6
6
 
7
7
  # Strategy / Chat
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: alphafox-trading
3
3
  description: Traders list and high-risk start/stop with confirmation gates.
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  ---
6
6
 
7
7
  # Trading