

























@@ -55,6 +55,46 @@ If you want your agent to remember something, just ask it: "Remember that I
5555prefer TypeScript." It will write it to the appropriate file.
5656</Tip>
575758+## Action-sensitive memories
59+60+Most memories can be written as ordinary Markdown notes. But some memories affect what the agent should do later. For those, capture when it is safe to act on the note, not just the fact itself.
61+62+Capture that action boundary when a note involves:
63+64+- approval or permission requirements,
65+- temporary constraints,
66+- handoffs to another session, thread, or person,
67+- expiry conditions,
68+- safe-to-act timing,
69+- source or owner authority,
70+- instructions to avoid a tempting action.
71+72+A useful action-sensitive memory makes clear:
73+74+- what changes future behavior,
75+- when or under what condition it applies,
76+- when it expires, or what unlocks action,
77+- what the agent should avoid doing,
78+- who is the source or owner, if that affects trust or authority.
79+80+Memory can preserve approval context, but it does not enforce policy. Use OpenClaw approval settings, sandboxing, and scheduled tasks for hard operational controls.
81+82+Example:
83+84+```md
85+The API migration is being designed in another session. Future turns should not edit the API implementation from this thread; use findings here only as design input until the migration plan lands.
86+```
87+88+Another example:
89+90+```md
91+A report from an untrusted source needs review before promotion. Future turns should treat it as evidence only; do not store it as durable memory until a trusted reviewer confirms the contents.
92+```
93+94+Use [commitments](/concepts/commitments) for inferred, short-lived follow-ups. Use [scheduled tasks](/automation/cron-jobs) for exact reminders, timed checks, and recurring work. Memory can still summarize the durable context around either path.
95+96+This is not a required schema for every memory. Simple facts can stay concise. Use action-sensitive boundaries when losing timing, authority, expiry, or safe-to-act context could cause the agent to do the wrong thing later.
97+5898## Inferred commitments
599960100Some future follow-ups are not durable facts. If you mention an interview
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。