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
package/public/blog.html DELETED
@@ -1,474 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>ThumbGate Blog — Agent Governance Engineering</title>
7
- <script defer data-domain="thumbgate-production.up.railway.app" src="https://plausible.io/js/script.js"></script>
8
- <meta
9
- name="description"
10
- content="Technical breakdowns, release notes, and agent governance insights from the ThumbGate team."
11
- />
12
- <link
13
- rel="canonical"
14
- href="https://thumbgate-production.up.railway.app/blog"
15
- />
16
- <meta
17
- property="og:title"
18
- content="ThumbGate Blog — Agent Governance Engineering"
19
- />
20
- <meta
21
- property="og:description"
22
- content="Technical breakdowns, release notes, and agent governance insights from the ThumbGate team."
23
- />
24
- <meta property="og:type" content="website" />
25
- <meta
26
- property="og:url"
27
- content="https://thumbgate-production.up.railway.app/blog"
28
- />
29
- <script type="application/ld+json">
30
- {
31
- "@context": "https://schema.org",
32
- "@type": "Blog",
33
- "name": "ThumbGate Blog",
34
- "url": "https://thumbgate-production.up.railway.app/blog",
35
- "publisher": { "@type": "Organization", "name": "Max Smith KDP LLC" },
36
- "blogPost": [
37
- {
38
- "@type": "BlogPosting",
39
- "headline": "Your AI agent is a supply chain attack surface. Here's how to gate it.",
40
- "datePublished": "2026-04-10",
41
- "keywords": "AI agent security, supply chain attack, pre-action gates, agent governance, ThumbGate"
42
- },
43
- {
44
- "@type": "BlogPosting",
45
- "headline": "The Claude Code Leak Proves Why Pre-Action Gates Matter",
46
- "datePublished": "2026-04-01",
47
- "keywords": "Claude Code security, Claude Code guardrails, AI agent safety, pre-action gates"
48
- },
49
- {
50
- "@type": "BlogPosting",
51
- "headline": "v0.8.5: Gate Reasoning Chains, Org Dashboard, and the Checkout Funnel That Didn't Exist",
52
- "datePublished": "2026-03-31"
53
- }
54
- ]
55
- }
56
- </script>
57
- <style>
58
- :root {
59
- --bg: #0a0a0a;
60
- --surface: #141414;
61
- --border: #2a2a2a;
62
- --text: #e0e0e0;
63
- --text-dim: #888;
64
- --cyan: #00d4aa;
65
- }
66
- * {
67
- margin: 0;
68
- padding: 0;
69
- box-sizing: border-box;
70
- }
71
- body {
72
- font-family:
73
- -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
74
- background: var(--bg);
75
- color: var(--text);
76
- line-height: 1.7;
77
- }
78
- .container {
79
- max-width: 720px;
80
- margin: 0 auto;
81
- padding: 0 24px;
82
- }
83
- header {
84
- padding: 24px 0;
85
- border-bottom: 1px solid var(--border);
86
- }
87
- header a {
88
- color: var(--cyan);
89
- text-decoration: none;
90
- font-weight: 600;
91
- }
92
- h1 {
93
- font-size: 18px;
94
- font-weight: 700;
95
- }
96
- .post {
97
- padding: 48px 0;
98
- border-bottom: 1px solid var(--border);
99
- }
100
- .post-date {
101
- font-size: 13px;
102
- color: var(--text-dim);
103
- margin-bottom: 8px;
104
- }
105
- .post h2 {
106
- font-size: 24px;
107
- font-weight: 700;
108
- margin-bottom: 16px;
109
- letter-spacing: -0.02em;
110
- }
111
- .post h3 {
112
- font-size: 18px;
113
- font-weight: 600;
114
- margin: 24px 0 8px;
115
- }
116
- .post p {
117
- margin-bottom: 16px;
118
- color: var(--text-dim);
119
- }
120
- .post ul {
121
- margin: 0 0 16px 24px;
122
- color: var(--text-dim);
123
- }
124
- .post li {
125
- margin-bottom: 6px;
126
- }
127
- .post code {
128
- background: var(--surface);
129
- padding: 2px 6px;
130
- border-radius: 4px;
131
- font-size: 14px;
132
- }
133
- .post strong {
134
- color: var(--text);
135
- }
136
- .cta {
137
- display: inline-block;
138
- margin-top: 16px;
139
- padding: 10px 20px;
140
- background: var(--cyan);
141
- color: #000;
142
- border-radius: 6px;
143
- text-decoration: none;
144
- font-weight: 600;
145
- font-size: 14px;
146
- }
147
- footer {
148
- padding: 48px 0 24px;
149
- text-align: center;
150
- color: var(--text-dim);
151
- font-size: 13px;
152
- }
153
- footer a {
154
- color: var(--cyan);
155
- text-decoration: none;
156
- }
157
- </style>
158
- </head>
159
- <body>
160
- <header>
161
- <div
162
- class="container"
163
- style="
164
- display: flex;
165
- justify-content: space-between;
166
- align-items: center;
167
- "
168
- >
169
- <h1><a href="/">ThumbGate</a> / Blog</h1>
170
- <a href="/">Back to home</a>
171
- </div>
172
- </header>
173
-
174
- <div class="container">
175
- <article class="post">
176
- <div class="post-date">April 10, 2026</div>
177
- <h2>Your AI agent is a supply chain attack surface. Here's how to gate it.</h2>
178
-
179
- <p>
180
- Your AI coding agent runs shell commands. It installs packages. It
181
- modifies files, pushes commits, and calls external APIs &mdash; all
182
- without requiring you to type a single character. That's the pitch.
183
- That's also the attack surface.
184
- </p>
185
-
186
- <h3>The gap is pre-action enforcement</h3>
187
- <p>
188
- Static analysis catches known-bad patterns in code you've already
189
- written. Dependency scanners audit lock files <em>after</em> packages
190
- are installed. By the time your scanner flags a problem, the agent
191
- already ran the command.
192
- </p>
193
- <p>
194
- These tools operate on the <em>output</em> of agent actions. You need
195
- something that operates on the <em>input</em> &mdash; before execution.
196
- </p>
197
-
198
- <h3>Pre-Action Gates via PreToolUse hooks</h3>
199
- <p>
200
- ThumbGate implements pre-action gates via <code>PreToolUse</code> hooks
201
- &mdash; interception points that run before every tool invocation. No
202
- action reaches execution without passing through the gate. Not Bash
203
- commands, not file edits, not web fetches.
204
- </p>
205
- <p>
206
- What makes this more than a static blocklist is the
207
- <strong>feedback-to-enforcement pipeline</strong>. When something goes
208
- wrong, you record a thumbs-down with context. That failure feeds a
209
- promotion engine. One failure becomes a warning. Three confirmed
210
- failures of the same pattern become a hard block.
211
- </p>
212
-
213
- <h3>Real examples</h3>
214
- <ul>
215
- <li>
216
- <strong>Force-push to main</strong> &mdash; Gate fires, push never
217
- happens. Agent is redirected to create a branch and open a PR.
218
- </li>
219
- <li>
220
- <strong>Unknown dependency install</strong> &mdash; Flagged for human
221
- review. Agent pauses until you approve.
222
- </li>
223
- <li>
224
- <strong>Destructive shell command</strong> &mdash; Blocked by a
225
- prevention rule learned from a prior incident.
226
- </li>
227
- </ul>
228
-
229
- <h3>Five-minute setup</h3>
230
- <p>
231
- <code>npx thumbgate init</code> installs the PreToolUse hook and
232
- generates a starter gate config. Gates are just JSON &mdash; commit
233
- them, review them, share them across your team.
234
- </p>
235
- <p>
236
- <strong>Human judgment leads. AI supports. ThumbGate enforces it.</strong>
237
- </p>
238
-
239
- <a class="cta" href="/guide">Full setup guide &rarr;</a>
240
- </article>
241
-
242
- <article class="post">
243
- <div class="post-date">April 1, 2026</div>
244
- <h2>Dual-Signal Feedback: Why "What Failed" Isn't Enough</h2>
245
-
246
- <p>
247
- Standard thumbs-down tells you <em>something</em> went wrong. But was
248
- it a bad decision (wrong tool) or bad execution (right tool, wrong
249
- parameters)?
250
- </p>
251
-
252
- <p>
253
- Inspired by
254
- <a
255
- href="https://huggingface.co/papers/2603.28767"
256
- style="color: var(--cyan)"
257
- >Gen-Searcher's dual reward system</a
258
- >, ThumbGate now supports an optional <code>failureType</code> field
259
- on <code>capture_feedback</code>:
260
- </p>
261
-
262
- <ul>
263
- <li>
264
- <strong><code>"decision"</code></strong> — the agent chose the wrong
265
- action entirely
266
- </li>
267
- <li>
268
- <strong><code>"execution"</code></strong> — right action, bad
269
- parameters or output
270
- </li>
271
- </ul>
272
-
273
- <p>
274
- Thompson Sampling creates separate sub-arms (e.g.,
275
- <code>git:decision</code> and <code>git:execution</code>) so
276
- reliability scores diverge per dimension. An agent might be great at
277
- choosing git commands but bad at parameterizing them — now you can see
278
- that distinction.
279
- </p>
280
-
281
- <p>
282
- Backward compatible. Existing feedback without
283
- <code>failureType</code> works unchanged.
284
- </p>
285
-
286
- <a class="cta" href="https://www.npmjs.com/package/thumbgate"
287
- >Try it now</a
288
- >
289
- </article>
290
-
291
- <article class="post">
292
- <div class="post-date">April 1, 2026</div>
293
- <h2>The Claude Code Leak Proves Why Pre-Action Gates Matter</h2>
294
-
295
- <p>
296
- Anthropic accidentally shipped 512,000 lines of Claude Code source
297
- inside an npm package. A missing <code>.npmignore</code> exposed the
298
- full agent architecture: tool-call loops, permission models, retry
299
- logic, 44 unreleased feature flags.
300
- </p>
301
-
302
- <p>
303
- Within 24 hours, a clean rewrite called Claw-code hit 100K GitHub
304
- stars — the fastest-growing repo in GitHub history.
305
- </p>
306
-
307
- <h3>What the leak revealed about agent security</h3>
308
- <p>
309
- Claude Code has a sophisticated permission model and tool-calling
310
- pipeline. What it does <strong>not</strong> have is feedback-driven
311
- enforcement — the ability to learn from past mistakes and physically
312
- block the agent from repeating them.
313
- </p>
314
-
315
- <p>
316
- That's exactly what ThumbGate does. Every Claude Code user — and every
317
- Claw-code user — can add pre-action gates today:
318
- </p>
319
-
320
- <ul>
321
- <li>
322
- <strong>Thumbs-down a mistake</strong> — it auto-generates a
323
- prevention rule
324
- </li>
325
- <li>
326
- <strong>Gates enforce</strong> — PreToolUse hooks block the action
327
- before execution
328
- </li>
329
- <li>
330
- <strong>Reasoning chains explain</strong> — every block tells you
331
- WHY
332
- </li>
333
- <li>
334
- <strong>Thompson Sampling adapts</strong> — confidence tiers prevent
335
- false blocks
336
- </li>
337
- </ul>
338
-
339
- <h3>Install in 30 seconds</h3>
340
- <p>
341
- <code>npx thumbgate init</code> works with Claude Code,
342
- Claw-code, Cursor, Codex, Gemini, Amp, and any MCP-compatible agent.
343
- </p>
344
-
345
- <p>
346
- The leak proves agents are powerful but fallible software. Memory
347
- without enforcement is a suggestion.
348
- <strong>ThumbGate is a guarantee.</strong>
349
- </p>
350
-
351
- <a class="cta" href="https://www.npmjs.com/package/thumbgate"
352
- >Install ThumbGate</a
353
- >
354
- </article>
355
-
356
- <article class="post">
357
- <div class="post-date">March 31, 2026</div>
358
- <h2>
359
- v0.8.5: Gate Reasoning Chains, Org Dashboard, and the Checkout Funnel
360
- That Didn't Exist
361
- </h2>
362
-
363
- <p>
364
- ThumbGate v0.8.5 is our biggest release yet. Here's what shipped and
365
- why.
366
- </p>
367
-
368
- <h3>The problem we didn't see</h3>
369
- <p>
370
- ~1,700 developers install ThumbGate via npm every month.
371
- <strong>Zero of them ever saw a checkout button.</strong> They find
372
- the GitHub README, run <code>npx thumbgate init</code>, use
373
- it for free, and never visit the landing page. The checkout flow
374
- nobody reaches is irrelevant. We were optimizing a storefront in a
375
- building with no door.
376
- </p>
377
-
378
- <h3>Gate reasoning chains</h3>
379
- <p>
380
- Every gate block and warning now explains <strong>WHY</strong> it
381
- fired. When ThumbGate blocks a <code>git push --force</code>, the
382
- response includes:
383
- </p>
384
- <ul>
385
- <li>Which pattern matched and what it matched against</li>
386
- <li>Gate identity: ID, action, layer, severity</li>
387
- <li>Source: manual policy rule vs auto-promoted from feedback</li>
388
- <li>
389
- How to bypass: <code>satisfy_gate("pr_threads_checked")</code>
390
- </li>
391
- <li>Historical fire count: "blocked 23x, warned 15x"</li>
392
- </ul>
393
- <p>
394
- This was inspired by the neuro-symbolic explainability trend in
395
- production AI systems. Gates are the symbolic rules; Thompson Sampling
396
- provides the statistical confidence. The reasoning chain bridges both.
397
- </p>
398
-
399
- <h3>Multi-agent org dashboard</h3>
400
- <p>
401
- "I'm not going to have 10,000 agents running in the environment that I
402
- don't know what they're doing." — CIO.com, March 2026
403
- </p>
404
- <p>
405
- The new <code>org_dashboard</code> MCP tool aggregates gate decisions
406
- across all registered agent sessions. CIOs and team leads see: total
407
- active agents, org-wide adherence rate, top blocked gates, and risk
408
- agents (those with the lowest adherence). Free tier shows 3 agents;
409
- Pro shows the full org.
410
- </p>
411
-
412
- <h3>Multi-hop agentic retrieval</h3>
413
- <p>
414
- Inspired by Chroma's Context-1,
415
- <code>constructMultiHopPack</code> iteratively retrieves context,
416
- prunes weak chunks, refines the query with expansion terms, and checks
417
- coverage — stopping when the coverage threshold (60%) is met or max
418
- hops are reached. Each hop is logged.
419
- </p>
420
-
421
- <h3>Thompson Sampling calibration</h3>
422
- <p>
423
- <code>MIN_SAMPLES_THRESHOLD</code> (5) prevents low-sample
424
- overconfidence. <code>getCalibration()</code> reports per-category
425
- confidence tiers: none (0 samples), low (1-4), medium (5-19), high
426
- (20+). Callers know when to trust the statistical arm vs fall back to
427
- rules.
428
- </p>
429
-
430
- <h3>The funnel fix</h3>
431
- <p>
432
- Four touchpoints now put the checkout URL where 100% of npm users
433
- actually are:
434
- </p>
435
- <ul>
436
- <li>
437
- <strong>Post-install banner</strong> — prints after
438
- <code>npm install</code> (stderr, CI-safe)
439
- </li>
440
- <li>
441
- <strong>Free-tier rate limits</strong> — power features capped,
442
- upgrade URL in error
443
- </li>
444
- <li>
445
- <strong>MCP enforceLimit</strong> — agents surface the checkout URL
446
- when limits hit
447
- </li>
448
- <li>
449
- <strong>CLI upgrade nudge</strong> — after <code>init</code>,
450
- <code>capture</code>, <code>stats</code>
451
- </li>
452
- </ul>
453
- <p>
454
- 13 funnel invariant CI tests prevent this blindspot from ever
455
- regressing.
456
- </p>
457
-
458
- <a class="cta" href="https://www.npmjs.com/package/thumbgate"
459
- >Install v0.8.5 on npm</a
460
- >
461
- </article>
462
- </div>
463
-
464
- <footer>
465
- <div class="container">
466
- <a href="/">Home</a> ·
467
- <a href="https://github.com/IgorGanapolsky/ThumbGate">GitHub</a> ·
468
- <a href="https://x.com/IgorGanapolsky">X</a> ·
469
- <a href="https://www.linkedin.com/in/igorganapolsky">LinkedIn</a>
470
- <br /><br />© 2026 Max Smith KDP LLC · MIT License
471
- </div>
472
- </footer>
473
- </body>
474
- </html>
@@ -1,189 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>ThumbGate vs Mem0 | Enforcement vs Memory for AI Agents</title>
7
- <script defer data-domain="thumbgate-production.up.railway.app" src="https://plausible.io/js/script.js"></script>
8
- <meta name="description" content="Mem0 is memory. ThumbGate is memory plus enforcement. It captures thumbs-up/down feedback, promotes the signal into rules, and blocks repeat failures with pre-action gates.">
9
- <meta name="keywords" content="ThumbGate vs Mem0, Mem0 alternative, AI agent memory enforcement, pre-action gates, feedback loop, AI coding agent guardrails">
10
- <meta property="og:title" content="ThumbGate vs Mem0">
11
- <meta property="og:description" content="Mem0 is memory. ThumbGate is memory plus enforcement. It captures thumbs-up/down feedback, promotes the signal into rules, and blocks repeat failures with pre-action gates.">
12
- <meta property="og:type" content="article">
13
- <meta property="og:url" content="https://thumbgate-production.up.railway.app/compare/mem0">
14
- <link rel="canonical" href="https://thumbgate-production.up.railway.app/compare/mem0">
15
- <link rel="llm-context" href="/public/llm-context.md" type="text/markdown">
16
-
17
- <script type="application/ld+json">
18
- {
19
- "@context": "https://schema.org",
20
- "@type": "TechArticle",
21
- "headline": "ThumbGate vs Mem0 — Enforcement vs Memory for AI Agents",
22
- "description": "Mem0 is memory. ThumbGate is memory plus enforcement. It captures thumbs-up/down feedback, promotes the signal into rules, and blocks repeat failures with pre-action gates.",
23
- "author": {
24
- "@type": "Person",
25
- "name": "Igor Ganapolsky",
26
- "url": "https://github.com/IgorGanapolsky"
27
- },
28
- "publisher": {
29
- "@type": "Organization",
30
- "name": "ThumbGate",
31
- "url": "https://thumbgate-production.up.railway.app"
32
- },
33
- "datePublished": "2026-04-09",
34
- "dateModified": "2026-04-09",
35
- "mainEntityOfPage": "https://thumbgate-production.up.railway.app/compare/mem0",
36
- "about": [
37
- {"@type": "Thing", "name": "ThumbGate vs Mem0"},
38
- {"@type": "Thing", "name": "AI agent memory enforcement"},
39
- {"@type": "Thing", "name": "pre-action gates"}
40
- ]
41
- }
42
- </script>
43
-
44
- <script type="application/ld+json">
45
- {
46
- "@context": "https://schema.org",
47
- "@type": "FAQPage",
48
- "mainEntity": [
49
- {
50
- "@type": "Question",
51
- "name": "Does ThumbGate still include memory?",
52
- "acceptedAnswer": {
53
- "@type": "Answer",
54
- "text": "Yes. ThumbGate keeps local-first memory, ContextFS packs, lesson search, and recall, but adds pre-action enforcement when memory alone is insufficient."
55
- }
56
- },
57
- {
58
- "@type": "Question",
59
- "name": "Why compare Mem0 at all?",
60
- "acceptedAnswer": {
61
- "@type": "Answer",
62
- "text": "Because buyers often start with memory tooling and only later realize they also need enforcement. This page makes that upgrade path explicit."
63
- }
64
- },
65
- {
66
- "@type": "Question",
67
- "name": "Is Mem0 bad?",
68
- "acceptedAnswer": {
69
- "@type": "Answer",
70
- "text": "No. Mem0 is useful when you mainly need retrieval and cross-session context. ThumbGate is useful when retrieval alone is not enough and the system has to stop the same mistake before execution."
71
- }
72
- },
73
- {
74
- "@type": "Question",
75
- "name": "Can I migrate from Mem0 to ThumbGate?",
76
- "acceptedAnswer": {
77
- "@type": "Answer",
78
- "text": "ThumbGate does not require migrating away from Mem0. You can add ThumbGate as the enforcement layer while keeping any existing memory system for retrieval."
79
- }
80
- },
81
- {
82
- "@type": "Question",
83
- "name": "Does ThumbGate require a cloud account?",
84
- "acceptedAnswer": {
85
- "@type": "Answer",
86
- "text": "No. ThumbGate is local-first with SQLite+FTS5 storage. No cloud account, no API keys needed to capture feedback and enforce pre-action gates."
87
- }
88
- }
89
- ]
90
- }
91
- </script>
92
-
93
- <link rel="stylesheet" href="/learn/learn.css">
94
- </head>
95
- <body>
96
-
97
- <nav>
98
- <a href="/" class="brand">ThumbGate</a>
99
- <a href="/guide">Setup Guide</a>
100
- <a href="/learn">Learn</a>
101
- <a href="/dashboard">Dashboard</a>
102
- <a href="https://github.com/IgorGanapolsky/ThumbGate" target="_blank" rel="noopener">GitHub</a>
103
- </nav>
104
-
105
- <div class="container">
106
- <div class="breadcrumb"><a href="/learn">Learn</a> / <a href="/compare/mem0">Compare</a> / ThumbGate vs Mem0</div>
107
- <h1>ThumbGate vs Mem0</h1>
108
- <p style="color:var(--muted);">3 min read &middot; Bottom-of-funnel comparison for buyers choosing between memory and enforcement</p>
109
-
110
- <div class="tldr"><strong>TL;DR:</strong> Mem0 is memory. ThumbGate is memory plus enforcement. It captures thumbs-up/down feedback, promotes the signal into rules, and blocks repeat failures with pre-action gates.</div>
111
-
112
- <h2>Where Mem0 fits</h2>
113
- <p>Mem0 is designed as a cloud memory layer. It helps the model remember context and past interactions, but memory alone does not guarantee that the next action is safe.</p>
114
-
115
- <h2>Where ThumbGate fits</h2>
116
- <p>ThumbGate begins with the same need to remember, but it goes further. A thumbs down can become a prevention rule, and that rule can become a pre-action gate that blocks a repeated tool call.</p>
117
- <ul>
118
- <li>Thumbs up reinforces good behavior.</li>
119
- <li>Thumbs down blocks repeated mistakes.</li>
120
- <li>Verification evidence and automation reports back up the reliability claim.</li>
121
- </ul>
122
-
123
- <table style="width:100%;border-collapse:collapse;margin:1.5rem 0;">
124
- <thead>
125
- <tr style="border-bottom:2px solid var(--border, #333);">
126
- <th style="text-align:left;padding:8px;">Capability</th>
127
- <th style="text-align:center;padding:8px;">ThumbGate</th>
128
- <th style="text-align:center;padding:8px;">Mem0</th>
129
- </tr>
130
- </thead>
131
- <tbody>
132
- <tr><td style="padding:8px;">Cross-session memory</td><td style="text-align:center;">Yes (local-first)</td><td style="text-align:center;">Yes (cloud)</td></tr>
133
- <tr><td style="padding:8px;">Pre-action gate enforcement</td><td style="text-align:center;">Yes</td><td style="text-align:center;">No</td></tr>
134
- <tr><td style="padding:8px;">Thumbs-up/down feedback</td><td style="text-align:center;">Yes</td><td style="text-align:center;">No</td></tr>
135
- <tr><td style="padding:8px;">Prevention rule generation</td><td style="text-align:center;">Automatic</td><td style="text-align:center;">No</td></tr>
136
- <tr><td style="padding:8px;">Multi-agent support</td><td style="text-align:center;">6 agents</td><td style="text-align:center;">API-based</td></tr>
137
- <tr><td style="padding:8px;">Local-first / no cloud required</td><td style="text-align:center;">Yes</td><td style="text-align:center;">No</td></tr>
138
- <tr><td style="padding:8px;">Thompson Sampling scoring</td><td style="text-align:center;">Yes</td><td style="text-align:center;">No</td></tr>
139
- <tr><td style="padding:8px;">Verification evidence</td><td style="text-align:center;">Yes</td><td style="text-align:center;">No</td></tr>
140
- </tbody>
141
- </table>
142
-
143
- <div class="callout">
144
- <strong>The upgrade path:</strong> Buyers often start with memory tooling and only later realize they also need enforcement. ThumbGate makes that upgrade path explicit: keep memory, add gates.
145
- </div>
146
-
147
- <h2>Install ThumbGate</h2>
148
- <pre><code>npx thumbgate init --agent claude-code</code></pre>
149
- <p>Works with Claude Code, Cursor, Codex, Gemini, Amp, and OpenCode.</p>
150
-
151
- <h2>Frequently Asked Questions</h2>
152
- <h3>Does ThumbGate still include memory?</h3>
153
- <p>Yes. ThumbGate keeps local-first memory, ContextFS packs, lesson search, and recall, but adds pre-action enforcement when memory alone is insufficient.</p>
154
-
155
- <h3>Why compare Mem0 at all?</h3>
156
- <p>Because buyers often start with memory tooling and only later realize they also need enforcement. This page makes that upgrade path explicit.</p>
157
-
158
- <h3>Is Mem0 bad?</h3>
159
- <p>No. Mem0 is useful when you mainly need retrieval and cross-session context. ThumbGate is useful when retrieval alone is not enough and the system has to stop the same mistake before execution.</p>
160
-
161
- <h3>Can I migrate from Mem0 to ThumbGate?</h3>
162
- <p>ThumbGate does not require migrating away from Mem0. You can add ThumbGate as the enforcement layer while keeping any existing memory system for retrieval.</p>
163
-
164
- <h3>Does ThumbGate require a cloud account?</h3>
165
- <p>No. ThumbGate is local-first with SQLite+FTS5 storage. No cloud account, no API keys needed to capture feedback and enforce pre-action gates.</p>
166
-
167
- <div class="cta-box">
168
- <h2 style="color:var(--text);font-size:1.3rem;margin:0 0 8px;">Pro for operators, Team for governance</h2>
169
- <p>Start free with local gates. Pro is $19/mo or $149/yr for the personal dashboard and exports. Team rollout anchors at $99/seat/mo when shared lessons and org visibility matter.</p>
170
- <div class="cta-install">$ npx thumbgate init</div>
171
- <p style="margin-top:8px;"><a href="/pro">See Pro and Team pricing &rarr;</a></p>
172
- </div>
173
-
174
- <div class="related">
175
- <h3>Related</h3>
176
- <a href="/compare/speclock">ThumbGate vs SpecLock &rarr;</a>
177
- <a href="/guides/claude-code-prevent-repeated-mistakes">Claude Code Feedback Memory &rarr;</a>
178
- <a href="/guides/pre-action-gates">What Are Pre-Action Gates? &rarr;</a>
179
- <a href="https://github.com/IgorGanapolsky/ThumbGate" target="_blank" rel="noopener">GitHub &rarr;</a>
180
- </div>
181
- </div>
182
-
183
- <div class="sticky-cta">
184
- <span style="color:var(--muted)">Try it now:</span>
185
- <code>npx thumbgate init</code>
186
- <a href="https://github.com/IgorGanapolsky/ThumbGate" target="_blank" rel="noopener">GitHub &rarr;</a>
187
- </div>
188
- </body>
189
- </html>