bear_context_triage
Triage files in your inbox by moving them to external storage, creating Bear notes with context tags, or deleting them, then regenerating the index.
Instructions
Triage a file in the inbox. Three actions: 'keep' moves it to external/ with optional group/summary metadata. 'push_to_bear' creates a Bear note tagged #context (+ optional subtag) and deletes the inbox file. 'discard' deletes the file. All actions regenerate the index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Filename in inbox/ to triage | |
| action | Yes | Triage action: keep (move to external/), push_to_bear (create Bear note), or discard (delete) | |
| group | No | Group label (used with 'keep' action) | |
| subtag | No | Sub-tag for Bear note (used with 'push_to_bear' action, e.g., 'jira' → #context/jira) | |
| summary | No | Short summary (used with 'keep' action) |