add_progress_entry
Log structured progress entries with categories and metadata to maintain persistent project memory. Categorize changes by type, summarize updates, detail progress, list affected files, and add tags for organization.
Instructions
Add a structured progress entry to the Memory Bank. Provides a type-safe API for logging progress with categories and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type/category of the progress entry | |
| summary | Yes | Brief summary of the change (one line) | |
| details | No | Detailed description of the progress | |
| files | No | List of files affected by this change | |
| tags | No | Tags for categorizing this entry (e.g., ["api", "performance"]) |