@velvetmonkey/flywheel-memory 2.0.145 → 2.0.146

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/dist/index.js +852 -164
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -20,7 +20,7 @@
20
20
  | "What should I link?" | Not possible | 10-dimension scoring + semantic search |
21
21
  | Hubs, orphans, paths? | Not possible | Pre-indexed graph analysis |
22
22
 
23
- 74 tools across 12 categories. 6-line config. Zero cloud dependencies.
23
+ 76 tools across 12 categories. 6-line config. Zero cloud dependencies.
24
24
 
25
25
  **Try in 60 seconds:**
26
26
 
@@ -317,7 +317,7 @@ cd /path/to/your/vault && claude
317
317
 
318
318
  Defaults to the `default` preset (16 tools). Add bundles as needed. See [docs/CONFIGURATION.md](https://github.com/velvetmonkey/flywheel-memory/blob/main/docs/CONFIGURATION.md) for all options.
319
319
 
320
- > **Works with any MCP client.** Primarily tested with Claude. See [Transport Options](#transport-options) for HTTP setup (Cursor, Windsurf, Aider, LangGraph, Ollama, etc.).
320
+ > **Works with any MCP client.** Primarily tested with [[CLAUDE]]. See [Transport Options](#transport-options) for HTTP setup (Cursor, Windsurf, Aider, LangGraph, Ollama, etc.).
321
321
 
322
322
  ### Transport Options
323
323
 
@@ -379,7 +379,7 @@ The fewer tools you load, the less context the AI needs to pick the right one. S
379
379
  | Doc | Why read this |
380
380
  |---|---|
381
381
  | [PROVE-IT.md](https://github.com/velvetmonkey/flywheel-memory/blob/main/docs/PROVE-IT.md) | See it working in 5 minutes |
382
- | [TOOLS.md](https://github.com/velvetmonkey/flywheel-memory/blob/main/docs/TOOLS.md) | All 74 tools documented |
382
+ | [TOOLS.md](https://github.com/velvetmonkey/flywheel-memory/blob/main/docs/TOOLS.md) | All 76 tools documented |
383
383
  | [ALGORITHM.md](https://github.com/velvetmonkey/flywheel-memory/blob/main/docs/ALGORITHM.md) | How the scoring works |
384
384
  | [COOKBOOK.md](https://github.com/velvetmonkey/flywheel-memory/blob/main/docs/COOKBOOK.md) | Example prompts by use case |
385
385
  | [SETUP.md](https://github.com/velvetmonkey/flywheel-memory/blob/main/docs/SETUP.md) | Full setup guide for your vault |