Create Memory
Initialize the memory persistence system.
Procedure
- •
Check if
memory.mdexists in the current working directory using the Read tool - •
If memory.md already exists:
- •Inform the user that memory already exists
- •Show them a brief summary of current memory contents
- •Do NOT overwrite or modify the file
- •
If memory.md does not exist:
- •Create
memory.mdwith the following initial structure:
- •Create
markdown
# Memory This file stores persistent key-value pairs. ## Entries <!-- Memory entries below this line -->
- •Confirm to the user that memory has been initialized
File Location
Memory is stored at: ./memory.md (current working directory)
Format
Memory entries are stored as markdown list items in key-value format:
code
- **key**: value