@velvetmonkey/flywheel-mcp 1.27.12 → 1.27.13

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.
package/dist/index.js CHANGED
@@ -4954,6 +4954,23 @@ function shouldWatch(filePath, vaultPath2) {
4954
4954
  }
4955
4955
  function createIgnoreFunction(vaultPath2) {
4956
4956
  return (filePath) => {
4957
+ const relativePath = getRelativePath(vaultPath2, filePath);
4958
+ const segments = relativePath.split("/").filter((s) => s.length > 0);
4959
+ if (segments.length === 0) {
4960
+ return false;
4961
+ }
4962
+ for (const segment of segments) {
4963
+ if (isIgnoredDirectory(segment)) {
4964
+ return true;
4965
+ }
4966
+ }
4967
+ const lastSegment = segments[segments.length - 1];
4968
+ if (!lastSegment.toLowerCase().endsWith(".md")) {
4969
+ if (lastSegment.startsWith(".")) {
4970
+ return true;
4971
+ }
4972
+ return false;
4973
+ }
4957
4974
  return !shouldWatch(filePath, vaultPath2);
4958
4975
  };
4959
4976
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velvetmonkey/flywheel-mcp",
3
- "version": "1.27.12",
3
+ "version": "1.27.13",
4
4
  "description": "Graph intelligence for markdown vaults. MCP server for Obsidian.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/dist/CLAUDE.md DELETED
@@ -1,11 +0,0 @@
1
- <claude-mem-context>
2
- # Recent Activity
3
-
4
- <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
-
6
- ### Jan 29, 2026
7
-
8
- | ID | Time | T | Title | Read |
9
- |----|------|---|-------|------|
10
- | #842 | 9:04 PM | ✅ | Flywheel build verification successful after license change | ~317 |
11
- </claude-mem-context>