psycgod-sage 1.0.22 → 1.0.24
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ npm install -g psycgod-sage
|
|
|
12
12
|
npx -y psycgod-sage activate
|
|
13
13
|
```
|
|
14
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
|
|
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
16
|
|
|
17
17
|
One-shot npx usage:
|
|
18
18
|
|
|
@@ -59,6 +59,7 @@ npx -y psycgod-sage run -- <command>
|
|
|
59
59
|
- There is no separate JS database, runner, compressor, or ML implementation in the active CLI path.
|
|
60
60
|
- ML V1 is included through PyPI SAGE.
|
|
61
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.
|
|
62
63
|
|
|
63
64
|
Links:
|
|
64
65
|
|