auto-modelisted
Install: claude install-skill tboome33/obsidian-mcp-router
# auto-mode
Invoke the `set_auto_enrich_mode` MCP tool.
## Modes — when to pick which
- **`ClaudeAsk`** (default — propose, always confirm). Best for: discovering the feature, mixed-importance long sessions, vaults where false positives would be costly to clean up, calibration period.
- **`Hybrid`** (auto-save type-safe items like facts/URLs, ask on decisions/ADRs/techniques/rules). Best for: power-user sweet spot after a calibration week, active development with frequent URL ingestion, research with citations to pile up but conclusions to vet.
- **`FullAuto`** (auto-save everything; audit log in `wiki-meta/journal.md` + sensitivity filter + hard cap that degrades to `ClaudeAsk` after 5 saves/session). Best for: high-trust sessions, family chronicle / personal journal, long unsupervised flows (autoresearch, batch ingestion), solo brain-dumps where the wiki IS the conversation log. **Session-scoped or host-scoped only (v0.89.0):** this is the one mode a workspace `.env` may not set. Ask for it here, or have it declared in the MCP host — `persist` will not write it, and a `FullAuto` sitting in a project's file is refused at start-up (see below).
- **`off`** (no auto-suggestions; manual `/save` only). Best for: debugging sessions you don't want polluting the wiki, sensitive conversations, control-freak preference, default for legal/medical/financial vaults.
## Argument parsing from $ARGUMENTS
- bare mode name (`ClaudeAsk`, `Hybrid`, `FullAuto`, `off`) → `mode=<name>`, persi