Reported by: ForaDoPadrao (Discord, Feb 25)
Description:
When the session-memory hook is disabled in openclaw.json and AGENTS.md explicitly says Do NOT read memory/YYYY-MM-DD.md, the agent still attempts to read daily notes on /new and gets ENOENT errors.
Likely cause: Something in OpenClaw's internal system prompt instructs the agent to read daily notes independently of the hook.
Repro:
- Disable session-memory hook in openclaw.json
- Start new session with
/new
- Agent still attempts
Read memory/YYYY-MM-DD.md
Expected: With hook disabled, agent should not attempt to read daily notes.
Environment: OpenClaw 2026.2.24, ClawVault 3.1.0
Note: This may be an OpenClaw issue rather than ClawVault, but documenting here since it affects the plugin behavior.
Reported by: ForaDoPadrao (Discord, Feb 25)
Description:
When the session-memory hook is disabled in openclaw.json and AGENTS.md explicitly says
Do NOT read memory/YYYY-MM-DD.md, the agent still attempts to read daily notes on/newand gets ENOENT errors.Likely cause: Something in OpenClaw's internal system prompt instructs the agent to read daily notes independently of the hook.
Repro:
/newRead memory/YYYY-MM-DD.mdExpected: With hook disabled, agent should not attempt to read daily notes.
Environment: OpenClaw 2026.2.24, ClawVault 3.1.0
Note: This may be an OpenClaw issue rather than ClawVault, but documenting here since it affects the plugin behavior.