memento_project
Manage project state and goals by setting, retrieving, deleting state values, and defining or listing project goals with summary capabilities.
Instructions
Manage project state and goals. Actions: set_state, get_state, delete_state, set_goals, list_goals, summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform. | |
| key | No | State key for set_state / delete_state. | |
| value | No | JSON string or plain text value for set_state. | |
| goals | No | Goal strings for set_goals. | |
| context | No | ||
| mode | No | replace | |
| delete_reason | No | ||
| active_only | No | ||
| limit | No | ||
| offset | No | ||
| workspace_root | No |