thumbgate 1.4.2 → 1.4.4

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 (279) hide show
  1. package/.claude-plugin/README.md +45 -34
  2. package/.claude-plugin/marketplace.json +3 -3
  3. package/.claude-plugin/plugin.json +3 -3
  4. package/.well-known/llms.txt +1 -1
  5. package/.well-known/mcp/server-card.json +1 -1
  6. package/README.md +26 -2
  7. package/adapters/README.md +4 -1
  8. package/adapters/claude/.mcp.json +2 -2
  9. package/adapters/codex/config.toml +2 -2
  10. package/adapters/mcp/server-stdio.js +10 -4
  11. package/adapters/opencode/opencode.json +1 -1
  12. package/bin/cli.js +246 -90
  13. package/config/mcp-allowlists.json +11 -3
  14. package/package.json +184 -21
  15. package/scripts/audit-trail.js +25 -15
  16. package/scripts/auto-wire-hooks.js +127 -0
  17. package/scripts/cli-demo.js +102 -0
  18. package/scripts/cli-schema.js +285 -0
  19. package/scripts/cli-status.js +166 -0
  20. package/scripts/cross-encoder-reranker.js +235 -0
  21. package/scripts/explore-subcommands.js +277 -0
  22. package/scripts/explore.js +569 -0
  23. package/scripts/feedback-loop.js +20 -6
  24. package/scripts/lesson-inference.js +7 -1
  25. package/scripts/lesson-reranker.js +263 -0
  26. package/scripts/lesson-retrieval.js +34 -17
  27. package/scripts/lesson-search.js +69 -0
  28. package/scripts/perplexity-client.js +210 -0
  29. package/scripts/reflector-agent.js +2 -2
  30. package/scripts/statusline-local-stats.js +3 -1
  31. package/scripts/statusline.sh +12 -11
  32. package/src/api/server.js +178 -17
  33. package/src/index.js +3 -0
  34. package/.claude-plugin/bundle/icon.png +0 -0
  35. package/.claude-plugin/bundle/icon.svg +0 -18
  36. package/.claude-plugin/bundle/server/index.js +0 -24
  37. package/adapters/chatgpt/INSTALL.md +0 -138
  38. package/bin/memory.sh +0 -64
  39. package/bin/obsidian-sync.sh +0 -20
  40. package/plugins/amp-skill/INSTALL.md +0 -52
  41. package/plugins/amp-skill/SKILL.md +0 -64
  42. package/plugins/claude-codex-bridge/.claude-plugin/plugin.json +0 -22
  43. package/plugins/claude-codex-bridge/.mcp.json +0 -14
  44. package/plugins/claude-codex-bridge/INSTALL.md +0 -43
  45. package/plugins/claude-codex-bridge/README.md +0 -46
  46. package/plugins/claude-codex-bridge/scripts/codex-bridge.js +0 -286
  47. package/plugins/claude-codex-bridge/skills/adversarial-review/SKILL.md +0 -24
  48. package/plugins/claude-codex-bridge/skills/result/SKILL.md +0 -22
  49. package/plugins/claude-codex-bridge/skills/review/SKILL.md +0 -28
  50. package/plugins/claude-codex-bridge/skills/second-pass/SKILL.md +0 -27
  51. package/plugins/claude-codex-bridge/skills/setup/SKILL.md +0 -21
  52. package/plugins/claude-codex-bridge/skills/status/SKILL.md +0 -19
  53. package/plugins/claude-skill/INSTALL.md +0 -55
  54. package/plugins/claude-skill/SKILL.md +0 -46
  55. package/plugins/codex-profile/.codex-plugin/plugin.json +0 -43
  56. package/plugins/codex-profile/.mcp.json +0 -14
  57. package/plugins/codex-profile/AGENTS.md +0 -20
  58. package/plugins/codex-profile/INSTALL.md +0 -89
  59. package/plugins/codex-profile/README.md +0 -61
  60. package/plugins/cursor-marketplace/.cursor-plugin/plugin.json +0 -23
  61. package/plugins/cursor-marketplace/CHANGELOG.md +0 -30
  62. package/plugins/cursor-marketplace/LICENSE +0 -21
  63. package/plugins/cursor-marketplace/README.md +0 -124
  64. package/plugins/cursor-marketplace/agents/reliability-reviewer.md +0 -31
  65. package/plugins/cursor-marketplace/assets/logo-400x400.png +0 -0
  66. package/plugins/cursor-marketplace/commands/capture-feedback.md +0 -33
  67. package/plugins/cursor-marketplace/commands/check-gates.md +0 -25
  68. package/plugins/cursor-marketplace/commands/show-lessons.md +0 -27
  69. package/plugins/cursor-marketplace/hooks/hooks.json +0 -10
  70. package/plugins/cursor-marketplace/mcp.json +0 -14
  71. package/plugins/cursor-marketplace/rules/feedback-capture.mdc +0 -34
  72. package/plugins/cursor-marketplace/rules/pre-action-gates.mdc +0 -30
  73. package/plugins/cursor-marketplace/rules/session-continuity.mdc +0 -28
  74. package/plugins/cursor-marketplace/scripts/gate-check.sh +0 -21
  75. package/plugins/cursor-marketplace/skills/capture-feedback/SKILL.md +0 -48
  76. package/plugins/cursor-marketplace/skills/prevention-rules/SKILL.md +0 -31
  77. package/plugins/cursor-marketplace/skills/recall-context/SKILL.md +0 -30
  78. package/plugins/cursor-marketplace/skills/search-lessons/SKILL.md +0 -33
  79. package/plugins/gemini-extension/INSTALL.md +0 -92
  80. package/plugins/gemini-extension/gemini_prompt.txt +0 -14
  81. package/plugins/gemini-extension/tool_contract.json +0 -45
  82. package/plugins/opencode-profile/INSTALL.md +0 -57
  83. package/public/assets/instagram-card.png +0 -0
  84. package/public/assets/tiktok-agent-memory.mp4 +0 -0
  85. package/public/blog.html +0 -474
  86. package/public/compare/mem0.html +0 -189
  87. package/public/compare/speclock.html +0 -180
  88. package/public/compare.html +0 -310
  89. package/public/dashboard.html +0 -1100
  90. package/public/guide.html +0 -317
  91. package/public/guides/claude-code-prevent-repeated-mistakes.html +0 -161
  92. package/public/guides/codex-cli-guardrails.html +0 -158
  93. package/public/guides/cursor-prevent-repeated-mistakes.html +0 -161
  94. package/public/guides/pre-action-gates.html +0 -162
  95. package/public/guides/stop-repeated-ai-agent-mistakes.html +0 -159
  96. package/public/index.html +0 -1128
  97. package/public/js/buyer-intent.js +0 -252
  98. package/public/learn/agent-harness-pattern.html +0 -180
  99. package/public/learn/ai-agent-persistent-memory.html +0 -203
  100. package/public/learn/learn.css +0 -45
  101. package/public/learn/mcp-pre-action-gates-explained.html +0 -172
  102. package/public/learn/stop-ai-agent-force-push.html +0 -134
  103. package/public/learn/vibe-coding-safety-net.html +0 -142
  104. package/public/learn.html +0 -274
  105. package/public/lessons.html +0 -967
  106. package/public/llm-context.md +0 -140
  107. package/public/pro.html +0 -1087
  108. package/public/vercel.json +0 -8
  109. package/scripts/a2ui-engine.js +0 -73
  110. package/scripts/adk-consolidator.js +0 -274
  111. package/scripts/agent-security-hardening.js +0 -225
  112. package/scripts/ai-search-visibility.js +0 -142
  113. package/scripts/autonomous-sales-agent.js +0 -39
  114. package/scripts/autoresearch-runner.js +0 -216
  115. package/scripts/background-agent-governance.js +0 -229
  116. package/scripts/behavioral-extraction.js +0 -93
  117. package/scripts/budget-enforcer.js +0 -173
  118. package/scripts/budget-guard.js +0 -173
  119. package/scripts/build-claude-mcpb.js +0 -255
  120. package/scripts/build-codex-plugin.js +0 -152
  121. package/scripts/capture-railway-diagnostics.sh +0 -97
  122. package/scripts/changeset-check.js +0 -372
  123. package/scripts/check-congruence.js +0 -443
  124. package/scripts/computer-use-firewall.js +0 -280
  125. package/scripts/content-engine/linkedin-content-generator.js +0 -154
  126. package/scripts/content-engine/output/linkedin-memento-validation.md +0 -17
  127. package/scripts/content-engine/output/linkedin-posts-2026-04-09.md +0 -175
  128. package/scripts/content-engine/reddit-thread-finder.js +0 -154
  129. package/scripts/context-engine.js +0 -710
  130. package/scripts/daily-digest.js +0 -11
  131. package/scripts/data-governance.js +0 -173
  132. package/scripts/deploy-gcp.sh +0 -44
  133. package/scripts/deploy-policy.js +0 -249
  134. package/scripts/disagreement-mining.js +0 -315
  135. package/scripts/dpo-optimizer.js +0 -206
  136. package/scripts/ensure-repo-bootstrap.js +0 -130
  137. package/scripts/ephemeral-agent-store.js +0 -212
  138. package/scripts/eval-harness.js +0 -56
  139. package/scripts/export-kto-pairs.js +0 -309
  140. package/scripts/export-training.js +0 -446
  141. package/scripts/feedback-fallback.js +0 -111
  142. package/scripts/feedback-inbox-read.js +0 -162
  143. package/scripts/feedback-root-consolidator.js +0 -233
  144. package/scripts/feedback-to-memory.js +0 -185
  145. package/scripts/gate-satisfy.js +0 -42
  146. package/scripts/generate-paperbanana-diagrams.sh +0 -99
  147. package/scripts/generate-pretool-hook.sh +0 -40
  148. package/scripts/github-about.js +0 -430
  149. package/scripts/github-outreach.js +0 -65
  150. package/scripts/gtm-revenue-loop.js +0 -535
  151. package/scripts/hallucination-detector.js +0 -226
  152. package/scripts/hf-papers.js +0 -317
  153. package/scripts/hook-auto-capture.sh +0 -100
  154. package/scripts/hook-stop-pr-thread-check.sh +0 -68
  155. package/scripts/hook-stop-self-score.sh +0 -51
  156. package/scripts/hook-stop-verify-deploy.sh +0 -31
  157. package/scripts/hook-verify-before-done.sh +0 -20
  158. package/scripts/managed-dpo-export.js +0 -91
  159. package/scripts/markdown-escape.js +0 -12
  160. package/scripts/marketing-experiment.js +0 -657
  161. package/scripts/memalign-recall.js +0 -111
  162. package/scripts/memory-migration.js +0 -296
  163. package/scripts/meta-policy.js +0 -190
  164. package/scripts/metered-billing.js +0 -16
  165. package/scripts/model-tier-router.js +0 -310
  166. package/scripts/money-watcher.js +0 -218
  167. package/scripts/multi-hop-recall.js +0 -240
  168. package/scripts/per-step-scoring.js +0 -163
  169. package/scripts/perplexity-marketing.js +0 -466
  170. package/scripts/pii-scanner.js +0 -153
  171. package/scripts/plan-gate.js +0 -154
  172. package/scripts/post-everywhere.js +0 -341
  173. package/scripts/post-to-x-retry.sh +0 -22
  174. package/scripts/post-to-x.js +0 -369
  175. package/scripts/pr-manager.js +0 -421
  176. package/scripts/principle-extractor.js +0 -162
  177. package/scripts/pro-features.js +0 -41
  178. package/scripts/prompt-dlp.js +0 -222
  179. package/scripts/prove-adapters.js +0 -860
  180. package/scripts/prove-attribution.js +0 -361
  181. package/scripts/prove-automation.js +0 -651
  182. package/scripts/prove-autoresearch.js +0 -304
  183. package/scripts/prove-claim-verification.js +0 -277
  184. package/scripts/prove-cloudflare-sandbox.js +0 -161
  185. package/scripts/prove-data-pipeline.js +0 -408
  186. package/scripts/prove-data-quality.js +0 -227
  187. package/scripts/prove-evolution.js +0 -352
  188. package/scripts/prove-harnesses.js +0 -287
  189. package/scripts/prove-intelligence.js +0 -257
  190. package/scripts/prove-lancedb.js +0 -425
  191. package/scripts/prove-local-intelligence.js +0 -340
  192. package/scripts/prove-loop-closure.js +0 -263
  193. package/scripts/prove-packaged-runtime.js +0 -326
  194. package/scripts/prove-predictive-insights.js +0 -355
  195. package/scripts/prove-runtime.js +0 -363
  196. package/scripts/prove-seo-gsd.js +0 -234
  197. package/scripts/prove-settings.js +0 -279
  198. package/scripts/prove-subway-upgrades.js +0 -277
  199. package/scripts/prove-tessl.js +0 -229
  200. package/scripts/prove-training-export.js +0 -325
  201. package/scripts/prove-workflow-contract.js +0 -112
  202. package/scripts/prove-xmemory.js +0 -332
  203. package/scripts/publish-decision.js +0 -159
  204. package/scripts/ralph-loop.js +0 -376
  205. package/scripts/ralph-mode-ci.js +0 -331
  206. package/scripts/reddit-dm-outreach.js +0 -192
  207. package/scripts/reddit-monitor-cron.sh +0 -26
  208. package/scripts/reminder-engine.js +0 -132
  209. package/scripts/revenue-status.js +0 -472
  210. package/scripts/rotate-stripe-webhook-secret.js +0 -314
  211. package/scripts/schedule-manager.js +0 -249
  212. package/scripts/self-healing-check.js +0 -193
  213. package/scripts/shieldcortex-memory-firewall-runner.mjs +0 -53
  214. package/scripts/skill-exporter.js +0 -260
  215. package/scripts/skill-materializer.js +0 -134
  216. package/scripts/skill-packs.js +0 -136
  217. package/scripts/skill-proposer.js +0 -99
  218. package/scripts/skill-quality-tracker.js +0 -282
  219. package/scripts/slow-loop.js +0 -72
  220. package/scripts/social-analytics/db/analytics.sqlite +0 -0
  221. package/scripts/social-analytics/db/schema.sql +0 -32
  222. package/scripts/social-analytics/digest.js +0 -256
  223. package/scripts/social-analytics/engagement-audit.js +0 -185
  224. package/scripts/social-analytics/generate-instagram-card.js +0 -97
  225. package/scripts/social-analytics/instagram-thumbgate-post.js +0 -111
  226. package/scripts/social-analytics/install-growth-automation.js +0 -114
  227. package/scripts/social-analytics/load-env.js +0 -77
  228. package/scripts/social-analytics/mcp-server.js +0 -289
  229. package/scripts/social-analytics/normalizer.js +0 -580
  230. package/scripts/social-analytics/notify.js +0 -162
  231. package/scripts/social-analytics/poll-all.js +0 -107
  232. package/scripts/social-analytics/pollers/github.js +0 -195
  233. package/scripts/social-analytics/pollers/instagram.js +0 -253
  234. package/scripts/social-analytics/pollers/linkedin.js +0 -340
  235. package/scripts/social-analytics/pollers/plausible.js +0 -245
  236. package/scripts/social-analytics/pollers/reddit.js +0 -306
  237. package/scripts/social-analytics/pollers/threads.js +0 -233
  238. package/scripts/social-analytics/pollers/tiktok.js +0 -203
  239. package/scripts/social-analytics/pollers/x.js +0 -227
  240. package/scripts/social-analytics/pollers/youtube.js +0 -304
  241. package/scripts/social-analytics/pollers/zernio.js +0 -183
  242. package/scripts/social-analytics/publish-instagram-thumbgate.js +0 -104
  243. package/scripts/social-analytics/publish-thumbgate-launch.js +0 -322
  244. package/scripts/social-analytics/publishers/devto.js +0 -122
  245. package/scripts/social-analytics/publishers/instagram.js +0 -317
  246. package/scripts/social-analytics/publishers/linkedin.js +0 -294
  247. package/scripts/social-analytics/publishers/reddit.js +0 -385
  248. package/scripts/social-analytics/publishers/threads.js +0 -275
  249. package/scripts/social-analytics/publishers/tiktok.js +0 -217
  250. package/scripts/social-analytics/publishers/x.js +0 -259
  251. package/scripts/social-analytics/publishers/youtube.js +0 -223
  252. package/scripts/social-analytics/publishers/zernio.js +0 -539
  253. package/scripts/social-analytics/reconcile-thumbgate-campaign.js +0 -165
  254. package/scripts/social-analytics/run-digest.js +0 -34
  255. package/scripts/social-analytics/schedule-thumbgate-campaign.js +0 -275
  256. package/scripts/social-analytics/store.js +0 -455
  257. package/scripts/social-analytics/sync-launch-assets.js +0 -185
  258. package/scripts/social-analytics/utm.js +0 -143
  259. package/scripts/social-pipeline.js +0 -2626
  260. package/scripts/social-post-hourly.js +0 -228
  261. package/scripts/social-quality-gate.js +0 -134
  262. package/scripts/social-reply-monitor.js +0 -592
  263. package/scripts/status-dashboard.js +0 -155
  264. package/scripts/stripe-live-status.js +0 -115
  265. package/scripts/subagent-profiles.js +0 -79
  266. package/scripts/sync-branch-protection.js +0 -340
  267. package/scripts/sync-gh-secrets-from-env.sh +0 -70
  268. package/scripts/sync-github-about.js +0 -55
  269. package/scripts/sync-version.js +0 -479
  270. package/scripts/synthetic-dpo.js +0 -234
  271. package/scripts/tessl-export.js +0 -369
  272. package/scripts/test-coverage.js +0 -128
  273. package/scripts/thumbgate_session_start.sh +0 -32
  274. package/scripts/train_from_feedback.py +0 -929
  275. package/scripts/validate-feedback.js +0 -581
  276. package/scripts/verify-obsidian-setup.sh +0 -269
  277. package/scripts/verify-run.js +0 -269
  278. package/scripts/weekly-auto-post.js +0 -124
  279. package/scripts/x-autonomous-marketing.js +0 -139
@@ -1,111 +0,0 @@
1
- 'use strict';
2
-
3
- /**
4
- * MemAlign dual-memory working memory construction.
5
- *
6
- * Combines:
7
- * - Semantic memory (principles distilled from NL feedback)
8
- * - Episodic memory (contextfs context packs)
9
- *
10
- * Budget split: 20% chars for principles, 80% for episodes.
11
- */
12
-
13
- const { constructContextPack } = require('./contextfs');
14
- const { getPrinciples } = require('./principle-extractor');
15
-
16
- /**
17
- * Build a dual-memory working memory object.
18
- *
19
- * @param {object} opts
20
- * @param {string} opts.query - Recall query.
21
- * @param {number} [opts.maxItems=10] - Max episodic items.
22
- * @param {number} [opts.maxChars=4000] - Total char budget.
23
- * @param {string[]} [opts.namespaces] - Episodic search namespaces.
24
- * @param {number} [opts.maxPrinciples=5] - Max principles to include.
25
- * @returns {{ principles: object[], episodes: object, charBudget: { total: number, principles: number, episodes: number } }}
26
- */
27
- function constructWorkingMemory({ query, maxItems = 10, maxChars = 4000, namespaces, maxPrinciples = 5 } = {}) {
28
- const principlesBudget = Math.floor(maxChars * 0.2);
29
- const episodesBudget = maxChars - principlesBudget;
30
-
31
- // Retrieve principles (semantic memory)
32
- const allPrinciples = getPrinciples({ limit: maxPrinciples });
33
-
34
- // Trim principles to char budget
35
- const selectedPrinciples = [];
36
- let usedPrincipleChars = 0;
37
- for (const p of allPrinciples) {
38
- const len = (p.text || '').length;
39
- if (usedPrincipleChars + len > principlesBudget) break;
40
- selectedPrinciples.push(p);
41
- usedPrincipleChars += len;
42
- }
43
-
44
- // Retrieve episodic context pack
45
- const episodes = constructContextPack({
46
- query: query || '',
47
- maxItems,
48
- maxChars: episodesBudget,
49
- namespaces,
50
- });
51
-
52
- return {
53
- principles: selectedPrinciples,
54
- episodes,
55
- charBudget: {
56
- total: maxChars,
57
- principles: principlesBudget,
58
- episodes: episodesBudget,
59
- },
60
- };
61
- }
62
-
63
- /**
64
- * Format a working memory object as markdown for context injection.
65
- *
66
- * @param {object} wm - Working memory from constructWorkingMemory.
67
- * @returns {string} Markdown string.
68
- */
69
- function formatWorkingMemoryForContext(wm) {
70
- const lines = [];
71
-
72
- lines.push('## Principles (Semantic Memory)');
73
- lines.push('');
74
- if (wm.principles && wm.principles.length > 0) {
75
- for (const p of wm.principles) {
76
- lines.push(`- ${p.text}`);
77
- }
78
- } else {
79
- lines.push('_No principles extracted yet._');
80
- }
81
-
82
- lines.push('');
83
- lines.push('## Relevant Past Episodes (Episodic Memory)');
84
- lines.push('');
85
- if (wm.episodes && wm.episodes.retrieval && wm.episodes.retrieval.strategy === 'hierarchical') {
86
- const themes = Array.isArray(wm.episodes.retrieval.selectedThemes)
87
- ? wm.episodes.retrieval.selectedThemes.map((theme) => theme.replace(/-/g, ' '))
88
- : [];
89
- if (themes.length > 0) {
90
- lines.push(`Themes: ${themes.join(', ')}`);
91
- lines.push('');
92
- }
93
- }
94
- if (wm.episodes && Array.isArray(wm.episodes.items) && wm.episodes.items.length > 0) {
95
- for (const item of wm.episodes.items) {
96
- lines.push(`- **${item.title || item.id}**`);
97
- if (item.structuredContext && item.structuredContext.rawContent) {
98
- lines.push(` ${item.structuredContext.rawContent.slice(0, 200)}`);
99
- }
100
- }
101
- } else {
102
- lines.push('_No relevant episodes found._');
103
- }
104
-
105
- return lines.join('\n');
106
- }
107
-
108
- module.exports = {
109
- constructWorkingMemory,
110
- formatWorkingMemoryForContext,
111
- };
@@ -1,296 +0,0 @@
1
- #!/usr/bin/env node
2
- 'use strict';
3
-
4
- /**
5
- * Memory Migration + Health Check — fixes the Claude Code memory limits
6
- * that Mem0 exposed (200-line cap, 5 files/turn, no embeddings, silent deletion).
7
- *
8
- * 1. checkMemoryHealth() — scans MEMORY.md, warns if approaching 200-line cap
9
- * 2. migrateClaudeMemory() — imports MEMORY.md files into ThumbGate's SQLite lesson DB
10
- * 3. generateComparisonData() — data for "Claude Code Memory vs ThumbGate" page
11
- */
12
-
13
- const fs = require('fs');
14
- const path = require('path');
15
- const os = require('os');
16
-
17
- const CLAUDE_MEMORY_LINE_CAP = 200;
18
- const CLAUDE_FILES_PER_TURN = 5;
19
-
20
- // ---------------------------------------------------------------------------
21
- // 1. Memory Health Check
22
- // ---------------------------------------------------------------------------
23
-
24
- /**
25
- * Find all MEMORY.md files in Claude Code's project memory directories.
26
- */
27
- function findMemoryFiles() {
28
- const claudeDir = path.join(os.homedir(), '.claude', 'projects');
29
- const results = [];
30
-
31
- if (!fs.existsSync(claudeDir)) return results;
32
-
33
- function walk(dir, depth) {
34
- if (depth > 5) return;
35
- try {
36
- const entries = fs.readdirSync(dir, { withFileTypes: true });
37
- for (const entry of entries) {
38
- const full = path.join(dir, entry.name);
39
- if (entry.isDirectory()) {
40
- walk(full, depth + 1);
41
- } else if (entry.name === 'MEMORY.md') {
42
- results.push(full);
43
- }
44
- }
45
- } catch { /* permission errors */ }
46
- }
47
-
48
- walk(claudeDir, 0);
49
- return results;
50
- }
51
-
52
- /**
53
- * Parse a MEMORY.md file into structured entries.
54
- * Each entry is a line starting with "- " in MEMORY.md.
55
- */
56
- function parseMemoryFile(filePath) {
57
- if (!fs.existsSync(filePath)) return { path: filePath, lines: 0, entries: [], linkedFiles: [] };
58
- const content = fs.readFileSync(filePath, 'utf-8');
59
- const lines = content.split('\n');
60
- const entries = [];
61
- const linkedFiles = [];
62
-
63
- for (const line of lines) {
64
- const trimmed = line.trim();
65
- if (trimmed.startsWith('- ')) {
66
- const linkMatch = trimmed.match(/\[([^\]]+)\]\(([^)]+)\)/);
67
- const entry = {
68
- text: trimmed.slice(2),
69
- hasLink: !!linkMatch,
70
- linkTitle: linkMatch ? linkMatch[1] : null,
71
- linkFile: linkMatch ? linkMatch[2] : null,
72
- };
73
- entries.push(entry);
74
- if (linkMatch) linkedFiles.push(linkMatch[2]);
75
- }
76
- }
77
-
78
- return { path: filePath, lines: lines.length, entries, linkedFiles };
79
- }
80
-
81
- /**
82
- * Read a linked memory file (the actual memory content behind MEMORY.md pointers).
83
- */
84
- function readLinkedMemoryFile(memoryDir, relativePath) {
85
- const fullPath = path.join(memoryDir, relativePath);
86
- if (!fs.existsSync(fullPath)) return null;
87
- try {
88
- const content = fs.readFileSync(fullPath, 'utf-8');
89
- // Parse frontmatter
90
- const fmMatch = content.match(/^---\n([\s\S]*?)\n---\n([\s\S]*)$/);
91
- if (fmMatch) {
92
- const fm = {};
93
- for (const line of fmMatch[1].split('\n')) {
94
- const [key, ...val] = line.split(':');
95
- if (key && val.length) fm[key.trim()] = val.join(':').trim();
96
- }
97
- return { path: relativePath, frontmatter: fm, body: fmMatch[2].trim(), raw: content };
98
- }
99
- return { path: relativePath, frontmatter: {}, body: content.trim(), raw: content };
100
- } catch { return null; }
101
- }
102
-
103
- /**
104
- * Check health of all Claude Code memory files.
105
- * Returns warnings, risk level, and migration recommendations.
106
- */
107
- function checkMemoryHealth() {
108
- const memoryFiles = findMemoryFiles();
109
- const results = [];
110
-
111
- for (const filePath of memoryFiles) {
112
- const parsed = parseMemoryFile(filePath);
113
- const memoryDir = path.dirname(filePath);
114
- const warnings = [];
115
- let riskLevel = 'healthy';
116
-
117
- // Check line cap
118
- if (parsed.lines >= CLAUDE_MEMORY_LINE_CAP) {
119
- warnings.push({ type: 'line_cap_exceeded', message: `${parsed.lines} lines — exceeds ${CLAUDE_MEMORY_LINE_CAP}-line cap. Memories are being silently deleted.`, severity: 'critical' });
120
- riskLevel = 'critical';
121
- } else if (parsed.lines >= CLAUDE_MEMORY_LINE_CAP * 0.8) {
122
- warnings.push({ type: 'line_cap_approaching', message: `${parsed.lines}/${CLAUDE_MEMORY_LINE_CAP} lines — approaching cap. Memories will be deleted soon.`, severity: 'warning' });
123
- riskLevel = 'warning';
124
- }
125
-
126
- // Check linked files
127
- let linkedFilesFound = 0;
128
- let linkedFilesMissing = 0;
129
- for (const linkedFile of parsed.linkedFiles) {
130
- const full = path.join(memoryDir, linkedFile);
131
- if (fs.existsSync(full)) linkedFilesFound++; else linkedFilesMissing++;
132
- }
133
- if (linkedFilesMissing > 0) {
134
- warnings.push({ type: 'missing_linked_files', message: `${linkedFilesMissing} linked memory files not found on disk`, severity: 'warning' });
135
- }
136
-
137
- // Check files-per-turn limit
138
- if (parsed.linkedFiles.length > CLAUDE_FILES_PER_TURN) {
139
- warnings.push({ type: 'files_per_turn_exceeded', message: `${parsed.linkedFiles.length} linked files but Claude Code reads max ${CLAUDE_FILES_PER_TURN} per turn`, severity: 'warning' });
140
- if (riskLevel === 'healthy') riskLevel = 'warning';
141
- }
142
-
143
- results.push({
144
- path: filePath,
145
- project: path.basename(path.dirname(memoryDir)),
146
- lines: parsed.lines,
147
- entryCount: parsed.entries.length,
148
- linkedFiles: parsed.linkedFiles.length,
149
- linkedFilesFound,
150
- linkedFilesMissing,
151
- riskLevel,
152
- warnings,
153
- cap: CLAUDE_MEMORY_LINE_CAP,
154
- usagePercent: Math.round((parsed.lines / CLAUDE_MEMORY_LINE_CAP) * 100),
155
- });
156
- }
157
-
158
- return {
159
- totalFiles: results.length,
160
- criticalCount: results.filter((r) => r.riskLevel === 'critical').length,
161
- warningCount: results.filter((r) => r.riskLevel === 'warning').length,
162
- healthyCount: results.filter((r) => r.riskLevel === 'healthy').length,
163
- files: results,
164
- checkedAt: new Date().toISOString(),
165
- };
166
- }
167
-
168
- // ---------------------------------------------------------------------------
169
- // 2. Memory Migration
170
- // ---------------------------------------------------------------------------
171
-
172
- /**
173
- * Migrate a Claude Code MEMORY.md (+ linked files) into ThumbGate lessons.
174
- * Returns { migrated, skipped, errors }.
175
- */
176
- function migrateClaudeMemory(memoryFilePath) {
177
- const parsed = parseMemoryFile(memoryFilePath);
178
- const memoryDir = path.dirname(memoryFilePath);
179
- const migrated = [];
180
- const skipped = [];
181
- const errors = [];
182
-
183
- let createLesson;
184
- try { createLesson = require('./lesson-inference').createLesson; } catch (e) { return { migrated: [], skipped: [], errors: [{ message: `lesson-inference not available: ${e.message}` }] }; }
185
-
186
- for (const entry of parsed.entries) {
187
- try {
188
- // Read linked file if available
189
- let fullContent = entry.text;
190
- let memoryType = 'unknown';
191
- let tags = ['migrated-from-claude-memory'];
192
-
193
- if (entry.hasLink && entry.linkFile) {
194
- const linked = readLinkedMemoryFile(memoryDir, entry.linkFile);
195
- if (linked) {
196
- fullContent = linked.body || entry.text;
197
- memoryType = (linked.frontmatter && linked.frontmatter.type) || 'unknown';
198
- tags.push(memoryType);
199
- }
200
- }
201
-
202
- // Skip if too short to be useful
203
- if (fullContent.length < 10) {
204
- skipped.push({ entry: entry.text, reason: 'too short' });
205
- continue;
206
- }
207
-
208
- const lesson = createLesson({
209
- signal: memoryType === 'feedback' ? 'negative' : 'positive',
210
- inferredLesson: fullContent.slice(0, 500),
211
- confidence: 50,
212
- tags,
213
- metadata: { source: 'claude-memory-migration', originalFile: memoryFilePath, memoryType },
214
- });
215
-
216
- migrated.push({ entryText: entry.text.slice(0, 100), lessonId: lesson.id, memoryType });
217
- } catch (err) {
218
- errors.push({ entry: entry.text.slice(0, 100), message: err.message });
219
- }
220
- }
221
-
222
- return {
223
- sourceFile: memoryFilePath,
224
- totalEntries: parsed.entries.length,
225
- migrated,
226
- migratedCount: migrated.length,
227
- skipped,
228
- skippedCount: skipped.length,
229
- errors,
230
- errorCount: errors.length,
231
- migratedAt: new Date().toISOString(),
232
- };
233
- }
234
-
235
- /**
236
- * Migrate ALL Claude Code memory files found on disk.
237
- */
238
- function migrateAllMemory() {
239
- const memoryFiles = findMemoryFiles();
240
- const results = memoryFiles.map(migrateClaudeMemory);
241
- const totalMigrated = results.reduce((s, r) => s + r.migratedCount, 0);
242
- const totalSkipped = results.reduce((s, r) => s + r.skippedCount, 0);
243
- const totalErrors = results.reduce((s, r) => s + r.errorCount, 0);
244
- return { files: results, totalFiles: results.length, totalMigrated, totalSkipped, totalErrors, migratedAt: new Date().toISOString() };
245
- }
246
-
247
- // ---------------------------------------------------------------------------
248
- // 3. Comparison Data
249
- // ---------------------------------------------------------------------------
250
-
251
- /**
252
- * Generate data for "Claude Code Memory vs ThumbGate" comparison.
253
- */
254
- function generateComparisonData() {
255
- const health = checkMemoryHealth();
256
- const feedbackDir = process.env.THUMBGATE_FEEDBACK_DIR || path.join(process.cwd(), '.thumbgate');
257
- let lessonCount = 0;
258
- const lessonsPath = path.join(feedbackDir, 'lessons-index.jsonl');
259
- if (fs.existsSync(lessonsPath)) {
260
- lessonCount = fs.readFileSync(lessonsPath, 'utf-8').trim().split('\n').filter(Boolean).length;
261
- }
262
-
263
- return {
264
- claudeCode: {
265
- indexLineCap: CLAUDE_MEMORY_LINE_CAP,
266
- filesPerTurn: CLAUDE_FILES_PER_TURN,
267
- hasEmbeddings: false,
268
- silentDeletion: true,
269
- searchMethod: 'flat text substring match',
270
- memoryFiles: health.totalFiles,
271
- atRisk: health.criticalCount + health.warningCount,
272
- },
273
- thumbgate: {
274
- indexLineCap: 'unlimited (SQLite+FTS5)',
275
- filesPerTurn: 'unlimited (MCP recall in single tool call)',
276
- hasEmbeddings: true,
277
- silentDeletion: false,
278
- searchMethod: 'FTS5 + LanceDB vectors + Thompson Sampling + multi-hop retrieval',
279
- lessons: lessonCount,
280
- features: ['prevention rules', 'pre-action gates', 'org dashboard', 'DPO export', 'skill packs', 'hallucination detection', 'PII scanning'],
281
- },
282
- recommendation: health.criticalCount > 0
283
- ? 'URGENT: memories are being silently deleted. Migrate now with: npx thumbgate migrate'
284
- : health.warningCount > 0
285
- ? 'WARNING: approaching memory cap. Migrate soon to avoid silent deletion.'
286
- : 'Healthy for now, but ThumbGate offers unlimited storage + vector search + gates.',
287
- generatedAt: new Date().toISOString(),
288
- };
289
- }
290
-
291
- module.exports = {
292
- CLAUDE_MEMORY_LINE_CAP, CLAUDE_FILES_PER_TURN,
293
- findMemoryFiles, parseMemoryFile, readLinkedMemoryFile,
294
- checkMemoryHealth, migrateClaudeMemory, migrateAllMemory,
295
- generateComparisonData,
296
- };
@@ -1,190 +0,0 @@
1
- 'use strict';
2
-
3
- /**
4
- * Meta-Policy Rule Extraction (DPO-03)
5
- *
6
- * Reads memory-log.jsonl, groups negative memories by domain, computes
7
- * recency-weighted confidence scores, detects trend direction, and writes
8
- * meta-policy-rules.json.
9
- *
10
- * Output file: {THUMBGATE_FEEDBACK_DIR}/meta-policy-rules.json
11
- *
12
- * This is a different artifact from prevention-rules.md (simpler occurrence counts).
13
- * Meta-policy rules have confidence + trend + recency weighting.
14
- *
15
- * Min occurrences threshold: 2 (consistent with buildPreventionRules())
16
- */
17
-
18
- const fs = require('fs');
19
- const path = require('path');
20
- const { parseTimestamp } = require('./feedback-schema');
21
- const { timeDecayWeight } = require('./thompson-sampling');
22
- const { inferDomain } = require('./feedback-loop');
23
- const { resolveFeedbackDir } = require('./feedback-paths');
24
-
25
- const MIN_OCCURRENCES = 2;
26
- const RECENT_DAYS = 7;
27
- const RECENT_MS = RECENT_DAYS * 24 * 3600 * 1000;
28
-
29
- /**
30
- * Extract meta-policy rules from memory-log.jsonl feedback trends.
31
- *
32
- * @param {object} opts
33
- * @param {string} [opts.feedbackDir] - Override feedback directory (default: active ThumbGate feedback dir)
34
- * @returns {Array<{category: string, confidence: number, trend: string, occurrence_count: number, last_seen: string}>}
35
- */
36
- function extractMetaPolicyRules(opts = {}) {
37
- const feedbackDir = opts.feedbackDir || resolveFeedbackDir();
38
-
39
- const memoryLogPath = path.join(feedbackDir, 'memory-log.jsonl');
40
-
41
- if (!fs.existsSync(memoryLogPath)) {
42
- return [];
43
- }
44
-
45
- const raw = fs.readFileSync(memoryLogPath, 'utf-8').trim();
46
- if (!raw) {
47
- return [];
48
- }
49
-
50
- // Parse all entries, skip malformed lines
51
- const allEntries = raw.split('\n').reduce((acc, line) => {
52
- if (!line.trim()) return acc;
53
- try {
54
- acc.push(JSON.parse(line));
55
- } catch {
56
- process.stderr.write(`meta-policy: skipping malformed line: ${line.slice(0, 80)}\n`);
57
- }
58
- return acc;
59
- }, []);
60
-
61
- if (allEntries.length === 0) {
62
- return [];
63
- }
64
-
65
- // Filter to negative memories only
66
- const negativeEntries = allEntries.filter(
67
- (e) => e.signal === 'negative' || e.feedback === 'down',
68
- );
69
-
70
- if (negativeEntries.length === 0) {
71
- return [];
72
- }
73
-
74
- // Group negative entries by domain
75
- const domainMap = new Map();
76
- for (const entry of negativeEntries) {
77
- const domain = inferDomain(entry.tags, entry.context);
78
- if (!domainMap.has(domain)) {
79
- domainMap.set(domain, []);
80
- }
81
- domainMap.get(domain).push(entry);
82
- }
83
-
84
- // Build rules for domains with enough occurrences
85
- const now = Date.now();
86
- const rules = [];
87
-
88
- for (const [domain, entries] of domainMap) {
89
- if (entries.length < MIN_OCCURRENCES) {
90
- continue;
91
- }
92
-
93
- // Compute avg time-decay weight across all negative entries
94
- const weights = entries.map((e) => timeDecayWeight(e.timestamp));
95
- const avg_weighted = weights.reduce((sum, w) => sum + w, 0) / weights.length;
96
-
97
- // Count recent negative entries (last 7 days)
98
- const recent_entries = entries.filter((e) => {
99
- const ts = parseTimestamp(e.timestamp);
100
- return ts && (now - ts.getTime()) < RECENT_MS;
101
- }).length;
102
-
103
- // Count recent positive entries for same domain (from full allEntries log)
104
- const recent_positive = allEntries.filter((e) => {
105
- if (e.signal !== 'positive' && e.feedback !== 'up') return false;
106
- const entryDomain = inferDomain(e.tags, e.context);
107
- if (entryDomain !== domain) return false;
108
- const ts = parseTimestamp(e.timestamp);
109
- return ts && (now - ts.getTime()) < RECENT_MS;
110
- }).length;
111
-
112
- // Compute confidence: min(0.95, 0.4 + (avg_weighted * 0.3) + (occurrence_count * 0.05))
113
- const confidence = Math.min(
114
- 0.95,
115
- 0.4 + (avg_weighted * 0.3) + (entries.length * 0.05),
116
- );
117
-
118
- // Determine trend
119
- let trend;
120
- if (recent_entries === 0 && recent_positive > 0) {
121
- trend = 'improving';
122
- } else if (recent_entries > 2 && recent_positive === 0) {
123
- trend = 'deteriorating';
124
- } else if (recent_entries > recent_positive) {
125
- trend = 'needs_attention';
126
- } else {
127
- trend = 'stable';
128
- }
129
-
130
- // Find most recent entry timestamp
131
- const timestamps = entries
132
- .map((e) => parseTimestamp(e.timestamp))
133
- .filter(Boolean)
134
- .sort((a, b) => b.getTime() - a.getTime());
135
- const last_seen = timestamps.length > 0
136
- ? timestamps[0].toISOString()
137
- : new Date().toISOString();
138
-
139
- rules.push({
140
- category: domain,
141
- confidence: Math.round(confidence * 1000) / 1000,
142
- trend,
143
- occurrence_count: entries.length,
144
- last_seen,
145
- });
146
- }
147
-
148
- // Sort by confidence descending (most urgent first)
149
- rules.sort((a, b) => b.confidence - a.confidence);
150
-
151
- return rules;
152
- }
153
-
154
- /**
155
- * Run meta-policy rule extraction and write results to meta-policy-rules.json.
156
- *
157
- * @param {object} opts - Same as extractMetaPolicyRules opts
158
- * @returns {{ rules: Array, outputPath: string }}
159
- */
160
- function run(opts = {}) {
161
- const feedbackDir = opts.feedbackDir || resolveFeedbackDir();
162
-
163
- const rules = extractMetaPolicyRules({ ...opts, feedbackDir });
164
-
165
- // Ensure output directory exists
166
- if (!fs.existsSync(feedbackDir)) {
167
- fs.mkdirSync(feedbackDir, { recursive: true });
168
- }
169
-
170
- // Write to meta-policy-rules.json — NOT to prevention-rules.md (see RESEARCH.md Pitfall 4)
171
- const outputPath = path.join(feedbackDir, 'meta-policy-rules.json');
172
- fs.writeFileSync(
173
- outputPath,
174
- JSON.stringify({ generated: new Date().toISOString(), rules }, null, 2),
175
- );
176
-
177
- console.log(`meta-policy: extracted ${rules.length} rules`);
178
- return { rules, outputPath };
179
- }
180
-
181
- module.exports = { extractMetaPolicyRules, run };
182
-
183
- if (require.main === module && process.argv.includes('--extract')) {
184
- try {
185
- run();
186
- } catch (e) {
187
- console.error(e);
188
- process.exit(1);
189
- }
190
- }
@@ -1,16 +0,0 @@
1
- #!/usr/bin/env node
2
- 'use strict';
3
- const fs = require('fs');
4
- const path = require('path');
5
- const { resolveFeedbackDir } = require('./feedback-paths');
6
- const { readJsonl } = require('./fs-utils');
7
- const METERED_RATE_PRO = 0.10;
8
- const METERED_RATE_TEAM = 0.08;
9
- const MINUTES_SAVED_PER_BLOCK = 16;
10
- const PRO_FLOOR = 19;
11
- const TEAM_FLOOR_PER_SEAT = 12;
12
- const TEAM_MIN_SEATS = 3;
13
- function getMeteredLedgerPath() { return path.join(resolveFeedbackDir(), 'metered-usage.jsonl'); }
14
- function recordMeteredUsage({ agentId, gateId, decision, toolName } = {}) { const lp = getMeteredLedgerPath(); const dir = path.dirname(lp); if (!fs.existsSync(dir)) fs.mkdirSync(dir, { recursive: true }); const e = { id: `meter_${Date.now()}_${Math.random().toString(36).slice(2, 8)}`, timestamp: new Date().toISOString(), agentId: agentId || 'unknown', gateId: gateId || 'unknown', decision: decision || 'deny', toolName: toolName || 'unknown' }; fs.appendFileSync(lp, JSON.stringify(e) + '\n'); return e; }
15
- function getMeteredUsageSummary({ periodDays = 30, seats = 1, plan = 'pro' } = {}) { const entries = readJsonl(getMeteredLedgerPath()); const cutoff = Date.now() - periodDays * 24 * 60 * 60 * 1000; const pe = entries.filter((e) => new Date(e.timestamp).getTime() > cutoff); const bc = pe.filter((e) => e.decision === 'deny').length; const wc = pe.filter((e) => e.decision === 'warn').length; const rate = plan === 'team' ? METERED_RATE_TEAM : METERED_RATE_PRO; const es = Math.max(TEAM_MIN_SEATS, seats); const floor = plan === 'team' ? TEAM_FLOOR_PER_SEAT * es : PRO_FLOOR; const raw = bc * rate * (plan === 'team' ? seats : 1); const billed = Math.max(floor, raw); const ms = bc * MINUTES_SAVED_PER_BLOCK; return { periodDays, plan, seats, blockedCount: bc, warnedCount: wc, totalEvents: pe.length, rate, floor, rawCost: Math.round(raw * 100) / 100, billedAmount: Math.round(billed * 100) / 100, minutesSaved: ms, hoursSaved: Math.round(ms / 60 * 10) / 10, periodStart: new Date(cutoff).toISOString(), periodEnd: new Date().toISOString() }; }
16
- module.exports = { METERED_RATE_PRO, METERED_RATE_TEAM, MINUTES_SAVED_PER_BLOCK, PRO_FLOOR, TEAM_FLOOR_PER_SEAT, TEAM_MIN_SEATS, recordMeteredUsage, getMeteredUsageSummary, getMeteredLedgerPath };