| name | project-memory |
| description | Load durable project memory for the active configured project. |
| allowed-tools | ["Read","Memory"] |
| argument-hint | <memory-file> |
| user-invocable | true |
| disable-model-invocation | false |
Load the active project's durable memory from $ARGUMENTS.
- Use
Read on $ARGUMENTS.
- Treat the file contents as durable project-specific context for the current task.
- If the file is missing or empty, continue without inventing memory.
- Do not quote the full file back to the user unless it is necessary.
- If you learn a durable new fact, use the
Memory tool to add, replace, or remove entries. Do not edit MEMORY.md directly.