@massa-ai/claude-plugin 1.8.0 → 1.9.1
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/.claude-plugin/plugin.json +1 -1
- package/hooks/README.md +1 -1
- package/package.json +1 -1
package/hooks/README.md
CHANGED
|
@@ -43,7 +43,7 @@ into a structured memory.
|
|
|
43
43
|
3. Start the API: `bun run dev:api` (defaults to `http://localhost:3333`).
|
|
44
44
|
4. Run a Claude Code session — Observation rows appear in
|
|
45
45
|
PostgreSQL and are consolidated into memories when the LLM is
|
|
46
|
-
on (`
|
|
46
|
+
on (`MASSA_AI_LLM_ENABLED=true`); otherwise they're stored raw and the bridge
|
|
47
47
|
silently skips.
|
|
48
48
|
|
|
49
49
|
## Non-Claude hosts
|