From fc79e0578eaf85303cce01159ab785a11e406627 Mon Sep 17 00:00:00 2001 From: Ani Date: Sun, 10 May 2026 10:43:27 -0700 Subject: [PATCH 1/2] Revise README for tool mentions and installation clarity Updated README to include 'Tolaria' in the tools list and improved clarity in installation instructions. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 35d7ffd..cbe2028 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## Why a wiki? -The idea of [LLM-maintained knowledge bases](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f) — where AI agents build and curate a persistent wiki rather than re-discovering answers via RAG — has been gaining traction. Tools like Obsidian are built with the user in mind, not the agent. `mind-map` puts the agent and the human on equal ground. +The idea of [LLM-maintained knowledge bases](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f) — where AI agents build and curate a persistent wiki rather than re-discovering answers via RAG — has been gaining traction. Tools like Obsidian or Tolaria are built with the user in mind, not the agent. `mind-map` puts the agent and the human on equal ground. | The problem | The solution | |---|---| @@ -34,7 +34,7 @@ Agent: "What do we know about authentication?" ## Quick Install -Unlike other wiki knowledge bases, you don't need a tutorial, system dependencies, or RAM-guzzling UIs. One command installs everything, ready for you or your agents to use. No tutorials, no bloat. Zero manual setup. +Unlike other wiki knowledge bases, you don't need a tutorial, system dependencies, or RAM-guzzling UIs. One command installs everything, ready for you or your agents to use. No tutorials, no bloat. Zero manual setup, all batteries included. ### Linux / macOS @@ -52,7 +52,7 @@ The installer: - Downloads the binary and adds it to PATH - Adds `127.0.0.1 mind-map.local` to your hosts file - Generates a local TLS certificate so `https://mind-map.local` works with no browser warnings -- Optionally installs mind-map as a persistent system service +- Installs mind-map as a persistent system service Binaries available for **linux-x64**, **linux-arm64**, **darwin-x64**, **darwin-arm64**, **windows-x64**, and **windows-arm64**. @@ -111,7 +111,7 @@ Both modes use the same wiki engine and the same wiki directory (`~/.mind-map/wi ## Web UI -The built-in web UI is a metro-inspired, chromeless Preact app: +The built-in web UI is a lightning-fast, Metro-inspired, chromeless Preact app: - Sidebar with page list and search - Markdown rendering with wikilinks as clickable links From b5e3eeb71bbdb628b5004d4e7ca9951c1525fd3b Mon Sep 17 00:00:00 2001 From: aniongithub Date: Sun, 10 May 2026 10:46:33 -0700 Subject: [PATCH 2/2] docs: note that MCP config is auto-installed --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbe2028..9fa9195 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,8 @@ On Linux, Chrome uses its own NSS certificate store. The installer handles this ## MCP Client Configuration +The installer automatically configures mind-map for GitHub Copilot, Claude, Cursor, and VS Code, and installs agent skills — so this is usually not needed. If you want to configure a client manually: + ```json { "mcpServers": { @@ -168,7 +170,7 @@ On Linux, Chrome uses its own NSS certificate store. The installer handles this } ``` -That's it. No args needed — stdio mode and `~/.mind-map/wiki` are the defaults. Override the directory with `--dir` if needed. +No args needed — stdio mode and `~/.mind-map/wiki` are the defaults. Override the directory with `--dir` if needed. ## Page Format