thumbgate 1.27.6 โ 1.27.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/commands/thumbgate-blocked.md +27 -0
- package/.claude/commands/thumbgate-doctor.md +30 -0
- package/.claude/commands/thumbgate-guard.md +36 -0
- package/.claude/commands/thumbgate-protect.md +30 -0
- package/.claude/commands/thumbgate-rules.md +30 -0
- package/.claude-plugin/plugin.json +1 -1
- package/.well-known/llms.txt +6 -2
- package/.well-known/mcp/server-card.json +1 -1
- package/README.md +49 -5
- package/adapters/claude/.mcp.json +2 -2
- package/adapters/letta/README.md +41 -0
- package/adapters/letta/thumbgate-letta-adapter.js +133 -0
- package/adapters/mcp/server-stdio.js +16 -1
- package/adapters/opencode/opencode.json +1 -1
- package/adapters/policy-engine/ethicore-guardian-client.js +68 -0
- package/adapters/policy-engine/thumbgate-policy-engine-adapter.js +260 -0
- package/bench/observability-eval-suite.json +26 -0
- package/bin/cli.js +180 -2
- package/bin/postinstall.js +1 -1
- package/config/gate-templates.json +84 -0
- package/config/gates/claim-verification.json +6 -0
- package/config/gates/default.json +20 -0
- package/config/github-about.json +1 -1
- package/config/model-candidates.json +50 -0
- package/package.json +65 -25
- package/public/agent-manager.html +41 -1
- package/public/agents-cost-savings.html +1 -1
- package/public/ai-malpractice-prevention.html +2 -1
- package/public/assets/brand/github-social-preview.png +0 -0
- package/public/assets/brand/thumbgate-icon-512.png +0 -0
- package/public/assets/brand/thumbgate-icon-pro-512.png +0 -0
- package/public/assets/brand/thumbgate-icon-team-512.png +0 -0
- package/public/assets/brand/thumbgate-logo-1200x360.png +0 -0
- package/public/assets/brand/thumbgate-mark-inline.svg +15 -0
- package/public/assets/brand/thumbgate-mark-pro.svg +23 -0
- package/public/assets/brand/thumbgate-mark-team.svg +26 -0
- package/public/assets/brand/thumbgate-mark.svg +15 -0
- package/public/assets/brand/thumbgate-wordmark.svg +20 -0
- package/public/assets/claude-thumbgate-statusbar.svg +8 -0
- package/public/assets/codex-thumbgate-statusbar-test.svg +9 -0
- package/public/assets/legal-intake-control-flow.svg +66 -0
- package/public/blog.html +1 -1
- package/public/brand/thumbgate-mark.svg +15 -0
- package/public/brand/thumbgate-og.svg +16 -0
- package/public/codex-enterprise.html +1 -1
- package/public/codex-plugin.html +1 -1
- package/public/compare.html +23 -3
- package/public/dashboard.html +312 -30
- package/public/federal.html +1 -1
- package/public/guide.html +5 -4
- package/public/index.html +167 -49
- package/public/js/buyer-intent.js +672 -0
- package/public/learn.html +74 -7
- package/public/lessons.html +2 -1
- package/public/numbers.html +3 -3
- package/public/pricing.html +63 -15
- package/public/pro.html +7 -7
- package/scripts/activation-quickstart.js +187 -0
- package/scripts/agent-memory-lifecycle.js +211 -0
- package/scripts/async-eval-observability.js +236 -0
- package/scripts/auto-promote-gates.js +75 -4
- package/scripts/build-metadata.js +24 -3
- package/scripts/cli-schema.js +22 -0
- package/scripts/dashboard-chat.js +2 -1
- package/scripts/dashboard.js +8 -0
- package/scripts/export-databricks-bundle.js +5 -1
- package/scripts/export-dpo-pairs.js +7 -2
- package/scripts/feedback-aggregate.js +281 -0
- package/scripts/feedback-loop.js +34 -0
- package/scripts/filesystem-search.js +35 -10
- package/scripts/gates-engine.js +198 -6
- package/scripts/gemini-embedding-policy.js +2 -1
- package/scripts/hook-stop-anti-claim.js +227 -0
- package/scripts/hook-thumbgate-cache-updater.js +18 -2
- package/scripts/lesson-inference.js +8 -3
- package/scripts/lesson-search.js +17 -1
- package/scripts/operational-integrity.js +39 -5
- package/scripts/plausible-domain-config.js +4 -2
- package/scripts/rate-limiter.js +12 -6
- package/scripts/secret-redaction.js +166 -0
- package/scripts/security-scanner.js +100 -0
- package/scripts/self-distill-agent.js +3 -1
- package/scripts/self-harness-optimizer.js +141 -0
- package/scripts/seo-gsd.js +635 -0
- package/scripts/statusline-cache-path.js +17 -2
- package/scripts/statusline-cache-read.js +57 -0
- package/scripts/statusline-local-stats.js +9 -1
- package/scripts/statusline-meta.js +5 -2
- package/scripts/statusline.sh +13 -1
- package/scripts/sync-telemetry-from-prod.js +374 -0
- package/scripts/telemetry-analytics.js +9 -0
- package/scripts/thumbgate-search.js +85 -19
- package/scripts/tool-contract-validator.js +76 -0
- package/scripts/vector-store.js +44 -0
- package/scripts/workspace-evolver.js +62 -2
- package/src/api/server.js +715 -86
package/public/index.html
CHANGED
|
@@ -11,8 +11,8 @@ __GOOGLE_SITE_VERIFICATION_META__
|
|
|
11
11
|
<link rel="alternate icon" type="image/svg+xml" href="/assets/brand/thumbgate-mark.svg">
|
|
12
12
|
<link rel="apple-touch-icon" href="/assets/brand/thumbgate-mark.svg">
|
|
13
13
|
<meta property="og:image" content="/og.png">
|
|
14
|
-
<title>ThumbGate โ
|
|
15
|
-
<meta name="description" content="
|
|
14
|
+
<title>ThumbGate โ Pre-action checks for AI coding agents</title>
|
|
15
|
+
<meta name="description" content="Stripe Connect integration engineering for ticketing and marketplace platforms โ Pretix plugin shipped to Hilltown Media. ThumbGate is also the pre-action governance runtime for AI coding agents (Claude Code, Cursor, Codex, Gemini CLI): ๐ thumbs up and ๐ thumbs down feedback become history-aware lessons, shared lessons and org visibility, and PreToolUse checks that block repeated mistakes before code, money, or customer systems change. Perfect for vibe coding and human-in-the-loop workflows.">
|
|
16
16
|
<meta property="og:title" content="ThumbGate โ Stop paying for the same AI mistake twice">
|
|
17
17
|
<meta property="og:description" content="Frontier LLMs are expensive, opaque, and unreliable in production. ThumbGate gates risky agent actions before they run: workflow shape, inspection evidence, token budget, and repeated-failure memory in one pre-action check.">
|
|
18
18
|
<meta property="og:type" content="website">
|
|
@@ -20,14 +20,14 @@ __GOOGLE_SITE_VERIFICATION_META__
|
|
|
20
20
|
<meta property="og:image" content="https://thumbgate.ai/og.png">
|
|
21
21
|
<meta name="twitter:card" content="summary_large_image">
|
|
22
22
|
<meta name="twitter:image" content="https://thumbgate.ai/og.png">
|
|
23
|
-
<meta name="thumbgate-version" content="1.27.
|
|
23
|
+
<meta name="thumbgate-version" content="1.27.7">
|
|
24
24
|
<meta name="keywords" content="ThumbGate, thumbgate, AI agent orchestration, AI experience orchestration, agentic development cycle, AC/DC framework, Guide Generate Verify Solve, agent enforcement layer, save LLM tokens, reduce Claude API cost, reduce OpenAI cost, AI agent token savings, prevent LLM retries, prevent hallucination retries, stop AI token waste, pre-action checks, agent governance, Claude Code, Cursor, Codex, Gemini, Amp, Cline, OpenCode, workflow hardening, context engineering, AI authenticity, brand authenticity AI">
|
|
25
25
|
<link rel="canonical" href="__APP_ORIGIN__/">
|
|
26
26
|
<link rel="alternate" type="text/markdown" title="ThumbGate LLM context" href="__APP_ORIGIN__/llm-context.md">
|
|
27
27
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
|
28
28
|
|
|
29
29
|
<!-- Privacy-friendly analytics by Plausible -->
|
|
30
|
-
<script defer data-domain="thumbgate
|
|
30
|
+
<script defer data-domain="thumbgate.ai" src="https://plausible.io/js/script.tagged-events.js"></script>
|
|
31
31
|
__GA_BOOTSTRAP__
|
|
32
32
|
|
|
33
33
|
<script>
|
|
@@ -39,6 +39,33 @@ __GA_BOOTSTRAP__
|
|
|
39
39
|
const proPriceDollars = Number('__PRO_PRICE_DOLLARS__') || 19;
|
|
40
40
|
</script>
|
|
41
41
|
|
|
42
|
+
<script type="application/ld+json">
|
|
43
|
+
{
|
|
44
|
+
"@context": "https://schema.org",
|
|
45
|
+
"@type": "Person",
|
|
46
|
+
"name": "Igor Ganapolsky",
|
|
47
|
+
"url": "https://github.com/IgorGanapolsky",
|
|
48
|
+
"jobTitle": "Senior Mobile & AI Engineer; Stripe Connect specialist",
|
|
49
|
+
"worksFor": {
|
|
50
|
+
"@type": "Organization",
|
|
51
|
+
"name": "ThumbGate",
|
|
52
|
+
"url": "https://thumbgate.ai"
|
|
53
|
+
},
|
|
54
|
+
"knowsAbout": [
|
|
55
|
+
"Stripe Connect",
|
|
56
|
+
"Pretix plugin engineering",
|
|
57
|
+
"Marketplace payments architecture",
|
|
58
|
+
"AI agent governance",
|
|
59
|
+
"Pre-action checks for AI coding agents"
|
|
60
|
+
],
|
|
61
|
+
"sameAs": [
|
|
62
|
+
"https://github.com/IgorGanapolsky",
|
|
63
|
+
"https://www.npmjs.com/package/thumbgate"
|
|
64
|
+
],
|
|
65
|
+
"mainEntityOfPage": "https://thumbgate.ai/learn/pretix-stripe-connect-marketplaces"
|
|
66
|
+
}
|
|
67
|
+
</script>
|
|
68
|
+
|
|
42
69
|
<script type="application/ld+json">
|
|
43
70
|
{
|
|
44
71
|
"@context": "https://schema.org",
|
|
@@ -310,7 +337,7 @@ __GA_BOOTSTRAP__
|
|
|
310
337
|
"name": "How does ThumbGate reduce host blast radius for high-risk local runs?",
|
|
311
338
|
"acceptedAnswer": {
|
|
312
339
|
"@type": "Answer",
|
|
313
|
-
"text": "ThumbGate combines pre-action checks with execution guidance. Workflow Sentinel predicts risky local actions before they execute, and high-risk runs can be routed into Docker Sandboxes instead of running directly on the host.
|
|
340
|
+
"text": "ThumbGate combines pre-action checks with execution guidance. Workflow Sentinel predicts risky local actions before they execute, and high-risk runs can be routed into Docker Sandboxes instead of running directly on the host. Enterprise workflows also have a signed hosted sandbox lane for isolated automation dispatch."
|
|
314
341
|
}
|
|
315
342
|
},
|
|
316
343
|
{
|
|
@@ -469,12 +496,12 @@ __GA_BOOTSTRAP__
|
|
|
469
496
|
/* COMPATIBILITY */
|
|
470
497
|
.compatibility { padding: 0 0 80px; }
|
|
471
498
|
.compatibility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
|
|
472
|
-
.compat-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; text-decoration: none; color: inherit; display: block; transition: border-color 0.2s, transform 0.15s; cursor: pointer; }
|
|
473
|
-
.compat-card:hover { border-color: rgba(34,211,238,0.3); transform: translateY(-2px); }
|
|
474
|
-
.compat-card h3 { font-size: 16px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 10px; }
|
|
475
|
-
.compat-card .card-arrow { font-size: 13px; color: var(--cyan); margin-top: 12px; font-weight: 500; }
|
|
476
|
-
.compat-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
|
|
477
|
-
.compat-card code { font-family: var(--mono); font-size: 12px; background: rgba(34,211,238,0.08); color: var(--cyan); padding: 2px 6px; border-radius: 4px; }
|
|
499
|
+
.compat-card, .cycle-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; text-decoration: none; color: inherit; display: block; transition: border-color 0.2s, transform 0.15s; cursor: pointer; }
|
|
500
|
+
.compat-card:hover, .cycle-card:hover { border-color: rgba(34,211,238,0.3); transform: translateY(-2px); }
|
|
501
|
+
.compat-card h3, .cycle-card h3 { font-size: 16px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 10px; }
|
|
502
|
+
.compat-card .card-arrow, .cycle-card .card-arrow { font-size: 13px; color: var(--cyan); margin-top: 12px; font-weight: 500; }
|
|
503
|
+
.compat-card p, .cycle-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
|
|
504
|
+
.compat-card code, .cycle-card code { font-family: var(--mono); font-size: 12px; background: rgba(34,211,238,0.08); color: var(--cyan); padding: 2px 6px; border-radius: 4px; }
|
|
478
505
|
|
|
479
506
|
/* CHATGPT GPT PATH */
|
|
480
507
|
.gpt-path { padding: 0 0 80px; }
|
|
@@ -728,36 +755,41 @@ __GA_BOOTSTRAP__
|
|
|
728
755
|
<!-- HERO -->
|
|
729
756
|
<section class="hero">
|
|
730
757
|
<div class="container">
|
|
731
|
-
<div class="hero-badge">๐ ๐
|
|
732
|
-
<h1>
|
|
733
|
-
<p class="hero-lede">
|
|
734
|
-
|
|
735
|
-
<div class="hero-
|
|
736
|
-
<
|
|
737
|
-
<
|
|
738
|
-
<
|
|
758
|
+
<div class="hero-badge">๐ ๐ Local-first ยท open-source ยท Pro proof when it matters</div>
|
|
759
|
+
<h1>Stop AI agents before they spend money, leak secrets, or break production.</h1>
|
|
760
|
+
<p class="hero-lede">Claude Code, Cursor, Codex, Gemini CLI, and MCP tools now touch terminals, repos, databases, SaaS APIs, and cloud systems. ThumbGate checks the next tool call before it runs, blocks repeated failures from your thumbs-down feedback, and gives paid operators proof, sync, recall, and exports when local rules become business-critical.</p>
|
|
761
|
+
|
|
762
|
+
<div class="hero-signals" aria-label="June 2026 buyer signals">
|
|
763
|
+
<a class="signal-pill signal-down" href="#june-2026-proof">MCP tool risk</a>
|
|
764
|
+
<a class="signal-pill" href="#june-2026-proof">Managed-agent rollout</a>
|
|
765
|
+
<a class="signal-pill" href="#june-2026-proof">Token spend pressure</a>
|
|
766
|
+
<a class="signal-pill signal-up" href="#pricing">Free wedge, paid proof</a>
|
|
767
|
+
</div>
|
|
768
|
+
|
|
769
|
+
<div class="hero-proof-card" aria-label="ThumbGate blocking dangerous AI agent commands in real time">
|
|
770
|
+
<img src="/media/thumbgate-demo.gif" alt="ThumbGate blocking an AI agent's rm -rf, git push --force, and chmod 777 in real time, while letting safe commands through" style="width:100%;display:block;border-radius:8px;" loading="lazy" />
|
|
739
771
|
</div>
|
|
740
772
|
|
|
741
773
|
<div class="hero-actions">
|
|
742
774
|
<a href="/checkout/pro?utm_source=website&utm_medium=hero_cta&utm_campaign=pro_upgrade&cta_id=hero_start_pro&cta_placement=hero&plan_id=pro&landing_path=%2F" data-revenue-cta data-cta-id="hero_start_pro" data-cta-placement="hero" data-tier="pro" data-plan-id="pro" data-price="19" onclick="trackRevenueCta(this);try{posthog.capture('hero_pro_checkout_click',{cta:'hero_start_pro',tier:'pro',price:19})}catch(_){}" class="btn-pro-page hero-pro hero-pro-primary">Start Pro โ $19/mo</a>
|
|
743
|
-
<a href="#workflow-sprint-intake" onclick="try{posthog.capture('hero_sprint_click',{cta:'sprint_intake'})}catch(_){};sendFirstPartyTelemetry('hero_sprint_intake_started',{ctaId:'hero_workflow_sprint',ctaPlacement:'hero',offer:'workflow_sprint'});" class="btn-pro-page hero-pro">
|
|
744
|
-
<a href="/go/install?utm_source=website&utm_medium=hero_cta&utm_campaign=install_free&cta_id=hero_install_cli&cta_placement=hero" onclick="event.preventDefault(); navigator.clipboard.writeText('npx thumbgate init'); this.textContent='Copied โ โ paste in your repo'; setTimeout(()=>{this.textContent='Install Free CLI'},2000); try{posthog.capture('hero_install_click',{cta:'install_cli'})}catch(_){}" class="btn-
|
|
775
|
+
<a href="#workflow-sprint-intake" onclick="try{posthog.capture('hero_sprint_click',{cta:'sprint_intake'})}catch(_){};sendFirstPartyTelemetry('hero_sprint_intake_started',{ctaId:'hero_workflow_sprint',ctaPlacement:'hero',offer:'workflow_sprint'});" class="btn-pro-page hero-pro">Workflow Hardening Sprint โ</a>
|
|
776
|
+
<a href="/go/install?utm_source=website&utm_medium=hero_cta&utm_campaign=install_free&cta_id=hero_install_cli&cta_placement=hero" onclick="event.preventDefault(); navigator.clipboard.writeText('npx thumbgate init'); this.textContent='Copied โ โ paste in your repo'; setTimeout(()=>{this.textContent='Install Free CLI'},2000); try{posthog.capture('hero_install_click',{cta:'install_cli'})}catch(_){}" class="btn-free btn-install-hero" title="Click to copy: npx thumbgate init">Install Free CLI</a>
|
|
745
777
|
</div>
|
|
746
778
|
|
|
747
779
|
<div class="offer-router" aria-label="Choose the right ThumbGate path">
|
|
748
780
|
<div class="offer-route primary">
|
|
749
781
|
<strong>Solo operator: Start Pro</strong>
|
|
750
|
-
<p>
|
|
782
|
+
<p>Unlimited rules, recall, sync, proof, exports.</p>
|
|
751
783
|
<a href="/checkout/pro?utm_source=website&utm_medium=offer_router&cta_id=router_start_pro&cta_placement=offer_router&plan_id=pro" data-revenue-cta data-cta-id="router_start_pro" data-cta-placement="offer_router" data-tier="pro" data-plan-id="pro" data-price="19" onclick="trackRevenueCta(this);">Pay $19/mo with Stripe โ</a>
|
|
752
784
|
</div>
|
|
753
785
|
<div class="offer-route">
|
|
754
|
-
<strong>Enterprise: Start with intake</strong>
|
|
755
|
-
<p>
|
|
786
|
+
<strong>Enterprise workflow: Start with intake</strong>
|
|
787
|
+
<p>One repeated failure, one owner, one proof plan.</p>
|
|
756
788
|
<a href="#workflow-sprint-intake" onclick="sendFirstPartyTelemetry('workflow_sprint_intake_started',{ctaId:'router_workflow_sprint',ctaPlacement:'offer_router',offer:'workflow_sprint'});">Talk to us โ</a>
|
|
757
789
|
</div>
|
|
758
790
|
<div class="offer-route">
|
|
759
791
|
<strong>Still evaluating: Free CLI</strong>
|
|
760
|
-
<p>
|
|
792
|
+
<p>2 captures/day, 3 active rules. Enough to prove one blocked repeat.</p>
|
|
761
793
|
<button data-router-install onclick="copyInstall(this)"><span class="copy-hint">Copy npx thumbgate init</span></button>
|
|
762
794
|
</div>
|
|
763
795
|
</div>
|
|
@@ -834,28 +866,69 @@ __GA_BOOTSTRAP__
|
|
|
834
866
|
</div>
|
|
835
867
|
</section>
|
|
836
868
|
|
|
869
|
+
<section class="compatibility" id="why-not-diy" aria-label="Why not write your own hooks">
|
|
870
|
+
<div class="container">
|
|
871
|
+
<h2>โWhy not just write my own PreToolUse hooks?โ</h2>
|
|
872
|
+
<p class="hero-lede" style="max-width:760px;margin:0 auto 18px;">You can โ on one machine, for one agent, until the next breaking change. ThumbGate is that idea, maintained: a ๐ becomes a rule that <strong>propagates across every agent</strong> โ Claude Code, Cursor, Codex, Gemini, Amp, Cline, OpenCode โ and every machine, with adapters kept current so youโre not patching shell scripts each release. Hand-written hooks donโt learn, donโt sync, and donโt survive a teammateโs laptop.</p>
|
|
873
|
+
<p><a href="/compare/claude-code-hooks">See ThumbGate vs. hand-written hooks โ</a></p>
|
|
874
|
+
</div>
|
|
875
|
+
</section>
|
|
876
|
+
|
|
877
|
+
<section class="compatibility" id="june-2026-proof">
|
|
878
|
+
<div class="container">
|
|
879
|
+
<div class="section-label">June 2026 Market Signal</div>
|
|
880
|
+
<h2 class="section-title">The market moved from โagents can codeโ to โwho is allowed to let agents act?โ</h2>
|
|
881
|
+
<p style="text-align:center;font-size:16px;color:var(--text-muted);max-width:900px;margin:0 auto 26px;line-height:1.7;">The high-ROI buyer story is not another chatbot memory claim. June 2026 coverage is pushing the same pattern from multiple directions: tool lockdown, MCP security, managed agents, context budgets, and agent-authored production code all need pre-action governance at the execution boundary.</p>
|
|
882
|
+
<div class="agent-grid">
|
|
883
|
+
<div class="agent-card">
|
|
884
|
+
<h3>MCP and tool lockdown</h3>
|
|
885
|
+
<p>As MCP servers and hosted tools spread, the failure mode is no longer just a bad answer. It is an agent calling the wrong tool with real developer permissions. ThumbGate sells the local allow/block layer before the tool call executes.</p>
|
|
886
|
+
</div>
|
|
887
|
+
<div class="agent-card">
|
|
888
|
+
<h3>Managed agents need receipts</h3>
|
|
889
|
+
<p>Managed background agents can multiply output, but every extra autonomous run needs evidence, rollback boundaries, and approval rules. ThumbGate turns โagent did workโ into โthis exact risky action was allowed or blocked for this reason.โ</p>
|
|
890
|
+
</div>
|
|
891
|
+
<div class="agent-card">
|
|
892
|
+
<h3>Tokenmaxxing backlash</h3>
|
|
893
|
+
<p>Long-context agents are expensive when they repeatedly reload irrelevant history. ThumbGate keeps paid value above the free wedge with recall, search, context gating, and proof exports instead of dumping everything into every prompt.</p>
|
|
894
|
+
</div>
|
|
895
|
+
<div class="agent-card">
|
|
896
|
+
<h3>Production code by AI</h3>
|
|
897
|
+
<p>When teams claim most new production code is AI-authored, the real enterprise question becomes auditability. ThumbGate maps corrections to prevention rules, then records the enforcement evidence reviewers need.</p>
|
|
898
|
+
</div>
|
|
899
|
+
</div>
|
|
900
|
+
<div style="margin:22px auto 0;max-width:900px;border:1px solid rgba(74,222,128,0.26);border-radius:8px;background:rgba(74,222,128,0.07);padding:16px 18px;color:var(--text-muted);">
|
|
901
|
+
<strong style="color:var(--green);">Data-science posture:</strong> use the free CLI as acquisition, treat Pro checkout starts and workflow-intake submissions as intent, and promote only the offer whose lower credible conversion bound beats zero. With the current low-traffic data, the next experiment should optimize clarity and qualified intake before scaling paid traffic.
|
|
902
|
+
</div>
|
|
903
|
+
</div>
|
|
904
|
+
</section>
|
|
905
|
+
|
|
837
906
|
<section class="compatibility" id="agentic-development-cycle">
|
|
838
907
|
<div class="container">
|
|
839
908
|
<div class="section-label">Agentic Development Cycle</div>
|
|
840
909
|
<h2 class="section-title">Guide, Generate, Verify, Solve still needs an execution gate.</h2>
|
|
841
910
|
<p style="text-align:center;font-size:16px;color:var(--text-muted);max-width:900px;margin:0 auto 28px;line-height:1.7;">The market is converging on agentic development as a control loop, not a code-generation trick. <a href="https://thenewstack.io/agentic-development-cycle-framework/" target="_blank" rel="noopener" style="color:var(--cyan);text-decoration:underline;">The New Stack's May 2026 AC/DC framing</a> names the core stages: Guide, Generate, Verify, and Solve. ThumbGate gives that loop a hard pre-action boundary so agent work is governed before it touches files, terminals, CI, payments, or production systems.</p>
|
|
842
|
-
<div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;max-width:1080px;margin:0 auto;">
|
|
843
|
-
<
|
|
911
|
+
<div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;max-width:1080px;margin:0 auto;" aria-label="Agentic development cycle stages">
|
|
912
|
+
<a class="cycle-card" href="/learn/feedback-loop-vs-decision-layer" rel="noopener" aria-label="Learn how Guide turns feedback into enforceable rules" onclick="try{posthog.capture('agentic_cycle_card_click',{stage:'guide'})}catch(_){}">
|
|
844
913
|
<h3>Guide</h3>
|
|
845
914
|
<p>Rules, standards, past thumbs-downs, workflow boundaries, and approval policies are loaded as concrete operating context instead of vague prompt advice.</p>
|
|
846
|
-
|
|
847
|
-
|
|
915
|
+
<div class="card-arrow">See how feedback becomes rules โ</div>
|
|
916
|
+
</a>
|
|
917
|
+
<a class="cycle-card" href="/guide" rel="noopener" aria-label="Open the setup guide for AI agents that generate plans edits and tool calls" onclick="try{posthog.capture('agentic_cycle_card_click',{stage:'generate'})}catch(_){}">
|
|
848
918
|
<h3>Generate</h3>
|
|
849
919
|
<p>Claude Code, Cursor, Codex, Gemini, Amp, Cline, OpenCode, and MCP-compatible agents keep generating plans, edits, and tool calls.</p>
|
|
850
|
-
|
|
851
|
-
|
|
920
|
+
<div class="card-arrow">Open the agent setup guide โ</div>
|
|
921
|
+
</a>
|
|
922
|
+
<a class="cycle-card" href="/learn/ac-dc-runtime-enforcement" rel="noopener" aria-label="Read the AC/DC mapping framework article" onclick="try{posthog.capture('agentic_cycle_card_click',{stage:'verify'})}catch(_){}">
|
|
852
923
|
<h3>Verify</h3>
|
|
853
924
|
<p>Pre-Action Checks require inspection evidence, tests, CI, screenshots, API responses, or human approval before high-risk actions proceed.</p>
|
|
854
|
-
|
|
855
|
-
|
|
925
|
+
<div class="card-arrow">Read the AC/DC map โ</div>
|
|
926
|
+
</a>
|
|
927
|
+
<a class="cycle-card" href="/lessons" rel="noopener" aria-label="Explore the lessons library and generated rules" onclick="try{posthog.capture('agentic_cycle_card_click',{stage:'solve'})}catch(_){}">
|
|
856
928
|
<h3>Solve</h3>
|
|
857
929
|
<p>Blocked failures and accepted fixes become lessons, shared rules, DPO exports, and audit events so the same mistake is not paid for again.</p>
|
|
858
|
-
|
|
930
|
+
<div class="card-arrow">Explore the lessons โ</div>
|
|
931
|
+
</a>
|
|
859
932
|
</div>
|
|
860
933
|
<div style="max-width:900px;margin:22px auto 0;padding:16px 18px;border:1px solid rgba(74,222,128,0.28);border-radius:8px;background:rgba(74,222,128,0.07);">
|
|
861
934
|
<strong style="display:block;color:var(--green);margin-bottom:6px;">ThumbGate's role: the pre-action gate between generated intent and executed action.</strong>
|
|
@@ -913,6 +986,7 @@ __GA_BOOTSTRAP__
|
|
|
913
986
|
<ul style="margin:0;padding-left:20px;color:var(--text-muted);line-height:1.7;">
|
|
914
987
|
<li><strong>Agent security is now mainstream risk.</strong> Coding agents run shell commands, write files, query databases, and chain actions with developer permissions, so unattended autonomy needs a local policy boundary.</li>
|
|
915
988
|
<li><strong>MCP adoption is accelerating.</strong> More tools are becoming agent-callable through shared protocols, which means one cross-agent governance layer beats one-off prompt rules per app.</li>
|
|
989
|
+
<li><strong>Managed-agent output needs audit evidence.</strong> Background agents, subagents, and workflow runners can ship more work, but buyers need receipts for what was blocked, approved, and verified.</li>
|
|
916
990
|
<li><strong>Repeated failures waste cash and trust.</strong> Every repeat burns tokens, review time, and release confidence. ThumbGate turns the first correction into a reusable prevention check.</li>
|
|
917
991
|
</ul>
|
|
918
992
|
<p style="margin:12px 0 0;font-size:13px;color:var(--text-dim);">Sources to verify the market timing: <a href="https://www.docker.com/blog/ai-coding-agent-horror-stories-security-risks/" target="_blank" rel="noopener" style="color:var(--cyan);">Docker on AI coding agent security risks</a>, <a href="https://www.techradar.com/pro/how-ai-agents-are-wrecking-havoc-in-legacy-security-setups-and-enterprises-are-catching-up" target="_blank" rel="noopener" style="color:var(--cyan);">TechRadar on enterprise agent security pressure</a>, and <a href="https://www.techradar.com/pro/zendesk-becomes-the-latest-to-adopt-mcp-to-futureproof-customers-in-the-ai-first-era" target="_blank" rel="noopener" style="color:var(--cyan);">current MCP adoption coverage</a>.</p>
|
|
@@ -1007,7 +1081,7 @@ __GA_BOOTSTRAP__
|
|
|
1007
1081
|
<div class="compatibility-grid">
|
|
1008
1082
|
<a class="compat-card" href="https://github.com/IgorGanapolsky/ThumbGate/releases/latest/download/thumbgate-claude-desktop.mcpb" target="_blank" rel="noopener" onclick="if(typeof posthog!=='undefined')posthog.capture('compat_claude_desktop_click',{cta:'download_claude_desktop'})" style="border-color:rgba(217,119,6,0.3);background:linear-gradient(135deg, rgba(217,119,6,0.06) 0%, var(--bg-card) 100%);">
|
|
1009
1083
|
<h3>๐งฉ Claude Desktop Extension</h3>
|
|
1010
|
-
<p>Install the published Claude Desktop plugin <code>.mcpb</code> bundle today. Claude Code users can add the repo marketplace immediately with <code>/plugin marketplace add</code>. No waiting for directory approval
|
|
1084
|
+
<p>Install the published Claude Desktop plugin <code>.mcpb</code> bundle today. Claude Code users can add the repo marketplace immediately with <code>/plugin marketplace add</code>. No waiting for directory approval.</p>
|
|
1011
1085
|
<div class="card-arrow" style="color:#d97706;">Download .mcpb bundle โ</div>
|
|
1012
1086
|
</a>
|
|
1013
1087
|
<a class="compat-card seo-card" href="/guides/claude-code-prevent-repeated-mistakes" rel="noopener">
|
|
@@ -1020,6 +1094,21 @@ __GA_BOOTSTRAP__
|
|
|
1020
1094
|
<p>Claude Code, Codex, Gemini CLI, Amp, and OpenCode all use the same gateway and memory model. Any MCP-compatible agent gets pre-action checks, feedback memory, and enforcement out of the box.</p>
|
|
1021
1095
|
<div class="card-arrow">Open the setup guide โ</div>
|
|
1022
1096
|
</a>
|
|
1097
|
+
<a class="compat-card seo-card" href="/guides/hermes-agent-guardrails" rel="noopener">
|
|
1098
|
+
<h3>โค Hermes Agent guardrails</h3>
|
|
1099
|
+
<p>Hermes-style agents bring persistent memory, generated skills, messaging gateways, scheduled automations, and sandboxed execution. ThumbGate adds the safer self-evolution loop: propose rule and skill changes from failures, then gate them with evidence before anything overwrites stable instructions or repeats an expensive action.</p>
|
|
1100
|
+
<div class="card-arrow">Read the Hermes guardrails guide โ</div>
|
|
1101
|
+
</a>
|
|
1102
|
+
<a class="compat-card seo-card" href="/guides/vllm-serving-guardrails" rel="noopener">
|
|
1103
|
+
<h3>vLLM serving guardrails</h3>
|
|
1104
|
+
<p>vLLM makes self-hosted inference cheaper and faster with PagedAttention, continuous batching, chunked prefill, prefix caching, and optimized kernels. ThumbGate gates the routing change with latency, cache-isolation, benchmark, and rollback proof before agent traffic moves.</p>
|
|
1105
|
+
<div class="card-arrow">Read the vLLM guardrails guide โ</div>
|
|
1106
|
+
</a>
|
|
1107
|
+
<a class="compat-card seo-card" href="/guides/agent-context-governance" rel="noopener">
|
|
1108
|
+
<h3>Context and tool governance</h3>
|
|
1109
|
+
<p>Long-running agents need cleaner working context, approved model routes, isolated execution, tool lockdown, direct pushback, and evidence before high-risk actions. ThumbGate turns those controls into local pre-action gates.</p>
|
|
1110
|
+
<div class="card-arrow">Read the context governance guide โ</div>
|
|
1111
|
+
</a>
|
|
1023
1112
|
<a class="compat-card seo-card" href="/guides/gcp-mcp-guardrails" rel="noopener">
|
|
1024
1113
|
<h3>โ๏ธ Google Data Agent Kit</h3>
|
|
1025
1114
|
<p>Cloud Next 2026 shipped BigQuery, Spanner, AlloyDB, and Cloud SQL as MCP tool calls into Claude Code, Codex, and Gemini CLI. ThumbGate checks the destructive ones โ DROP on prod datasets, unscoped DELETEs, IAM escalation โ before they fire.</p>
|
|
@@ -1070,7 +1159,7 @@ __GA_BOOTSTRAP__
|
|
|
1070
1159
|
<p>Every block explains why: which pattern matched, what evidence triggered it, and whether the rule came from your own corrections.</p>
|
|
1071
1160
|
</div>
|
|
1072
1161
|
<div class="agent-card">
|
|
1073
|
-
<h3>๐ Org Dashboard
|
|
1162
|
+
<h3>๐ Org Dashboard</h3>
|
|
1074
1163
|
<p>See which agents are creating review churn, which checks are saving time, and where rollout risk is still concentrated across the shared workflow.</p>
|
|
1075
1164
|
</div>
|
|
1076
1165
|
<div class="agent-card">
|
|
@@ -1093,6 +1182,28 @@ __GA_BOOTSTRAP__
|
|
|
1093
1182
|
</div>
|
|
1094
1183
|
</section>
|
|
1095
1184
|
|
|
1185
|
+
<section class="compatibility" id="governance-not-logging">
|
|
1186
|
+
<div class="container">
|
|
1187
|
+
<div class="section-label">Governance, Not Logging</div>
|
|
1188
|
+
<h2 class="section-title">Logs describe the damage. ThumbGate blocks the risky action before it runs.</h2>
|
|
1189
|
+
<p style="color:var(--text-dim);max-width:820px;margin:0 auto 22px;">Self-governance is an operator writing local rules and keeping local logs. ThumbGate starts there, then turns each correction into a pre-action decision: allow, block, require evidence, or route for approval before the tool call touches code, data, money, or customers.</p>
|
|
1190
|
+
<div class="agent-grid">
|
|
1191
|
+
<div class="agent-card">
|
|
1192
|
+
<h3>Pre-action enforcement</h3>
|
|
1193
|
+
<p>The rule is evaluated at the execution boundary, not after the fact. Repeated failures are stopped before shell commands, PR actions, deploys, refunds, or production writes run.</p>
|
|
1194
|
+
</div>
|
|
1195
|
+
<div class="agent-card">
|
|
1196
|
+
<h3>Reviewable decision trail</h3>
|
|
1197
|
+
<p>Each event records the rule, source lesson, policy version, actor, action, evidence requirement, and reason so reviewers can inspect the decision instead of trusting an agent summary.</p>
|
|
1198
|
+
</div>
|
|
1199
|
+
<div class="agent-card">
|
|
1200
|
+
<h3>Enterprise governance mode</h3>
|
|
1201
|
+
<p>Org-owned policies, reviewer approvals, signed evidence bundles, and export paths turn local corrections into shared controls without giving the agent unilateral authority over the rules.</p>
|
|
1202
|
+
</div>
|
|
1203
|
+
</div>
|
|
1204
|
+
</div>
|
|
1205
|
+
</section>
|
|
1206
|
+
|
|
1096
1207
|
<section class="compatibility" id="orchestration-layer">
|
|
1097
1208
|
<div class="container">
|
|
1098
1209
|
<div class="section-label">Positioning</div>
|
|
@@ -1128,9 +1239,14 @@ __GA_BOOTSTRAP__
|
|
|
1128
1239
|
<div style="color:var(--cyan);font-weight:700;">Compare ThumbGate with other agent-safety approaches</div>
|
|
1129
1240
|
<div style="display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;font-size:13px;line-height:1.4;">
|
|
1130
1241
|
<a href="/learn">Browse the guide library</a>
|
|
1242
|
+
<a href="/compare/claude-code-hooks" title="ThumbGate vs native Claude Code hooks and free community repos">Claude Code hooks</a>
|
|
1243
|
+
<a href="/compare/arcjet">Arcjet</a>
|
|
1244
|
+
<a href="/compare/bumblebee">Bumblebee</a>
|
|
1245
|
+
<a href="/compare/anthropic-containment">Claude Containment</a>
|
|
1131
1246
|
<a href="/compare/speclock">SpecLock</a>
|
|
1132
1247
|
<a href="/compare/mem0">Mem0</a>
|
|
1133
1248
|
<a href="/compare/fallow">Fallow</a>
|
|
1249
|
+
<a href="/compare" style="font-weight:700;color:var(--cyan);">Compare all →</a>
|
|
1134
1250
|
<a href="/guides/pre-action-checks">Pre-action checks</a>
|
|
1135
1251
|
<a href="/guides/agent-harness-optimization">Agent harness optimization</a>
|
|
1136
1252
|
<a href="/guides/code-knowledge-graph-guardrails">Code graph guardrails</a>
|
|
@@ -1146,6 +1262,7 @@ __GA_BOOTSTRAP__
|
|
|
1146
1262
|
<a href="/guides/browser-automation-safety">Browser automation safety</a>
|
|
1147
1263
|
<a href="/guides/native-messaging-host-security">Native messaging host security</a>
|
|
1148
1264
|
<a href="/guides/ai-search-topical-presence">AI search topical presence</a>
|
|
1265
|
+
<a href="/guides/agentic-web-governance">Agentic web governance</a>
|
|
1149
1266
|
<a href="/guides/best-tools-stop-ai-agents-breaking-production">Stop agents breaking production</a>
|
|
1150
1267
|
<a href="/guides/relational-knowledge-ai-recommendations">Relational knowledge</a>
|
|
1151
1268
|
<a href="/guides/claude-code-feedback">Claude Code feedback</a>
|
|
@@ -1172,7 +1289,7 @@ __GA_BOOTSTRAP__
|
|
|
1172
1289
|
</div>
|
|
1173
1290
|
<div class="autoresearch-card">
|
|
1174
1291
|
<h3>Ship into CI</h3>
|
|
1175
|
-
<p>Start with templates for <code>npm test</code>, Playwright duration, bundle size, lint, and CI failures, then add
|
|
1292
|
+
<p>Start with templates for <code>npm test</code>, Playwright duration, bundle size, lint, and CI failures, then add shared workflow checks for team-owned releases.</p>
|
|
1176
1293
|
</div>
|
|
1177
1294
|
</div>
|
|
1178
1295
|
<div class="autoresearch-cta">
|
|
@@ -1208,8 +1325,9 @@ __GA_BOOTSTRAP__
|
|
|
1208
1325
|
<!-- HOW IT WORKS -->
|
|
1209
1326
|
<section class="how-it-works" id="how-it-works">
|
|
1210
1327
|
<div class="container">
|
|
1211
|
-
<div class="section-label">
|
|
1328
|
+
<div class="section-label">Self-improving enforcement</div>
|
|
1212
1329
|
<h2 class="section-title">Three steps to stop repeated AI failures</h2>
|
|
1330
|
+
<p class="section-sub" style="max-width:720px;margin:6px auto 22px;text-align:center;color:var(--text-muted);font-size:clamp(16px,1.6vw,18px);">Self-improving โ but for safety, not capability: every <code>๐</code> compiles into a hard rule, and each rule regression-tests itself against your history, so it blocks the repeat and never the safe action.</p>
|
|
1213
1331
|
<div class="steps">
|
|
1214
1332
|
<div class="step">
|
|
1215
1333
|
<div class="step-num">1</div>
|
|
@@ -1366,7 +1484,7 @@ __GA_BOOTSTRAP__
|
|
|
1366
1484
|
</thead>
|
|
1367
1485
|
<tbody>
|
|
1368
1486
|
<tr><td style="padding:10px 14px;border-bottom:1px solid var(--border);">Local PreToolUse enforcement (all agents)</td><td style="text-align:center;border-bottom:1px solid var(--border);">โ
</td><td style="text-align:center;border-bottom:1px solid var(--border);">โ
</td><td style="text-align:center;border-bottom:1px solid var(--border);">โ
</td></tr>
|
|
1369
|
-
<tr><td style="padding:10px 14px;border-bottom:1px solid var(--border);">Feedback captures</td><td style="text-align:center;border-bottom:1px solid var(--border);">
|
|
1487
|
+
<tr><td style="padding:10px 14px;border-bottom:1px solid var(--border);">Feedback captures</td><td style="text-align:center;border-bottom:1px solid var(--border);">2/day (10 total)</td><td style="text-align:center;border-bottom:1px solid var(--border);">Unlimited</td><td style="text-align:center;border-bottom:1px solid var(--border);">Unlimited</td></tr>
|
|
1370
1488
|
<tr><td style="padding:10px 14px;border-bottom:1px solid var(--border);">Active auto-promoted prevention rules</td><td style="text-align:center;border-bottom:1px solid var(--border);">3</td><td style="text-align:center;border-bottom:1px solid var(--border);">Unlimited</td><td style="text-align:center;border-bottom:1px solid var(--border);">Unlimited</td></tr>
|
|
1371
1489
|
<tr><td style="padding:10px 14px;border-bottom:1px solid var(--border);">Lesson recall + search across sessions</td><td style="text-align:center;border-bottom:1px solid var(--border);">โ</td><td style="text-align:center;border-bottom:1px solid var(--border);">โ
</td><td style="text-align:center;border-bottom:1px solid var(--border);">โ
</td></tr>
|
|
1372
1490
|
<tr><td style="padding:10px 14px;border-bottom:1px solid var(--border);">Personal dashboard + DPO export</td><td style="text-align:center;border-bottom:1px solid var(--border);">โ</td><td style="text-align:center;border-bottom:1px solid var(--border);">โ
</td><td style="text-align:center;border-bottom:1px solid var(--border);">โ
</td></tr>
|
|
@@ -1384,9 +1502,9 @@ __GA_BOOTSTRAP__
|
|
|
1384
1502
|
<div class="tier" style="color:var(--cyan);">Free</div>
|
|
1385
1503
|
<div class="price">$0</div>
|
|
1386
1504
|
<div class="price-sub">Block repeated mistakes daily. Forever free for solo devs.</div>
|
|
1387
|
-
<p style="font-size:13px;color:#aaa;margin-bottom:16px;">
|
|
1505
|
+
<p style="font-size:13px;color:#aaa;margin-bottom:16px;">2 captures/day, 3 active rules. Enough to see the value โ upgrade when you need more.</p>
|
|
1388
1506
|
<ul>
|
|
1389
|
-
<li><strong>
|
|
1507
|
+
<li><strong>2 feedback captures/day</strong> โ 10 total on Free, then Pro for unlimited</li>
|
|
1390
1508
|
<li>Up to 3 active auto-promoted prevention rules</li>
|
|
1391
1509
|
<li>No recall or lesson search</li>
|
|
1392
1510
|
<li>No exports (DPO, Databricks, HuggingFace)</li>
|
|
@@ -1414,7 +1532,7 @@ __GA_BOOTSTRAP__
|
|
|
1414
1532
|
<li><strong>Audit-ready enforcement proof</strong> โ Personal local dashboard for the individual operator with auditable block history</li>
|
|
1415
1533
|
<li><strong>Ship hardened agents to production</strong> โ Model Hardening Advisor plus HuggingFace dataset export</li>
|
|
1416
1534
|
<li><strong>Hand a PR with proof</strong> โ Review-ready workflow support and proof-ready lesson bundles a reviewer can verify in 30 seconds</li>
|
|
1417
|
-
<li><strong>Hand off without re-onboarding</strong> โ
|
|
1535
|
+
<li><strong>Hand off without re-onboarding</strong> โ Lesson export/import for handoff or migration</li>
|
|
1418
1536
|
</ul>
|
|
1419
1537
|
<div style="margin:12px 0 16px;padding:12px;border:1px solid rgba(34,211,238,0.25);border-radius:8px;background:rgba(34,211,238,0.06);">
|
|
1420
1538
|
<div style="font-size:12px;color:var(--text-muted);margin-bottom:4px;">What your Pro dashboard looks like</div>
|
|
@@ -1452,7 +1570,7 @@ __GA_BOOTSTRAP__
|
|
|
1452
1570
|
</tr>
|
|
1453
1571
|
<tr>
|
|
1454
1572
|
<td><strong>Feedback captures</strong></td>
|
|
1455
|
-
<td>
|
|
1573
|
+
<td>2/day, 10 total</td>
|
|
1456
1574
|
<td>Unlimited</td>
|
|
1457
1575
|
<td>Unlimited, shared across the org; custom retention and evidence policy</td>
|
|
1458
1576
|
</tr>
|
|
@@ -1592,15 +1710,15 @@ __GA_BOOTSTRAP__
|
|
|
1592
1710
|
</div>
|
|
1593
1711
|
<div class="faq-item">
|
|
1594
1712
|
<button class="faq-q" type="button" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">How do we keep high-risk autonomous runs off the host?</button>
|
|
1595
|
-
<div class="faq-a">ThumbGate is the control plane, not just a prompt layer. Workflow Sentinel predicts blast radius before execution, and risky local autonomy can be routed into Docker Sandboxes instead of running directly on the host.
|
|
1713
|
+
<div class="faq-a">ThumbGate is the control plane, not just a prompt layer. Workflow Sentinel predicts blast radius before execution, and risky local autonomy can be routed into Docker Sandboxes instead of running directly on the host. Enterprise workflows also have a signed hosted sandbox lane for isolated dispatch when local repo access is not required.</div>
|
|
1596
1714
|
</div>
|
|
1597
1715
|
<div class="faq-item">
|
|
1598
1716
|
<div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">How do we trust a new package release?</div>
|
|
1599
|
-
<div class="faq-a">ThumbGate does not rely on vibes. Release-relevant PRs need a Changeset, SemVer rules keep version bumps honest, sync checks keep manifests aligned, proof lanes run before merge, and the exact main-branch merge commit is verified before the work is called done.</div>
|
|
1717
|
+
<div class="faq-a">ThumbGate does not rely on vibes, making it the safety net for vibe coding. Release-relevant PRs need a Changeset, SemVer rules keep version bumps honest, sync checks keep manifests aligned, proof lanes run before merge, and the exact main-branch merge commit is verified before the work is called done.</div>
|
|
1600
1718
|
</div>
|
|
1601
1719
|
<div class="faq-item">
|
|
1602
1720
|
<div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">Do I need a cloud account?</div>
|
|
1603
|
-
<div class="faq-a">No. Free keeps local enforcement on your machine with
|
|
1721
|
+
<div class="faq-a">No. Free keeps local enforcement on your machine with 2 feedback captures/day, up to 3 active auto-promoted prevention rules, built-in safety checks, and hook blocking. Recall, lesson search, unlimited rules, unlimited captures, 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>
|
|
1604
1722
|
</div>
|
|
1605
1723
|
<div class="faq-item">
|
|
1606
1724
|
<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>
|
|
@@ -1676,13 +1794,13 @@ __GA_BOOTSTRAP__
|
|
|
1676
1794
|
<a href="https://www.linkedin.com/in/igorganapolsky" target="_blank" rel="noopener">LinkedIn</a>
|
|
1677
1795
|
<a href="/blog">Blog</a>
|
|
1678
1796
|
</div>
|
|
1679
|
-
<span class="footer-copy">ยฉ 2026 ThumbGate ยท MIT License ยท npm v1.27.
|
|
1797
|
+
<span class="footer-copy">ยฉ 2026 ThumbGate ยท MIT License ยท npm v1.27.7</span>
|
|
1680
1798
|
</div>
|
|
1681
1799
|
</footer>
|
|
1682
1800
|
|
|
1683
1801
|
<!-- STICKY BOTTOM CTA -->
|
|
1684
1802
|
<div class="sticky-cta" id="sticky-cta">
|
|
1685
|
-
<span class="sticky-cta-text"><strong>
|
|
1803
|
+
<span class="sticky-cta-text"><strong>Pro unlocks recall, sync, exports</strong> โ free CLI is capped at 2 captures/day</span>
|
|
1686
1804
|
<div class="hero-install" onclick="copyInstall(this)" title="Click to copy" style="margin-bottom:0;padding:8px 16px;font-size:13px;">
|
|
1687
1805
|
<span class="prompt">$</span>
|
|
1688
1806
|
<span class="cmd">npx thumbgate init</span>
|
|
@@ -1921,7 +2039,7 @@ function copyInstall(el) {
|
|
|
1921
2039
|
trackClick('.btn-demo-link', 'demo_click', { source: 'homepage' });
|
|
1922
2040
|
trackClick('.nav-cta:not([data-revenue-cta])', 'chatgpt_gpt_click', { tier: 'free', source: 'nav' });
|
|
1923
2041
|
|
|
1924
|
-
/* Pricing CTA conversion tracking โ fires on every Get Started / Pro /
|
|
2042
|
+
/* Pricing CTA conversion tracking โ fires on every Get Started / Pro / Enterprise button click
|
|
1925
2043
|
with section context so we can distinguish pricing section vs final CTA section clicks */
|
|
1926
2044
|
document.querySelectorAll('.btn-pro, .btn-gpt-page, .btn-pro-page, .btn-install-hero, .btn-install-link, .btn-team, .btn-free, .btn-demo-link, .nav-cta').forEach(function(el) {
|
|
1927
2045
|
el.addEventListener('click', function() {
|