Update Memory Bank (Roadmap & Append)
update_memory_bankAdd or remove roadmap entries and append progress, active context, or operations log entries to the memory bank.
Instructions
Add/remove roadmap entries and append memory-bank entries.
USE WHEN: You need a single memory-bank mutation entrypoint for roadmap edits (add/remove section entries) or append-style updates for progress, active context, or operations log entries.
DO NOT use this tool for free-form markdown rewrites; Prefer targeted operation modes so validation and sync rules remain enforceable.
EXAMPLES:
update_memory_bank(operation="roadmap_add", section="pending", entry_text="- Improve retrieval scoring")
update_memory_bank(operation="progress_append", date_str="2026-04-14", entry_text="Implemented typed memory reader")
update_memory_bank(operation="log_append", operation_type="fix", title="Resolve docs gate mismatch", summary="Aligned roadmap and progress")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| section | No | ||
| summary | No | ||
| date_str | No | ||
| position | No | last | |
| operation | No | roadmap_add | |
| entry_text | No | ||
| entry_contains | No | ||
| operation_type | No | ||
| change_description | No | ||
| skip_classification | No | ||
| section_heading_contains | No |