bear_context_setup
Initialize a curated folder structure for syncing Bear notes with LLMs by setting up directory configuration and tagging rules.
Instructions
Initialize a context library — a curated, synced folder of Bear notes optimized for LLM consumption. Creates the directory structure and config. After setup, tag Bear notes with #context (or a custom prefix) and use bear_context_sync to pull them in. One-time operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Output directory for the context library (default: ~/.bear-context) | |
| tag_prefix | No | Tag prefix for qualifying notes (default: context). Notes tagged #context or #context/subtag will be included. | |
| use_frontmatter | No | Also include notes with context: true in YAML front matter (default: true) |