psycgod-sage 1.0.21 → 1.0.23

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,11 +9,15 @@ and PyPI behavior stay identical. ML V1 is included. ML V2 remains optional.
9
9
 
10
10
  ```bash
11
11
  npm install -g psycgod-sage
12
+ npx -y psycgod-sage activate
12
13
  ```
13
14
 
15
+ `activate` is compulsory before you expect Claude, Codex, Cursor, Windsurf, OpenCode, Cline, or other AI agents to use SAGE automatically. It writes/repairs local AI-agent memory files and supported shell-wrapper hooks, then prints a verification report. It does **not** auto-enable SAGE MCP. Restart open AI-agent sessions after activation.
16
+
14
17
  One-shot npx usage:
15
18
 
16
19
  ```bash
20
+ npx -y psycgod-sage activate
17
21
  npx -y psycgod-sage run -- npm test
18
22
  ```
19
23
 
@@ -21,12 +25,14 @@ Equivalent Python install:
21
25
 
22
26
  ```bash
23
27
  pip install psycgod-sage
28
+ sage activate
24
29
  sage run -- npm test
25
30
  ```
26
31
 
27
32
  ## Usage
28
33
 
29
34
  ```bash
35
+ npx -y psycgod-sage activate
30
36
  npx -y psycgod-sage run -- npm test
31
37
  npx -y psycgod-sage history
32
38
  npx -y psycgod-sage explain --failed
@@ -53,6 +59,7 @@ npx -y psycgod-sage run -- <command>
53
59
  - There is no separate JS database, runner, compressor, or ML implementation in the active CLI path.
54
60
  - ML V1 is included through PyPI SAGE.
55
61
  - Optional ML V2 can be installed later with `npx -y psycgod-sage ml setup`.
62
+ - Optional MCP tools are manual: use `npx -y psycgod-sage mcp install` only if you explicitly want an MCP server.
56
63
 
57
64
  Links:
58
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "psycgod-sage",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "mcpName": "io.github.PsYcGoD/sage",
5
5
  "description": "npm/npx launcher for the canonical PyPI SAGE CLI wrapper for AI coding agents",
6
6
  "author": "PsYcGoD",