From 004cae8d27b10f9269d2dc7960631e040e66d02c Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 13 Jul 2026 11:21:37 +0000 Subject: [PATCH] docs: surface vault slop_check and deslop in README tables Add slop_check and deslop to the main Tools vault action list and document journaled vault deslop in the backups table. Co-authored-by: CoolJohn-lab --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c80bb1..906914c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Emjoy! John. | `note` | `read`, `create`, `update`, `delete`, `rename`, `frontmatter` | Note CRUD, safe edits, metadata; returns `revisionHash` / `operationId` | | `search` | `content` (default), `by_tags`, `list`, `recent`, `tags` | Find and enumerate notes (paginated; may report `incomplete`) | | `graph` | - | One-hop neighborhood (resolved + unresolved outgoing, paginated backlinks) | -| `vault` | `health`, `sync_index`, `create_folder`, `list_folders`, `delete_folder`, `log`, `history`, `undo`, `manifest` | Health, catalog, folders, bookkeeping, undo, ingest ledger | +| `vault` | `health`, `sync_index`, `slop_check`, `deslop`, `create_folder`, `list_folders`, `delete_folder`, `log`, `history`, `undo`, `manifest` | Health, catalog, deslop, folders, bookkeeping, undo, ingest ledger | ## Requirements @@ -231,6 +231,7 @@ When `OBSIDIAN_BACKUP_ENABLED` is true (default), each mutating MCP call journal | `note` rename | Yes (source + each rewritten backlink/index file) | | `note` create (incl. overwrite) | Yes | | `vault` sync_index | Yes (`index.md`) | +| `vault` deslop | Yes (each changed note; `index.md` when summaries change) | | `vault` log | Yes (`log.md`; `hot.md` when updated) | | `vault` manifest | Yes |