@velvetmonkey/flywheel-mcp 1.27.10 → 1.27.11
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/CLAUDE.md +11 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/CLAUDE.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
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>
|
package/dist/index.js
CHANGED
|
@@ -5129,7 +5129,7 @@ var DEFAULT_WATCHER_CONFIG = {
|
|
|
5129
5129
|
flushMs: 1e3,
|
|
5130
5130
|
batchSize: 50,
|
|
5131
5131
|
usePolling: false,
|
|
5132
|
-
pollInterval:
|
|
5132
|
+
pollInterval: 3e4
|
|
5133
5133
|
};
|
|
5134
5134
|
function parseWatcherConfig() {
|
|
5135
5135
|
const debounceMs = parseInt(process.env.FLYWHEEL_DEBOUNCE_MS || "");
|