← ClaudeAtlas

auto-modelisted

Set the wiki auto-enrichment mode for the current session — `ClaudeAsk` (default, propose + always confirm), `Hybrid` (auto-save type-safe items, ask on high-stakes), `FullAuto` (auto-save everything with safety nets), or `off` (no proactive suggestions). Pass "persist" to write OBSIDIAN_ROUTER_AUTO_ENRICH=<mode> to the workspace `.env` — refused for `FullAuto`, which no workspace file may set (the mode still applies to the session). Triggers on natural-language phrasings like "switch to Hybrid mode" / "passe en mode Hybrid", "save everything automatically" / "sauve tout automatiquement" → `FullAuto`, "stop auto-saving" / "arrête de sauver auto" → `off`.
tboome33/obsidian-mcp-router · ★ 1 · AI & Automation · score 74
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