bear_context_import
Import external content like Jira tickets or Slack threads into a curated context library with YAML metadata for organization.
Instructions
Import external content into the context library. Content is written to the external/ directory with YAML front matter (source, group, summary, date). Use this to add non-Bear content like Jira tickets, Slack threads, API docs, or any markdown. The content is passed via stdin and a filename must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Target filename in external/ (e.g., 'jira-ticket-123.md') | |
| content | Yes | Markdown content to import | |
| group | No | Group label for organizing (e.g., 'jira', 'slack', 'docs') | |
| source | No | Source description (e.g., URL, tool name) | |
| summary | No | Short summary of the content |