psycgod-sage 1.0.21 → 1.0.22
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 +6 -0
- 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 hooks/MCP config, then prints a verification report. 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
|