resolve_thread
Mark an open thread as resolved using thread ID for exact match or text for fuzzy matching, with an optional resolution note.
Instructions
Mark an open thread as resolved. Use thread_id for exact match or text_match for fuzzy matching. Updates session state and .gitmem/threads.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | No | Thread ID (e.g., "t-a1b2c3d4") for exact resolution | |
| text_match | No | Fuzzy text match against thread descriptions (fallback if no thread_id) | |
| resolution_note | No | Brief note explaining how/why thread was resolved |