thumbgate 1.16.11 โ†’ 1.16.12

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thumbgate-marketplace",
3
- "version": "1.16.11",
3
+ "version": "1.16.12",
4
4
  "owner": {
5
5
  "name": "Igor Ganapolsky",
6
6
  "email": "ig5973700@gmail.com"
@@ -13,7 +13,7 @@
13
13
  "source": "npm",
14
14
  "package": "thumbgate"
15
15
  },
16
- "version": "1.16.11",
16
+ "version": "1.16.12",
17
17
  "author": {
18
18
  "name": "Igor Ganapolsky"
19
19
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "thumbgate",
3
3
  "description": "Type ๐Ÿ‘ or ๐Ÿ‘Ž on any agent action. ThumbGate captures it, distills a lesson, and blocks the pattern from repeating. One thumbs-down = the agent physically cannot make that mistake again. 33 pre-action checks, budget enforcement, self-protection, and NIST/SOC2 compliance tags.",
4
- "version": "1.16.11",
4
+ "version": "1.16.12",
5
5
  "author": {
6
6
  "name": "Igor Ganapolsky"
7
7
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thumbgate",
3
- "version": "1.16.11",
3
+ "version": "1.16.12",
4
4
  "description": "ThumbGate โ€” ๐Ÿ‘๐Ÿ‘Ž feedback that teaches your AI agent. Thumbs down a mistake, it never happens again.",
5
5
  "homepage": "https://thumbgate-production.up.railway.app",
6
6
  "transport": "stdio",
@@ -2,13 +2,13 @@
2
2
  "mcpServers": {
3
3
  "thumbgate": {
4
4
  "command": "npx",
5
- "args": ["--yes", "--package", "thumbgate@1.16.11", "thumbgate", "serve"]
5
+ "args": ["--yes", "--package", "thumbgate@1.16.12", "thumbgate", "serve"]
6
6
  }
7
7
  },
8
8
  "hooks": {
9
9
  "preToolUse": {
10
10
  "command": "npx",
11
- "args": ["--yes", "--package", "thumbgate@1.16.11", "thumbgate", "gate-check"]
11
+ "args": ["--yes", "--package", "thumbgate@1.16.12", "thumbgate", "gate-check"]
12
12
  }
13
13
  }
14
14
  }
@@ -201,7 +201,7 @@ const {
201
201
  finalizeSession: finalizeFeedbackSession,
202
202
  } = require('../../scripts/feedback-session');
203
203
 
204
- const SERVER_INFO = { name: 'thumbgate-mcp', version: '1.16.11' };
204
+ const SERVER_INFO = { name: 'thumbgate-mcp', version: '1.16.12' };
205
205
  const COMMERCE_CATEGORIES = [
206
206
  'product_recommendation',
207
207
  'brand_compliance',
@@ -7,7 +7,7 @@
7
7
  "npx",
8
8
  "--yes",
9
9
  "--package",
10
- "thumbgate@1.16.11",
10
+ "thumbgate@1.16.12",
11
11
  "thumbgate",
12
12
  "serve"
13
13
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thumbgate",
3
- "version": "1.16.11",
3
+ "version": "1.16.12",
4
4
  "description": "Self-improving agent governance: type thumbs-up or thumbs-down on any AI agent action. ThumbGate turns every mistake into a prevention rule and blocks the pattern from repeating. One thumbs-down, never again. 33 pre-action checks, budget enforcement, and self-protection for Claude Code, Cursor, Codex, Gemini CLI, and Amp.",
5
5
  "homepage": "https://thumbgate-production.up.railway.app",
6
6
  "repository": {
@@ -240,6 +240,7 @@
240
240
  "gtm:chatgpt": "node scripts/chatgpt-gpt-revenue-pack.js",
241
241
  "gtm:codex": "node scripts/codex-marketplace-revenue-pack.js",
242
242
  "gtm:linkedin": "node scripts/linkedin-workflow-hardening-pack.js",
243
+ "gtm:roo-sunset": "node scripts/roo-sunset-demand-pack.js",
243
244
  "gtm:reddit": "node scripts/reddit-dm-workflow-hardening-pack.js",
244
245
  "sales:pipeline": "node scripts/sales-pipeline.js",
245
246
  "social:prepare": "node scripts/social-pipeline.js prepare",
@@ -309,7 +310,7 @@
309
310
  "test:hosted-config": "node --test tests/hosted-config.test.js",
310
311
  "test:operational-summary": "node --test tests/operational-summary.test.js",
311
312
  "test:operational-dashboard": "node --test tests/operational-dashboard.test.js",
312
- "test:operator-artifacts": "node --test tests/operator-artifacts.test.js tests/revenue-pack-utils.test.js tests/claude-workflow-hardening-pack.test.js tests/gemini-cli-demand-pack.test.js tests/chatgpt-gpt-revenue-pack.test.js",
313
+ "test:operator-artifacts": "node --test tests/operator-artifacts.test.js tests/revenue-pack-utils.test.js tests/claude-workflow-hardening-pack.test.js tests/gemini-cli-demand-pack.test.js tests/roo-sunset-demand-pack.test.js tests/chatgpt-gpt-revenue-pack.test.js",
313
314
  "test:operator-key-auth": "node --test tests/api-operator-key-auth.test.js",
314
315
  "test:cloudflare-sandbox": "node --test tests/cloudflare-dynamic-sandbox.test.js tests/cloudflare-sandbox-api.test.js",
315
316
  "test:mcp-config": "node --test tests/mcp-config.test.js",
@@ -351,7 +352,7 @@
351
352
  "test:training-export": "node --test tests/training-export.test.js tests/databricks-export.test.js",
352
353
  "test:deployment": "node --test tests/deployment.test.js tests/deploy-policy.test.js tests/publish-decision.test.js tests/changeset-check.test.js tests/release-notes.test.js tests/sonarcloud-workflow.test.js tests/package-boundary.test.js tests/public-package-boundary.test.js tests/revenue-observability-workflow.test.js",
353
354
  "test:operational-integrity": "node --test tests/operational-integrity.test.js tests/sync-branch-protection.test.js",
354
- "test:workflow": "node --test tests/workflow-contract.test.js tests/social-marketing-assets.test.js tests/social-pipeline.test.js tests/positioning-contract.test.js tests/docs-claim-hygiene.test.js tests/thumbgate-scope.test.js tests/workflow-runs.test.js tests/workflow-sprint-intake.test.js tests/gtm-revenue-loop.test.js tests/may-2026-revenue-machine.test.js tests/customer-discovery-sprint.test.js tests/revenue-pack-utils.test.js tests/aiventyx-marketplace-plan.test.js tests/cursor-marketplace-revenue-pack.test.js tests/codex-marketplace-revenue-pack.test.js tests/codex-plugin-revenue-pack.test.js tests/gemini-cli-demand-pack.test.js tests/linkedin-workflow-hardening-pack.test.js tests/chatgpt-gpt-revenue-pack.test.js tests/mcp-directory-revenue-pack.test.js tests/autonomous-sales-agent.test.js tests/reddit-dm-workflow-hardening-pack.test.js tests/sales-pipeline.test.js tests/reddit-dm-outreach.test.js tests/github-outreach.test.js tests/enterprise-story.test.js tests/ralph-loop.test.js tests/ralph-mode-ci.test.js tests/guide-conversion-path.test.js",
355
+ "test:workflow": "node --test tests/workflow-contract.test.js tests/social-marketing-assets.test.js tests/social-pipeline.test.js tests/positioning-contract.test.js tests/docs-claim-hygiene.test.js tests/thumbgate-scope.test.js tests/workflow-runs.test.js tests/workflow-sprint-intake.test.js tests/gtm-revenue-loop.test.js tests/may-2026-revenue-machine.test.js tests/customer-discovery-sprint.test.js tests/revenue-pack-utils.test.js tests/aiventyx-marketplace-plan.test.js tests/cursor-marketplace-revenue-pack.test.js tests/codex-marketplace-revenue-pack.test.js tests/codex-plugin-revenue-pack.test.js tests/gemini-cli-demand-pack.test.js tests/roo-sunset-demand-pack.test.js tests/linkedin-workflow-hardening-pack.test.js tests/chatgpt-gpt-revenue-pack.test.js tests/mcp-directory-revenue-pack.test.js tests/autonomous-sales-agent.test.js tests/reddit-dm-workflow-hardening-pack.test.js tests/sales-pipeline.test.js tests/reddit-dm-outreach.test.js tests/github-outreach.test.js tests/enterprise-story.test.js tests/ralph-loop.test.js tests/ralph-mode-ci.test.js tests/guide-conversion-path.test.js tests/roo-sunset-marketing.test.js",
355
356
  "test:sales-pipeline": "node --test tests/sales-pipeline.test.js",
356
357
  "test:billing": "node --test tests/billing.test.js tests/stripe-sync-product-images.test.js",
357
358
  "test:cli": "node --test tests/analytics-report.test.js tests/codex-self-heal.test.js tests/creator-campaigns.test.js tests/cli.test.js tests/codex-bridge-script.test.js tests/dependabot-changeset.test.js tests/dispatch-brief.test.js tests/feedback-normalize.test.js tests/install-mcp.test.js tests/pr-manager.test.js tests/pro-local-dashboard.test.js tests/published-cli.test.js tests/revenue-status.test.js tests/stripe-live-status.test.js",
@@ -62,7 +62,7 @@
62
62
  "name": "Is ThumbGate free?",
63
63
  "acceptedAnswer": {
64
64
  "@type": "Answer",
65
- "text": "ThumbGate has a free tier that includes local enforcement with 3 daily feedback captures, 5 lesson searches, unlimited recall, blocking, and history-aware lesson distillation. Pro ($19/mo or $149/yr) adds a personal local dashboard and DPO export. Team rollout ($49/seat/mo) adds a shared lesson database and org dashboard."
65
+ "text": "ThumbGate has a free tier that includes local enforcement with 3 feedback captures total, 1 auto-promoted prevention rule, and pre-action check blocking. Pro ($19/mo or $149/yr) adds a personal local dashboard, recall, lesson search, and DPO export. Team rollout ($49/seat/mo) adds a shared lesson database and org dashboard."
66
66
  }
67
67
  },
68
68
  {
@@ -293,7 +293,7 @@
293
293
 
294
294
  <div class="card">
295
295
  <h3>Is ThumbGate free?</h3>
296
- <p>ThumbGate has a free tier that includes local enforcement with 3 daily feedback captures, 5 lesson searches, unlimited recall, and pre-action check blocking. Pro ($19/mo or $149/yr) adds a personal local dashboard and DPO export. Team rollout ($49/seat/mo) adds a shared lesson database and org dashboard.</p>
296
+ <p>ThumbGate has a free tier that includes local enforcement with 3 feedback captures total, 1 auto-promoted prevention rule, and pre-action check blocking. Pro ($19/mo or $149/yr) adds a personal local dashboard, recall, lesson search, and DPO export. Team rollout ($49/seat/mo) adds a shared lesson database and org dashboard.</p>
297
297
  </div>
298
298
 
299
299
  <div class="card">
package/public/guide.html CHANGED
@@ -354,7 +354,7 @@ npx thumbgate init --agent gemini</code></pre>
354
354
  <p>One command. Works with Claude Code, Cursor, Codex, Gemini, Amp, and OpenCode. Claude Code can also call Codex for review, adversarial review, and second-pass handoffs through the repo-local bridge plugin.</p>
355
355
  <a href="https://thumbgate-production.up.railway.app/checkout/pro?utm_source=guide&utm_medium=cta_button&utm_campaign=pro_pack" class="cta">Get Pro โ€” $19/mo or $149/yr</a>
356
356
  <a href="https://thumbgate-production.up.railway.app/#workflow-sprint-intake" class="cta cta-secondary">Start a Workflow Hardening Sprint</a>
357
- <p style="color:var(--muted); font-size:0.85rem;">Free keeps local enforcement with 3 daily feedback captures, 5 lesson searches, unlimited recall, blocking, and history-aware lesson distillation. Pro is $19/mo or $149/yr for a personal local dashboard and DPO export. Team rollout starts intake-first at $49/seat/mo with a 3-seat minimum for the hosted shared lesson DB, org dashboard, and generated review views.</p>
357
+ <p style="color:var(--muted); font-size:0.85rem;">Free keeps local enforcement with 3 feedback captures total, 1 auto-promoted prevention rule, and built-in hook blocking. Pro is $19/mo or $149/yr for a personal local dashboard, recall, lesson search, and DPO export. Team rollout starts intake-first at $49/seat/mo with a 3-seat minimum for the hosted shared lesson DB, org dashboard, and generated review views.</p>
358
358
 
359
359
  </div>
360
360
  </body>
package/public/index.html CHANGED
@@ -1136,6 +1136,12 @@ __GA_BOOTSTRAP__
1136
1136
  <p>Why Gemini CLI buyers start with memory and convert when they see how memory becomes real pre-action checks.</p>
1137
1137
  <div class="card-arrow">Read the Gemini guide โ†’</div>
1138
1138
  </a>
1139
+ <a class="seo-card" href="/guides/roo-code-alternative-cline">
1140
+ <div class="seo-kicker">Migration</div>
1141
+ <h3>Roo Code Alternative: Migrate to Cline Without Losing Agent Memory</h3>
1142
+ <p>Turn the Roo shutdown into a portable-memory story: keep the lessons, keep the gates, and avoid re-teaching the same failures after the move.</p>
1143
+ <div class="card-arrow">Read the migration guide โ†’</div>
1144
+ </a>
1139
1145
  <a class="seo-card" href="/guides/autoresearch-agent-safety">
1140
1146
  <div class="seo-kicker">Autoresearch</div>
1141
1147
  <h3>Autoresearch Safety for Self-Improving Agents</h3>
@@ -1177,7 +1183,7 @@ __GA_BOOTSTRAP__
1177
1183
  <!-- HOW IT WORKS -->
1178
1184
  <section class="how-it-works" id="how-it-works">
1179
1185
  <div class="container">
1180
- <div class="section-label">New in v1.16.11</div>
1186
+ <div class="section-label">New in v1.16.12</div>
1181
1187
  <h2 class="section-title">Three steps to stop repeated AI failures</h2>
1182
1188
  <div class="steps">
1183
1189
  <div class="step">
@@ -1326,7 +1332,7 @@ __GA_BOOTSTRAP__
1326
1332
  <div class="tier" style="color:var(--cyan);">Free</div>
1327
1333
  <div class="price">$0</div>
1328
1334
  <div class="price-sub">See how it works. Hit the wall. Then decide.</div>
1329
- <p style="font-size:13px;color:#aaa;margin-bottom:16px;">3 captures, 1 rule, 1 agent. Enough to prove the enforcement loop works. When you need more, you will know.</p>
1335
+ <p style="font-size:13px;color:#aaa;margin-bottom:16px;">3 captures total, 1 rule. Enough to prove the enforcement loop works. When you need more, you will know.</p>
1330
1336
  <ul>
1331
1337
  <li><strong>3 feedback captures total</strong> (not per day)</li>
1332
1338
  <li>1 auto-promoted prevention rule</li>
@@ -1505,7 +1511,7 @@ __GA_BOOTSTRAP__
1505
1511
  </div>
1506
1512
  <div class="faq-item">
1507
1513
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">Do I need a cloud account?</div>
1508
- <div class="faq-a">No. Free keeps local enforcement on your machine with 3 daily feedback captures, 5 lesson searches, unlimited recall, checks, and hook blocking. No cloud account is required. The business starts when a team wants shared rules, approval boundaries, hosted review views, org dashboard visibility, and proof that survives handoffs. Pro is the optional solo side lane for a personal dashboard, DPO export, and team lesson export/import โ€” share lessons across projects so one team's mistakes become every team's prevention rules.</div>
1514
+ <div class="faq-a">No. Free keeps local enforcement on your machine with 3 feedback captures total, 1 auto-promoted prevention rule, built-in safety checks, and hook blocking. Recall, lesson search, and exports open up on Pro. No cloud account is required. The business starts when a team wants shared rules, approval boundaries, hosted review views, org dashboard visibility, and proof that survives handoffs. Pro is the optional solo side lane for a personal dashboard, DPO export, and team lesson export/import โ€” share lessons across projects so one team's mistakes become every team's prevention rules.</div>
1509
1515
  </div>
1510
1516
  <div class="faq-item">
1511
1517
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">What if my thumbs-down is vague?</div>
@@ -1569,7 +1575,7 @@ __GA_BOOTSTRAP__
1569
1575
  <a href="https://www.linkedin.com/in/igorganapolsky" target="_blank" rel="noopener">LinkedIn</a>
1570
1576
  <a href="/blog">Blog</a>
1571
1577
  </div>
1572
- <span class="footer-copy">ยฉ 2026 Max Smith KDP LLC ยท MIT License ยท v1.16.11</span>
1578
+ <span class="footer-copy">ยฉ 2026 Max Smith KDP LLC ยท MIT License ยท v1.16.12</span>
1573
1579
  </div>
1574
1580
  </footer>
1575
1581
 
package/public/learn.html CHANGED
@@ -97,24 +97,30 @@
97
97
  {
98
98
  "@type": "ListItem",
99
99
  "position": 10,
100
+ "url": "https://thumbgate.ai/guides/roo-code-alternative-cline",
101
+ "name": "Roo Code Alternative: Migrating to Cline with Portable Lesson Memory"
102
+ },
103
+ {
104
+ "@type": "ListItem",
105
+ "position": 11,
100
106
  "url": "https://thumbgate.ai/guides/browser-automation-safety",
101
107
  "name": "Browser Automation Safety for AI Agents"
102
108
  },
103
109
  {
104
110
  "@type": "ListItem",
105
- "position": 11,
111
+ "position": 12,
106
112
  "url": "https://thumbgate.ai/guides/native-messaging-host-security",
107
113
  "name": "Native Messaging Host Security"
108
114
  },
109
115
  {
110
116
  "@type": "ListItem",
111
- "position": 12,
117
+ "position": 13,
112
118
  "url": "https://thumbgate.ai/guides/ai-search-topical-presence",
113
119
  "name": "AI Search Topical Presence"
114
120
  },
115
121
  {
116
122
  "@type": "ListItem",
117
- "position": 13,
123
+ "position": 14,
118
124
  "url": "https://thumbgate.ai/guides/relational-knowledge-ai-recommendations",
119
125
  "name": "Relational Knowledge in AI Recommendations"
120
126
  }
@@ -316,6 +322,14 @@
316
322
  <span class="article-tag">Enforcement</span>
317
323
  </a>
318
324
 
325
+ <a href="/guides/roo-code-alternative-cline" class="article-card">
326
+ <h3>Roo Code Alternative: Migrate to Cline Without Losing Agent Memory</h3>
327
+ <p>Use the Roo shutdown window to pitch portable lesson memory and local-first enforcement instead of making operators re-teach the same failures after they switch.</p>
328
+ <span class="article-tag">Migration</span>
329
+ <span class="article-tag">Cline</span>
330
+ <span class="article-tag">Portable Memory</span>
331
+ </a>
332
+
319
333
  <a href="/guides/browser-automation-safety" class="article-card">
320
334
  <h3>Browser Automation Safety for AI Agents</h3>
321
335
  <p>Prompt injection gets more dangerous when browser agents can create cross-app bridges, hold persistent permissions, or silently widen connector scope.</p>
@@ -25,7 +25,7 @@
25
25
  "alternateName": "thumbgate",
26
26
  "applicationCategory": "DeveloperApplication",
27
27
  "operatingSystem": "Cross-platform, Node.js >=18.18.0",
28
- "softwareVersion": "1.16.11",
28
+ "softwareVersion": "1.16.12",
29
29
  "url": "https://thumbgate-production.up.railway.app/numbers",
30
30
  "dateModified": "2026-05-03",
31
31
  "creator": {
@@ -190,7 +190,7 @@
190
190
  <main class="container">
191
191
  <h1>The Numbers</h1>
192
192
  <p class="subtitle">Generated first-party operational data from the ThumbGate runtime. No surveys or projections โ€” this page is a release-time snapshot produced by the same local scripts that power the CLI and dashboard.</p>
193
- <div class="freshness">Updated: 2026-05-03 ยท Version 1.16.11</div>
193
+ <div class="freshness">Updated: 2026-05-03 ยท Version 1.16.12</div>
194
194
 
195
195
  <h2>Gate enforcement</h2>
196
196
  <div class="stats-grid">
@@ -264,7 +264,7 @@
264
264
  <div class="cta">
265
265
  <a href="https://www.npmjs.com/package/thumbgate">Install ThumbGate โ€” npx thumbgate init</a>
266
266
  <div class="footer-note">Prefer the raw feed? See <a href="https://github.com/IgorGanapolsky/ThumbGate">GitHub</a> or run <code>npm run gate:stats</code> locally.</div>
267
- <div class="footer-note">Generated at 2026-05-03T18:27:19.381Z UTC.</div>
267
+ <div class="footer-note">Generated at 2026-05-03T22:31:46.242Z UTC.</div>
268
268
  </div>
269
269
  </main>
270
270
  </body>
@@ -127,6 +127,12 @@ const HIGH_ROI_QUERY_SEEDS = [
127
127
  source: 'seed',
128
128
  notes: 'Integration page for Gemini CLI users who need memory plus enforcement.',
129
129
  },
130
+ {
131
+ query: 'roo code alternative cline',
132
+ businessValue: 83,
133
+ source: 'seed',
134
+ notes: 'Time-sensitive migration query for Roo users who need portable lesson memory before the May 15, 2026 shutdown.',
135
+ },
130
136
  ];
131
137
 
132
138
  function querySeed(query, businessValue, notes) {
@@ -877,6 +883,55 @@ const PAGE_BLUEPRINTS = [
877
883
  ],
878
884
  relatedPaths: ['/compare/mem0', '/guides/stop-repeated-ai-agent-mistakes'],
879
885
  },
886
+ {
887
+ query: 'roo code alternative cline',
888
+ path: '/guides/roo-code-alternative-cline',
889
+ pageType: 'integration',
890
+ pillar: 'agent-workflows',
891
+ title: 'Roo Code Alternative: Migrating to Cline with Portable Lesson Memory',
892
+ heroTitle: 'Roo Code Alternative: Migrate to Cline Without Losing Agent Memory',
893
+ heroSummary: 'Roo Code is shutting down on May 15, 2026, and its own docs point users to Cline. ThumbGate keeps the migration from resetting every hard-won thumbs-down and workflow correction back to zero.',
894
+ takeaways: [
895
+ 'Roo users have a time-bound migration problem with clear buyer urgency.',
896
+ 'The real wedge is portable lesson memory, not just swapping one VS Code extension for another.',
897
+ 'The page should answer the migration question and route serious operators into a local-first enforcement path.',
898
+ ],
899
+ sections: [
900
+ {
901
+ heading: 'Why the migration risk is bigger than the extension swap',
902
+ paragraphs: [
903
+ 'Roo users can usually move to Cline without much trouble at the MCP layer. The hidden risk is losing every correction that only lived in the old agent context.',
904
+ 'If the same git, deploy, or migration mistake has to be re-taught from scratch after the swap, the migration cost is higher than it looks.',
905
+ ],
906
+ },
907
+ {
908
+ heading: 'What ThumbGate adds to the move',
909
+ bullets: [
910
+ 'Keep lessons in a local SQLite plus FTS5 store instead of vendor-scoped memory.',
911
+ 'Turn repeated failures into prevention rules and pre-action checks before the next tool call runs.',
912
+ 'Reuse the same local memory across Cline, Claude Code, Cursor, Codex, Gemini CLI, Amp, and other MCP-compatible agents.',
913
+ 'Give migration buyers a proof-backed install path instead of another generic memory promise.',
914
+ ],
915
+ },
916
+ {
917
+ heading: 'Why this converts',
918
+ paragraphs: [
919
+ 'A migration deadline creates urgency, but the stronger buying reason is avoiding repeated rework after the switch. Portable lesson memory plus enforced checks is the part buyers can immediately understand and verify.',
920
+ ],
921
+ },
922
+ ],
923
+ faq: [
924
+ {
925
+ question: 'Why not just switch from Roo to Cline and keep going?',
926
+ answer: 'Because the workflow memory can still reset if past corrections only lived inside the old agent context. ThumbGate keeps those lessons in a local store that survives the vendor swap.',
927
+ },
928
+ {
929
+ question: 'Does ThumbGate only help with Cline?',
930
+ answer: 'No. Cline is the immediate migration path, but the same local lesson memory and pre-action checks work across other MCP-compatible coding agents too.',
931
+ },
932
+ ],
933
+ relatedPaths: ['/guides/codex-cli-guardrails', '/guides/stop-repeated-ai-agent-mistakes'],
934
+ },
880
935
  ...BROWSER_BRIDGE_GUIDE_SPECS.map(buildBrowserBridgeGuide),
881
936
  ...AI_RECOMMENDATION_VISIBILITY_GUIDE_SPECS.map(buildAiRecommendationVisibilityGuide),
882
937
  guideBlueprint({