append_memory_bank_entry
Adds a timestamped entry to a specified file in the memory bank, optionally under a specific markdown header, to maintain persistent project context for AI assistants.
Instructions
Appends a new, timestamped entry to a specified file, optionally under a specific markdown header.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
entry | Yes | The content of the entry to append. | |
file_name | Yes | The name of the memory bank file to append to. | |
section_header | No | (Optional) The exact markdown header (e.g., '## Decision') to append under. |