archive_thought
Keep your active thoughts folder tidy by archiving processed thought files. Moves the file to an archive directory and logs the action with timestamp and created task IDs.
Instructions
Archives a processed thought file by moving it to .project/thoughts/todos/.archive/. Use this after you've created tasks from a thought file to keep the active thoughts folder clean. Also logs the archive action with timestamp and created task IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | The thought file to archive (e.g., "my-ideas.md"). | |
| created_tasks | No | Array of task IDs that were created from this thought (e.g., ["AUTH-001", "AUTH-002"]). | |
| notes | No | Optional notes about the processing (e.g., "Consolidated 5 items into 2 tasks"). |