remember
Persist a fact or note into shared memory so future agent sessions can access it. Optionally mark it as claimed to temporarily withhold work from other agents, preventing duplicate changes.
Instructions
Write something back, so the next session in any agent knows it too.
Set `claiming` when you are about to start work on this, rather than
just noting something. Other agents are then told you have it and knos
withholds it from them until you finish or half an hour passes. Writing
a plain fact claims nothing: a note everybody can read is the point.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fact | Yes | ||
| about | Yes | ||
| claiming | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |