Bounded session context and versioned common protocol.
Prepare sourced follow-up plans without writing.
Latest structured follow-up revisions with snapshot-bound pagination.
returns a paginated list, filterable by folder, tags, and frontmatter key/value pairs, with ULID, title, tags, aliases, and dates
reads a note or an exact heading subtree, with pagination, chunk lookup, or a heading outline
runs a BM25 search on the FTS5 index with ranked snippets and stale notes demoted by default
runs a regex search via ripgrep and resolves the found lines to indexed chunks
returns chunks whose wikilinks target a ULID or a resolved alias
creates a new typed `_memory` note, confined to allowed paths, without overwrite and with a durable journal
adds a Markdown entry under a heading, with confinement, exact history, and atomic write
updates allowed lifecycle fields, `rejected`, the monotone `last_id` counter, and `updated`, preserving the Markdown body
replaces or removes the preamble before the first recognized Markdown heading (ATX or Setext), with mandatory CAS and suffix preservation
+11 more tools listed on main page