@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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "massa-ai",
3
- "version": "1.8.0",
3
+ "version": "1.9.1",
4
4
  "description": "massa-ai — semantic code search, durable memory, symbol graph, and context compression",
5
5
  "author": {
6
6
  "name": "Luiz Massa",
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 (`RLM_LLM_ENABLED=true`); otherwise they're stored raw and the bridge
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massa-ai/claude-plugin",
3
- "version": "1.8.0",
3
+ "version": "1.9.1",
4
4
  "description": "massa-ai plugin for Claude Code — semantic code search, durable memory, symbol graph, and context compression",
5
5
  "files": [
6
6
  "agents",