Description: Manage durable working-session memory for coding agents. Use when a user asks to preserve or recover agent context across disconnects, VS Code restarts, long-running work, handoffs, or any session where important state should be written periodically under the repo’s session directory. Do NOT use for: simple questions, short tasks, one-off commands, linting, or code review.
Lines: 162 | Code: 61 | Dir: nemo-rl-session-memory
name: nemo-rl-session-memory license: Apache-2.0 description: “Manage durable working-session memory for coding agents. Use when a user asks to preserve or recover agent context across disconnects…