synapse_configure
Configure your Obsidian vault's structure and conventions for organizing knowledge, with options for auto-detection, structured setups, or custom folder paths.
Instructions
Save Synapse configuration based on the user's choice from synapse_setup. Three modes:
"existing": Auto-detect conventions from the vault and save config. No folders created.
"structured": Set up an organized knowledge base (creates sources/, notes/, CLAUDE.md). Requires a topic.
"custom": Save whatever folder paths and conventions the user specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Configuration mode chosen by the user ('kb' accepted as alias for 'structured') | |
| sourcesFolder | No | Where to save raw articles (default: auto-detect or 'sources') | |
| wikiFolder | No | Where organized notes go (default: 'notes' for structured mode, null for existing) | |
| outputsFolder | No | Where to save query outputs (default: auto-detect or 'outputs') | |
| topic | No | Topic for the knowledge base (required for kb mode) | |
| fileNaming | No | File naming convention (default: auto-detect or kebab-case) | |
| purpose | No | What the user will use this vault for | |
| purposeDescription | No | Custom purpose description (when purpose is 'custom') |