@velvetmonkey/flywheel-memory 2.0.138 → 2.0.140

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 +5 -5
  2. package/dist/index.js +1210 -557
  3. package/package.json +5 -5
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
- 69 tools across 12 categories. 6-line config. Zero cloud dependencies.
23
+ 74 tools across 12 categories. 6-line config. Zero cloud dependencies.
24
24
 
25
25
  **Try in 60 seconds:**
26
26
 
@@ -66,7 +66,7 @@ From the [carter-strategy](https://github.com/velvetmonkey/flywheel-memory/tree/
66
66
  └───────────────────────────────────────────────────────┘
67
67
  ```
68
68
 
69
- Flywheel's indexed search found all Acme-related notes in one call. The AI read the files it needed for billing details. No grepping, no guessing paths.
69
+ [[Flywheel]]'s indexed search found all Acme-related notes in one call. The AI read the files it needed for billing details. No grepping, no guessing paths.
70
70
 
71
71
  Flywheel's search found all related notes in one call. Without it, the AI would grep for "Acme" and scan every matching file.
72
72
 
@@ -172,7 +172,7 @@ You have 30 disconnected notes. Auto-wikilinks create 47 connections on your fir
172
172
 
173
173
  ### Month 1: Intelligence Emerges
174
174
 
175
- Hub notes surface. "Sarah Mitchell" has 23 backlinks -- she's clearly important. When you write about a project, her name appears in suggestions because co-occurrence tracking knows she's relevant. You didn't configure this. The vault structure revealed it.
175
+ Hub notes surface. "[[Sarah Mitchell]]" has 23 backlinks -- she's clearly important. When you write about a project, her name appears in suggestions because co-occurrence tracking knows she's relevant. You didn't configure this. The vault structure revealed it.
176
176
 
177
177
  ### Month 3: The Graph Is Self-Sustaining
178
178
 
@@ -321,7 +321,7 @@ Defaults to the `default` preset (16 tools). Add bundles as needed. See [docs/CO
321
321
 
322
322
  ### Transport Options
323
323
 
324
- By default, Flywheel uses stdio transport (works with Claude Code and Claude Desktop). Set `FLYWHEEL_TRANSPORT` to enable HTTP transport for other clients (Cursor, Windsurf, Aider, LangGraph, Ollama):
324
+ By default, Flywheel uses stdio transport (works with [[Claude Code]] and Claude Desktop). Set `FLYWHEEL_TRANSPORT` to enable HTTP transport for other clients (Cursor, Windsurf, Aider, LangGraph, Ollama):
325
325
 
326
326
  | Env Var | Values | Default |
327
327
  |---------|--------|---------|
@@ -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 69 tools documented |
382
+ | [TOOLS.md](https://github.com/velvetmonkey/flywheel-memory/blob/main/docs/TOOLS.md) | All 74 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 |