diff --git a/GEMINI.md b/GEMINI.md index 3ac055d..efbbe47 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -64,7 +64,7 @@ nmem --json wm read If the command succeeds but returns `exists: false`, there is no Working Memory briefing yet. Say that clearly instead of pretending a briefing exists. -If the runtime already knows the current project or agent lane, add `--space ""` to either command. Multi-agent orchestrators can set `NMEM_AGENT_ID=""` before launching Gemini CLI. Add `NMEM_SPACE` only when that whole run should override the identity's default space. Use `NMEM_HOST_AGENT_ID` only for advanced host-id aliases. +If the runtime already knows the current project or agent lane, add `--space ""` to either command. Multi-agent orchestrators can set `NMEM_AGENT_ID=""` before launching Gemini CLI. Add `NMEM_SPACE` only when that whole run should override the identity's default space. Use `NMEM_HOST_AGENT_ID` only for advanced external aliases. Only fall back to the legacy file below for older local-only **Default-space** setups where the user still keeps Working Memory there: diff --git a/commands/nowledge/read-working-memory.toml b/commands/nowledge/read-working-memory.toml index b6c2ea9..c36f98a 100644 --- a/commands/nowledge/read-working-memory.toml +++ b/commands/nowledge/read-working-memory.toml @@ -15,7 +15,7 @@ nmem --json wm read If either command succeeds but returns no content yet, say that clearly. -If the runtime already knows the current project or agent lane, add `--space ""` to either command. Multi-agent orchestrators can set `NMEM_AGENT_ID=""` before launching Gemini CLI. Add `NMEM_SPACE` only when that whole run should override the identity's default space. Use `NMEM_HOST_AGENT_ID` only for advanced host-id aliases. +If the runtime already knows the current project or agent lane, add `--space ""` to either command. Multi-agent orchestrators can set `NMEM_AGENT_ID=""` before launching Gemini CLI. Add `NMEM_SPACE` only when that whole run should override the identity's default space. Use `NMEM_HOST_AGENT_ID` only for advanced external aliases. Only if `nmem` is unavailable in an older local-only **Default-space** setup, fall back to: diff --git a/skills/read-working-memory/SKILL.md b/skills/read-working-memory/SKILL.md index 2bc0342..c0cbe78 100644 --- a/skills/read-working-memory/SKILL.md +++ b/skills/read-working-memory/SKILL.md @@ -19,7 +19,7 @@ CLI Context Bundle fallback: nmem --json context --source-app gemini-cli ``` -If the runtime already knows the current project or agent lane, add `--space ""`. Multi-agent orchestrators can set `NMEM_AGENT_ID=""` before launching Gemini CLI. Add `NMEM_SPACE` only when that whole run should override the identity's default space. Use `NMEM_HOST_AGENT_ID` only for advanced host-id aliases. +If the runtime already knows the current project or agent lane, add `--space ""`. Multi-agent orchestrators can set `NMEM_AGENT_ID=""` before launching Gemini CLI. Add `NMEM_SPACE` only when that whole run should override the identity's default space. Use `NMEM_HOST_AGENT_ID` only for advanced external aliases. ## When to Use