memorix 1.0.5 → 1.0.7

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.md CHANGED
@@ -7,7 +7,7 @@ You have access to Memorix, an open-source cross-agent memory layer for coding a
7
7
  At the beginning of every conversation:
8
8
 
9
9
  1. Call `memorix_session_start` to load the previous session summary and recent high-value context.
10
- 2. If you are connected to the HTTP control plane (`memorix serve-http`) and you know the current workspace path, pass:
10
+ 2. If you are connected to the HTTP control-plane mode (normally started with `memorix background start`; `memorix serve-http` is the foreground variant) and you know the current workspace path, pass:
11
11
  - `agent`
12
12
  - `projectRoot` = the absolute path of the current workspace or repo root
13
13
  3. If you are using stdio / Quick Mode and Memorix is already project-bound, calling `memorix_session_start` without `projectRoot` is acceptable.